@archsight/aios 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/CHANGELOG.md +80 -8
  2. package/LICENSE +184 -21
  3. package/README.md +163 -135
  4. package/agents/README.md +2 -1
  5. package/agents/euclid/constraints.md +2 -1
  6. package/agents/euclid/responsibilities.md +1 -1
  7. package/agents/euclid/role.md +1 -1
  8. package/agents/euclid/system-prompt.md +5 -2
  9. package/agents/euclid/workflow.md +3 -3
  10. package/bin/archsight-aios.mjs +436 -1
  11. package/docs/quickstart.md +2 -1
  12. package/governance/README.md +3 -0
  13. package/governance/arbitration-protocol.md +153 -0
  14. package/package.json +68 -68
  15. package/runtime/README.md +7 -0
  16. package/runtime/agent-routing.md +98 -72
  17. package/runtime/archsight-aios.manifest.json +312 -290
  18. package/runtime/capability-adapters.json +27 -0
  19. package/runtime/capability-registry.json +458 -0
  20. package/runtime/capability-registry.schema.json +135 -0
  21. package/runtime/skill-routing.md +61 -55
  22. package/skills/README.md +54 -30
  23. package/skills/aios-arch/SKILL.md +195 -149
  24. package/skills/aios-arch/agents/openai.yaml +3 -3
  25. package/skills/aios-ceo/SKILL.md +180 -89
  26. package/skills/aios-ceo/agents/openai.yaml +4 -4
  27. package/skills/aios-design/SKILL.md +107 -99
  28. package/skills/aios-design/agents/openai.yaml +4 -4
  29. package/skills/aios-exec/SKILL.md +69 -58
  30. package/skills/aios-exec/agents/openai.yaml +3 -3
  31. package/skills/aios-knowledge/SKILL.md +65 -54
  32. package/skills/aios-knowledge/agents/openai.yaml +3 -3
  33. package/skills/aios-plan/SKILL.md +93 -75
  34. package/skills/aios-plan/agents/openai.yaml +3 -3
  35. package/skills/aios-review/SKILL.md +72 -61
  36. package/skills/aios-review/agents/openai.yaml +3 -3
  37. package/skills/aios-runtime/SKILL.md +69 -58
  38. package/skills/aios-runtime/agents/openai.yaml +3 -3
  39. package/skills/aios-structural/SKILL.md +67 -0
  40. package/skills/aios-structural/agents/openai.yaml +4 -0
  41. package/templates/project-ai/.ai/ARCHSIGHT_AIOS_RULES.md +30 -25
  42. package/templates/project-ai/.ai/agent-routing.md +48 -42
  43. package/templates/project-ai/.ai/skills.md +38 -32
  44. package/templates/project-ai/.ai/workflows.md +38 -35
  45. package/templates/project-ai/AGENTS.md +25 -25
  46. package/templates/project-ai/CLAUDE.md +25 -25
  47. package/templates/project-ai/GEMINI.md +25 -25
  48. package/workflows/README.md +2 -0
  49. package/workflows/architecture-review.md +103 -79
  50. package/workflows/bug-fixing.md +63 -62
  51. package/workflows/code-review.md +55 -54
  52. package/workflows/feature-development.md +64 -56
  53. package/workflows/rag-pipeline.md +9 -5
  54. package/workflows/review.md +74 -70
