Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
scope: heurema repo conventions (fleet substrate: the heurema trait crate plus its persistence-adapter sibling crates)
defers_to: ~/.claude/CLAUDE.md for operator principles; ~/dev/kanon/crates/basanos/standards/STANDARDS.md for fleet-wide standards
defers_to: ~/.claude/CLAUDE.md for operator principles; `crates/basanos/standards/STANDARDS.md` in `forkwright/kanon` for fleet-wide standards
tightens: per-crate CLAUDE.md under crates/heurema/ may narrow conventions
-->

Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion _llm/current_state.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down