swarmvault compile
Compile all ingested sources into the wiki, knowledge graph, and search index.
Usage
swarmvault compileWhat It Does
- Loads all source manifests
- Analyzes the source extracts with the configured
compileProvider - Reads
swarmvault.schema.mdand uses it as vault-specific guidance - Extracts concepts, entities, claims, and questions
- Builds
state/graph.json - Generates Markdown wiki pages in
wiki/ - Rebuilds the SQLite full-text search index
- Records compile metadata in
state/compile-state.json
Output
Reports the number of sources compiled, pages generated, and pages changed.
Compiled 5 source(s), 23 page(s). Changed: 8.Notes
Generated pages include a schema_hash in frontmatter so schema edits can mark them stale during lint.