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
Owner

统一用 .cards/ 作为 single source of truth,删除 docs/ 目录。

删除的 13 个文件

  • 7 个完全过时(@uncaged/* 时代,旧包名/Bun/Zod/ESM bundles)
  • 4 个已被 .cards/ 或代码本身覆盖
  • 2 个 superpowers 子项目的 spec(已过时)

提取的 3 张新 cards(均与代码交叉验证)

  • frontmatter-fast-path — 纯解析 + schema 校验 + agent self-retry,无 LLM extraction
  • agent-cli-protocol — adapter output JSON via stdout,agent 自持久化 StepNode
  • status-based-moderator — graph 查表 + Mustache 渲染,零 LLM 成本

核查方式:对照 run.tsevaluate.tsfrontmatter.ts 源码确认每个事实。

统一用 `.cards/` 作为 single source of truth,删除 `docs/` 目录。 ## 删除的 13 个文件 - 7 个完全过时(`@uncaged/*` 时代,旧包名/Bun/Zod/ESM bundles) - 4 个已被 `.cards/` 或代码本身覆盖 - 2 个 superpowers 子项目的 spec(已过时) ## 提取的 3 张新 cards(均与代码交叉验证) - `frontmatter-fast-path` — 纯解析 + schema 校验 + agent self-retry,无 LLM extraction - `agent-cli-protocol` — adapter output JSON via stdout,agent 自持久化 StepNode - `status-based-moderator` — graph 查表 + Mustache 渲染,零 LLM 成本 **核查方式**:对照 `run.ts`、`evaluate.ts`、`frontmatter.ts` 源码确认每个事实。
xiaomo added 1 commit 2026-06-07 14:45:38 +00:00
chore: remove docs/, extract current knowledge to .cards
CI / check (pull_request) Successful in 3m57s
cb3a4acf4d
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).
xingyue approved these changes 2026-06-07 14:51:27 +00:00
xingyue left a comment
Owner

3 张新 card 都对照了源码,事实准确。docs/ 清理彻底,.cards 作为 single source of truth 👍

3 张新 card 都对照了源码,事实准确。docs/ 清理彻底,.cards 作为 single source of truth 👍
xingyue merged commit af3c8cc249 into main 2026-06-07 14:51:52 +00:00
xingyue deleted branch chore/remove-docs-folder 2026-06-07 14:51:52 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shazhou/united-workforce#164