Skip to content

Commit 071c886

Browse files
committed
docs: sync AGENTS hierarchy and PR #335 solution after singleton removal
Updates module count in AGENTS.md and src/lib/AGENTS.md from 16/14 to 15 (post-deletion of plugin-singleton.ts). Appends a 2026-05-10 follow-up section to the PR #335 solution doc noting the singleton was removed and documenting marker-based idempotency as the current correctness contract. Also commits the implementation plan with all four units marked complete. The plan was untracked locally during execution per project convention; landing it here gives the architectural inversion a visible paper trail.
1 parent 6ae4e70 commit 071c886

4 files changed

Lines changed: 258 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ systematic/
4646
├── src/
4747
│ ├── index.ts # Plugin entry (default export)
4848
│ ├── cli.ts # CLI entry (list/convert/config commands)
49-
│ └── lib/ # 16 core modules (see src/lib/AGENTS.md)
49+
│ └── lib/ # 15 core modules (see src/lib/AGENTS.md)
5050
├── skills/ # 45 bundled skills (SKILL.md format)
5151
├── agents/ # 51 bundled agents (6 categories: design/docs/document-review/research/review/workflow)
5252
├── docs/ # Starlight docs workspace (see docs/AGENTS.md)

0 commit comments

Comments
 (0)