with one click
knowledge-compilation
// Tactic for compiling research findings into vault pages — orchestrates page creation, updates, edge linking, and index maintenance. Minimum yield ≥3 page operations per invocation.
// Tactic for compiling research findings into vault pages — orchestrates page creation, updates, edge linking, and index maintenance. Minimum yield ≥3 page operations per invocation.
SOP wrapping vault_add_edge — create a typed relationship between two vault pages.
SOP for wiki page creation/update — create or update a synthesized wiki page with edges and index update.
SOP wrapping vault_query_graph — traverse knowledge graph from a node to explore its neighborhood and context.
SOP for source page creation — write immutable source page capturing raw material, then update search index.
SOP wrapping vault_lint — run batch validation, report issues, optionally auto-fix safe problems.
SOP wrapping vault_search — BM25 full-text search across vault pages. Returns ranked results with snippets.
| name | knowledge-compilation |
| description | Tactic for compiling research findings into vault pages — orchestrates page creation, updates, edge linking, and index maintenance. Minimum yield ≥3 page operations per invocation. |
| execution | tactic |
| used-by | ["campaign"] |
Compile research findings into structured vault pages. Triggered after each strategy completes, or when CC judges accumulated information density warrants compilation.
wiki-search — check for existing pages before creating duplicateswiki-ingest-source — write immutable source pageswiki-compile-page — create/update wiki pages with edgeswiki-add-edge — create typed relationships between pageswiki-lint-fix — run lint in report mode at endCC has full autonomy over:
Typical flow (reference, not prescription):
After compilation completes, trigger context-checkpoint to persist vault state changes to the context layer.