swarmvault compile

Compile all ingested sources into the wiki, knowledge graph, and search index.

Usage

swarmvault compile

What It Does

  1. Loads all source manifests
  2. Analyzes the source extracts with the configured compileProvider
  3. Reads swarmvault.schema.md and uses it as vault-specific guidance
  4. Extracts concepts, entities, claims, and questions
  5. Builds state/graph.json
  6. Generates Markdown wiki pages in wiki/
  7. Rebuilds the SQLite full-text search index
  8. 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.