@@ -1,116 +1,116 @@
1
- {
2
- "schema": 1,
3
- "name": "archsight-aios",
4
- "version": "0.1.0",
5
- "description": "ArchSight AIOS agent, skill, workflow, runtime, and project-template registry.",
6
- "agents": [
7
- {
8
- "id": "atlas",
9
- "displayName": "Atlas",
10
- "role": "总架构师",
11
- "sourcePath": "agents/atlas",
12
- "runtimePromptPath": "agents/atlas/system-prompt.md"
13
- },
14
- {
15
- "id": "mason",
16
- "displayName": "Mason",
17
- "role": "工程总工",
18
- "sourcePath": "agents/mason",
19
- "runtimePromptPath": "agents/mason/system-prompt.md"
20
- },
21
- {
22
- "id": "argus",
23
- "displayName": "Argus",
24
- "role": "代码审查官",
25
- "sourcePath": "agents/argus",
26
- "runtimePromptPath": "agents/argus/system-prompt.md"
27
- },
28
- {
29
- "id": "vitruvius",
30
- "displayName": "Vitruvius",
31
- "role": "建筑数字化专家",
32
- "sourcePath": "agents/vitruvius",
33
- "runtimePromptPath": "agents/vitruvius/system-prompt.md"
34
- },
35
- {
36
- "id": "daedalus",
37
- "displayName": "Daedalus",
38
- "role": "AI 研发工程师",
39
- "sourcePath": "agents/daedalus",
40
- "runtimePromptPath": "agents/daedalus/system-prompt.md"
41
- },
42
- {
43
- "id": "hephaestus",
44
- "displayName": "Hephaestus",
45
- "role": "受控执行官",
46
- "sourcePath": "agents/hephaestus",
47
- "runtimePromptPath": "agents/hephaestus/system-prompt.md"
48
- },
49
- {
50
- "id": "euclid",
51
- "displayName": "Euclid",
52
- "role": "结构力学专家",
53
- "sourcePath": "agents/euclid",
54
- "runtimePromptPath": "agents/euclid/system-prompt.md"
55
- },
56
- {
57
- "id": "athena",
58
- "displayName": "Athena",
59
- "role": "知识治理官",
60
- "sourcePath": "agents/athena",
61
- "runtimePromptPath": "agents/athena/system-prompt.md"
62
- },
63
- {
64
- "id": "mercury",
65
- "displayName": "Mercury",
66
- "role": "AI 情报官",
67
- "sourcePath": "agents/mercury",
68
- "runtimePromptPath": "agents/mercury/system-prompt.md"
69
- },
70
- {
71
- "id": "janus",
72
- "displayName": "Janus",
73
- "role": "产品策略官",
74
- "sourcePath": "agents/janus",
75
- "runtimePromptPath": "agents/janus/system-prompt.md"
76
- }
77
- ],
78
- "skills": [
79
- {
80
- "id": "aios-ceo",
81
- "primaryAgent": "janus",
82
- "defaultWorkflow": "review",
83
- "path": "skills/aios-ceo/SKILL.md",
84
- "openaiConfigPath": "skills/aios-ceo/agents/openai.yaml"
85
- },
86
- {
87
- "id": "aios-design",
88
- "primaryAgent": "janus",
89
- "defaultWorkflow": "design-review",
90
- "path": "skills/aios-design/SKILL.md",
91
- "openaiConfigPath": "skills/aios-design/agents/openai.yaml"
92
- },
93
- {
94
- "id": "aios-arch",
95
- "primaryAgent": "atlas",
96
- "defaultWorkflow": "architecture-review",
97
- "path": "skills/aios-arch/SKILL.md",
98
- "openaiConfigPath": "skills/aios-arch/agents/openai.yaml"
99
- },
100
- {
101
- "id": "aios-plan",
102
- "primaryAgent": "mason",
103
- "defaultWorkflow": "feature-development",
104
- "path": "skills/aios-plan/SKILL.md",
105
- "openaiConfigPath": "skills/aios-plan/agents/openai.yaml"
106
- },
107
- {
108
- "id": "aios-review",
109
- "primaryAgent": "argus",
110
- "defaultWorkflow": "code-review",
111
- "path": "skills/aios-review/SKILL.md",
112
- "openaiConfigPath": "skills/aios-review/agents/openai.yaml"
113
- },
1
+ {
2
+ "schema": 1,
3
+ "name": "archsight-aios",
4
+ "version": "0.1.0",
5
+ "description": "ArchSight AIOS agent, skill, workflow, runtime, and project-template registry.",
6
+ "agents": [
7
+ {
8
+ "id": "atlas",
9
+ "displayName": "Atlas",
10
+ "role": "总架构师",
11
+ "sourcePath": "agents/atlas",
12
+ "runtimePromptPath": "agents/atlas/system-prompt.md"
13
+ },
14
+ {
15
+ "id": "mason",
16
+ "displayName": "Mason",
17
+ "role": "工程总工",
18
+ "sourcePath": "agents/mason",
19
+ "runtimePromptPath": "agents/mason/system-prompt.md"
20
+ },
21
+ {
22
+ "id": "argus",
23
+ "displayName": "Argus",
24
+ "role": "代码审查官",
25
+ "sourcePath": "agents/argus",
26
+ "runtimePromptPath": "agents/argus/system-prompt.md"
27
+ },
28
+ {
29
+ "id": "vitruvius",
30
+ "displayName": "Vitruvius",
31
+ "role": "建筑数字化专家",
32
+ "sourcePath": "agents/vitruvius",
33
+ "runtimePromptPath": "agents/vitruvius/system-prompt.md"
34
+ },
35
+ {
36
+ "id": "daedalus",
37
+ "displayName": "Daedalus",
38
+ "role": "AI 研发工程师",
39
+ "sourcePath": "agents/daedalus",
40
+ "runtimePromptPath": "agents/daedalus/system-prompt.md"
41
+ },
42
+ {
43
+ "id": "hephaestus",
44
+ "displayName": "Hephaestus",
45
+ "role": "受控执行官",
46
+ "sourcePath": "agents/hephaestus",
47
+ "runtimePromptPath": "agents/hephaestus/system-prompt.md"
48
+ },
49
+ {
50
+ "id": "euclid",
51
+ "displayName": "Euclid",
52
+ "role": "结构力学专家",
53
+ "sourcePath": "agents/euclid",
54
+ "runtimePromptPath": "agents/euclid/system-prompt.md"
55
+ },
56
+ {
57
+ "id": "athena",
58
+ "displayName": "Athena",
59
+ "role": "知识治理官",
60
+ "sourcePath": "agents/athena",
61
+ "runtimePromptPath": "agents/athena/system-prompt.md"
62
+ },
63
+ {
64
+ "id": "mercury",
65
+ "displayName": "Mercury",
66
+ "role": "AI 情报官",
67
+ "sourcePath": "agents/mercury",
68
+ "runtimePromptPath": "agents/mercury/system-prompt.md"
69
+ },
70
+ {
71
+ "id": "janus",
72
+ "displayName": "Janus",
73
+ "role": "产品策略官",
74
+ "sourcePath": "agents/janus",
75
+ "runtimePromptPath": "agents/janus/system-prompt.md"
76
+ }
77
+ ],
78
+ "skills": [
79
+ {
80
+ "id": "aios-ceo",
81
+ "primaryAgent": "janus",
82
+ "defaultWorkflow": "review",
83
+ "path": "skills/aios-ceo/SKILL.md",
84
+ "openaiConfigPath": "skills/aios-ceo/agents/openai.yaml"
85
+ },
86
+ {
87
+ "id": "aios-design",
88
+ "primaryAgent": "janus",
89
+ "defaultWorkflow": "design-review",
90
+ "path": "skills/aios-design/SKILL.md",
91
+ "openaiConfigPath": "skills/aios-design/agents/openai.yaml"
92
+ },
93
+ {
94
+ "id": "aios-arch",
95
+ "primaryAgent": "atlas",
96
+ "defaultWorkflow": "architecture-review",
97
+ "path": "skills/aios-arch/SKILL.md",
98
+ "openaiConfigPath": "skills/aios-arch/agents/openai.yaml"
99
+ },
100
+ {
101
+ "id": "aios-plan",
102
+ "primaryAgent": "mason",
103
+ "defaultWorkflow": "feature-development",
104
+ "path": "skills/aios-plan/SKILL.md",
105
+ "openaiConfigPath": "skills/aios-plan/agents/openai.yaml"
106
+ },
107
+ {
108
+ "id": "aios-review",
109
+ "primaryAgent": "argus",
110
+ "defaultWorkflow": "code-review",
111
+ "path": "skills/aios-review/SKILL.md",
112
+ "openaiConfigPath": "skills/aios-review/agents/openai.yaml"
113
+ },
114
114
  {
115
115
  "id": "aios-knowledge",
116
116
  "primaryAgent": "vitruvius",
@@ -118,100 +118,107 @@
118
118
  "path": "skills/aios-knowledge/SKILL.md",
119
119
  "openaiConfigPath": "skills/aios-knowledge/agents/openai.yaml"
120
120
  },
121
+ {
122
+ "id": "aios-structural",
123
+ "primaryAgent": "euclid",
124
+ "defaultWorkflow": "architecture-review",
125
+ "path": "skills/aios-structural/SKILL.md",
126
+ "openaiConfigPath": "skills/aios-structural/agents/openai.yaml"
127
+ },
121
128
  {
122
129
  "id": "aios-runtime",
123
130
  "primaryAgent": "daedalus",
124
131
  "defaultWorkflow": "rag-pipeline",
125
132
  "path": "skills/aios-runtime/SKILL.md",
126
- "openaiConfigPath": "skills/aios-runtime/agents/openai.yaml"
127
- },
128
- {
129
- "id": "aios-exec",
130
- "primaryAgent": "hephaestus",
131
- "defaultWorkflow": "feature-development",
132
- "path": "skills/aios-exec/SKILL.md",
133
- "openaiConfigPath": "skills/aios-exec/agents/openai.yaml"
134
- }
135
- ],
136
- "workflows": [
137
- {
138
- "id": "architecture-review",
139
- "path": "workflows/architecture-review.md"
140
- },
141
- {
142
- "id": "feature-development",
143
- "path": "workflows/feature-development.md"
144
- },
145
- {
146
- "id": "bug-fixing",
147
- "path": "workflows/bug-fixing.md"
148
- },
149
- {
150
- "id": "code-review",
151
- "path": "workflows/code-review.md"
152
- },
153
- {
154
- "id": "review",
155
- "path": "workflows/review.md"
156
- },
157
- {
158
- "id": "design-review",
159
- "path": "workflows/design-review.md"
160
- },
161
- {
162
- "id": "quality-readiness",
163
- "path": "workflows/quality-readiness.md"
164
- },
165
- {
166
- "id": "release",
167
- "path": "workflows/release.md"
168
- },
169
- {
170
- "id": "frontend-generation",
171
- "path": "workflows/frontend-generation.md"
172
- },
173
- {
174
- "id": "rag-pipeline",
175
- "path": "workflows/rag-pipeline.md"
176
- }
177
- ],
178
- "routes": [
179
- {
180
- "taskType": "项目立项、产品定位、商业目标、范围取舍",
181
- "skill": "aios-ceo",
182
- "agent": "janus",
183
- "workflow": "review"
184
- },
185
- {
186
- "taskType": "建筑行业平台界面方案、工作台体验、复核追溯和前端实现交接",
187
- "skill": "aios-design",
188
- "agent": "janus",
189
- "workflow": "design-review"
190
- },
191
- {
192
- "taskType": "架构评审、技术选型、服务边界",
193
- "skill": "aios-arch",
194
- "agent": "atlas",
195
- "workflow": "architecture-review"
196
- },
197
- {
198
- "taskType": "Feature 拆解、交付计划、任务依赖",
199
- "skill": "aios-plan",
200
- "agent": "mason",
201
- "workflow": "feature-development"
202
- },
203
- {
204
- "taskType": "PR / diff / AI 生成代码审查",
205
- "skill": "aios-review",
206
- "agent": "argus",
207
- "workflow": "code-review"
208
- },
209
- {
210
- "taskType": "Bug 修复、测试失败、构建失败",
211
- "skill": "aios-exec",
212
- "agent": "hephaestus",
213
- "workflow": "bug-fixing"
214
- },
133
+ "openaiConfigPath": "skills/aios-runtime/agents/openai.yaml"
134
+ },
135
+ {
136
+ "id": "aios-exec",
137
+ "primaryAgent": "hephaestus",
138
+ "defaultWorkflow": "feature-development",
139
+ "path": "skills/aios-exec/SKILL.md",
140
+ "openaiConfigPath": "skills/aios-exec/agents/openai.yaml"
141
+ }
142
+ ],
143
+ "workflows": [
144
+ {
145
+ "id": "architecture-review",
146
+ "path": "workflows/architecture-review.md"
147
+ },
148
+ {
149
+ "id": "feature-development",
150
+ "path": "workflows/feature-development.md"
151
+ },
152
+ {
153
+ "id": "bug-fixing",
154
+ "path": "workflows/bug-fixing.md"
155
+ },
156
+ {
157
+ "id": "code-review",
158
+ "path": "workflows/code-review.md"
159
+ },
160
+ {
161
+ "id": "review",
162
+ "path": "workflows/review.md"
163
+ },
164
+ {
165
+ "id": "design-review",
166
+ "path": "workflows/design-review.md"
167
+ },
168
+ {
169
+ "id": "quality-readiness",
170
+ "path": "workflows/quality-readiness.md"
171
+ },
172
+ {
173
+ "id": "release",
174
+ "path": "workflows/release.md"
175
+ },
176
+ {
177
+ "id": "frontend-generation",
178
+ "path": "workflows/frontend-generation.md"
179
+ },
180
+ {
181
+ "id": "rag-pipeline",
182
+ "path": "workflows/rag-pipeline.md"
183
+ }
184
+ ],
185
+ "routes": [
186
+ {
187
+ "taskType": "建筑行业软件 / 系统深度评价、项目立项、产品定位、商业目标、范围取舍",
188
+ "skill": "aios-ceo",
189
+ "agent": "janus",
190
+ "workflow": "review"
191
+ },
192
+ {
193
+ "taskType": "建筑行业平台界面方案、工作台体验、复核追溯和前端实现交接",
194
+ "skill": "aios-design",
195
+ "agent": "janus",
196
+ "workflow": "design-review"
197
+ },
198
+ {
199
+ "taskType": "建筑行业项目中的架构评审、技术选型、服务边界",
200
+ "skill": "aios-arch",
201
+ "agent": "atlas",
202
+ "workflow": "architecture-review"
203
+ },
204
+ {
205
+ "taskType": "建筑行业项目中的 Feature 拆解、交付计划、任务依赖",
206
+ "skill": "aios-plan",
207
+ "agent": "mason",
208
+ "workflow": "feature-development"
209
+ },
210
+ {
211
+ "taskType": "建筑行业项目中的 PR / diff / AI 生成代码审查",
212
+ "skill": "aios-review",
213
+ "agent": "argus",
214
+ "workflow": "code-review"
215
+ },
216
+ {
217
+ "taskType": "建筑行业项目中的 Bug 修复、测试失败、构建失败",
218
+ "skill": "aios-exec",
219
+ "agent": "hephaestus",
220
+ "workflow": "bug-fixing"
221
+ },
215
222
  {
216
223
  "taskType": "BIM / IFC / 建筑规范 / 审图规则",
217
224
  "skill": "aios-knowledge",
@@ -219,108 +226,123 @@
219
226
  "workflow": "rag-pipeline"
220
227
  },
221
228
  {
222
- "taskType": "Prompt / Context / Memory / MCP / Tool",
223
- "skill": "aios-runtime",
224
- "agent": "daedalus",
229
+ "taskType": "结构力学、荷载、FEM、确定性求解和结构计算工具链",
230
+ "skill": "aios-structural",
231
+ "agent": "euclid",
225
232
  "workflow": "architecture-review"
226
233
  },
227
234
  {
228
- "taskType": "RAG / GraphRAG Pipeline",
235
+ "taskType": "建筑行业项目中的 Prompt / Context / Memory / MCP / Tool",
229
236
  "skill": "aios-runtime",
230
237
  "agent": "daedalus",
231
- "workflow": "rag-pipeline"
232
- },
233
- {
234
- "taskType": "受控代码修改、文档、脚本、测试",
235
- "skill": "aios-exec",
236
- "agent": "hephaestus",
237
- "workflow": "feature-development"
238
- }
239
- ],
240
- "projectTemplate": {
241
- "path": "templates/project-ai",
242
- "requiredFiles": [
243
- "AGENTS.md",
244
- "AI_CODING_RULES.md",
245
- "CLAUDE.md",
246
- "GEMINI.md",
247
- ".ai/ARCHSIGHT_AIOS_RULES.md",
248
- ".ai/project-context.md",
249
- ".ai/agent-routing.md",
250
- ".ai/skills.md",
251
- ".ai/workflows.md"
252
- ]
253
- },
254
- "projectProfiles": [
255
- {
256
- "id": "bim-platform",
257
- "path": "templates/project-bim-platform",
258
- "description": "BIM / IFC / Revit / CAD / modeling platform project profile.",
259
- "requiredFiles": [
260
- ".ai/profiles/bim-platform.md"
261
- ]
262
- },
263
- {
264
- "id": "construction-vision",
265
- "path": "templates/project-construction-vision",
266
- "description": "Construction vision AI, detection, segmentation, and depth-estimation project profile.",
267
- "requiredFiles": [
268
- ".ai/profiles/construction-vision.md"
269
- ]
270
- },
271
- {
272
- "id": "rag-knowledge",
273
- "path": "templates/project-rag-knowledge",
274
- "description": "Building-code knowledge base, RAG, GraphRAG, and knowledge-graph project profile.",
275
- "requiredFiles": [
276
- ".ai/profiles/rag-knowledge.md"
277
- ]
278
- }
279
- ],
280
- "installTargets": {
281
- "codexSkills": "~/.codex/skills",
282
- "codexWorkflows": "~/.codex/workflows/aios",
283
- "sharedAgentSkills": "~/.agents/skills",
284
- "sharedAgentWorkflows": "~/.agents/workflows/aios",
285
- "geminiInstructions": "~/.gemini/GEMINI.md",
286
- "antigravityPlugin": "~/.gemini/config/plugins/archsight-aios",
287
- "antigravityLegacySkills": "~/.gemini/antigravity/skills",
288
- "geminiSupportAssets": "~/.gemini/archsight-aios"
289
- },
238
+ "workflow": "architecture-review"
239
+ },
240
+ {
241
+ "taskType": "建筑行业知识库 / 工程知识 RAG / GraphRAG Pipeline",
242
+ "skill": "aios-runtime",
243
+ "agent": "daedalus",
244
+ "workflow": "rag-pipeline"
245
+ },
246
+ {
247
+ "taskType": "建筑行业项目中的受控代码修改、文档、脚本、测试",
248
+ "skill": "aios-exec",
249
+ "agent": "hephaestus",
250
+ "workflow": "feature-development"
251
+ }
252
+ ],
253
+ "projectTemplate": {
254
+ "path": "templates/project-ai",
255
+ "requiredFiles": [
256
+ "AGENTS.md",
257
+ "AI_CODING_RULES.md",
258
+ "CLAUDE.md",
259
+ "GEMINI.md",
260
+ ".ai/ARCHSIGHT_AIOS_RULES.md",
261
+ ".ai/project-context.md",
262
+ ".ai/agent-routing.md",
263
+ ".ai/skills.md",
264
+ ".ai/workflows.md"
265
+ ]
266
+ },
267
+ "projectProfiles": [
268
+ {
269
+ "id": "bim-platform",
270
+ "path": "templates/project-bim-platform",
271
+ "description": "BIM / IFC / Revit / CAD / modeling platform project profile.",
272
+ "requiredFiles": [
273
+ ".ai/profiles/bim-platform.md"
274
+ ]
275
+ },
276
+ {
277
+ "id": "construction-vision",
278
+ "path": "templates/project-construction-vision",
279
+ "description": "Construction vision AI, detection, segmentation, and depth-estimation project profile.",
280
+ "requiredFiles": [
281
+ ".ai/profiles/construction-vision.md"
282
+ ]
283
+ },
284
+ {
285
+ "id": "rag-knowledge",
286
+ "path": "templates/project-rag-knowledge",
287
+ "description": "Building-code knowledge base, RAG, GraphRAG, and knowledge-graph project profile.",
288
+ "requiredFiles": [
289
+ ".ai/profiles/rag-knowledge.md"
290
+ ]
291
+ }
292
+ ],
293
+ "installTargets": {
294
+ "codexSkills": "~/.codex/skills",
295
+ "codexWorkflows": "~/.codex/workflows/aios",
296
+ "sharedAgentSkills": "~/.agents/skills",
297
+ "sharedAgentWorkflows": "~/.agents/workflows/aios",
298
+ "geminiInstructions": "~/.gemini/GEMINI.md",
299
+ "antigravityPlugin": "~/.gemini/config/plugins/archsight-aios",
300
+ "antigravityLegacySkills": "~/.gemini/antigravity/skills",
301
+ "geminiSupportAssets": "~/.gemini/archsight-aios"
302
+ },
290
303
  "hermes": {
291
304
  "registryPath": "runtime/hermes/agent-registry.md",
292
305
  "syncPolicyPath": "runtime/hermes/sync-policy.md",
293
306
  "syncRecordTemplatePath": "runtime/hermes/sync-record-template.md"
294
307
  },
