@aaronrene/knowtation v1.0.0

Knowtation

Vault-native version control for Knowtation Markdown knowledge bases. Tracks notes, structured frontmatter, sections, wiki-links, entity labels, and mist attachment IDs as six independently-mergeable dimensions of multidimensional structured state.

JSON API
6 Dimensions
0 Repositories
Generic Viewer
OT Merge
7 CLI Commands
Live Preview

How this domain's generic viewer renders its declared dimensions.

Dimensions 6

Each dimension is independently mergeable — two agents editing different dimensions of the same snapshot never produce a conflict.

notes

Hierarchical tree of all Markdown note files in the vault. Three-way merge resolves renames and content edits.

frontmatter

YAML frontmatter parsed as a map of key → value set. Tag, entity, and attachment sets merge independently via union.

sections

Ordered sequence of Markdown heading-delimited sections. Myers diff applied per-note.

links

Set of wiki-links and URL references found in note bodies. Union merge accumulates link additions from both branches.

entities

Set of entity labels from frontmatter entity fields across the vault. Union merge accumulates entity additions.

attachments

Set of 12-char base58 mist blob IDs from frontmatter attachment fields. Union merge accumulates blob references.