-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathengine-manifest.json
More file actions
90 lines (90 loc) · 2.57 KB
/
Copy pathengine-manifest.json
File metadata and controls
90 lines (90 loc) · 2.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
{
"manifestVersion": 1,
"canonicalRepo": "https://github.com/tpierrain/kenjaku.git",
"engineVersion": {
"rag": "1.4.0",
"local-mirror": "0.3.0",
"constitutionTemplate": "1.3.0",
"scripts": "1.13.0"
},
"indexSchemaVersion": 2,
"regimes": {
"replace": [
"rag/src/**",
"rag/package.json",
"rag/package-lock.json",
"rag/tsconfig.json",
"rag/postinstall-restart-notice.mjs",
"local-mirror/src/**",
"local-mirror/package.json",
"local-mirror/package-lock.json",
"local-mirror/tsconfig.json",
"shared/**",
"scripts/update-engine.mjs",
"scripts/rehydrate.mjs",
"scripts/clear-example-notes.mjs",
"scripts/import-brain.mjs",
"scripts/set-active-universe.mjs",
"scripts/set-universe-profile.mjs",
"scripts/delete-universe.mjs",
"scripts/rename-universe.mjs",
"scripts/open-env.mjs",
"scripts/session-self-heal.mjs",
"scripts/session-status.mjs",
"scripts/session-health.mjs",
"scripts/session-obsidian-hint.mjs",
"scripts/session-wiki-health.mjs",
"scripts/session-universe.mjs",
"scripts/session-actions-log.mjs",
"scripts/health-probe-run.mjs",
"scripts/upstream-check-run.mjs",
"scripts/lint-vault.mjs",
"scripts/file-back-note.mjs",
"scripts/consolidate-scan.mjs",
"scripts/refresh-note.mjs",
"scripts/vault-write-guard.mjs",
"scripts/ai-summary-guard.mjs",
"scripts/prompt-restart-nudge.mjs",
"scripts/verify-index.mjs",
"scripts/lib/**",
".claude/settings.json.template",
".mcp.json.template",
"engine-skills/**",
"engine-health/**"
],
"regenerate": [
"rag/launch.sh",
"rag/launch.cmd",
"local-mirror/launch.sh",
"local-mirror/launch.cmd",
"scripts/run-node.sh",
"scripts/run-node.cmd"
],
"merge": [
"CLAUDE.md",
".claude/settings.json",
".claude/skills/coach/**",
".claude/skills/sync/**",
".claude/skills/sync-sources/**",
".claude/skills/improve/**",
".claude/skills/prepare-1-1/**",
".claude/skills/tdd-discipline/**",
".claude/skills/update-engine/**",
".claude/skills/import/**",
".claude/skills/switch/**",
"scripts/auto-commit.mjs",
"scripts/auto-push.mjs",
"scripts/status-line.mjs",
"scripts/verify-rag.mjs"
]
},
"engineMcpServers": [
"vault-rag",
"local-mirror"
],
"engineModuleRequirements": {
"vault-rag": "mandatory",
"local-mirror": "optional"
},
"provenance": {}
}