chore: remove docs/, extract current knowledge to .cards #164

Merged
xingyue merged 1 commits from chore/remove-docs-folder into main 2026-06-07 14:51:52 +00:00

1 Commits

Author SHA1 Message Date
xiaomo cb3a4acf4d chore: remove docs/, extract current knowledge to .cards
CI / check (pull_request) Successful in 3m57s
Remove 13 docs files (7 fully outdated @uncaged/* era, 6 superseded).
Extract 3 verified architectural facts as new .cards:

- frontmatter-fast-path: no LLM extraction, pure parse + schema validate + agent self-retry
- agent-cli-protocol: adapter output JSON via stdout, agent-owned step persistence
- status-based-moderator: pure graph lookup + mustache rendering, zero LLM cost

All 3 cards cross-checked against current source code (run.ts, evaluate.ts, frontmatter.ts).
2026-06-07 14:45:23 +00:00