-
-
Notifications
You must be signed in to change notification settings - Fork 525
Expand file tree
/
Copy pathvault-manifest.json
More file actions
253 lines (253 loc) · 5.57 KB
/
Copy pathvault-manifest.json
File metadata and controls
253 lines (253 loc) · 5.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
{
"template": "obsidian-mind",
"version": "8.3.5",
"released": "2026-08-17",
"qmd_index": "",
"qmd_min_version": "2.0.0",
"open_loop_dirs": [
"work/1-1",
"work/meetings",
"work/incidents"
],
"open_loop_sections": [
"action items",
"what to watch"
],
"eager_layer_budget_bytes": 80000,
"listing_collapse_threshold": 12,
"memory_root": "memories",
"mcp_exposed_roots": [],
"mcp_never_expose": [],
"mcp_inbox": "inbox",
"qmd_context": "Engineer's work vault built on obsidian-mind. Active projects and archive, 1:1 notes, incidents, brag log with quarterly evidence, competency map, people and teams, decisions and patterns in brain/, reference docs and runbooks. Multi-agent (Claude Code, Codex, Gemini) with lifecycle hooks and QMD semantic search. Ground for 'what did I ship?' reviews, project status, and personal knowledge management.",
"infrastructure": [
"CLAUDE.md",
"AGENTS.md",
"GEMINI.md",
"Home.md",
"README.md",
"README.*.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
"ARCHITECTURE.md",
"LICENSE",
".gitignore",
".mcp.json",
".claude/**",
".claude-plugin/**",
".codex/**",
".gemini/**",
"templates/**",
"bases/**",
".scripts/**",
"vault-manifest.json",
"obsidian-mind-logo.png",
"obsidian-mind-demo.gif",
"brain/Skills.md",
"perf/competencies/README.md",
"thinking/README.md",
"work/meetings/README.md",
".shardmind/**",
".shardmindignore"
],
"scaffold": {
"brain/North Star.md": "Personal goals — replace if source has real content",
"brain/Memories.md": "Memory index — replace if source has entries beyond template stubs",
"brain/Key Decisions.md": "Decision log — replace if non-empty",
"brain/Patterns.md": "Observed patterns — replace if non-empty",
"brain/Gotchas.md": "Known gotchas — replace if non-empty",
"work/Index.md": "Work notes MOC — replace if has real entries",
"org/People & Context.md": "People MOC — replace if has real entries",
"perf/Brag Doc.md": "Brag doc index — replace if has entries"
},
"user_content_roots": [
"work/active/",
"work/archive/",
"work/incidents/",
"work/1-1/",
"org/people/",
"org/teams/",
"perf/brag/",
"perf/evidence/",
"perf/h*-*/",
"perf/competencies/*.md",
"brain/*.md",
"reference/",
"memories/"
],
"version_fingerprints": {
"v1": {
"exists": [
"claude/Memories.md"
],
"missing": [
"brain/",
"bases/"
]
},
"v2": {
"exists": [
"brain/",
"bases/",
"Home.md"
],
"missing": [
".claude/agents/"
]
},
"v3.0": {
"exists": [
".claude/agents/",
".claude/scripts/"
],
"missing": [
".claude/agents/review-fact-checker.md"
]
},
"v3.1": {
"exists": [
".claude/agents/review-fact-checker.md"
],
"missing": [
".claude/commands/humanize.md"
]
},
"v3.2": {
"exists": [
".claude/commands/humanize.md",
".claude/commands/weekly.md"
],
"missing": [
"vault-manifest.json"
]
},
"v3.3": {
"exists": [
"vault-manifest.json"
],
"missing": [
".claude/commands/om-standup.md"
]
},
"v3.6": {
"exists": [
".claude/commands/prep-1on1.md"
],
"missing": [
".claude/commands/om-standup.md"
]
},
"v3.7": {
"exists": [
".claude/commands/om-standup.md",
".claude/commands/om-intake.md"
],
"missing": [
"AGENTS.md"
]
},
"v4.0": {
"exists": [
"AGENTS.md",
"GEMINI.md",
".codex/hooks.json",
".gemini/settings.json"
],
"missing": [
".mcp.json"
]
},
"v5.0": {
"exists": [
".mcp.json",
".claude/update-skills.ts",
".claude/scripts/charcount.ts"
],
"missing": [
"ARCHITECTURE.md"
]
},
"v5.1": {
"exists": [
"ARCHITECTURE.md",
"scripts/qmd-bootstrap.ts",
".claude/scripts/.gitignore"
],
"missing": [
".shardmindignore"
]
},
"v6.0": {
"exists": [
".shardmindignore",
".shardmind/shard-schema.yaml",
".shardmind/shard.yaml"
],
"missing": [
".shardmind/hooks/personalize.ts"
]
},
"v6.2": {
"exists": [
".shardmind/hooks/personalize.ts"
],
"missing": [
"bases/Recently Touched.base"
]
},
"v7.0": {
"exists": [
"bases/Recently Touched.base",
".claude/commands/om-tidy.md",
".claude/scripts/generate-memory-index.ts"
]
},
"v8.0": {
"exists": [
".claude/scripts/om-mcp.mjs",
".claude/scripts/lib/memory-write.ts",
"bases/Memories.base"
],
"missing": [
".claude/agents/correction-sweep.md"
]
},
"v8.3.3": {
"exists": [
".claude/agents/correction-sweep.md",
".claude/commands/om-correct.md"
]
}
},
"frontmatter_required": {
"global": [
"date",
"description",
"tags"
],
"work-note": [
"date",
"status",
"quarter"
],
"incident": [
"date",
"status",
"quarter",
"ticket",
"severity",
"role"
],
"person": [
"date",
"title"
],
"team": [
"date"
],
"1-1": [
"date",
"quarter"
]
}
}