gabriel / muse public
manifest.json json
57 lines 2.2 KB
Raw
sha256:660fcac1df3ab28f61862e961890bd2ca8b754fa0242079d93ca1e25037ec8a6 chore(tests): add docstring to tests/__init__.py so rc14 tr… Human 28 days ago
1 {
2 "slug": "knowtation",
3 "display_name": "Knowtation",
4 "description": "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.",
5 "viewer_type": "knowledge",
6 "merge_semantics": "ot",
7 "version": "1.0.0",
8 "schema_version": "2",
9 "dimensions": [
10 {
11 "name": "notes",
12 "kind": "tree",
13 "element_type": "vault",
14 "description": "Hierarchical tree of all Markdown note files in the vault. Three-way merge resolves renames and content edits.",
15 "independent_merge": false
16 },
17 {
18 "name": "frontmatter",
19 "kind": "map",
20 "element_type": "frontmatter_key",
21 "description": "YAML frontmatter parsed as a map of key → value set. Tag, entity, and attachment sets merge independently via union.",
22 "independent_merge": true
23 },
24 {
25 "name": "sections",
26 "kind": "sequence",
27 "element_type": "section",
28 "description": "Ordered sequence of Markdown heading-delimited sections. Myers diff applied per-note.",
29 "independent_merge": true
30 },
31 {
32 "name": "links",
33 "kind": "set",
34 "element_type": "link",
35 "description": "Set of wiki-links and URL references found in note bodies. Union merge accumulates link additions from both branches.",
36 "independent_merge": true
37 },
38 {
39 "name": "entities",
40 "kind": "set",
41 "element_type": "entity_ref",
42 "description": "Set of entity labels from frontmatter entity fields across the vault. Union merge accumulates entity additions.",
43 "independent_merge": true
44 },
45 {
46 "name": "attachments",
47 "kind": "set",
48 "element_type": "mist_id",
49 "description": "Set of 12-char base58 mist blob IDs from frontmatter attachment fields. Union merge accumulates blob references.",
50 "independent_merge": true
51 }
52 ],
53 "artifact_types": ["markdown", "vault"],
54 "supported_commands": ["commit", "diff", "merge", "log", "status", "symbols", "domain-info"],
55 "muse_plugin_class": "KnowtationPlugin",
56 "muse_plugin_module": "muse.plugins.knowtation.plugin"
57 }
File History 2 commits
sha256:660fcac1df3ab28f61862e961890bd2ca8b754fa0242079d93ca1e25037ec8a6 chore(tests): add docstring to tests/__init__.py so rc14 tr… Human 28 days ago
sha256:d8316ffae901be06347e16ab55be11868eb519dd16ade3e8aa16a99e662f7e62 baseline: rc14 re-baseline after rc3 store corruption recovery Human patch 28 days ago