@archsight/aios 1.0.0 → 1.0.1
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.
- package/CHANGELOG.md +45 -17
- package/README.md +156 -154
- package/package.json +69 -69
- package/runtime/agent-routing.md +94 -92
- package/runtime/archsight-aios.manifest.json +326 -326
- package/runtime/skill-routing.md +65 -63
- package/skills/README.md +59 -38
- package/skills/aios-arch/SKILL.md +183 -175
- package/skills/aios-arch/agents/openai.yaml +3 -3
- package/skills/aios-ceo/SKILL.md +177 -89
- package/skills/aios-ceo/agents/openai.yaml +4 -4
- package/skills/aios-design/SKILL.md +107 -99
- package/skills/aios-design/agents/openai.yaml +4 -4
- package/skills/aios-exec/SKILL.md +70 -62
- package/skills/aios-exec/agents/openai.yaml +3 -3
- package/skills/aios-knowledge/SKILL.md +69 -61
- package/skills/aios-knowledge/agents/openai.yaml +3 -3
- package/skills/aios-plan/SKILL.md +104 -96
- package/skills/aios-plan/agents/openai.yaml +3 -3
- package/skills/aios-review/SKILL.md +74 -66
- package/skills/aios-review/agents/openai.yaml +3 -3
- package/skills/aios-runtime/SKILL.md +73 -65
- package/skills/aios-runtime/agents/openai.yaml +3 -3
- package/templates/project-ai/.ai/ARCHSIGHT_AIOS_RULES.md +37 -35
- package/templates/project-ai/.ai/agent-routing.md +51 -50
- package/templates/project-ai/.ai/skills.md +42 -39
- package/templates/project-ai/.ai/workflows.md +42 -40
- package/templates/project-ai/AGENTS.md +25 -25
- package/templates/project-ai/CLAUDE.md +25 -25
- package/templates/project-ai/GEMINI.md +25 -25
- package/workflows/architecture-review.md +100 -98
- package/workflows/bug-fixing.md +63 -62
- package/workflows/code-review.md +55 -54
- package/workflows/feature-development.md +74 -72
- package/workflows/review.md +74 -70
|
@@ -1,326 +1,326 @@
|
|
|
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
|
-
{
|
|
115
|
-
"id": "aios-knowledge",
|
|
116
|
-
"primaryAgent": "vitruvius",
|
|
117
|
-
"defaultWorkflow": "rag-pipeline",
|
|
118
|
-
"path": "skills/aios-knowledge/SKILL.md",
|
|
119
|
-
"openaiConfigPath": "skills/aios-knowledge/agents/openai.yaml"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"id": "aios-runtime",
|
|
123
|
-
"primaryAgent": "daedalus",
|
|
124
|
-
"defaultWorkflow": "rag-pipeline",
|
|
125
|
-
"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
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"taskType": "BIM / IFC / 建筑规范 / 审图规则",
|
|
217
|
-
"skill": "aios-knowledge",
|
|
218
|
-
"agent": "vitruvius",
|
|
219
|
-
"workflow": "rag-pipeline"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"taskType": "Prompt / Context / Memory / MCP / Tool",
|
|
223
|
-
"skill": "aios-runtime",
|
|
224
|
-
"agent": "daedalus",
|
|
225
|
-
"workflow": "architecture-review"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"taskType": "RAG / GraphRAG Pipeline",
|
|
229
|
-
"skill": "aios-runtime",
|
|
230
|
-
"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
|
-
},
|
|
290
|
-
"hermes": {
|
|
291
|
-
"registryPath": "runtime/hermes/agent-registry.md",
|
|
292
|
-
"syncPolicyPath": "runtime/hermes/sync-policy.md",
|
|
293
|
-
"syncRecordTemplatePath": "runtime/hermes/sync-record-template.md"
|
|
294
|
-
},
|
|
295
|
-
"requiredAssets": [
|
|
296
|
-
"governance/ai-review-policy.md",
|
|
297
|
-
"governance/security-policy.md",
|
|
298
|
-
"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",
|
|
323
|
-
"runtime/hermes/sync-policy.md",
|
|
324
|
-
"runtime/hermes/sync-record-template.md"
|
|
325
|
-
]
|
|
326
|
-
}
|
|
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
|
+
{
|
|
115
|
+
"id": "aios-knowledge",
|
|
116
|
+
"primaryAgent": "vitruvius",
|
|
117
|
+
"defaultWorkflow": "rag-pipeline",
|
|
118
|
+
"path": "skills/aios-knowledge/SKILL.md",
|
|
119
|
+
"openaiConfigPath": "skills/aios-knowledge/agents/openai.yaml"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"id": "aios-runtime",
|
|
123
|
+
"primaryAgent": "daedalus",
|
|
124
|
+
"defaultWorkflow": "rag-pipeline",
|
|
125
|
+
"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
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"taskType": "BIM / IFC / 建筑规范 / 审图规则",
|
|
217
|
+
"skill": "aios-knowledge",
|
|
218
|
+
"agent": "vitruvius",
|
|
219
|
+
"workflow": "rag-pipeline"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"taskType": "建筑行业项目中的 Prompt / Context / Memory / MCP / Tool",
|
|
223
|
+
"skill": "aios-runtime",
|
|
224
|
+
"agent": "daedalus",
|
|
225
|
+
"workflow": "architecture-review"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"taskType": "建筑行业知识库 / 工程知识 RAG / GraphRAG Pipeline",
|
|
229
|
+
"skill": "aios-runtime",
|
|
230
|
+
"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
|
+
},
|
|
290
|
+
"hermes": {
|
|
291
|
+
"registryPath": "runtime/hermes/agent-registry.md",
|
|
292
|
+
"syncPolicyPath": "runtime/hermes/sync-policy.md",
|
|
293
|
+
"syncRecordTemplatePath": "runtime/hermes/sync-record-template.md"
|
|
294
|
+
},
|
|
295
|
+
"requiredAssets": [
|
|
296
|
+
"governance/ai-review-policy.md",
|
|
297
|
+
"governance/security-policy.md",
|
|
298
|
+
"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",
|
|
323
|
+
"runtime/hermes/sync-policy.md",
|
|
324
|
+
"runtime/hermes/sync-record-template.md"
|
|
325
|
+
]
|
|
326
|
+
}
|