ckb/.agents/modules/software/scaffold/src-README.md
Michał Kopeć 0c06cb64ab Restore point before wiki reset
Commit all in-flight work — ckb-module and ckb-reset skills, the
.agents/modules/ scaffold, OPENSPEC docs, decision records D-0001 and
D-0002, graph edges and workload summaries — so the reset that follows
is fully recoverable.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-20 17:56:41 +02:00

15 lines
754 B
Markdown

# `src/`
Source repositories for the software this knowledge base documents. One clone
per subdirectory, each an independent git repo with its own remote.
**Everything here except this file is gitignored.** Clones are never committed to
the KB. A fresh clone of this KB will have an empty `src/` — that is expected.
What survives is the knowledge: every repo has a `type: repository` page under
`wiki/entities/` recording its remote, default branch, language, build command
and owner, so you can re-clone from the wiki alone. Run `ckb-code-map` after
adding a repo here to create or refresh that page.
Per-repo specs live in `src/<repo>/openspec/` and travel with that repo, not with
this KB. Cross-cutting specs live in the KB root's `openspec/`.