Skip to content
Open
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
1 change: 1 addition & 0 deletions adapters/claude-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Knowledge system root: `/path/to/akm` (AKM)
- When you need knowledge, context, or procedures, first read AKM `99-system/INDEX.md` and all files in `40-memory/` (both are short)
- Lookup: INDEX → layer folder (`20-knowledge` knowledge, `30-context` context, `50-procedures` procedures)
- Before saving any knowledge, experience, or procedure, follow the classification tree in `99-system/ROUTER.md`. Never save to arbitrary locations
- Preferences/interpretations about a specific user/org/project are a body in `30-context/` (ROUTER Q4). `40-memory/` holds only a one-line pointer, never the full note (Q4-vs-Q5 tie-break: memory is pointers only)
- Before marking durable, public, or high-stakes work complete, select and apply the Tier 0–3 checks in `99-system/VERIFICATION.md`
- On task failure or repeated mistakes, follow the Learn Back mapping table in `99-system/LOOP.md`: record under `70-evaluation/` and fix the designated layer
- Never modify originals in `10-sources/`. Update `99-system/INDEX.md` when adding or removing notes, and append one line to `99-system/LOG.md` for meaningful changes
Expand Down
1 change: 1 addition & 0 deletions adapters/codex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Knowledge system root: `/path/to/akm` (AKM)
- When you need knowledge, context, or procedures, first read AKM `99-system/INDEX.md` and all files in `40-memory/` (both are short)
- Lookup: INDEX → layer folder (`20-knowledge` knowledge, `30-context` context, `50-procedures` procedures)
- Before saving any knowledge, experience, or procedure, follow the classification tree in `99-system/ROUTER.md`. Never save to arbitrary locations
- Preferences/interpretations about a specific user/org/project are a body in `30-context/` (ROUTER Q4). `40-memory/` holds only a one-line pointer, never the full note (Q4-vs-Q5 tie-break: memory is pointers only)
- Before marking durable, public, or high-stakes work complete, select and apply the Tier 0–3 checks in `99-system/VERIFICATION.md`
- On task failure or repeated mistakes, follow the Learn Back mapping table in `99-system/LOOP.md`: record under `70-evaluation/` and fix the designated layer
- Never modify originals in `10-sources/`. Update `99-system/INDEX.md` when adding or removing notes, and append one line to `99-system/LOG.md` for meaningful changes
Expand Down
1 change: 1 addition & 0 deletions adapters/custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Knowledge system root: `/path/to/akm` (AKM)
- When you need knowledge, context, or procedures, first read AKM `99-system/INDEX.md` and all files in `40-memory/` (both are short)
- Lookup: INDEX → layer folder (`20-knowledge` knowledge, `30-context` context, `50-procedures` procedures)
- Before saving any knowledge, experience, or procedure, follow the classification tree in `99-system/ROUTER.md`. Never save to arbitrary locations
- Preferences/interpretations about a specific user/org/project are a body in `30-context/` (ROUTER Q4). `40-memory/` holds only a one-line pointer, never the full note (Q4-vs-Q5 tie-break: memory is pointers only)
- Before marking durable, public, or high-stakes work complete, select and apply the Tier 0–3 checks in `99-system/VERIFICATION.md`
- On task failure or repeated mistakes, follow the Learn Back mapping table in `99-system/LOOP.md`: record under `70-evaluation/` and fix the designated layer
- Never modify originals in `10-sources/`. Update `99-system/INDEX.md` when adding or removing notes, and append one line to `99-system/LOG.md` for meaningful changes
Expand Down