indexion wiki
indexion's wiki system maintains a knowledge base at
.indexion/wiki/
as a collection of
Markdown files governed by a
wiki.json
manifest.
A wiki page is not just a
.md
file
A wiki page consists of
four synchronized artifacts
:
Artifact
File
Updated by
Page content
.md
wiki pages add
,
wiki pages update
Manifest entry
wiki.json
wiki pages add
,
wiki pages update
Search index
vectors.db
,
search-sections.json
,
tfidf-vocabulary.json
wiki pages update
,
wiki index build --full
Audit log
log.json
Every wiki-modifying command
wiki pages update
updates all four at once.
Editing the
.md
file directly updates
only the first. The other three become stale — search returns old results, the manifest
carries wrong provenance, and the log has no record of the change.
Show more