From e585040741522641179db8699a7aba33a2bc03c7 Mon Sep 17 00:00:00 2001 From: Cody Kickertz Date: Wed, 16 Sep 2026 10:20:29 -0500 Subject: [PATCH] docs(heurema): drop machine-local references from public docs heurema is published; the workstation it happens to build on is not part of its public contract. Name the kanon repository rather than a home-directory checkout path in the standards references, so a reader outside the fleet can resolve them. Drop the private-tracker pointer from the extraction record; the D-067 provenance in _llm/decisions.toml already carries the full rationale, so nothing dangles. --- AGENTS.md | 2 +- CLAUDE.md | 4 ++-- SECURITY.md | 2 +- _llm/current_state.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 18cdb60..56a56e6 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -29,7 +29,7 @@ No system dependencies. Pure-Rust crate. Headless CI compatible. ## Standards -Inherited from `~/dev/kanon/crates/basanos/standards/`. Key documents: `PHILOSOPHY.md`, `GNOMON.md`, `COHERENCE.md`, `RUST.md`, `TESTING.md`, `FLEET-REPO-SETUP.md`. +Inherited from `crates/basanos/standards/` in `forkwright/kanon`. Key documents: `PHILOSOPHY.md`, `GNOMON.md`, `COHERENCE.md`, `RUST.md`, `TESTING.md`, `FLEET-REPO-SETUP.md`. Local CLAUDE.md narrows the standards to repo-specific patterns; read it before editing. diff --git a/CLAUDE.md b/CLAUDE.md index dd291cf..435b589 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ @@ -10,7 +10,7 @@ Shared search-index primitives for the forkwright fleet. One implementation, one ## Standards -Universal fleet standards live in `~/dev/kanon/crates/basanos/standards/`. This repo inherits — it does not restate. +Universal fleet standards live in `crates/basanos/standards/` in `forkwright/kanon`. This repo inherits — it does not restate. Particularly relevant: diff --git a/SECURITY.md b/SECURITY.md index 6bf40fb..ead3ac1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -45,7 +45,7 @@ After a fix ships, we publish a GitHub Security Advisory when warranted, with af ## Security Standards -heurēma follows the fleet security standards maintained in `~/dev/kanon/crates/basanos/standards/SECURITY.md`. In particular: +heurēma follows the fleet security standards maintained in `crates/basanos/standards/SECURITY.md` in `forkwright/kanon`. In particular: - `unsafe_code = "forbid"` workspace-wide. Phase 2's fresh HNSW implementation must stay safe Rust. - No silent truncation: no `as` for numeric conversions in production code paths. diff --git a/_llm/current_state.toml b/_llm/current_state.toml index 6209f80..7018378 100644 --- a/_llm/current_state.toml +++ b/_llm/current_state.toml @@ -20,7 +20,7 @@ item = "atmis and thesauros implement PersistenceBackend; the trait's save/load [[recent]] date = "2026-05-28" -item = "Extracted from kanon/crates/heurema to forkwright/heurema per kanon planning D-067 (Tier B EXTRACT-NOW verdict) + metis-ops #52." +item = "Extracted from kanon/crates/heurema to forkwright/heurema per kanon planning D-067 (Tier B EXTRACT-NOW verdict)." [[recent]] date = "2026-05-04"