mit einem Klick
vault-maintenance
// Tactic for vault health upkeep — lint, orphan resolution, merge candidates, confidence updates. Minimum yield ≥1 issue resolved per invocation.
// Tactic for vault health upkeep — lint, orphan resolution, merge candidates, confidence updates. Minimum yield ≥1 issue resolved per invocation.
| name | vault-maintenance |
| description | Tactic for vault health upkeep — lint, orphan resolution, merge candidates, confidence updates. Minimum yield ≥1 issue resolved per invocation. |
| execution | tactic |
| used-by | ["campaign"] |
Vault health upkeep. Called when CC judges the vault has accumulated enough entropy to warrant cleanup, or periodically between research phases.
wiki-lint-fix — run lint checks, identify issues, optionally auto-fixwiki-search — find near-duplicate candidates for mergingwiki-graph-query — explore orphan neighborhoods for reconnectionwiki-add-edge — reconnect orphans to the graphCC has full autonomy over:
Typical flow (reference, not prescription):
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.