308
+ "capabilityRegistry": {
309
+ "schemaPath": "runtime/capability-registry.schema.json",
310
+ "registryPath": "runtime/capability-registry.json",
311
+ "adapterPath": "runtime/capability-adapters.json"
312
+ },
295
313
  "requiredAssets": [
314
+ "governance/arbitration-protocol.md",
296
315
  "governance/ai-review-policy.md",
297
316
  "governance/security-policy.md",
298
317
  "governance/agent-boundary.md",
299
- "governance/context-policy.md",
300
- "governance/memory-policy.md",
301
- "governance/delivery-policy.md",
302
- "delivery/release-checklist.md",
303
- "delivery/ai-generated-code-checklist.md",
304
- "delivery/rollback-policy.md",
305
- "memory/decision-records.md",
306
- "memory/project-memory-policy.md",
307
- "memory/cleanup-policy.md",
308
- "knowledge/domain-taxonomy.md",
309
- "knowledge/source-register.md",
310
- "standards/standard-register.md",
311
- "rag/chunking-policy.md",
312
- "rag/evaluation-policy.md",
313
- "graph/schema.md",
314
- "graph/quality-policy.md",
315
- "vision/roadmap.md",
316
- "vision/strategy-principles.md",
317
- "prompts/prompt-registry.md",
318
- "prompts/evaluation-policy.md",
319
- "prompts/failure-cases.md",
320
- "infra/environment-policy.md",
321
- "infra/permissions.md",
322
- "infra/service-boundaries.md",
318
+ "governance/context-policy.md",
319
+ "governance/memory-policy.md",
320
+ "governance/delivery-policy.md",
321
+ "delivery/release-checklist.md",
322
+ "delivery/ai-generated-code-checklist.md",
323
+ "delivery/rollback-policy.md",
324
+ "memory/decision-records.md",
325
+ "memory/project-memory-policy.md",
326
+ "memory/cleanup-policy.md",
327
+ "knowledge/domain-taxonomy.md",
328
+ "knowledge/source-register.md",
329
+ "standards/standard-register.md",
330
+ "rag/chunking-policy.md",
331
+ "rag/evaluation-policy.md",
332
+ "graph/schema.md",
333
+ "graph/quality-policy.md",
334
+ "vision/roadmap.md",
335
+ "vision/strategy-principles.md",
336
+ "prompts/prompt-registry.md",
337
+ "prompts/evaluation-policy.md",
338
+ "prompts/failure-cases.md",
339
+ "infra/environment-policy.md",
340
+ "infra/permissions.md",
341
+ "infra/service-boundaries.md",
323
342
  "runtime/hermes/sync-policy.md",
324
- "runtime/hermes/sync-record-template.md"
343
+ "runtime/hermes/sync-record-template.md",
344
+ "runtime/capability-adapters.json",
345
+ "runtime/capability-registry.schema.json",
346
+ "runtime/capability-registry.json"
325
347
  ]
326
348
  }