ckb/wiki/graph/edges.json
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

12 lines
324 B
JSON

{
"version": 1,
"last_updated": "2026-09-20",
"edges": [
{
"from": "/wiki/decisions/0002-software-module-design.md",
"to": "/wiki/decisions/0001-opt-in-file-based-kb-modules.md",
"type": "affects",
"note": "D-0002 is the first concrete module defined under D-0001's mechanism."
}
]
}