soloforge 1.3.1 → 1.3.2

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 (118) hide show
  1. package/README.md +6 -3
  2. package/dist/adapters/claude_code/claude_md.d.ts.map +1 -1
  3. package/dist/adapters/claude_code/claude_md.js +4 -0
  4. package/dist/adapters/claude_code/claude_md.js.map +1 -1
  5. package/dist/adapters/claude_code/tools.d.ts +10 -10
  6. package/dist/adapters/claude_code/tools.d.ts.map +1 -1
  7. package/dist/adapters/claude_code/tools.js +317 -18
  8. package/dist/adapters/claude_code/tools.js.map +1 -1
  9. package/dist/adapters/shared/workflow_template.d.ts +26 -0
  10. package/dist/adapters/shared/workflow_template.d.ts.map +1 -1
  11. package/dist/adapters/shared/workflow_template.js +139 -46
  12. package/dist/adapters/shared/workflow_template.js.map +1 -1
  13. package/dist/bin/soloforge.d.ts.map +1 -1
  14. package/dist/bin/soloforge.js +85 -53
  15. package/dist/bin/soloforge.js.map +1 -1
  16. package/dist/engine/asset_manifest.d.ts +7 -1
  17. package/dist/engine/asset_manifest.d.ts.map +1 -1
  18. package/dist/engine/asset_manifest.js +28 -18
  19. package/dist/engine/asset_manifest.js.map +1 -1
  20. package/dist/engine/consumable_asset_registry.d.ts.map +1 -1
  21. package/dist/engine/consumable_asset_registry.js +26 -0
  22. package/dist/engine/consumable_asset_registry.js.map +1 -1
  23. package/dist/engine/consumption_trace_store.d.ts +8 -8
  24. package/dist/engine/consumption_trace_store.d.ts.map +1 -1
  25. package/dist/engine/consumption_trace_store.js +11 -7
  26. package/dist/engine/consumption_trace_store.js.map +1 -1
  27. package/dist/engine/decision_workshop.d.ts +160 -0
  28. package/dist/engine/decision_workshop.d.ts.map +1 -0
  29. package/dist/engine/decision_workshop.js +279 -0
  30. package/dist/engine/decision_workshop.js.map +1 -0
  31. package/dist/engine/dual_layer_mechanism_registry.d.ts.map +1 -1
  32. package/dist/engine/dual_layer_mechanism_registry.js +176 -2
  33. package/dist/engine/dual_layer_mechanism_registry.js.map +1 -1
  34. package/dist/engine/explicit_asset_registry.d.ts +30 -0
  35. package/dist/engine/explicit_asset_registry.d.ts.map +1 -0
  36. package/dist/engine/explicit_asset_registry.js +3508 -0
  37. package/dist/engine/explicit_asset_registry.js.map +1 -0
  38. package/dist/engine/implementation_roadmap_registry.d.ts +2 -2
  39. package/dist/engine/implementation_roadmap_registry.d.ts.map +1 -1
  40. package/dist/engine/implementation_roadmap_registry.js +44 -16
  41. package/dist/engine/implementation_roadmap_registry.js.map +1 -1
  42. package/dist/engine/intent_expander.d.ts.map +1 -1
  43. package/dist/engine/intent_expander.js +46 -2
  44. package/dist/engine/intent_expander.js.map +1 -1
  45. package/dist/engine/intent_router.d.ts +1 -1
  46. package/dist/engine/intent_router.d.ts.map +1 -1
  47. package/dist/engine/intent_router.js +2 -1
  48. package/dist/engine/intent_router.js.map +1 -1
  49. package/dist/engine/knowledge_injection_boundary.d.ts +3 -0
  50. package/dist/engine/knowledge_injection_boundary.d.ts.map +1 -1
  51. package/dist/engine/knowledge_injection_boundary.js +48 -5
  52. package/dist/engine/knowledge_injection_boundary.js.map +1 -1
  53. package/dist/engine/mechanism_contract_registry.d.ts +1 -1
  54. package/dist/engine/mechanism_contract_registry.d.ts.map +1 -1
  55. package/dist/engine/mechanism_contract_registry.js +74 -2
  56. package/dist/engine/mechanism_contract_registry.js.map +1 -1
  57. package/dist/engine/observed_consumption.d.ts +54 -0
  58. package/dist/engine/observed_consumption.d.ts.map +1 -0
  59. package/dist/engine/observed_consumption.js +377 -0
  60. package/dist/engine/observed_consumption.js.map +1 -0
  61. package/dist/engine/release_issue_scenario_registry.d.ts +64 -0
  62. package/dist/engine/release_issue_scenario_registry.d.ts.map +1 -0
  63. package/dist/engine/release_issue_scenario_registry.js +1349 -0
  64. package/dist/engine/release_issue_scenario_registry.js.map +1 -0
  65. package/dist/engine/release_readiness_gate.d.ts +1 -1
  66. package/dist/engine/release_readiness_gate.d.ts.map +1 -1
  67. package/dist/engine/release_readiness_gate.js +574 -46
  68. package/dist/engine/release_readiness_gate.js.map +1 -1
  69. package/dist/engine/release_tool_harness.d.ts +71 -0
  70. package/dist/engine/release_tool_harness.d.ts.map +1 -0
  71. package/dist/engine/release_tool_harness.js +161 -0
  72. package/dist/engine/release_tool_harness.js.map +1 -0
  73. package/dist/engine/scaffolder.d.ts.map +1 -1
  74. package/dist/engine/scaffolder.js +144 -7
  75. package/dist/engine/scaffolder.js.map +1 -1
  76. package/dist/engine/standard_asset_contract.d.ts +75 -0
  77. package/dist/engine/standard_asset_contract.d.ts.map +1 -0
  78. package/dist/engine/standard_asset_contract.js +388 -0
  79. package/dist/engine/standard_asset_contract.js.map +1 -0
  80. package/dist/engine/standard_asset_coverage.d.ts +45 -0
  81. package/dist/engine/standard_asset_coverage.d.ts.map +1 -0
  82. package/dist/engine/standard_asset_coverage.js +220 -0
  83. package/dist/engine/standard_asset_coverage.js.map +1 -0
  84. package/dist/engine/template_asset_contract_registry.d.ts +162 -0
  85. package/dist/engine/template_asset_contract_registry.d.ts.map +1 -0
  86. package/dist/engine/template_asset_contract_registry.js +598 -0
  87. package/dist/engine/template_asset_contract_registry.js.map +1 -0
  88. package/dist/engine/template_asset_visibility.d.ts +109 -0
  89. package/dist/engine/template_asset_visibility.d.ts.map +1 -0
  90. package/dist/engine/template_asset_visibility.js +321 -0
  91. package/dist/engine/template_asset_visibility.js.map +1 -0
  92. package/dist/engine/template_init_sync.d.ts +68 -0
  93. package/dist/engine/template_init_sync.d.ts.map +1 -0
  94. package/dist/engine/template_init_sync.js +218 -0
  95. package/dist/engine/template_init_sync.js.map +1 -0
  96. package/dist/engine/template_manifest_io.d.ts +10 -0
  97. package/dist/engine/template_manifest_io.d.ts.map +1 -1
  98. package/dist/engine/template_manifest_io.js +63 -30
  99. package/dist/engine/template_manifest_io.js.map +1 -1
  100. package/dist/engine/template_mechanism_auditor.d.ts +3 -1
  101. package/dist/engine/template_mechanism_auditor.d.ts.map +1 -1
  102. package/dist/engine/template_mechanism_auditor.js +27 -24
  103. package/dist/engine/template_mechanism_auditor.js.map +1 -1
  104. package/dist/engine/tool_invocation_contract_registry.d.ts.map +1 -1
  105. package/dist/engine/tool_invocation_contract_registry.js +11 -1
  106. package/dist/engine/tool_invocation_contract_registry.js.map +1 -1
  107. package/dist/knowledge/index_manager.d.ts +20 -0
  108. package/dist/knowledge/index_manager.d.ts.map +1 -1
  109. package/dist/knowledge/index_manager.js +234 -3
  110. package/dist/knowledge/index_manager.js.map +1 -1
  111. package/dist/types.d.ts +36 -1
  112. package/dist/types.d.ts.map +1 -1
  113. package/package.json +2 -2
  114. package/templates/knowledge/rules//346/240/207/345/207/206/350/265/204/344/272/247/350/246/206/347/233/226/350/247/204/345/210/231.md +29 -0
  115. package/templates/knowledge/rules//346/250/241/346/235/277/350/265/204/344/272/247/345/217/257/350/247/201/346/200/247/350/247/204/345/210/231.md +27 -0
  116. package/templates/knowledge/rules//347/224/250/346/210/267/345/217/215/351/246/210/345/245/221/347/272/246/350/247/204/345/210/231.md +62 -1
  117. package/templates/knowledge/rules//351/200/232/347/224/250/345/206/263/347/255/226/347/240/224/350/256/250/350/247/204/345/210/231.md +30 -0
  118. package/templates/knowledge/rules//351/252/214/346/224/266/346/250/241/346/235/277/350/276/223/345/207/272/345/245/221/347/272/246/350/247/204/345/210/231.md +50 -0
@@ -0,0 +1,3508 @@
1
+ /**
2
+ * 显式资产注册表 — 所有模板资产的逐一注册元数据。
3
+ * 新增模板文件必须在此处新增对应条目,否则 validate-release 将 hard_fail。
4
+ * 该清单为权威显式注册,不由类别默认值自动生成或放行未登记文件。
5
+ */
6
+ export const EXPLICIT_ASSET_REGISTRY = {
7
+ "templates/knowledge/acceptance_templates/API接口规格文档模版.md": {
8
+ asset_kind: "acceptance_template",
9
+ owner_mechanism_id: "mc-standard-asset-contract",
10
+ asset_visibility: "user_project",
11
+ sync_to_user_project: true,
12
+ sync_target: "project_knowledge",
13
+ runtime_visibility: "index_only",
14
+ evidence_role: "template_guidance",
15
+ user_visible: true,
16
+ applicable_routes: ["artifact_generation", "operation"],
17
+ applicable_tech_stack: [],
18
+ lifecycle_status: "active",
19
+ consume_category: "copy_only",
20
+ mainline_consumer: "",
21
+ validation_entrypoint: "template_mechanism_auditor",
22
+ },
23
+ "templates/knowledge/acceptance_templates/Bug分析模版.md": {
24
+ asset_kind: "acceptance_template",
25
+ owner_mechanism_id: "mc-standard-asset-contract",
26
+ asset_visibility: "user_project",
27
+ sync_to_user_project: true,
28
+ sync_target: "project_knowledge",
29
+ runtime_visibility: "index_only",
30
+ evidence_role: "template_guidance",
31
+ user_visible: true,
32
+ applicable_routes: ["artifact_generation", "operation"],
33
+ applicable_tech_stack: [],
34
+ lifecycle_status: "active",
35
+ consume_category: "copy_only",
36
+ mainline_consumer: "",
37
+ validation_entrypoint: "template_mechanism_auditor",
38
+ },
39
+ "templates/knowledge/acceptance_templates/POC结论模版.md": {
40
+ asset_kind: "acceptance_template",
41
+ owner_mechanism_id: "mc-standard-asset-contract",
42
+ asset_visibility: "user_project",
43
+ sync_to_user_project: true,
44
+ sync_target: "project_knowledge",
45
+ runtime_visibility: "index_only",
46
+ evidence_role: "template_guidance",
47
+ user_visible: true,
48
+ applicable_routes: ["artifact_generation", "operation"],
49
+ applicable_tech_stack: [],
50
+ lifecycle_status: "active",
51
+ consume_category: "copy_only",
52
+ mainline_consumer: "",
53
+ validation_entrypoint: "template_mechanism_auditor",
54
+ },
55
+ "templates/knowledge/acceptance_templates/前端页面验收清单.md": {
56
+ asset_kind: "acceptance_template",
57
+ owner_mechanism_id: "mc-standard-asset-contract",
58
+ asset_visibility: "user_project",
59
+ sync_to_user_project: true,
60
+ sync_target: "project_knowledge",
61
+ runtime_visibility: "index_only",
62
+ evidence_role: "template_guidance",
63
+ user_visible: true,
64
+ applicable_routes: ["artifact_generation", "operation"],
65
+ applicable_tech_stack: [],
66
+ lifecycle_status: "active",
67
+ consume_category: "copy_only",
68
+ mainline_consumer: "",
69
+ validation_entrypoint: "template_mechanism_auditor",
70
+ },
71
+ "templates/knowledge/acceptance_templates/原型说明模版.md": {
72
+ asset_kind: "acceptance_template",
73
+ owner_mechanism_id: "mc-standard-asset-contract",
74
+ asset_visibility: "user_project",
75
+ sync_to_user_project: true,
76
+ sync_target: "project_knowledge",
77
+ runtime_visibility: "injectable",
78
+ evidence_role: "template_guidance",
79
+ user_visible: true,
80
+ applicable_routes: ["artifact_generation", "operation"],
81
+ applicable_tech_stack: [],
82
+ lifecycle_status: "active",
83
+ consume_category: "copy_only",
84
+ mainline_consumer: "",
85
+ validation_entrypoint: "template_mechanism_auditor",
86
+ },
87
+ "templates/knowledge/acceptance_templates/后端API验收清单.md": {
88
+ asset_kind: "acceptance_template",
89
+ owner_mechanism_id: "mc-standard-asset-contract",
90
+ asset_visibility: "user_project",
91
+ sync_to_user_project: true,
92
+ sync_target: "project_knowledge",
93
+ runtime_visibility: "index_only",
94
+ evidence_role: "template_guidance",
95
+ user_visible: true,
96
+ applicable_routes: ["artifact_generation", "operation"],
97
+ applicable_tech_stack: [],
98
+ lifecycle_status: "active",
99
+ consume_category: "copy_only",
100
+ mainline_consumer: "",
101
+ validation_entrypoint: "template_mechanism_auditor",
102
+ },
103
+ "templates/knowledge/acceptance_templates/安全审计模版.md": {
104
+ asset_kind: "acceptance_template",
105
+ owner_mechanism_id: "mc-standard-asset-contract",
106
+ asset_visibility: "user_project",
107
+ sync_to_user_project: true,
108
+ sync_target: "project_knowledge",
109
+ runtime_visibility: "index_only",
110
+ evidence_role: "template_guidance",
111
+ user_visible: true,
112
+ applicable_routes: ["artifact_generation", "operation"],
113
+ applicable_tech_stack: [],
114
+ lifecycle_status: "active",
115
+ consume_category: "copy_only",
116
+ mainline_consumer: "",
117
+ validation_entrypoint: "template_mechanism_auditor",
118
+ },
119
+ "templates/knowledge/acceptance_templates/性能分析模版.md": {
120
+ asset_kind: "acceptance_template",
121
+ owner_mechanism_id: "mc-standard-asset-contract",
122
+ asset_visibility: "user_project",
123
+ sync_to_user_project: true,
124
+ sync_target: "project_knowledge",
125
+ runtime_visibility: "index_only",
126
+ evidence_role: "template_guidance",
127
+ user_visible: true,
128
+ applicable_routes: ["artifact_generation", "operation"],
129
+ applicable_tech_stack: [],
130
+ lifecycle_status: "active",
131
+ consume_category: "copy_only",
132
+ mainline_consumer: "",
133
+ validation_entrypoint: "template_mechanism_auditor",
134
+ },
135
+ "templates/knowledge/acceptance_templates/技术选型验收清单.md": {
136
+ asset_kind: "acceptance_template",
137
+ owner_mechanism_id: "mc-standard-asset-contract",
138
+ asset_visibility: "user_project",
139
+ sync_to_user_project: true,
140
+ sync_target: "project_knowledge",
141
+ runtime_visibility: "index_only",
142
+ evidence_role: "template_guidance",
143
+ user_visible: true,
144
+ applicable_routes: ["artifact_generation", "operation"],
145
+ applicable_tech_stack: [],
146
+ lifecycle_status: "active",
147
+ consume_category: "copy_only",
148
+ mainline_consumer: "",
149
+ validation_entrypoint: "template_mechanism_auditor",
150
+ },
151
+ "templates/knowledge/acceptance_templates/接口对接方案模版.md": {
152
+ asset_kind: "acceptance_template",
153
+ owner_mechanism_id: "mc-standard-asset-contract",
154
+ asset_visibility: "user_project",
155
+ sync_to_user_project: true,
156
+ sync_target: "project_knowledge",
157
+ runtime_visibility: "index_only",
158
+ evidence_role: "template_guidance",
159
+ user_visible: true,
160
+ applicable_routes: ["artifact_generation", "operation"],
161
+ applicable_tech_stack: [],
162
+ lifecycle_status: "active",
163
+ consume_category: "copy_only",
164
+ mainline_consumer: "",
165
+ validation_entrypoint: "template_mechanism_auditor",
166
+ },
167
+ "templates/knowledge/acceptance_templates/接口设计模版.md": {
168
+ asset_kind: "acceptance_template",
169
+ owner_mechanism_id: "mc-standard-asset-contract",
170
+ asset_visibility: "user_project",
171
+ sync_to_user_project: true,
172
+ sync_target: "project_knowledge",
173
+ runtime_visibility: "index_only",
174
+ evidence_role: "template_guidance",
175
+ user_visible: true,
176
+ applicable_routes: ["artifact_generation", "operation"],
177
+ applicable_tech_stack: [],
178
+ lifecycle_status: "active",
179
+ consume_category: "copy_only",
180
+ mainline_consumer: "",
181
+ validation_entrypoint: "template_mechanism_auditor",
182
+ },
183
+ "templates/knowledge/acceptance_templates/故障复盘模版.md": {
184
+ asset_kind: "acceptance_template",
185
+ owner_mechanism_id: "mc-standard-asset-contract",
186
+ asset_visibility: "user_project",
187
+ sync_to_user_project: true,
188
+ sync_target: "project_knowledge",
189
+ runtime_visibility: "index_only",
190
+ evidence_role: "template_guidance",
191
+ user_visible: true,
192
+ applicable_routes: ["artifact_generation", "operation"],
193
+ applicable_tech_stack: [],
194
+ lifecycle_status: "active",
195
+ consume_category: "copy_only",
196
+ mainline_consumer: "",
197
+ validation_entrypoint: "template_mechanism_auditor",
198
+ },
199
+ "templates/knowledge/acceptance_templates/数据库变更方案模版.md": {
200
+ asset_kind: "acceptance_template",
201
+ owner_mechanism_id: "mc-standard-asset-contract",
202
+ asset_visibility: "user_project",
203
+ sync_to_user_project: true,
204
+ sync_target: "project_knowledge",
205
+ runtime_visibility: "index_only",
206
+ evidence_role: "template_guidance",
207
+ user_visible: true,
208
+ applicable_routes: ["artifact_generation", "operation"],
209
+ applicable_tech_stack: [],
210
+ lifecycle_status: "active",
211
+ consume_category: "copy_only",
212
+ mainline_consumer: "",
213
+ validation_entrypoint: "template_mechanism_auditor",
214
+ },
215
+ "templates/knowledge/acceptance_templates/数据库变更验收清单.md": {
216
+ asset_kind: "acceptance_template",
217
+ owner_mechanism_id: "mc-standard-asset-contract",
218
+ asset_visibility: "user_project",
219
+ sync_to_user_project: true,
220
+ sync_target: "project_knowledge",
221
+ runtime_visibility: "index_only",
222
+ evidence_role: "template_guidance",
223
+ user_visible: true,
224
+ applicable_routes: ["artifact_generation", "operation"],
225
+ applicable_tech_stack: [],
226
+ lifecycle_status: "active",
227
+ consume_category: "copy_only",
228
+ mainline_consumer: "",
229
+ validation_entrypoint: "template_mechanism_auditor",
230
+ },
231
+ "templates/knowledge/acceptance_templates/数据库设计文档模版.md": {
232
+ asset_kind: "acceptance_template",
233
+ owner_mechanism_id: "mc-standard-asset-contract",
234
+ asset_visibility: "user_project",
235
+ sync_to_user_project: true,
236
+ sync_target: "project_knowledge",
237
+ runtime_visibility: "index_only",
238
+ evidence_role: "template_guidance",
239
+ user_visible: true,
240
+ applicable_routes: ["artifact_generation", "operation"],
241
+ applicable_tech_stack: [],
242
+ lifecycle_status: "active",
243
+ consume_category: "copy_only",
244
+ mainline_consumer: "",
245
+ validation_entrypoint: "template_mechanism_auditor",
246
+ },
247
+ "templates/knowledge/acceptance_templates/架构设计模版.md": {
248
+ asset_kind: "acceptance_template",
249
+ owner_mechanism_id: "mc-standard-asset-contract",
250
+ asset_visibility: "user_project",
251
+ sync_to_user_project: true,
252
+ sync_target: "project_knowledge",
253
+ runtime_visibility: "index_only",
254
+ evidence_role: "template_guidance",
255
+ user_visible: true,
256
+ applicable_routes: ["artifact_generation", "operation"],
257
+ applicable_tech_stack: [],
258
+ lifecycle_status: "active",
259
+ consume_category: "copy_only",
260
+ mainline_consumer: "",
261
+ validation_entrypoint: "template_mechanism_auditor",
262
+ },
263
+ "templates/knowledge/acceptance_templates/测试计划模版.md": {
264
+ asset_kind: "acceptance_template",
265
+ owner_mechanism_id: "mc-standard-asset-contract",
266
+ asset_visibility: "user_project",
267
+ sync_to_user_project: true,
268
+ sync_target: "project_knowledge",
269
+ runtime_visibility: "index_only",
270
+ evidence_role: "template_guidance",
271
+ user_visible: true,
272
+ applicable_routes: ["artifact_generation", "operation"],
273
+ applicable_tech_stack: [],
274
+ lifecycle_status: "active",
275
+ consume_category: "copy_only",
276
+ mainline_consumer: "",
277
+ validation_entrypoint: "template_mechanism_auditor",
278
+ },
279
+ "templates/knowledge/acceptance_templates/设计一致性验收报告模版.md": {
280
+ asset_kind: "acceptance_template",
281
+ owner_mechanism_id: "mc-standard-asset-contract",
282
+ asset_visibility: "user_project",
283
+ sync_to_user_project: true,
284
+ sync_target: "project_knowledge",
285
+ runtime_visibility: "index_only",
286
+ evidence_role: "template_guidance",
287
+ user_visible: true,
288
+ applicable_routes: ["artifact_generation", "operation"],
289
+ applicable_tech_stack: [],
290
+ lifecycle_status: "active",
291
+ consume_category: "copy_only",
292
+ mainline_consumer: "",
293
+ validation_entrypoint: "template_mechanism_auditor",
294
+ },
295
+ "templates/knowledge/acceptance_templates/详细设计模版.md": {
296
+ asset_kind: "acceptance_template",
297
+ owner_mechanism_id: "mc-standard-asset-contract",
298
+ asset_visibility: "user_project",
299
+ sync_to_user_project: true,
300
+ sync_target: "project_knowledge",
301
+ runtime_visibility: "index_only",
302
+ evidence_role: "template_guidance",
303
+ user_visible: true,
304
+ applicable_routes: ["artifact_generation", "operation"],
305
+ applicable_tech_stack: [],
306
+ lifecycle_status: "active",
307
+ consume_category: "copy_only",
308
+ mainline_consumer: "",
309
+ validation_entrypoint: "template_mechanism_auditor",
310
+ },
311
+ "templates/knowledge/acceptance_templates/迁移评估模版.md": {
312
+ asset_kind: "acceptance_template",
313
+ owner_mechanism_id: "mc-standard-asset-contract",
314
+ asset_visibility: "user_project",
315
+ sync_to_user_project: true,
316
+ sync_target: "project_knowledge",
317
+ runtime_visibility: "index_only",
318
+ evidence_role: "template_guidance",
319
+ user_visible: true,
320
+ applicable_routes: ["artifact_generation", "operation"],
321
+ applicable_tech_stack: [],
322
+ lifecycle_status: "active",
323
+ consume_category: "copy_only",
324
+ mainline_consumer: "",
325
+ validation_entrypoint: "template_mechanism_auditor",
326
+ },
327
+ "templates/knowledge/acceptance_templates/通用质量验收清单.md": {
328
+ asset_kind: "acceptance_template",
329
+ owner_mechanism_id: "mc-standard-asset-contract",
330
+ asset_visibility: "user_project",
331
+ sync_to_user_project: true,
332
+ sync_target: "project_knowledge",
333
+ runtime_visibility: "index_only",
334
+ evidence_role: "template_guidance",
335
+ user_visible: true,
336
+ applicable_routes: ["artifact_generation", "operation"],
337
+ applicable_tech_stack: [],
338
+ lifecycle_status: "active",
339
+ consume_category: "copy_only",
340
+ mainline_consumer: "",
341
+ validation_entrypoint: "template_mechanism_auditor",
342
+ },
343
+ "templates/knowledge/acceptance_templates/重构方案模版.md": {
344
+ asset_kind: "acceptance_template",
345
+ owner_mechanism_id: "mc-standard-asset-contract",
346
+ asset_visibility: "user_project",
347
+ sync_to_user_project: true,
348
+ sync_target: "project_knowledge",
349
+ runtime_visibility: "index_only",
350
+ evidence_role: "template_guidance",
351
+ user_visible: true,
352
+ applicable_routes: ["artifact_generation", "operation"],
353
+ applicable_tech_stack: [],
354
+ lifecycle_status: "active",
355
+ consume_category: "copy_only",
356
+ mainline_consumer: "",
357
+ validation_entrypoint: "template_mechanism_auditor",
358
+ },
359
+ "templates/knowledge/acceptance_templates/需求分析模版.md": {
360
+ asset_kind: "acceptance_template",
361
+ owner_mechanism_id: "mc-standard-asset-contract",
362
+ asset_visibility: "user_project",
363
+ sync_to_user_project: true,
364
+ sync_target: "project_knowledge",
365
+ runtime_visibility: "index_only",
366
+ evidence_role: "template_guidance",
367
+ user_visible: true,
368
+ applicable_routes: ["artifact_generation", "operation"],
369
+ applicable_tech_stack: [],
370
+ lifecycle_status: "active",
371
+ consume_category: "copy_only",
372
+ mainline_consumer: "",
373
+ validation_entrypoint: "template_mechanism_auditor",
374
+ },
375
+ "templates/knowledge/checklists/主链路接入验收清单.md": {
376
+ asset_kind: "checklist",
377
+ owner_mechanism_id: "mc-verifier",
378
+ asset_visibility: "user_project",
379
+ sync_to_user_project: true,
380
+ sync_target: "project_knowledge",
381
+ runtime_visibility: "index_only",
382
+ evidence_role: "template_guidance",
383
+ user_visible: true,
384
+ applicable_routes: ["verification_only", "operation"],
385
+ applicable_tech_stack: [],
386
+ lifecycle_status: "active",
387
+ consume_category: "copy_only",
388
+ mainline_consumer: "",
389
+ validation_entrypoint: "template_mechanism_auditor",
390
+ },
391
+ "templates/knowledge/checklists/会话恢复.md": {
392
+ asset_kind: "checklist",
393
+ owner_mechanism_id: "mc-verifier",
394
+ asset_visibility: "user_project",
395
+ sync_to_user_project: true,
396
+ sync_target: "project_knowledge",
397
+ runtime_visibility: "index_only",
398
+ evidence_role: "template_guidance",
399
+ user_visible: true,
400
+ applicable_routes: ["verification_only", "operation"],
401
+ applicable_tech_stack: [],
402
+ lifecycle_status: "active",
403
+ consume_category: "copy_only",
404
+ mainline_consumer: "",
405
+ validation_entrypoint: "template_mechanism_auditor",
406
+ },
407
+ "templates/knowledge/checklists/工作流验收清单.md": {
408
+ asset_kind: "checklist",
409
+ owner_mechanism_id: "mc-verifier",
410
+ asset_visibility: "user_project",
411
+ sync_to_user_project: true,
412
+ sync_target: "project_knowledge",
413
+ runtime_visibility: "index_only",
414
+ evidence_role: "template_guidance",
415
+ user_visible: true,
416
+ applicable_routes: ["verification_only", "operation"],
417
+ applicable_tech_stack: [],
418
+ lifecycle_status: "active",
419
+ consume_category: "copy_only",
420
+ mainline_consumer: "",
421
+ validation_entrypoint: "template_mechanism_auditor",
422
+ },
423
+ "templates/knowledge/checklists/核心工程执行验收清单.md": {
424
+ asset_kind: "checklist",
425
+ owner_mechanism_id: "mc-verifier",
426
+ asset_visibility: "user_project",
427
+ sync_to_user_project: true,
428
+ sync_target: "project_knowledge",
429
+ runtime_visibility: "index_only",
430
+ evidence_role: "template_guidance",
431
+ user_visible: true,
432
+ applicable_routes: ["verification_only", "operation"],
433
+ applicable_tech_stack: [],
434
+ lifecycle_status: "active",
435
+ consume_category: "copy_only",
436
+ mainline_consumer: "",
437
+ validation_entrypoint: "template_mechanism_auditor",
438
+ },
439
+ "templates/knowledge/checklists/知识注入验收清单.md": {
440
+ asset_kind: "checklist",
441
+ owner_mechanism_id: "mc-verifier",
442
+ asset_visibility: "user_project",
443
+ sync_to_user_project: true,
444
+ sync_target: "project_knowledge",
445
+ runtime_visibility: "injectable",
446
+ evidence_role: "template_guidance",
447
+ user_visible: true,
448
+ applicable_routes: ["verification_only", "operation"],
449
+ applicable_tech_stack: [],
450
+ lifecycle_status: "active",
451
+ consume_category: "copy_only",
452
+ mainline_consumer: "",
453
+ validation_entrypoint: "template_mechanism_auditor",
454
+ },
455
+ "templates/knowledge/checklists/隐私审查清单.md": {
456
+ asset_kind: "checklist",
457
+ owner_mechanism_id: "mc-verifier",
458
+ asset_visibility: "user_project",
459
+ sync_to_user_project: true,
460
+ sync_target: "project_knowledge",
461
+ runtime_visibility: "index_only",
462
+ evidence_role: "template_guidance",
463
+ user_visible: true,
464
+ applicable_routes: ["verification_only", "operation"],
465
+ applicable_tech_stack: [],
466
+ lifecycle_status: "active",
467
+ consume_category: "copy_only",
468
+ mainline_consumer: "",
469
+ validation_entrypoint: "template_mechanism_auditor",
470
+ },
471
+ "templates/knowledge/checklists/验证验收清单.md": {
472
+ asset_kind: "checklist",
473
+ owner_mechanism_id: "mc-verifier",
474
+ asset_visibility: "user_project",
475
+ sync_to_user_project: true,
476
+ sync_target: "project_knowledge",
477
+ runtime_visibility: "index_only",
478
+ evidence_role: "template_guidance",
479
+ user_visible: true,
480
+ applicable_routes: ["verification_only", "operation"],
481
+ applicable_tech_stack: [],
482
+ lifecycle_status: "active",
483
+ consume_category: "copy_only",
484
+ mainline_consumer: "",
485
+ validation_entrypoint: "template_mechanism_auditor",
486
+ },
487
+ "templates/knowledge/domain/多租户.md": {
488
+ asset_kind: "domain",
489
+ owner_mechanism_id: "mc-knowledge-injection-boundary",
490
+ asset_visibility: "user_project",
491
+ sync_to_user_project: true,
492
+ sync_target: "project_knowledge",
493
+ runtime_visibility: "index_only",
494
+ evidence_role: "template_guidance",
495
+ user_visible: true,
496
+ applicable_routes: ["operation"],
497
+ applicable_tech_stack: [],
498
+ lifecycle_status: "active",
499
+ consume_category: "copy_only",
500
+ mainline_consumer: "",
501
+ validation_entrypoint: "template_mechanism_auditor",
502
+ },
503
+ "templates/knowledge/domain/审计日志.md": {
504
+ asset_kind: "domain",
505
+ owner_mechanism_id: "mc-knowledge-injection-boundary",
506
+ asset_visibility: "user_project",
507
+ sync_to_user_project: true,
508
+ sync_target: "project_knowledge",
509
+ runtime_visibility: "index_only",
510
+ evidence_role: "template_guidance",
511
+ user_visible: true,
512
+ applicable_routes: ["operation"],
513
+ applicable_tech_stack: [],
514
+ lifecycle_status: "active",
515
+ consume_category: "copy_only",
516
+ mainline_consumer: "",
517
+ validation_entrypoint: "template_mechanism_auditor",
518
+ },
519
+ "templates/knowledge/domain/导入导出规则.md": {
520
+ asset_kind: "domain",
521
+ owner_mechanism_id: "mc-knowledge-injection-boundary",
522
+ asset_visibility: "user_project",
523
+ sync_to_user_project: true,
524
+ sync_target: "project_knowledge",
525
+ runtime_visibility: "index_only",
526
+ evidence_role: "template_guidance",
527
+ user_visible: true,
528
+ applicable_routes: ["operation"],
529
+ applicable_tech_stack: [],
530
+ lifecycle_status: "active",
531
+ consume_category: "copy_only",
532
+ mainline_consumer: "",
533
+ validation_entrypoint: "template_mechanism_auditor",
534
+ },
535
+ "templates/knowledge/domain/工作流引擎.md": {
536
+ asset_kind: "domain",
537
+ owner_mechanism_id: "mc-knowledge-injection-boundary",
538
+ asset_visibility: "user_project",
539
+ sync_to_user_project: true,
540
+ sync_target: "project_knowledge",
541
+ runtime_visibility: "index_only",
542
+ evidence_role: "template_guidance",
543
+ user_visible: true,
544
+ applicable_routes: ["operation"],
545
+ applicable_tech_stack: [],
546
+ lifecycle_status: "active",
547
+ consume_category: "copy_only",
548
+ mainline_consumer: "",
549
+ validation_entrypoint: "template_mechanism_auditor",
550
+ },
551
+ "templates/knowledge/domain/报表统计.md": {
552
+ asset_kind: "domain",
553
+ owner_mechanism_id: "mc-knowledge-injection-boundary",
554
+ asset_visibility: "user_project",
555
+ sync_to_user_project: true,
556
+ sync_target: "project_knowledge",
557
+ runtime_visibility: "index_only",
558
+ evidence_role: "template_guidance",
559
+ user_visible: true,
560
+ applicable_routes: ["operation"],
561
+ applicable_tech_stack: [],
562
+ lifecycle_status: "active",
563
+ consume_category: "copy_only",
564
+ mainline_consumer: "",
565
+ validation_entrypoint: "template_mechanism_auditor",
566
+ },
567
+ "templates/knowledge/domain/支付规则.md": {
568
+ asset_kind: "domain",
569
+ owner_mechanism_id: "mc-knowledge-injection-boundary",
570
+ asset_visibility: "user_project",
571
+ sync_to_user_project: true,
572
+ sync_target: "project_knowledge",
573
+ runtime_visibility: "index_only",
574
+ evidence_role: "template_guidance",
575
+ user_visible: true,
576
+ applicable_routes: ["operation"],
577
+ applicable_tech_stack: [],
578
+ lifecycle_status: "active",
579
+ consume_category: "copy_only",
580
+ mainline_consumer: "",
581
+ validation_entrypoint: "template_mechanism_auditor",
582
+ },
583
+ "templates/knowledge/domain/数据权限.md": {
584
+ asset_kind: "domain",
585
+ owner_mechanism_id: "mc-knowledge-injection-boundary",
586
+ asset_visibility: "user_project",
587
+ sync_to_user_project: true,
588
+ sync_target: "project_knowledge",
589
+ runtime_visibility: "index_only",
590
+ evidence_role: "template_guidance",
591
+ user_visible: true,
592
+ applicable_routes: ["operation"],
593
+ applicable_tech_stack: [],
594
+ lifecycle_status: "active",
595
+ consume_category: "copy_only",
596
+ mainline_consumer: "",
597
+ validation_entrypoint: "template_mechanism_auditor",
598
+ },
599
+ "templates/knowledge/domain/通用机械条款.md": {
600
+ asset_kind: "domain",
601
+ owner_mechanism_id: "mc-knowledge-injection-boundary",
602
+ asset_visibility: "user_project",
603
+ sync_to_user_project: true,
604
+ sync_target: "project_knowledge",
605
+ runtime_visibility: "index_only",
606
+ evidence_role: "template_guidance",
607
+ user_visible: true,
608
+ applicable_routes: ["operation"],
609
+ applicable_tech_stack: [],
610
+ lifecycle_status: "active",
611
+ consume_category: "copy_only",
612
+ mainline_consumer: "",
613
+ validation_entrypoint: "template_mechanism_auditor",
614
+ },
615
+ "templates/knowledge/domain/通知规则.md": {
616
+ asset_kind: "domain",
617
+ owner_mechanism_id: "mc-knowledge-injection-boundary",
618
+ asset_visibility: "user_project",
619
+ sync_to_user_project: true,
620
+ sync_target: "project_knowledge",
621
+ runtime_visibility: "index_only",
622
+ evidence_role: "template_guidance",
623
+ user_visible: true,
624
+ applicable_routes: ["operation"],
625
+ applicable_tech_stack: [],
626
+ lifecycle_status: "active",
627
+ consume_category: "copy_only",
628
+ mainline_consumer: "",
629
+ validation_entrypoint: "template_mechanism_auditor",
630
+ },
631
+ "templates/knowledge/patterns/core/Diff归属追踪.md": {
632
+ asset_kind: "pattern_core",
633
+ owner_mechanism_id: "mc-core-engineering-principles",
634
+ asset_visibility: "soloforge_internal",
635
+ sync_to_user_project: false,
636
+ sync_target: "none",
637
+ runtime_visibility: "internal_only",
638
+ evidence_role: "template_guidance",
639
+ user_visible: false,
640
+ applicable_routes: [],
641
+ applicable_tech_stack: [],
642
+ lifecycle_status: "internal_only",
643
+ consume_category: "internal_runtime",
644
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
645
+ validation_entrypoint: "validate-release",
646
+ },
647
+ "templates/knowledge/patterns/core/Java质量门禁.md": {
648
+ asset_kind: "pattern_core",
649
+ owner_mechanism_id: "mc-core-engineering-principles",
650
+ asset_visibility: "soloforge_internal",
651
+ sync_to_user_project: false,
652
+ sync_target: "none",
653
+ runtime_visibility: "internal_only",
654
+ evidence_role: "template_guidance",
655
+ user_visible: false,
656
+ applicable_routes: [],
657
+ applicable_tech_stack: [],
658
+ lifecycle_status: "internal_only",
659
+ consume_category: "internal_runtime",
660
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
661
+ validation_entrypoint: "validate-release",
662
+ },
663
+ "templates/knowledge/patterns/core/LLM预算网关.md": {
664
+ asset_kind: "pattern_core",
665
+ owner_mechanism_id: "mc-core-engineering-principles",
666
+ asset_visibility: "soloforge_internal",
667
+ sync_to_user_project: false,
668
+ sync_target: "none",
669
+ runtime_visibility: "internal_only",
670
+ evidence_role: "template_guidance",
671
+ user_visible: false,
672
+ applicable_routes: [],
673
+ applicable_tech_stack: [],
674
+ lifecycle_status: "internal_only",
675
+ consume_category: "internal_runtime",
676
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
677
+ validation_entrypoint: "validate-release",
678
+ },
679
+ "templates/knowledge/patterns/core/任务上下文生命周期.md": {
680
+ asset_kind: "pattern_core",
681
+ owner_mechanism_id: "mc-core-engineering-principles",
682
+ asset_visibility: "soloforge_internal",
683
+ sync_to_user_project: false,
684
+ sync_target: "none",
685
+ runtime_visibility: "internal_only",
686
+ evidence_role: "template_guidance",
687
+ user_visible: false,
688
+ applicable_routes: [],
689
+ applicable_tech_stack: [],
690
+ lifecycle_status: "internal_only",
691
+ consume_category: "internal_runtime",
692
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
693
+ validation_entrypoint: "validate-release",
694
+ },
695
+ "templates/knowledge/patterns/core/任务管理器.md": {
696
+ asset_kind: "pattern_core",
697
+ owner_mechanism_id: "mc-core-engineering-principles",
698
+ asset_visibility: "soloforge_internal",
699
+ sync_to_user_project: false,
700
+ sync_target: "none",
701
+ runtime_visibility: "internal_only",
702
+ evidence_role: "template_guidance",
703
+ user_visible: false,
704
+ applicable_routes: [],
705
+ applicable_tech_stack: [],
706
+ lifecycle_status: "internal_only",
707
+ consume_category: "internal_runtime",
708
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
709
+ validation_entrypoint: "validate-release",
710
+ },
711
+ "templates/knowledge/patterns/core/作用域与密钥拦截.md": {
712
+ asset_kind: "pattern_core",
713
+ owner_mechanism_id: "mc-core-engineering-principles",
714
+ asset_visibility: "soloforge_internal",
715
+ sync_to_user_project: false,
716
+ sync_target: "none",
717
+ runtime_visibility: "internal_only",
718
+ evidence_role: "template_guidance",
719
+ user_visible: false,
720
+ applicable_routes: [],
721
+ applicable_tech_stack: [],
722
+ lifecycle_status: "internal_only",
723
+ consume_category: "internal_runtime",
724
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
725
+ validation_entrypoint: "validate-release",
726
+ },
727
+ "templates/knowledge/patterns/core/作用域租约.md": {
728
+ asset_kind: "pattern_core",
729
+ owner_mechanism_id: "mc-core-engineering-principles",
730
+ asset_visibility: "soloforge_internal",
731
+ sync_to_user_project: false,
732
+ sync_target: "none",
733
+ runtime_visibility: "internal_only",
734
+ evidence_role: "template_guidance",
735
+ user_visible: false,
736
+ applicable_routes: [],
737
+ applicable_tech_stack: [],
738
+ lifecycle_status: "internal_only",
739
+ consume_category: "internal_runtime",
740
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
741
+ validation_entrypoint: "validate-release",
742
+ },
743
+ "templates/knowledge/patterns/core/冲突门禁.md": {
744
+ asset_kind: "pattern_core",
745
+ owner_mechanism_id: "mc-core-engineering-principles",
746
+ asset_visibility: "soloforge_internal",
747
+ sync_to_user_project: false,
748
+ sync_target: "none",
749
+ runtime_visibility: "internal_only",
750
+ evidence_role: "template_guidance",
751
+ user_visible: false,
752
+ applicable_routes: [],
753
+ applicable_tech_stack: [],
754
+ lifecycle_status: "internal_only",
755
+ consume_category: "internal_runtime",
756
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
757
+ validation_entrypoint: "validate-release",
758
+ },
759
+ "templates/knowledge/patterns/core/决策网关.md": {
760
+ asset_kind: "pattern_core",
761
+ owner_mechanism_id: "mc-core-engineering-principles",
762
+ asset_visibility: "soloforge_internal",
763
+ sync_to_user_project: false,
764
+ sync_target: "none",
765
+ runtime_visibility: "internal_only",
766
+ evidence_role: "template_guidance",
767
+ user_visible: false,
768
+ applicable_routes: [],
769
+ applicable_tech_stack: [],
770
+ lifecycle_status: "internal_only",
771
+ consume_category: "internal_runtime",
772
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
773
+ validation_entrypoint: "validate-release",
774
+ },
775
+ "templates/knowledge/patterns/core/变异审计.md": {
776
+ asset_kind: "pattern_core",
777
+ owner_mechanism_id: "mc-core-engineering-principles",
778
+ asset_visibility: "soloforge_internal",
779
+ sync_to_user_project: false,
780
+ sync_target: "none",
781
+ runtime_visibility: "internal_only",
782
+ evidence_role: "template_guidance",
783
+ user_visible: false,
784
+ applicable_routes: [],
785
+ applicable_tech_stack: [],
786
+ lifecycle_status: "internal_only",
787
+ consume_category: "internal_runtime",
788
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
789
+ validation_entrypoint: "validate-release",
790
+ },
791
+ "templates/knowledge/patterns/core/回归矩阵.md": {
792
+ asset_kind: "pattern_core",
793
+ owner_mechanism_id: "mc-core-engineering-principles",
794
+ asset_visibility: "soloforge_internal",
795
+ sync_to_user_project: false,
796
+ sync_target: "none",
797
+ runtime_visibility: "internal_only",
798
+ evidence_role: "template_guidance",
799
+ user_visible: false,
800
+ applicable_routes: [],
801
+ applicable_tech_stack: [],
802
+ lifecycle_status: "internal_only",
803
+ consume_category: "internal_runtime",
804
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
805
+ validation_entrypoint: "validate-release",
806
+ },
807
+ "templates/knowledge/patterns/core/工作区互斥锁.md": {
808
+ asset_kind: "pattern_core",
809
+ owner_mechanism_id: "mc-core-engineering-principles",
810
+ asset_visibility: "soloforge_internal",
811
+ sync_to_user_project: false,
812
+ sync_target: "none",
813
+ runtime_visibility: "internal_only",
814
+ evidence_role: "template_guidance",
815
+ user_visible: false,
816
+ applicable_routes: [],
817
+ applicable_tech_stack: [],
818
+ lifecycle_status: "internal_only",
819
+ consume_category: "internal_runtime",
820
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
821
+ validation_entrypoint: "validate-release",
822
+ },
823
+ "templates/knowledge/patterns/core/工作区唤醒.md": {
824
+ asset_kind: "pattern_core",
825
+ owner_mechanism_id: "mc-core-engineering-principles",
826
+ asset_visibility: "soloforge_internal",
827
+ sync_to_user_project: false,
828
+ sync_target: "none",
829
+ runtime_visibility: "internal_only",
830
+ evidence_role: "template_guidance",
831
+ user_visible: false,
832
+ applicable_routes: [],
833
+ applicable_tech_stack: [],
834
+ lifecycle_status: "internal_only",
835
+ consume_category: "internal_runtime",
836
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
837
+ validation_entrypoint: "validate-release",
838
+ },
839
+ "templates/knowledge/patterns/core/并发锁.md": {
840
+ asset_kind: "pattern_core",
841
+ owner_mechanism_id: "mc-core-engineering-principles",
842
+ asset_visibility: "soloforge_internal",
843
+ sync_to_user_project: false,
844
+ sync_target: "none",
845
+ runtime_visibility: "internal_only",
846
+ evidence_role: "template_guidance",
847
+ user_visible: false,
848
+ applicable_routes: [],
849
+ applicable_tech_stack: [],
850
+ lifecycle_status: "internal_only",
851
+ consume_category: "internal_runtime",
852
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
853
+ validation_entrypoint: "validate-release",
854
+ },
855
+ "templates/knowledge/patterns/core/开发者宪法.md": {
856
+ asset_kind: "pattern_core",
857
+ owner_mechanism_id: "mc-core-engineering-principles",
858
+ asset_visibility: "soloforge_internal",
859
+ sync_to_user_project: false,
860
+ sync_target: "none",
861
+ runtime_visibility: "internal_only",
862
+ evidence_role: "template_guidance",
863
+ user_visible: false,
864
+ applicable_routes: [],
865
+ applicable_tech_stack: [],
866
+ lifecycle_status: "internal_only",
867
+ consume_category: "internal_runtime",
868
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
869
+ validation_entrypoint: "validate-release",
870
+ },
871
+ "templates/knowledge/patterns/core/敏感信息扫描.md": {
872
+ asset_kind: "pattern_core",
873
+ owner_mechanism_id: "mc-core-engineering-principles",
874
+ asset_visibility: "soloforge_internal",
875
+ sync_to_user_project: false,
876
+ sync_target: "none",
877
+ runtime_visibility: "internal_only",
878
+ evidence_role: "template_guidance",
879
+ user_visible: false,
880
+ applicable_routes: [],
881
+ applicable_tech_stack: [],
882
+ lifecycle_status: "internal_only",
883
+ consume_category: "internal_runtime",
884
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
885
+ validation_entrypoint: "validate-release",
886
+ },
887
+ "templates/knowledge/patterns/core/治理运行时循环.md": {
888
+ asset_kind: "pattern_core",
889
+ owner_mechanism_id: "mc-core-engineering-principles",
890
+ asset_visibility: "soloforge_internal",
891
+ sync_to_user_project: false,
892
+ sync_target: "none",
893
+ runtime_visibility: "internal_only",
894
+ evidence_role: "template_guidance",
895
+ user_visible: false,
896
+ applicable_routes: [],
897
+ applicable_tech_stack: [],
898
+ lifecycle_status: "internal_only",
899
+ consume_category: "internal_runtime",
900
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
901
+ validation_entrypoint: "validate-release",
902
+ },
903
+ "templates/knowledge/patterns/core/流式心跳.md": {
904
+ asset_kind: "pattern_core",
905
+ owner_mechanism_id: "mc-core-engineering-principles",
906
+ asset_visibility: "soloforge_internal",
907
+ sync_to_user_project: false,
908
+ sync_target: "none",
909
+ runtime_visibility: "internal_only",
910
+ evidence_role: "template_guidance",
911
+ user_visible: false,
912
+ applicable_routes: [],
913
+ applicable_tech_stack: [],
914
+ lifecycle_status: "internal_only",
915
+ consume_category: "internal_runtime",
916
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
917
+ validation_entrypoint: "validate-release",
918
+ },
919
+ "templates/knowledge/patterns/core/知识主权.md": {
920
+ asset_kind: "pattern_core",
921
+ owner_mechanism_id: "mc-core-engineering-principles",
922
+ asset_visibility: "soloforge_internal",
923
+ sync_to_user_project: false,
924
+ sync_target: "none",
925
+ runtime_visibility: "internal_only",
926
+ evidence_role: "template_guidance",
927
+ user_visible: false,
928
+ applicable_routes: [],
929
+ applicable_tech_stack: [],
930
+ lifecycle_status: "internal_only",
931
+ consume_category: "internal_runtime",
932
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
933
+ validation_entrypoint: "validate-release",
934
+ },
935
+ "templates/knowledge/patterns/core/语义证据.md": {
936
+ asset_kind: "pattern_core",
937
+ owner_mechanism_id: "mc-core-engineering-principles",
938
+ asset_visibility: "soloforge_internal",
939
+ sync_to_user_project: false,
940
+ sync_target: "none",
941
+ runtime_visibility: "internal_only",
942
+ evidence_role: "template_guidance",
943
+ user_visible: false,
944
+ applicable_routes: [],
945
+ applicable_tech_stack: [],
946
+ lifecycle_status: "internal_only",
947
+ consume_category: "internal_runtime",
948
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
949
+ validation_entrypoint: "validate-release",
950
+ },
951
+ "templates/knowledge/patterns/core/运行安全包.md": {
952
+ asset_kind: "pattern_core",
953
+ owner_mechanism_id: "mc-core-engineering-principles",
954
+ asset_visibility: "soloforge_internal",
955
+ sync_to_user_project: false,
956
+ sync_target: "none",
957
+ runtime_visibility: "internal_only",
958
+ evidence_role: "template_guidance",
959
+ user_visible: false,
960
+ applicable_routes: [],
961
+ applicable_tech_stack: [],
962
+ lifecycle_status: "internal_only",
963
+ consume_category: "internal_runtime",
964
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
965
+ validation_entrypoint: "validate-release",
966
+ },
967
+ "templates/knowledge/patterns/core/零配置初始化.md": {
968
+ asset_kind: "pattern_core",
969
+ owner_mechanism_id: "mc-core-engineering-principles",
970
+ asset_visibility: "soloforge_internal",
971
+ sync_to_user_project: false,
972
+ sync_target: "none",
973
+ runtime_visibility: "internal_only",
974
+ evidence_role: "template_guidance",
975
+ user_visible: false,
976
+ applicable_routes: [],
977
+ applicable_tech_stack: [],
978
+ lifecycle_status: "internal_only",
979
+ consume_category: "internal_runtime",
980
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
981
+ validation_entrypoint: "validate-release",
982
+ },
983
+ "templates/knowledge/patterns/core/验证命令生成.md": {
984
+ asset_kind: "pattern_core",
985
+ owner_mechanism_id: "mc-core-engineering-principles",
986
+ asset_visibility: "soloforge_internal",
987
+ sync_to_user_project: false,
988
+ sync_target: "none",
989
+ runtime_visibility: "internal_only",
990
+ evidence_role: "template_guidance",
991
+ user_visible: false,
992
+ applicable_routes: [],
993
+ applicable_tech_stack: [],
994
+ lifecycle_status: "internal_only",
995
+ consume_category: "internal_runtime",
996
+ mainline_consumer: "knowledge_config_loader.loadKnowledgeConfig",
997
+ validation_entrypoint: "validate-release",
998
+ },
999
+ "templates/knowledge/procedures/Schema变更流水线.md": {
1000
+ asset_kind: "pipeline_procedure",
1001
+ owner_mechanism_id: "mc-workflow-contract",
1002
+ asset_visibility: "user_project",
1003
+ sync_to_user_project: true,
1004
+ sync_target: "project_knowledge",
1005
+ runtime_visibility: "index_only",
1006
+ evidence_role: "template_guidance",
1007
+ user_visible: true,
1008
+ applicable_routes: ["operation", "multi_stage_plan"],
1009
+ applicable_tech_stack: [],
1010
+ lifecycle_status: "active",
1011
+ consume_category: "copy_only",
1012
+ mainline_consumer: "",
1013
+ validation_entrypoint: "template_mechanism_auditor",
1014
+ },
1015
+ "templates/knowledge/procedures/主链路接入验证流程.md": {
1016
+ asset_kind: "pipeline_procedure",
1017
+ owner_mechanism_id: "mc-workflow-contract",
1018
+ asset_visibility: "user_project",
1019
+ sync_to_user_project: true,
1020
+ sync_target: "project_knowledge",
1021
+ runtime_visibility: "index_only",
1022
+ evidence_role: "template_guidance",
1023
+ user_visible: true,
1024
+ applicable_routes: ["operation", "multi_stage_plan"],
1025
+ applicable_tech_stack: [],
1026
+ lifecycle_status: "active",
1027
+ consume_category: "copy_only",
1028
+ mainline_consumer: "",
1029
+ validation_entrypoint: "template_mechanism_auditor",
1030
+ },
1031
+ "templates/knowledge/procedures/代码门禁流程.md": {
1032
+ asset_kind: "pipeline_procedure",
1033
+ owner_mechanism_id: "mc-workflow-contract",
1034
+ asset_visibility: "user_project",
1035
+ sync_to_user_project: true,
1036
+ sync_target: "project_knowledge",
1037
+ runtime_visibility: "index_only",
1038
+ evidence_role: "template_guidance",
1039
+ user_visible: true,
1040
+ applicable_routes: ["operation", "multi_stage_plan"],
1041
+ applicable_tech_stack: [],
1042
+ lifecycle_status: "active",
1043
+ consume_category: "copy_only",
1044
+ mainline_consumer: "",
1045
+ validation_entrypoint: "template_mechanism_auditor",
1046
+ },
1047
+ "templates/knowledge/procedures/任务拆解流程.md": {
1048
+ asset_kind: "pipeline_procedure",
1049
+ owner_mechanism_id: "mc-workflow-contract",
1050
+ asset_visibility: "user_project",
1051
+ sync_to_user_project: true,
1052
+ sync_target: "project_knowledge",
1053
+ runtime_visibility: "index_only",
1054
+ evidence_role: "template_guidance",
1055
+ user_visible: true,
1056
+ applicable_routes: ["operation", "multi_stage_plan"],
1057
+ applicable_tech_stack: [],
1058
+ lifecycle_status: "active",
1059
+ consume_category: "copy_only",
1060
+ mainline_consumer: "",
1061
+ validation_entrypoint: "template_mechanism_auditor",
1062
+ },
1063
+ "templates/knowledge/procedures/功能开发流程.md": {
1064
+ asset_kind: "pipeline_procedure",
1065
+ owner_mechanism_id: "mc-workflow-contract",
1066
+ asset_visibility: "user_project",
1067
+ sync_to_user_project: true,
1068
+ sync_target: "project_knowledge",
1069
+ runtime_visibility: "index_only",
1070
+ evidence_role: "template_guidance",
1071
+ user_visible: true,
1072
+ applicable_routes: ["operation", "multi_stage_plan"],
1073
+ applicable_tech_stack: [],
1074
+ lifecycle_status: "active",
1075
+ consume_category: "copy_only",
1076
+ mainline_consumer: "",
1077
+ validation_entrypoint: "template_mechanism_auditor",
1078
+ },
1079
+ "templates/knowledge/procedures/命令执行流程.md": {
1080
+ asset_kind: "pipeline_procedure",
1081
+ owner_mechanism_id: "mc-workflow-contract",
1082
+ asset_visibility: "user_project",
1083
+ sync_to_user_project: true,
1084
+ sync_target: "project_knowledge",
1085
+ runtime_visibility: "index_only",
1086
+ evidence_role: "template_guidance",
1087
+ user_visible: true,
1088
+ applicable_routes: ["operation", "multi_stage_plan"],
1089
+ applicable_tech_stack: [],
1090
+ lifecycle_status: "active",
1091
+ consume_category: "copy_only",
1092
+ mainline_consumer: "",
1093
+ validation_entrypoint: "template_mechanism_auditor",
1094
+ },
1095
+ "templates/knowledge/procedures/安全加固流水线.md": {
1096
+ asset_kind: "pipeline_procedure",
1097
+ owner_mechanism_id: "mc-workflow-contract",
1098
+ asset_visibility: "user_project",
1099
+ sync_to_user_project: true,
1100
+ sync_target: "project_knowledge",
1101
+ runtime_visibility: "index_only",
1102
+ evidence_role: "template_guidance",
1103
+ user_visible: true,
1104
+ applicable_routes: ["operation", "multi_stage_plan"],
1105
+ applicable_tech_stack: [],
1106
+ lifecycle_status: "active",
1107
+ consume_category: "copy_only",
1108
+ mainline_consumer: "",
1109
+ validation_entrypoint: "template_mechanism_auditor",
1110
+ },
1111
+ "templates/knowledge/procedures/工具调用流程.md": {
1112
+ asset_kind: "pipeline_procedure",
1113
+ owner_mechanism_id: "mc-workflow-contract",
1114
+ asset_visibility: "user_project",
1115
+ sync_to_user_project: true,
1116
+ sync_target: "project_knowledge",
1117
+ runtime_visibility: "index_only",
1118
+ evidence_role: "template_guidance",
1119
+ user_visible: true,
1120
+ applicable_routes: ["operation", "multi_stage_plan"],
1121
+ applicable_tech_stack: [],
1122
+ lifecycle_status: "active",
1123
+ consume_category: "copy_only",
1124
+ mainline_consumer: "",
1125
+ validation_entrypoint: "template_mechanism_auditor",
1126
+ },
1127
+ "templates/knowledge/procedures/性能流水线.md": {
1128
+ asset_kind: "pipeline_procedure",
1129
+ owner_mechanism_id: "mc-workflow-contract",
1130
+ asset_visibility: "user_project",
1131
+ sync_to_user_project: true,
1132
+ sync_target: "project_knowledge",
1133
+ runtime_visibility: "index_only",
1134
+ evidence_role: "template_guidance",
1135
+ user_visible: true,
1136
+ applicable_routes: ["operation", "multi_stage_plan"],
1137
+ applicable_tech_stack: [],
1138
+ lifecycle_status: "active",
1139
+ consume_category: "copy_only",
1140
+ mainline_consumer: "",
1141
+ validation_entrypoint: "template_mechanism_auditor",
1142
+ },
1143
+ "templates/knowledge/procedures/意图路由流程.md": {
1144
+ asset_kind: "pipeline_procedure",
1145
+ owner_mechanism_id: "mc-workflow-contract",
1146
+ asset_visibility: "user_project",
1147
+ sync_to_user_project: true,
1148
+ sync_target: "project_knowledge",
1149
+ runtime_visibility: "index_only",
1150
+ evidence_role: "template_guidance",
1151
+ user_visible: true,
1152
+ applicable_routes: ["operation", "multi_stage_plan"],
1153
+ applicable_tech_stack: [],
1154
+ lifecycle_status: "active",
1155
+ consume_category: "copy_only",
1156
+ mainline_consumer: "",
1157
+ validation_entrypoint: "template_mechanism_auditor",
1158
+ },
1159
+ "templates/knowledge/procedures/接口集成流水线.md": {
1160
+ asset_kind: "pipeline_procedure",
1161
+ owner_mechanism_id: "mc-workflow-contract",
1162
+ asset_visibility: "user_project",
1163
+ sync_to_user_project: true,
1164
+ sync_target: "project_knowledge",
1165
+ runtime_visibility: "index_only",
1166
+ evidence_role: "template_guidance",
1167
+ user_visible: true,
1168
+ applicable_routes: ["operation", "multi_stage_plan"],
1169
+ applicable_tech_stack: [],
1170
+ lifecycle_status: "active",
1171
+ consume_category: "copy_only",
1172
+ mainline_consumer: "",
1173
+ validation_entrypoint: "template_mechanism_auditor",
1174
+ },
1175
+ "templates/knowledge/procedures/数据库迁移流程.md": {
1176
+ asset_kind: "pipeline_procedure",
1177
+ owner_mechanism_id: "mc-workflow-contract",
1178
+ asset_visibility: "user_project",
1179
+ sync_to_user_project: true,
1180
+ sync_target: "project_knowledge",
1181
+ runtime_visibility: "index_only",
1182
+ evidence_role: "template_guidance",
1183
+ user_visible: true,
1184
+ applicable_routes: ["operation", "multi_stage_plan"],
1185
+ applicable_tech_stack: [],
1186
+ lifecycle_status: "active",
1187
+ consume_category: "copy_only",
1188
+ mainline_consumer: "",
1189
+ validation_entrypoint: "template_mechanism_auditor",
1190
+ },
1191
+ "templates/knowledge/procedures/本地浏览器验收工作流.md": {
1192
+ asset_kind: "pipeline_procedure",
1193
+ owner_mechanism_id: "mc-workflow-contract",
1194
+ asset_visibility: "user_project",
1195
+ sync_to_user_project: true,
1196
+ sync_target: "project_knowledge",
1197
+ runtime_visibility: "injectable",
1198
+ evidence_role: "template_guidance",
1199
+ user_visible: true,
1200
+ applicable_routes: ["operation", "multi_stage_plan"],
1201
+ applicable_tech_stack: [],
1202
+ lifecycle_status: "active",
1203
+ consume_category: "copy_only",
1204
+ mainline_consumer: "",
1205
+ validation_entrypoint: "template_mechanism_auditor",
1206
+ },
1207
+ "templates/knowledge/procedures/架构决策研讨工作流.md": {
1208
+ asset_kind: "pipeline_procedure",
1209
+ owner_mechanism_id: "mc-workflow-contract",
1210
+ asset_visibility: "user_project",
1211
+ sync_to_user_project: true,
1212
+ sync_target: "project_knowledge",
1213
+ runtime_visibility: "injectable",
1214
+ evidence_role: "template_guidance",
1215
+ user_visible: true,
1216
+ applicable_routes: ["operation", "multi_stage_plan"],
1217
+ applicable_tech_stack: [],
1218
+ lifecycle_status: "active",
1219
+ consume_category: "copy_only",
1220
+ mainline_consumer: "",
1221
+ validation_entrypoint: "template_mechanism_auditor",
1222
+ },
1223
+ "templates/knowledge/procedures/架构设计工作流.md": {
1224
+ asset_kind: "pipeline_procedure",
1225
+ owner_mechanism_id: "mc-workflow-contract",
1226
+ asset_visibility: "user_project",
1227
+ sync_to_user_project: true,
1228
+ sync_target: "project_knowledge",
1229
+ runtime_visibility: "injectable",
1230
+ evidence_role: "template_guidance",
1231
+ user_visible: true,
1232
+ applicable_routes: ["operation", "multi_stage_plan"],
1233
+ applicable_tech_stack: [],
1234
+ lifecycle_status: "active",
1235
+ consume_category: "copy_only",
1236
+ mainline_consumer: "",
1237
+ validation_entrypoint: "template_mechanism_auditor",
1238
+ },
1239
+ "templates/knowledge/procedures/架构设计流程.md": {
1240
+ asset_kind: "pipeline_procedure",
1241
+ owner_mechanism_id: "mc-workflow-contract",
1242
+ asset_visibility: "user_project",
1243
+ sync_to_user_project: true,
1244
+ sync_target: "project_knowledge",
1245
+ runtime_visibility: "index_only",
1246
+ evidence_role: "template_guidance",
1247
+ user_visible: true,
1248
+ applicable_routes: ["operation", "multi_stage_plan"],
1249
+ applicable_tech_stack: [],
1250
+ lifecycle_status: "active",
1251
+ consume_category: "copy_only",
1252
+ mainline_consumer: "",
1253
+ validation_entrypoint: "template_mechanism_auditor",
1254
+ },
1255
+ "templates/knowledge/procedures/概念验证流水线.md": {
1256
+ asset_kind: "pipeline_procedure",
1257
+ owner_mechanism_id: "mc-workflow-contract",
1258
+ asset_visibility: "user_project",
1259
+ sync_to_user_project: true,
1260
+ sync_target: "project_knowledge",
1261
+ runtime_visibility: "index_only",
1262
+ evidence_role: "template_guidance",
1263
+ user_visible: true,
1264
+ applicable_routes: ["operation", "multi_stage_plan"],
1265
+ applicable_tech_stack: [],
1266
+ lifecycle_status: "active",
1267
+ consume_category: "copy_only",
1268
+ mainline_consumer: "",
1269
+ validation_entrypoint: "template_mechanism_auditor",
1270
+ },
1271
+ "templates/knowledge/procedures/测试优先编码工作流.md": {
1272
+ asset_kind: "pipeline_procedure",
1273
+ owner_mechanism_id: "mc-workflow-contract",
1274
+ asset_visibility: "user_project",
1275
+ sync_to_user_project: true,
1276
+ sync_target: "project_knowledge",
1277
+ runtime_visibility: "injectable",
1278
+ evidence_role: "template_guidance",
1279
+ user_visible: true,
1280
+ applicable_routes: ["operation", "multi_stage_plan"],
1281
+ applicable_tech_stack: [],
1282
+ lifecycle_status: "active",
1283
+ consume_category: "copy_only",
1284
+ mainline_consumer: "",
1285
+ validation_entrypoint: "template_mechanism_auditor",
1286
+ },
1287
+ "templates/knowledge/procedures/源码原型交付流程.md": {
1288
+ asset_kind: "pipeline_procedure",
1289
+ owner_mechanism_id: "mc-workflow-contract",
1290
+ asset_visibility: "user_project",
1291
+ sync_to_user_project: true,
1292
+ sync_target: "project_knowledge",
1293
+ runtime_visibility: "index_only",
1294
+ evidence_role: "template_guidance",
1295
+ user_visible: true,
1296
+ applicable_routes: ["operation", "multi_stage_plan"],
1297
+ applicable_tech_stack: [],
1298
+ lifecycle_status: "active",
1299
+ consume_category: "copy_only",
1300
+ mainline_consumer: "",
1301
+ validation_entrypoint: "template_mechanism_auditor",
1302
+ },
1303
+ "templates/knowledge/procedures/现有系统差距分析工作流.md": {
1304
+ asset_kind: "pipeline_procedure",
1305
+ owner_mechanism_id: "mc-workflow-contract",
1306
+ asset_visibility: "user_project",
1307
+ sync_to_user_project: true,
1308
+ sync_target: "project_knowledge",
1309
+ runtime_visibility: "injectable",
1310
+ evidence_role: "template_guidance",
1311
+ user_visible: true,
1312
+ applicable_routes: ["operation", "multi_stage_plan"],
1313
+ applicable_tech_stack: [],
1314
+ lifecycle_status: "active",
1315
+ consume_category: "copy_only",
1316
+ mainline_consumer: "",
1317
+ validation_entrypoint: "template_mechanism_auditor",
1318
+ },
1319
+ "templates/knowledge/procedures/知识维护流水线.md": {
1320
+ asset_kind: "pipeline_procedure",
1321
+ owner_mechanism_id: "mc-workflow-contract",
1322
+ asset_visibility: "soloforge_internal",
1323
+ sync_to_user_project: false,
1324
+ sync_target: "none",
1325
+ runtime_visibility: "internal_only",
1326
+ evidence_role: "template_guidance",
1327
+ user_visible: false,
1328
+ applicable_routes: [],
1329
+ applicable_tech_stack: [],
1330
+ lifecycle_status: "internal_only",
1331
+ consume_category: "audit_only",
1332
+ mainline_consumer: "template_mechanism_auditor",
1333
+ validation_entrypoint: "validate-release",
1334
+ },
1335
+ "templates/knowledge/procedures/紧急修复流水线.md": {
1336
+ asset_kind: "pipeline_procedure",
1337
+ owner_mechanism_id: "mc-workflow-contract",
1338
+ asset_visibility: "user_project",
1339
+ sync_to_user_project: true,
1340
+ sync_target: "project_knowledge",
1341
+ runtime_visibility: "index_only",
1342
+ evidence_role: "template_guidance",
1343
+ user_visible: true,
1344
+ applicable_routes: ["operation", "multi_stage_plan"],
1345
+ applicable_tech_stack: [],
1346
+ lifecycle_status: "active",
1347
+ consume_category: "copy_only",
1348
+ mainline_consumer: "",
1349
+ validation_entrypoint: "template_mechanism_auditor",
1350
+ },
1351
+ "templates/knowledge/procedures/紧急修复流程.md": {
1352
+ asset_kind: "pipeline_procedure",
1353
+ owner_mechanism_id: "mc-workflow-contract",
1354
+ asset_visibility: "user_project",
1355
+ sync_to_user_project: true,
1356
+ sync_target: "project_knowledge",
1357
+ runtime_visibility: "index_only",
1358
+ evidence_role: "template_guidance",
1359
+ user_visible: true,
1360
+ applicable_routes: ["operation", "multi_stage_plan"],
1361
+ applicable_tech_stack: [],
1362
+ lifecycle_status: "active",
1363
+ consume_category: "copy_only",
1364
+ mainline_consumer: "",
1365
+ validation_entrypoint: "template_mechanism_auditor",
1366
+ },
1367
+ "templates/knowledge/procedures/编码前澄清流程.md": {
1368
+ asset_kind: "pipeline_procedure",
1369
+ owner_mechanism_id: "mc-workflow-contract",
1370
+ asset_visibility: "user_project",
1371
+ sync_to_user_project: true,
1372
+ sync_target: "project_knowledge",
1373
+ runtime_visibility: "injectable",
1374
+ evidence_role: "template_guidance",
1375
+ user_visible: true,
1376
+ applicable_routes: ["operation", "multi_stage_plan"],
1377
+ applicable_tech_stack: [],
1378
+ lifecycle_status: "active",
1379
+ consume_category: "copy_only",
1380
+ mainline_consumer: "",
1381
+ validation_entrypoint: "template_mechanism_auditor",
1382
+ },
1383
+ "templates/knowledge/procedures/缺陷修复流水线.md": {
1384
+ asset_kind: "pipeline_procedure",
1385
+ owner_mechanism_id: "mc-workflow-contract",
1386
+ asset_visibility: "user_project",
1387
+ sync_to_user_project: true,
1388
+ sync_target: "project_knowledge",
1389
+ runtime_visibility: "index_only",
1390
+ evidence_role: "template_guidance",
1391
+ user_visible: true,
1392
+ applicable_routes: ["operation", "multi_stage_plan"],
1393
+ applicable_tech_stack: [],
1394
+ lifecycle_status: "active",
1395
+ consume_category: "copy_only",
1396
+ mainline_consumer: "",
1397
+ validation_entrypoint: "template_mechanism_auditor",
1398
+ },
1399
+ "templates/knowledge/procedures/自主选型流程.md": {
1400
+ asset_kind: "pipeline_procedure",
1401
+ owner_mechanism_id: "mc-workflow-contract",
1402
+ asset_visibility: "user_project",
1403
+ sync_to_user_project: true,
1404
+ sync_target: "project_knowledge",
1405
+ runtime_visibility: "index_only",
1406
+ evidence_role: "template_guidance",
1407
+ user_visible: true,
1408
+ applicable_routes: ["operation", "multi_stage_plan"],
1409
+ applicable_tech_stack: [],
1410
+ lifecycle_status: "active",
1411
+ consume_category: "copy_only",
1412
+ mainline_consumer: "",
1413
+ validation_entrypoint: "template_mechanism_auditor",
1414
+ },
1415
+ "templates/knowledge/procedures/设计产物生成与复验工作流.md": {
1416
+ asset_kind: "pipeline_procedure",
1417
+ owner_mechanism_id: "mc-workflow-contract",
1418
+ asset_visibility: "user_project",
1419
+ sync_to_user_project: true,
1420
+ sync_target: "project_knowledge",
1421
+ runtime_visibility: "index_only",
1422
+ evidence_role: "template_guidance",
1423
+ user_visible: true,
1424
+ applicable_routes: ["operation", "multi_stage_plan"],
1425
+ applicable_tech_stack: [],
1426
+ lifecycle_status: "active",
1427
+ consume_category: "copy_only",
1428
+ mainline_consumer: "",
1429
+ validation_entrypoint: "template_mechanism_auditor",
1430
+ },
1431
+ "templates/knowledge/procedures/详细设计流程.md": {
1432
+ asset_kind: "pipeline_procedure",
1433
+ owner_mechanism_id: "mc-workflow-contract",
1434
+ asset_visibility: "user_project",
1435
+ sync_to_user_project: true,
1436
+ sync_target: "project_knowledge",
1437
+ runtime_visibility: "index_only",
1438
+ evidence_role: "template_guidance",
1439
+ user_visible: true,
1440
+ applicable_routes: ["operation", "multi_stage_plan"],
1441
+ applicable_tech_stack: [],
1442
+ lifecycle_status: "active",
1443
+ consume_category: "copy_only",
1444
+ mainline_consumer: "",
1445
+ validation_entrypoint: "template_mechanism_auditor",
1446
+ },
1447
+ "templates/knowledge/procedures/调试排查流程.md": {
1448
+ asset_kind: "pipeline_procedure",
1449
+ owner_mechanism_id: "mc-workflow-contract",
1450
+ asset_visibility: "user_project",
1451
+ sync_to_user_project: true,
1452
+ sync_target: "project_knowledge",
1453
+ runtime_visibility: "index_only",
1454
+ evidence_role: "template_guidance",
1455
+ user_visible: true,
1456
+ applicable_routes: ["operation", "multi_stage_plan"],
1457
+ applicable_tech_stack: [],
1458
+ lifecycle_status: "active",
1459
+ consume_category: "copy_only",
1460
+ mainline_consumer: "",
1461
+ validation_entrypoint: "template_mechanism_auditor",
1462
+ },
1463
+ "templates/knowledge/procedures/迁移流水线.md": {
1464
+ asset_kind: "pipeline_procedure",
1465
+ owner_mechanism_id: "mc-workflow-contract",
1466
+ asset_visibility: "user_project",
1467
+ sync_to_user_project: true,
1468
+ sync_target: "project_knowledge",
1469
+ runtime_visibility: "index_only",
1470
+ evidence_role: "template_guidance",
1471
+ user_visible: true,
1472
+ applicable_routes: ["operation", "multi_stage_plan"],
1473
+ applicable_tech_stack: [],
1474
+ lifecycle_status: "active",
1475
+ consume_category: "copy_only",
1476
+ mainline_consumer: "",
1477
+ validation_entrypoint: "template_mechanism_auditor",
1478
+ },
1479
+ "templates/knowledge/procedures/部署发布流程.md": {
1480
+ asset_kind: "pipeline_procedure",
1481
+ owner_mechanism_id: "mc-workflow-contract",
1482
+ asset_visibility: "user_project",
1483
+ sync_to_user_project: true,
1484
+ sync_target: "project_knowledge",
1485
+ runtime_visibility: "index_only",
1486
+ evidence_role: "template_guidance",
1487
+ user_visible: true,
1488
+ applicable_routes: ["operation", "multi_stage_plan"],
1489
+ applicable_tech_stack: [],
1490
+ lifecycle_status: "active",
1491
+ consume_category: "copy_only",
1492
+ mainline_consumer: "",
1493
+ validation_entrypoint: "template_mechanism_auditor",
1494
+ },
1495
+ "templates/knowledge/procedures/重构流水线.md": {
1496
+ asset_kind: "pipeline_procedure",
1497
+ owner_mechanism_id: "mc-workflow-contract",
1498
+ asset_visibility: "user_project",
1499
+ sync_to_user_project: true,
1500
+ sync_target: "project_knowledge",
1501
+ runtime_visibility: "index_only",
1502
+ evidence_role: "template_guidance",
1503
+ user_visible: true,
1504
+ applicable_routes: ["operation", "multi_stage_plan"],
1505
+ applicable_tech_stack: [],
1506
+ lifecycle_status: "active",
1507
+ consume_category: "copy_only",
1508
+ mainline_consumer: "",
1509
+ validation_entrypoint: "template_mechanism_auditor",
1510
+ },
1511
+ "templates/knowledge/procedures/集成验证流程.md": {
1512
+ asset_kind: "pipeline_procedure",
1513
+ owner_mechanism_id: "mc-workflow-contract",
1514
+ asset_visibility: "user_project",
1515
+ sync_to_user_project: true,
1516
+ sync_target: "project_knowledge",
1517
+ runtime_visibility: "index_only",
1518
+ evidence_role: "template_guidance",
1519
+ user_visible: true,
1520
+ applicable_routes: ["operation", "multi_stage_plan"],
1521
+ applicable_tech_stack: [],
1522
+ lifecycle_status: "active",
1523
+ consume_category: "copy_only",
1524
+ mainline_consumer: "",
1525
+ validation_entrypoint: "template_mechanism_auditor",
1526
+ },
1527
+ "templates/knowledge/procedures/需求澄清流程.md": {
1528
+ asset_kind: "pipeline_procedure",
1529
+ owner_mechanism_id: "mc-workflow-contract",
1530
+ asset_visibility: "user_project",
1531
+ sync_to_user_project: true,
1532
+ sync_target: "project_knowledge",
1533
+ runtime_visibility: "index_only",
1534
+ evidence_role: "template_guidance",
1535
+ user_visible: true,
1536
+ applicable_routes: ["operation", "multi_stage_plan"],
1537
+ applicable_tech_stack: [],
1538
+ lifecycle_status: "active",
1539
+ consume_category: "copy_only",
1540
+ mainline_consumer: "",
1541
+ validation_entrypoint: "template_mechanism_auditor",
1542
+ },
1543
+ "templates/knowledge/procedures/验收测试规划.md": {
1544
+ asset_kind: "pipeline_procedure",
1545
+ owner_mechanism_id: "mc-workflow-contract",
1546
+ asset_visibility: "user_project",
1547
+ sync_to_user_project: true,
1548
+ sync_target: "project_knowledge",
1549
+ runtime_visibility: "index_only",
1550
+ evidence_role: "template_guidance",
1551
+ user_visible: true,
1552
+ applicable_routes: ["operation", "multi_stage_plan"],
1553
+ applicable_tech_stack: [],
1554
+ lifecycle_status: "active",
1555
+ consume_category: "copy_only",
1556
+ mainline_consumer: "",
1557
+ validation_entrypoint: "template_mechanism_auditor",
1558
+ },
1559
+ "templates/knowledge/procedures/验证计划流程.md": {
1560
+ asset_kind: "pipeline_procedure",
1561
+ owner_mechanism_id: "mc-workflow-contract",
1562
+ asset_visibility: "user_project",
1563
+ sync_to_user_project: true,
1564
+ sync_target: "project_knowledge",
1565
+ runtime_visibility: "index_only",
1566
+ evidence_role: "template_guidance",
1567
+ user_visible: true,
1568
+ applicable_routes: ["operation", "multi_stage_plan"],
1569
+ applicable_tech_stack: [],
1570
+ lifecycle_status: "active",
1571
+ consume_category: "copy_only",
1572
+ mainline_consumer: "",
1573
+ validation_entrypoint: "template_mechanism_auditor",
1574
+ },
1575
+ "templates/knowledge/product_profiles/b2b-internal.yaml": {
1576
+ asset_kind: "product_profile",
1577
+ owner_mechanism_id: "mc-zero-config-init",
1578
+ asset_visibility: "user_project",
1579
+ sync_to_user_project: true,
1580
+ sync_target: "project_knowledge",
1581
+ runtime_visibility: "index_only",
1582
+ evidence_role: "classification",
1583
+ user_visible: true,
1584
+ applicable_routes: ["operation"],
1585
+ applicable_tech_stack: [],
1586
+ lifecycle_status: "active",
1587
+ consume_category: "copy_only",
1588
+ mainline_consumer: "",
1589
+ validation_entrypoint: "template_mechanism_auditor",
1590
+ },
1591
+ "templates/knowledge/product_profiles/b2c.yaml": {
1592
+ asset_kind: "product_profile",
1593
+ owner_mechanism_id: "mc-zero-config-init",
1594
+ asset_visibility: "user_project",
1595
+ sync_to_user_project: true,
1596
+ sync_target: "project_knowledge",
1597
+ runtime_visibility: "index_only",
1598
+ evidence_role: "classification",
1599
+ user_visible: true,
1600
+ applicable_routes: ["operation"],
1601
+ applicable_tech_stack: [],
1602
+ lifecycle_status: "active",
1603
+ consume_category: "copy_only",
1604
+ mainline_consumer: "",
1605
+ validation_entrypoint: "template_mechanism_auditor",
1606
+ },
1607
+ "templates/knowledge/product_profiles/saas.yaml": {
1608
+ asset_kind: "product_profile",
1609
+ owner_mechanism_id: "mc-zero-config-init",
1610
+ asset_visibility: "user_project",
1611
+ sync_to_user_project: true,
1612
+ sync_target: "project_knowledge",
1613
+ runtime_visibility: "index_only",
1614
+ evidence_role: "classification",
1615
+ user_visible: true,
1616
+ applicable_routes: ["operation"],
1617
+ applicable_tech_stack: [],
1618
+ lifecycle_status: "active",
1619
+ consume_category: "copy_only",
1620
+ mainline_consumer: "",
1621
+ validation_entrypoint: "template_mechanism_auditor",
1622
+ },
1623
+ "templates/knowledge/review_rules/交付完备性审查规则.md": {
1624
+ asset_kind: "review_rule",
1625
+ owner_mechanism_id: "mc-standard-asset-contract",
1626
+ asset_visibility: "user_project",
1627
+ sync_to_user_project: true,
1628
+ sync_target: "project_knowledge",
1629
+ runtime_visibility: "index_only",
1630
+ evidence_role: "template_guidance",
1631
+ user_visible: true,
1632
+ applicable_routes: ["operation"],
1633
+ applicable_tech_stack: [],
1634
+ applicable_languages: [],
1635
+ applicable_frameworks: [],
1636
+ applicable_file_patterns: ["**/*.{ts,tsx,js,jsx,java,py}"],
1637
+ excluded_file_patterns: ["**/*.test.*", "**/*.spec.*", "**/node_modules/**"],
1638
+ verification_strategy: "static_analysis",
1639
+ failure_severity: "error",
1640
+ lifecycle_status: "active",
1641
+ consume_category: "copy_only",
1642
+ mainline_consumer: "",
1643
+ validation_entrypoint: "template_mechanism_auditor",
1644
+ },
1645
+ "templates/knowledge/review_rules/安全审查规则.md": {
1646
+ asset_kind: "review_rule",
1647
+ owner_mechanism_id: "mc-standard-asset-contract",
1648
+ asset_visibility: "user_project",
1649
+ sync_to_user_project: true,
1650
+ sync_target: "project_knowledge",
1651
+ runtime_visibility: "index_only",
1652
+ evidence_role: "template_guidance",
1653
+ user_visible: true,
1654
+ applicable_routes: ["operation"],
1655
+ applicable_tech_stack: [],
1656
+ applicable_languages: [],
1657
+ applicable_frameworks: [],
1658
+ applicable_file_patterns: ["**/*.{ts,tsx,js,jsx,java,py,sql,yaml,yml}"],
1659
+ excluded_file_patterns: ["**/*.test.*", "**/*.spec.*", "**/docs/**"],
1660
+ verification_strategy: "static_analysis",
1661
+ failure_severity: "error",
1662
+ lifecycle_status: "active",
1663
+ consume_category: "copy_only",
1664
+ mainline_consumer: "",
1665
+ validation_entrypoint: "template_mechanism_auditor",
1666
+ },
1667
+ "templates/knowledge/review_rules/并发审查规则.md": {
1668
+ asset_kind: "review_rule",
1669
+ owner_mechanism_id: "mc-standard-asset-contract",
1670
+ asset_visibility: "user_project",
1671
+ sync_to_user_project: true,
1672
+ sync_target: "project_knowledge",
1673
+ runtime_visibility: "index_only",
1674
+ evidence_role: "template_guidance",
1675
+ user_visible: true,
1676
+ applicable_routes: ["operation"],
1677
+ applicable_tech_stack: [],
1678
+ applicable_languages: ["java", "typescript", "python"],
1679
+ applicable_frameworks: [],
1680
+ applicable_file_patterns: ["**/*.{ts,tsx,js,jsx,java,py}"],
1681
+ excluded_file_patterns: ["**/*.test.*", "**/*.spec.*", "**/node_modules/**"],
1682
+ verification_strategy: "static_analysis",
1683
+ failure_severity: "warning",
1684
+ lifecycle_status: "active",
1685
+ consume_category: "copy_only",
1686
+ mainline_consumer: "",
1687
+ validation_entrypoint: "template_mechanism_auditor",
1688
+ },
1689
+ "templates/knowledge/review_rules/性能审查规则.md": {
1690
+ asset_kind: "review_rule",
1691
+ owner_mechanism_id: "mc-standard-asset-contract",
1692
+ asset_visibility: "user_project",
1693
+ sync_to_user_project: true,
1694
+ sync_target: "project_knowledge",
1695
+ runtime_visibility: "index_only",
1696
+ evidence_role: "template_guidance",
1697
+ user_visible: true,
1698
+ applicable_routes: ["operation"],
1699
+ applicable_tech_stack: [],
1700
+ applicable_languages: [],
1701
+ applicable_frameworks: [],
1702
+ applicable_file_patterns: ["**/*.{ts,tsx,js,jsx,java,py,sql}"],
1703
+ excluded_file_patterns: ["**/*.test.*", "**/*.spec.*", "**/docs/**"],
1704
+ verification_strategy: "static_analysis",
1705
+ failure_severity: "warning",
1706
+ lifecycle_status: "active",
1707
+ consume_category: "copy_only",
1708
+ mainline_consumer: "",
1709
+ validation_entrypoint: "template_mechanism_auditor",
1710
+ },
1711
+ "templates/knowledge/review_rules/接口契约审查规则.md": {
1712
+ asset_kind: "review_rule",
1713
+ owner_mechanism_id: "mc-standard-asset-contract",
1714
+ asset_visibility: "user_project",
1715
+ sync_to_user_project: true,
1716
+ sync_target: "project_knowledge",
1717
+ runtime_visibility: "index_only",
1718
+ evidence_role: "template_guidance",
1719
+ user_visible: true,
1720
+ applicable_routes: ["operation"],
1721
+ applicable_tech_stack: [],
1722
+ applicable_languages: [],
1723
+ applicable_frameworks: [],
1724
+ applicable_file_patterns: ["**/*Controller*", "**/*Service*", "**/*api*", "**/routes/**"],
1725
+ excluded_file_patterns: ["**/*.test.*", "**/*.spec.*"],
1726
+ verification_strategy: "static_analysis",
1727
+ failure_severity: "error",
1728
+ lifecycle_status: "active",
1729
+ consume_category: "copy_only",
1730
+ mainline_consumer: "",
1731
+ validation_entrypoint: "template_mechanism_auditor",
1732
+ },
1733
+ "templates/knowledge/review_rules/架构审查规则.md": {
1734
+ asset_kind: "review_rule",
1735
+ owner_mechanism_id: "mc-standard-asset-contract",
1736
+ asset_visibility: "user_project",
1737
+ sync_to_user_project: true,
1738
+ sync_target: "project_knowledge",
1739
+ runtime_visibility: "index_only",
1740
+ evidence_role: "template_guidance",
1741
+ user_visible: true,
1742
+ applicable_routes: ["operation"],
1743
+ applicable_tech_stack: [],
1744
+ applicable_languages: [],
1745
+ applicable_frameworks: [],
1746
+ applicable_file_patterns: ["**/*.{ts,tsx,js,jsx,java,py}"],
1747
+ excluded_file_patterns: ["**/*.test.*", "**/*.spec.*", "**/node_modules/**"],
1748
+ verification_strategy: "manual_review",
1749
+ failure_severity: "warning",
1750
+ lifecycle_status: "active",
1751
+ consume_category: "copy_only",
1752
+ mainline_consumer: "",
1753
+ validation_entrypoint: "template_mechanism_auditor",
1754
+ },
1755
+ "templates/knowledge/review_rules/质量审查规则.md": {
1756
+ asset_kind: "review_rule",
1757
+ owner_mechanism_id: "mc-standard-asset-contract",
1758
+ asset_visibility: "user_project",
1759
+ sync_to_user_project: true,
1760
+ sync_target: "project_knowledge",
1761
+ runtime_visibility: "index_only",
1762
+ evidence_role: "template_guidance",
1763
+ user_visible: true,
1764
+ applicable_routes: ["operation"],
1765
+ applicable_tech_stack: [],
1766
+ applicable_languages: [],
1767
+ applicable_frameworks: [],
1768
+ applicable_file_patterns: ["**/*.{ts,tsx,js,jsx,java,py}"],
1769
+ excluded_file_patterns: ["**/*.test.*", "**/*.spec.*", "**/node_modules/**"],
1770
+ verification_strategy: "static_analysis",
1771
+ failure_severity: "warning",
1772
+ lifecycle_status: "active",
1773
+ consume_category: "copy_only",
1774
+ mainline_consumer: "",
1775
+ validation_entrypoint: "template_mechanism_auditor",
1776
+ },
1777
+ "templates/knowledge/rules/产物契约规则.md": {
1778
+ asset_kind: "knowledge_rule",
1779
+ owner_mechanism_id: "mc-artifact-contract",
1780
+ asset_visibility: "user_project",
1781
+ sync_to_user_project: true,
1782
+ sync_target: "project_knowledge",
1783
+ runtime_visibility: "index_only",
1784
+ evidence_role: "template_guidance",
1785
+ user_visible: true,
1786
+ applicable_routes: ["operation"],
1787
+ applicable_tech_stack: [],
1788
+ lifecycle_status: "active",
1789
+ consume_category: "copy_only",
1790
+ mainline_consumer: "",
1791
+ validation_entrypoint: "template_mechanism_auditor",
1792
+ },
1793
+ "templates/knowledge/rules/任务上下文生命周期规则.md": {
1794
+ asset_kind: "knowledge_rule",
1795
+ owner_mechanism_id: "mc-task-context-lifecycle",
1796
+ asset_visibility: "user_project",
1797
+ sync_to_user_project: true,
1798
+ sync_target: "project_knowledge",
1799
+ runtime_visibility: "index_only",
1800
+ evidence_role: "template_guidance",
1801
+ user_visible: true,
1802
+ applicable_routes: ["operation"],
1803
+ applicable_tech_stack: [],
1804
+ lifecycle_status: "active",
1805
+ consume_category: "copy_only",
1806
+ mainline_consumer: "",
1807
+ validation_entrypoint: "template_mechanism_auditor",
1808
+ },
1809
+ "templates/knowledge/rules/命令执行规则.md": {
1810
+ asset_kind: "knowledge_rule",
1811
+ owner_mechanism_id: "mc-command-execution",
1812
+ asset_visibility: "user_project",
1813
+ sync_to_user_project: true,
1814
+ sync_target: "project_knowledge",
1815
+ runtime_visibility: "index_only",
1816
+ evidence_role: "template_guidance",
1817
+ user_visible: true,
1818
+ applicable_routes: ["operation"],
1819
+ applicable_tech_stack: [],
1820
+ lifecycle_status: "active",
1821
+ consume_category: "copy_only",
1822
+ mainline_consumer: "",
1823
+ validation_entrypoint: "template_mechanism_auditor",
1824
+ },
1825
+ "templates/knowledge/rules/工作流契约规则.md": {
1826
+ asset_kind: "knowledge_rule",
1827
+ owner_mechanism_id: "mc-workflow-contract",
1828
+ asset_visibility: "user_project",
1829
+ sync_to_user_project: true,
1830
+ sync_target: "project_knowledge",
1831
+ runtime_visibility: "index_only",
1832
+ evidence_role: "template_guidance",
1833
+ user_visible: true,
1834
+ applicable_routes: ["operation"],
1835
+ applicable_tech_stack: [],
1836
+ lifecycle_status: "active",
1837
+ consume_category: "copy_only",
1838
+ mainline_consumer: "",
1839
+ validation_entrypoint: "template_mechanism_auditor",
1840
+ },
1841
+ "templates/knowledge/rules/工作流模板包规则.md": {
1842
+ asset_kind: "knowledge_rule",
1843
+ owner_mechanism_id: "mc-workflow-template-pack",
1844
+ asset_visibility: "soloforge_internal",
1845
+ sync_to_user_project: false,
1846
+ sync_target: "none",
1847
+ runtime_visibility: "internal_only",
1848
+ evidence_role: "template_guidance",
1849
+ user_visible: false,
1850
+ applicable_routes: [],
1851
+ applicable_tech_stack: [],
1852
+ lifecycle_status: "internal_only",
1853
+ consume_category: "audit_only",
1854
+ mainline_consumer: "template_mechanism_auditor",
1855
+ validation_entrypoint: "validate-release",
1856
+ },
1857
+ "templates/knowledge/rules/工具调用规则.md": {
1858
+ asset_kind: "knowledge_rule",
1859
+ owner_mechanism_id: "mc-tool-invocation-contract",
1860
+ asset_visibility: "user_project",
1861
+ sync_to_user_project: true,
1862
+ sync_target: "project_knowledge",
1863
+ runtime_visibility: "index_only",
1864
+ evidence_role: "template_guidance",
1865
+ user_visible: true,
1866
+ applicable_routes: ["operation"],
1867
+ applicable_tech_stack: [],
1868
+ lifecycle_status: "active",
1869
+ consume_category: "copy_only",
1870
+ mainline_consumer: "",
1871
+ validation_entrypoint: "template_mechanism_auditor",
1872
+ },
1873
+ "templates/knowledge/rules/意图路由规则.md": {
1874
+ asset_kind: "knowledge_rule",
1875
+ owner_mechanism_id: "mc-intent-router",
1876
+ asset_visibility: "user_project",
1877
+ sync_to_user_project: true,
1878
+ sync_target: "project_knowledge",
1879
+ runtime_visibility: "index_only",
1880
+ evidence_role: "template_guidance",
1881
+ user_visible: true,
1882
+ applicable_routes: ["operation"],
1883
+ applicable_tech_stack: [],
1884
+ lifecycle_status: "active",
1885
+ consume_category: "copy_only",
1886
+ mainline_consumer: "",
1887
+ validation_entrypoint: "template_mechanism_auditor",
1888
+ },
1889
+ "templates/knowledge/rules/执行守卫评估规则.md": {
1890
+ asset_kind: "knowledge_rule",
1891
+ owner_mechanism_id: "mc-guard-evaluation",
1892
+ asset_visibility: "user_project",
1893
+ sync_to_user_project: true,
1894
+ sync_target: "project_knowledge",
1895
+ runtime_visibility: "index_only",
1896
+ evidence_role: "template_guidance",
1897
+ user_visible: true,
1898
+ applicable_routes: ["operation"],
1899
+ applicable_tech_stack: [],
1900
+ lifecycle_status: "active",
1901
+ consume_category: "copy_only",
1902
+ mainline_consumer: "",
1903
+ validation_entrypoint: "template_mechanism_auditor",
1904
+ },
1905
+ "templates/knowledge/rules/扩展生命周期规则.md": {
1906
+ asset_kind: "knowledge_rule",
1907
+ owner_mechanism_id: "mc-extension-contract",
1908
+ asset_visibility: "soloforge_internal",
1909
+ sync_to_user_project: false,
1910
+ sync_target: "none",
1911
+ runtime_visibility: "internal_only",
1912
+ evidence_role: "template_guidance",
1913
+ user_visible: false,
1914
+ applicable_routes: [],
1915
+ applicable_tech_stack: [],
1916
+ lifecycle_status: "internal_only",
1917
+ consume_category: "audit_only",
1918
+ mainline_consumer: "template_mechanism_auditor",
1919
+ validation_entrypoint: "validate-release",
1920
+ },
1921
+ "templates/knowledge/rules/技术决策主权规则.md": {
1922
+ asset_kind: "knowledge_rule",
1923
+ owner_mechanism_id: "mc-decision-sovereignty",
1924
+ asset_visibility: "user_project",
1925
+ sync_to_user_project: true,
1926
+ sync_target: "project_knowledge",
1927
+ runtime_visibility: "index_only",
1928
+ evidence_role: "template_guidance",
1929
+ user_visible: true,
1930
+ applicable_routes: ["operation"],
1931
+ applicable_tech_stack: [],
1932
+ lifecycle_status: "active",
1933
+ consume_category: "copy_only",
1934
+ mainline_consumer: "",
1935
+ validation_entrypoint: "template_mechanism_auditor",
1936
+ },
1937
+ "templates/knowledge/rules/敏感信息处理规则.md": {
1938
+ asset_kind: "knowledge_rule",
1939
+ owner_mechanism_id: "mc-privacy-boundary",
1940
+ asset_visibility: "user_project",
1941
+ sync_to_user_project: true,
1942
+ sync_target: "project_knowledge",
1943
+ runtime_visibility: "index_only",
1944
+ evidence_role: "template_guidance",
1945
+ user_visible: true,
1946
+ applicable_routes: ["operation"],
1947
+ applicable_tech_stack: [],
1948
+ lifecycle_status: "active",
1949
+ consume_category: "copy_only",
1950
+ mainline_consumer: "",
1951
+ validation_entrypoint: "template_mechanism_auditor",
1952
+ },
1953
+ "templates/knowledge/rules/施工指令契约规则.md": {
1954
+ asset_kind: "knowledge_rule",
1955
+ owner_mechanism_id: "mc-instruction-contract",
1956
+ asset_visibility: "user_project",
1957
+ sync_to_user_project: true,
1958
+ sync_target: "project_knowledge",
1959
+ runtime_visibility: "index_only",
1960
+ evidence_role: "template_guidance",
1961
+ user_visible: true,
1962
+ applicable_routes: ["operation"],
1963
+ applicable_tech_stack: [],
1964
+ lifecycle_status: "active",
1965
+ consume_category: "copy_only",
1966
+ mainline_consumer: "",
1967
+ validation_entrypoint: "template_mechanism_auditor",
1968
+ },
1969
+ "templates/knowledge/rules/架构决策研讨规则.md": {
1970
+ asset_kind: "knowledge_rule",
1971
+ owner_mechanism_id: "mc-architecture-decision-workshop",
1972
+ asset_visibility: "user_project",
1973
+ sync_to_user_project: true,
1974
+ sync_target: "project_knowledge",
1975
+ runtime_visibility: "injectable",
1976
+ evidence_role: "template_guidance",
1977
+ user_visible: true,
1978
+ applicable_routes: ["operation"],
1979
+ applicable_tech_stack: [],
1980
+ lifecycle_status: "active",
1981
+ consume_category: "copy_only",
1982
+ mainline_consumer: "",
1983
+ validation_entrypoint: "template_mechanism_auditor",
1984
+ },
1985
+ "templates/knowledge/rules/标准资产覆盖规则.md": {
1986
+ asset_kind: "knowledge_rule",
1987
+ owner_mechanism_id: "mc-standard-asset-coverage",
1988
+ asset_visibility: "soloforge_internal",
1989
+ sync_to_user_project: false,
1990
+ sync_target: "none",
1991
+ runtime_visibility: "internal_only",
1992
+ evidence_role: "template_guidance",
1993
+ user_visible: false,
1994
+ applicable_routes: [],
1995
+ applicable_tech_stack: [],
1996
+ lifecycle_status: "internal_only",
1997
+ consume_category: "audit_only",
1998
+ mainline_consumer: "template_mechanism_auditor",
1999
+ validation_entrypoint: "validate-release",
2000
+ },
2001
+ "templates/knowledge/rules/核心体验原则.md": {
2002
+ asset_kind: "knowledge_rule",
2003
+ owner_mechanism_id: "mc-core-experience-principle",
2004
+ asset_visibility: "user_project",
2005
+ sync_to_user_project: true,
2006
+ sync_target: "project_knowledge",
2007
+ runtime_visibility: "index_only",
2008
+ evidence_role: "template_guidance",
2009
+ user_visible: true,
2010
+ applicable_routes: ["operation"],
2011
+ applicable_tech_stack: [],
2012
+ lifecycle_status: "active",
2013
+ consume_category: "copy_only",
2014
+ mainline_consumer: "",
2015
+ validation_entrypoint: "template_mechanism_auditor",
2016
+ },
2017
+ "templates/knowledge/rules/核心工程执行原则.md": {
2018
+ asset_kind: "knowledge_rule",
2019
+ owner_mechanism_id: "mc-core-engineering-principles",
2020
+ asset_visibility: "user_project",
2021
+ sync_to_user_project: true,
2022
+ sync_target: "project_knowledge",
2023
+ runtime_visibility: "injectable",
2024
+ evidence_role: "template_guidance",
2025
+ user_visible: true,
2026
+ applicable_routes: ["operation"],
2027
+ applicable_tech_stack: [],
2028
+ lifecycle_status: "active",
2029
+ consume_category: "copy_only",
2030
+ mainline_consumer: "",
2031
+ validation_entrypoint: "template_mechanism_auditor",
2032
+ },
2033
+ "templates/knowledge/rules/模板资产可见性规则.md": {
2034
+ asset_kind: "knowledge_rule",
2035
+ owner_mechanism_id: "mc-template-asset-visibility",
2036
+ asset_visibility: "soloforge_internal",
2037
+ sync_to_user_project: false,
2038
+ sync_target: "none",
2039
+ runtime_visibility: "internal_only",
2040
+ evidence_role: "template_guidance",
2041
+ user_visible: false,
2042
+ applicable_routes: [],
2043
+ applicable_tech_stack: [],
2044
+ lifecycle_status: "internal_only",
2045
+ consume_category: "audit_only",
2046
+ mainline_consumer: "template_mechanism_auditor",
2047
+ validation_entrypoint: "validate-release",
2048
+ },
2049
+ "templates/knowledge/rules/注册表基础设施规则.md": {
2050
+ asset_kind: "knowledge_rule",
2051
+ owner_mechanism_id: "mc-registry-infrastructure",
2052
+ asset_visibility: "soloforge_internal",
2053
+ sync_to_user_project: false,
2054
+ sync_target: "none",
2055
+ runtime_visibility: "internal_only",
2056
+ evidence_role: "template_guidance",
2057
+ user_visible: false,
2058
+ applicable_routes: [],
2059
+ applicable_tech_stack: [],
2060
+ lifecycle_status: "internal_only",
2061
+ consume_category: "audit_only",
2062
+ mainline_consumer: "template_mechanism_auditor",
2063
+ validation_entrypoint: "validate-release",
2064
+ },
2065
+ "templates/knowledge/rules/演进回归规则.md": {
2066
+ asset_kind: "knowledge_rule",
2067
+ owner_mechanism_id: "mc-evolution-regression",
2068
+ asset_visibility: "soloforge_internal",
2069
+ sync_to_user_project: false,
2070
+ sync_target: "none",
2071
+ runtime_visibility: "internal_only",
2072
+ evidence_role: "template_guidance",
2073
+ user_visible: false,
2074
+ applicable_routes: [],
2075
+ applicable_tech_stack: [],
2076
+ lifecycle_status: "internal_only",
2077
+ consume_category: "audit_only",
2078
+ mainline_consumer: "template_mechanism_auditor",
2079
+ validation_entrypoint: "validate-release",
2080
+ },
2081
+ "templates/knowledge/rules/演进回归门控规则.md": {
2082
+ asset_kind: "knowledge_rule",
2083
+ owner_mechanism_id: "mc-evolution-regression",
2084
+ asset_visibility: "soloforge_internal",
2085
+ sync_to_user_project: false,
2086
+ sync_target: "none",
2087
+ runtime_visibility: "internal_only",
2088
+ evidence_role: "template_guidance",
2089
+ user_visible: false,
2090
+ applicable_routes: [],
2091
+ applicable_tech_stack: [],
2092
+ lifecycle_status: "internal_only",
2093
+ consume_category: "audit_only",
2094
+ mainline_consumer: "template_mechanism_auditor",
2095
+ validation_entrypoint: "validate-release",
2096
+ },
2097
+ "templates/knowledge/rules/用户反馈契约规则.md": {
2098
+ asset_kind: "knowledge_rule",
2099
+ owner_mechanism_id: "mc-user-feedback",
2100
+ asset_visibility: "soloforge_internal",
2101
+ sync_to_user_project: false,
2102
+ sync_target: "none",
2103
+ runtime_visibility: "internal_only",
2104
+ evidence_role: "template_guidance",
2105
+ user_visible: false,
2106
+ applicable_routes: [],
2107
+ applicable_tech_stack: [],
2108
+ lifecycle_status: "internal_only",
2109
+ consume_category: "audit_only",
2110
+ mainline_consumer: "template_mechanism_auditor",
2111
+ validation_entrypoint: "validate-release",
2112
+ },
2113
+ "templates/knowledge/rules/知识注入边界规则.md": {
2114
+ asset_kind: "knowledge_rule",
2115
+ owner_mechanism_id: "mc-knowledge-injection-boundary",
2116
+ asset_visibility: "user_project",
2117
+ sync_to_user_project: true,
2118
+ sync_target: "project_knowledge",
2119
+ runtime_visibility: "injectable",
2120
+ evidence_role: "template_guidance",
2121
+ user_visible: true,
2122
+ applicable_routes: ["operation"],
2123
+ applicable_tech_stack: [],
2124
+ lifecycle_status: "active",
2125
+ consume_category: "copy_only",
2126
+ mainline_consumer: "",
2127
+ validation_entrypoint: "template_mechanism_auditor",
2128
+ },
2129
+ "templates/knowledge/rules/知识资产治理规则.md": {
2130
+ asset_kind: "knowledge_rule",
2131
+ owner_mechanism_id: "mc-knowledge-asset-governance",
2132
+ asset_visibility: "soloforge_internal",
2133
+ sync_to_user_project: false,
2134
+ sync_target: "none",
2135
+ runtime_visibility: "internal_only",
2136
+ evidence_role: "template_guidance",
2137
+ user_visible: false,
2138
+ applicable_routes: [],
2139
+ applicable_tech_stack: [],
2140
+ lifecycle_status: "internal_only",
2141
+ consume_category: "audit_only",
2142
+ mainline_consumer: "template_mechanism_auditor",
2143
+ validation_entrypoint: "validate-release",
2144
+ },
2145
+ "templates/knowledge/rules/第一性原理推理规则.md": {
2146
+ asset_kind: "knowledge_rule",
2147
+ owner_mechanism_id: "mc-first-principles",
2148
+ asset_visibility: "user_project",
2149
+ sync_to_user_project: true,
2150
+ sync_target: "project_knowledge",
2151
+ runtime_visibility: "index_only",
2152
+ evidence_role: "template_guidance",
2153
+ user_visible: true,
2154
+ applicable_routes: ["operation"],
2155
+ applicable_tech_stack: [],
2156
+ lifecycle_status: "active",
2157
+ consume_category: "copy_only",
2158
+ mainline_consumer: "",
2159
+ validation_entrypoint: "template_mechanism_auditor",
2160
+ },
2161
+ "templates/knowledge/rules/细节纪律规则.md": {
2162
+ asset_kind: "knowledge_rule",
2163
+ owner_mechanism_id: "mc-detail-discipline",
2164
+ asset_visibility: "user_project",
2165
+ sync_to_user_project: true,
2166
+ sync_target: "project_knowledge",
2167
+ runtime_visibility: "index_only",
2168
+ evidence_role: "template_guidance",
2169
+ user_visible: true,
2170
+ applicable_routes: ["operation"],
2171
+ applicable_tech_stack: [],
2172
+ lifecycle_status: "active",
2173
+ consume_category: "copy_only",
2174
+ mainline_consumer: "",
2175
+ validation_entrypoint: "template_mechanism_auditor",
2176
+ },
2177
+ "templates/knowledge/rules/脑暴与方案探索规则.md": {
2178
+ asset_kind: "knowledge_rule",
2179
+ owner_mechanism_id: "mc-brainstorm-contract",
2180
+ asset_visibility: "user_project",
2181
+ sync_to_user_project: true,
2182
+ sync_target: "project_knowledge",
2183
+ runtime_visibility: "index_only",
2184
+ evidence_role: "template_guidance",
2185
+ user_visible: true,
2186
+ applicable_routes: ["operation"],
2187
+ applicable_tech_stack: [],
2188
+ lifecycle_status: "active",
2189
+ consume_category: "copy_only",
2190
+ mainline_consumer: "",
2191
+ validation_entrypoint: "template_mechanism_auditor",
2192
+ },
2193
+ "templates/knowledge/rules/计划前置门规则.md": {
2194
+ asset_kind: "knowledge_rule",
2195
+ owner_mechanism_id: "mc-plan-proposal-gate",
2196
+ asset_visibility: "user_project",
2197
+ sync_to_user_project: true,
2198
+ sync_target: "project_knowledge",
2199
+ runtime_visibility: "index_only",
2200
+ evidence_role: "template_guidance",
2201
+ user_visible: true,
2202
+ applicable_routes: ["operation"],
2203
+ applicable_tech_stack: [],
2204
+ lifecycle_status: "active",
2205
+ consume_category: "copy_only",
2206
+ mainline_consumer: "",
2207
+ validation_entrypoint: "template_mechanism_auditor",
2208
+ },
2209
+ "templates/knowledge/rules/设计产物包规则.md": {
2210
+ asset_kind: "knowledge_rule",
2211
+ owner_mechanism_id: "mc-design-artifact-pack",
2212
+ asset_visibility: "user_project",
2213
+ sync_to_user_project: true,
2214
+ sync_target: "project_knowledge",
2215
+ runtime_visibility: "index_only",
2216
+ evidence_role: "template_guidance",
2217
+ user_visible: true,
2218
+ applicable_routes: ["operation"],
2219
+ applicable_tech_stack: [],
2220
+ lifecycle_status: "active",
2221
+ consume_category: "copy_only",
2222
+ mainline_consumer: "",
2223
+ validation_entrypoint: "template_mechanism_auditor",
2224
+ },
2225
+ "templates/knowledge/rules/证据驱动与反幻觉规则.md": {
2226
+ asset_kind: "knowledge_rule",
2227
+ owner_mechanism_id: "mc-evidence-grounding",
2228
+ asset_visibility: "user_project",
2229
+ sync_to_user_project: true,
2230
+ sync_target: "project_knowledge",
2231
+ runtime_visibility: "index_only",
2232
+ evidence_role: "template_guidance",
2233
+ user_visible: true,
2234
+ applicable_routes: ["operation"],
2235
+ applicable_tech_stack: [],
2236
+ lifecycle_status: "active",
2237
+ consume_category: "copy_only",
2238
+ mainline_consumer: "",
2239
+ validation_entrypoint: "template_mechanism_auditor",
2240
+ },
2241
+ "templates/knowledge/rules/跨平台路径安全规则.md": {
2242
+ asset_kind: "knowledge_rule",
2243
+ owner_mechanism_id: "mc-platform-compatibility",
2244
+ asset_visibility: "user_project",
2245
+ sync_to_user_project: true,
2246
+ sync_target: "project_knowledge",
2247
+ runtime_visibility: "index_only",
2248
+ evidence_role: "template_guidance",
2249
+ user_visible: true,
2250
+ applicable_routes: ["operation"],
2251
+ applicable_tech_stack: [],
2252
+ lifecycle_status: "active",
2253
+ consume_category: "copy_only",
2254
+ mainline_consumer: "",
2255
+ validation_entrypoint: "template_mechanism_auditor",
2256
+ },
2257
+ "templates/knowledge/rules/输入材料契约规则.md": {
2258
+ asset_kind: "knowledge_rule",
2259
+ owner_mechanism_id: "mc-input-material-contract",
2260
+ asset_visibility: "user_project",
2261
+ sync_to_user_project: true,
2262
+ sync_target: "project_knowledge",
2263
+ runtime_visibility: "index_only",
2264
+ evidence_role: "template_guidance",
2265
+ user_visible: true,
2266
+ applicable_routes: ["operation"],
2267
+ applicable_tech_stack: [],
2268
+ lifecycle_status: "active",
2269
+ consume_category: "copy_only",
2270
+ mainline_consumer: "",
2271
+ validation_entrypoint: "template_mechanism_auditor",
2272
+ },
2273
+ "templates/knowledge/rules/通用决策研讨规则.md": {
2274
+ asset_kind: "knowledge_rule",
2275
+ owner_mechanism_id: "mc-decision-workshop",
2276
+ asset_visibility: "soloforge_internal",
2277
+ sync_to_user_project: false,
2278
+ sync_target: "none",
2279
+ runtime_visibility: "internal_only",
2280
+ evidence_role: "template_guidance",
2281
+ user_visible: false,
2282
+ applicable_routes: [],
2283
+ applicable_tech_stack: [],
2284
+ lifecycle_status: "internal_only",
2285
+ consume_category: "audit_only",
2286
+ mainline_consumer: "template_mechanism_auditor",
2287
+ validation_entrypoint: "validate-release",
2288
+ },
2289
+ "templates/knowledge/rules/配置优先级规则.md": {
2290
+ asset_kind: "knowledge_rule",
2291
+ owner_mechanism_id: "mc-config-precedence",
2292
+ asset_visibility: "user_project",
2293
+ sync_to_user_project: true,
2294
+ sync_target: "project_knowledge",
2295
+ runtime_visibility: "index_only",
2296
+ evidence_role: "template_guidance",
2297
+ user_visible: true,
2298
+ applicable_routes: ["operation"],
2299
+ applicable_tech_stack: [],
2300
+ lifecycle_status: "active",
2301
+ consume_category: "copy_only",
2302
+ mainline_consumer: "",
2303
+ validation_entrypoint: "template_mechanism_auditor",
2304
+ },
2305
+ "templates/knowledge/rules/防孤岛实现规则.md": {
2306
+ asset_kind: "knowledge_rule",
2307
+ owner_mechanism_id: "mc-main-path-integration",
2308
+ asset_visibility: "user_project",
2309
+ sync_to_user_project: true,
2310
+ sync_target: "project_knowledge",
2311
+ runtime_visibility: "index_only",
2312
+ evidence_role: "template_guidance",
2313
+ user_visible: true,
2314
+ applicable_routes: ["operation"],
2315
+ applicable_tech_stack: [],
2316
+ lifecycle_status: "active",
2317
+ consume_category: "copy_only",
2318
+ mainline_consumer: "",
2319
+ validation_entrypoint: "template_mechanism_auditor",
2320
+ },
2321
+ "templates/knowledge/rules/零配置初始化规则.md": {
2322
+ asset_kind: "knowledge_rule",
2323
+ owner_mechanism_id: "mc-zero-config-init",
2324
+ asset_visibility: "user_project",
2325
+ sync_to_user_project: true,
2326
+ sync_target: "project_knowledge",
2327
+ runtime_visibility: "index_only",
2328
+ evidence_role: "template_guidance",
2329
+ user_visible: true,
2330
+ applicable_routes: ["operation"],
2331
+ applicable_tech_stack: [],
2332
+ lifecycle_status: "active",
2333
+ consume_category: "copy_only",
2334
+ mainline_consumer: "",
2335
+ validation_entrypoint: "template_mechanism_auditor",
2336
+ },
2337
+ "templates/knowledge/rules/验收模板输出契约规则.md": {
2338
+ asset_kind: "knowledge_rule",
2339
+ owner_mechanism_id: "mc-standard-asset-contract",
2340
+ asset_visibility: "soloforge_internal",
2341
+ sync_to_user_project: false,
2342
+ sync_target: "none",
2343
+ runtime_visibility: "internal_only",
2344
+ evidence_role: "template_guidance",
2345
+ user_visible: false,
2346
+ applicable_routes: [],
2347
+ applicable_tech_stack: [],
2348
+ lifecycle_status: "internal_only",
2349
+ consume_category: "audit_only",
2350
+ mainline_consumer: "template_mechanism_auditor",
2351
+ validation_entrypoint: "validate-release",
2352
+ },
2353
+ "templates/knowledge/rules/验证契约规则.md": {
2354
+ asset_kind: "knowledge_rule",
2355
+ owner_mechanism_id: "mc-verifier",
2356
+ asset_visibility: "user_project",
2357
+ sync_to_user_project: true,
2358
+ sync_target: "project_knowledge",
2359
+ runtime_visibility: "index_only",
2360
+ evidence_role: "template_guidance",
2361
+ user_visible: true,
2362
+ applicable_routes: ["operation"],
2363
+ applicable_tech_stack: [],
2364
+ lifecycle_status: "active",
2365
+ consume_category: "copy_only",
2366
+ mainline_consumer: "",
2367
+ validation_entrypoint: "template_mechanism_auditor",
2368
+ },
2369
+ "templates/knowledge/templates/审查摘要.md": {
2370
+ asset_kind: "knowledge_template",
2371
+ owner_mechanism_id: "mc-standard-asset-contract",
2372
+ asset_visibility: "user_project",
2373
+ sync_to_user_project: true,
2374
+ sync_target: "project_knowledge",
2375
+ runtime_visibility: "index_only",
2376
+ evidence_role: "template_guidance",
2377
+ user_visible: true,
2378
+ applicable_routes: ["operation"],
2379
+ applicable_tech_stack: [],
2380
+ lifecycle_status: "active",
2381
+ consume_category: "copy_only",
2382
+ mainline_consumer: "",
2383
+ validation_entrypoint: "template_mechanism_auditor",
2384
+ },
2385
+ "templates/patterns/API设计规范.md": {
2386
+ asset_kind: "global_pattern",
2387
+ owner_mechanism_id: "mc-core-engineering-principles",
2388
+ asset_visibility: "global_pattern",
2389
+ sync_to_user_project: false,
2390
+ sync_target: "global_patterns",
2391
+ runtime_visibility: "index_only",
2392
+ evidence_role: "template_guidance",
2393
+ user_visible: true,
2394
+ applicable_routes: ["operation"],
2395
+ applicable_tech_stack: [],
2396
+ lifecycle_status: "active",
2397
+ consume_category: "copy_only",
2398
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2399
+ validation_entrypoint: "validate-release",
2400
+ },
2401
+ "templates/patterns/Docker部署规范.md": {
2402
+ asset_kind: "global_pattern",
2403
+ owner_mechanism_id: "mc-core-engineering-principles",
2404
+ asset_visibility: "global_pattern",
2405
+ sync_to_user_project: false,
2406
+ sync_target: "global_patterns",
2407
+ runtime_visibility: "index_only",
2408
+ evidence_role: "template_guidance",
2409
+ user_visible: true,
2410
+ applicable_routes: ["operation"],
2411
+ applicable_tech_stack: [],
2412
+ lifecycle_status: "active",
2413
+ consume_category: "copy_only",
2414
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2415
+ validation_entrypoint: "validate-release",
2416
+ },
2417
+ "templates/patterns/Git操作规范.md": {
2418
+ asset_kind: "global_pattern",
2419
+ owner_mechanism_id: "mc-core-engineering-principles",
2420
+ asset_visibility: "global_pattern",
2421
+ sync_to_user_project: false,
2422
+ sync_target: "global_patterns",
2423
+ runtime_visibility: "index_only",
2424
+ evidence_role: "template_guidance",
2425
+ user_visible: true,
2426
+ applicable_routes: ["operation"],
2427
+ applicable_tech_stack: [],
2428
+ lifecycle_status: "active",
2429
+ consume_category: "copy_only",
2430
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2431
+ validation_entrypoint: "validate-release",
2432
+ },
2433
+ "templates/patterns/N加1查询规范.md": {
2434
+ asset_kind: "global_pattern",
2435
+ owner_mechanism_id: "mc-core-engineering-principles",
2436
+ asset_visibility: "global_pattern",
2437
+ sync_to_user_project: false,
2438
+ sync_target: "global_patterns",
2439
+ runtime_visibility: "index_only",
2440
+ evidence_role: "template_guidance",
2441
+ user_visible: true,
2442
+ applicable_routes: ["operation"],
2443
+ applicable_tech_stack: [],
2444
+ lifecycle_status: "active",
2445
+ consume_category: "copy_only",
2446
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2447
+ validation_entrypoint: "validate-release",
2448
+ },
2449
+ "templates/patterns/React列表表格规范.md": {
2450
+ asset_kind: "global_pattern",
2451
+ owner_mechanism_id: "mc-core-engineering-principles",
2452
+ asset_visibility: "global_pattern",
2453
+ sync_to_user_project: false,
2454
+ sync_target: "global_patterns",
2455
+ runtime_visibility: "index_only",
2456
+ evidence_role: "template_guidance",
2457
+ user_visible: true,
2458
+ applicable_routes: ["operation"],
2459
+ applicable_tech_stack: [],
2460
+ lifecycle_status: "active",
2461
+ consume_category: "copy_only",
2462
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2463
+ validation_entrypoint: "validate-release",
2464
+ },
2465
+ "templates/patterns/React接口集成规范.md": {
2466
+ asset_kind: "global_pattern",
2467
+ owner_mechanism_id: "mc-core-engineering-principles",
2468
+ asset_visibility: "global_pattern",
2469
+ sync_to_user_project: false,
2470
+ sync_target: "global_patterns",
2471
+ runtime_visibility: "index_only",
2472
+ evidence_role: "template_guidance",
2473
+ user_visible: true,
2474
+ applicable_routes: ["operation"],
2475
+ applicable_tech_stack: [],
2476
+ lifecycle_status: "active",
2477
+ consume_category: "copy_only",
2478
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2479
+ validation_entrypoint: "validate-release",
2480
+ },
2481
+ "templates/patterns/React状态管理规范.md": {
2482
+ asset_kind: "global_pattern",
2483
+ owner_mechanism_id: "mc-core-engineering-principles",
2484
+ asset_visibility: "global_pattern",
2485
+ sync_to_user_project: false,
2486
+ sync_target: "global_patterns",
2487
+ runtime_visibility: "index_only",
2488
+ evidence_role: "template_guidance",
2489
+ user_visible: true,
2490
+ applicable_routes: ["operation"],
2491
+ applicable_tech_stack: [],
2492
+ lifecycle_status: "active",
2493
+ consume_category: "copy_only",
2494
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2495
+ validation_entrypoint: "validate-release",
2496
+ },
2497
+ "templates/patterns/React组件规范.md": {
2498
+ asset_kind: "global_pattern",
2499
+ owner_mechanism_id: "mc-core-engineering-principles",
2500
+ asset_visibility: "global_pattern",
2501
+ sync_to_user_project: false,
2502
+ sync_target: "global_patterns",
2503
+ runtime_visibility: "index_only",
2504
+ evidence_role: "template_guidance",
2505
+ user_visible: true,
2506
+ applicable_routes: ["operation"],
2507
+ applicable_tech_stack: [],
2508
+ lifecycle_status: "active",
2509
+ consume_category: "copy_only",
2510
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2511
+ validation_entrypoint: "validate-release",
2512
+ },
2513
+ "templates/patterns/React表单规范.md": {
2514
+ asset_kind: "global_pattern",
2515
+ owner_mechanism_id: "mc-core-engineering-principles",
2516
+ asset_visibility: "global_pattern",
2517
+ sync_to_user_project: false,
2518
+ sync_target: "global_patterns",
2519
+ runtime_visibility: "index_only",
2520
+ evidence_role: "template_guidance",
2521
+ user_visible: true,
2522
+ applicable_routes: ["operation"],
2523
+ applicable_tech_stack: [],
2524
+ lifecycle_status: "active",
2525
+ consume_category: "copy_only",
2526
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2527
+ validation_entrypoint: "validate-release",
2528
+ },
2529
+ "templates/patterns/React路由规范.md": {
2530
+ asset_kind: "global_pattern",
2531
+ owner_mechanism_id: "mc-core-engineering-principles",
2532
+ asset_visibility: "global_pattern",
2533
+ sync_to_user_project: false,
2534
+ sync_target: "global_patterns",
2535
+ runtime_visibility: "index_only",
2536
+ evidence_role: "template_guidance",
2537
+ user_visible: true,
2538
+ applicable_routes: ["operation"],
2539
+ applicable_tech_stack: [],
2540
+ lifecycle_status: "active",
2541
+ consume_category: "copy_only",
2542
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2543
+ validation_entrypoint: "validate-release",
2544
+ },
2545
+ "templates/patterns/Schema兼容规范.md": {
2546
+ asset_kind: "global_pattern",
2547
+ owner_mechanism_id: "mc-core-engineering-principles",
2548
+ asset_visibility: "global_pattern",
2549
+ sync_to_user_project: false,
2550
+ sync_target: "global_patterns",
2551
+ runtime_visibility: "index_only",
2552
+ evidence_role: "template_guidance",
2553
+ user_visible: true,
2554
+ applicable_routes: ["operation"],
2555
+ applicable_tech_stack: [],
2556
+ lifecycle_status: "active",
2557
+ consume_category: "copy_only",
2558
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2559
+ validation_entrypoint: "validate-release",
2560
+ },
2561
+ "templates/patterns/Vue状态管理规范.md": {
2562
+ asset_kind: "global_pattern",
2563
+ owner_mechanism_id: "mc-core-engineering-principles",
2564
+ asset_visibility: "global_pattern",
2565
+ sync_to_user_project: false,
2566
+ sync_target: "global_patterns",
2567
+ runtime_visibility: "index_only",
2568
+ evidence_role: "template_guidance",
2569
+ user_visible: true,
2570
+ applicable_routes: ["operation"],
2571
+ applicable_tech_stack: [],
2572
+ lifecycle_status: "active",
2573
+ consume_category: "copy_only",
2574
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2575
+ validation_entrypoint: "validate-release",
2576
+ },
2577
+ "templates/patterns/Vue组件规范.md": {
2578
+ asset_kind: "global_pattern",
2579
+ owner_mechanism_id: "mc-core-engineering-principles",
2580
+ asset_visibility: "global_pattern",
2581
+ sync_to_user_project: false,
2582
+ sync_target: "global_patterns",
2583
+ runtime_visibility: "index_only",
2584
+ evidence_role: "template_guidance",
2585
+ user_visible: true,
2586
+ applicable_routes: ["operation"],
2587
+ applicable_tech_stack: [],
2588
+ lifecycle_status: "active",
2589
+ consume_category: "copy_only",
2590
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2591
+ validation_entrypoint: "validate-release",
2592
+ },
2593
+ "templates/patterns/Vue路由规范.md": {
2594
+ asset_kind: "global_pattern",
2595
+ owner_mechanism_id: "mc-core-engineering-principles",
2596
+ asset_visibility: "global_pattern",
2597
+ sync_to_user_project: false,
2598
+ sync_target: "global_patterns",
2599
+ runtime_visibility: "index_only",
2600
+ evidence_role: "template_guidance",
2601
+ user_visible: true,
2602
+ applicable_routes: ["operation"],
2603
+ applicable_tech_stack: [],
2604
+ lifecycle_status: "active",
2605
+ consume_category: "copy_only",
2606
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2607
+ validation_entrypoint: "validate-release",
2608
+ },
2609
+ "templates/patterns/事件驱动规范.md": {
2610
+ asset_kind: "global_pattern",
2611
+ owner_mechanism_id: "mc-core-engineering-principles",
2612
+ asset_visibility: "global_pattern",
2613
+ sync_to_user_project: false,
2614
+ sync_target: "global_patterns",
2615
+ runtime_visibility: "index_only",
2616
+ evidence_role: "template_guidance",
2617
+ user_visible: true,
2618
+ applicable_routes: ["operation"],
2619
+ applicable_tech_stack: [],
2620
+ lifecycle_status: "active",
2621
+ consume_category: "copy_only",
2622
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2623
+ validation_entrypoint: "validate-release",
2624
+ },
2625
+ "templates/patterns/事务模式规范.md": {
2626
+ asset_kind: "global_pattern",
2627
+ owner_mechanism_id: "mc-core-engineering-principles",
2628
+ asset_visibility: "global_pattern",
2629
+ sync_to_user_project: false,
2630
+ sync_target: "global_patterns",
2631
+ runtime_visibility: "index_only",
2632
+ evidence_role: "template_guidance",
2633
+ user_visible: true,
2634
+ applicable_routes: ["operation"],
2635
+ applicable_tech_stack: [],
2636
+ lifecycle_status: "active",
2637
+ consume_category: "copy_only",
2638
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2639
+ validation_entrypoint: "validate-release",
2640
+ },
2641
+ "templates/patterns/优雅停机规范.md": {
2642
+ asset_kind: "global_pattern",
2643
+ owner_mechanism_id: "mc-core-engineering-principles",
2644
+ asset_visibility: "global_pattern",
2645
+ sync_to_user_project: false,
2646
+ sync_target: "global_patterns",
2647
+ runtime_visibility: "index_only",
2648
+ evidence_role: "template_guidance",
2649
+ user_visible: true,
2650
+ applicable_routes: ["operation"],
2651
+ applicable_tech_stack: [],
2652
+ lifecycle_status: "active",
2653
+ consume_category: "copy_only",
2654
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2655
+ validation_entrypoint: "validate-release",
2656
+ },
2657
+ "templates/patterns/全栈流程修复.md": {
2658
+ asset_kind: "global_pattern",
2659
+ owner_mechanism_id: "mc-core-engineering-principles",
2660
+ asset_visibility: "global_pattern",
2661
+ sync_to_user_project: false,
2662
+ sync_target: "global_patterns",
2663
+ runtime_visibility: "index_only",
2664
+ evidence_role: "template_guidance",
2665
+ user_visible: true,
2666
+ applicable_routes: ["operation"],
2667
+ applicable_tech_stack: [],
2668
+ lifecycle_status: "active",
2669
+ consume_category: "copy_only",
2670
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2671
+ validation_entrypoint: "validate-release",
2672
+ },
2673
+ "templates/patterns/分页查询规范.md": {
2674
+ asset_kind: "global_pattern",
2675
+ owner_mechanism_id: "mc-core-engineering-principles",
2676
+ asset_visibility: "global_pattern",
2677
+ sync_to_user_project: false,
2678
+ sync_target: "global_patterns",
2679
+ runtime_visibility: "index_only",
2680
+ evidence_role: "template_guidance",
2681
+ user_visible: true,
2682
+ applicable_routes: ["operation"],
2683
+ applicable_tech_stack: [],
2684
+ lifecycle_status: "active",
2685
+ consume_category: "copy_only",
2686
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2687
+ validation_entrypoint: "validate-release",
2688
+ },
2689
+ "templates/patterns/前端性能规范.md": {
2690
+ asset_kind: "global_pattern",
2691
+ owner_mechanism_id: "mc-core-engineering-principles",
2692
+ asset_visibility: "global_pattern",
2693
+ sync_to_user_project: false,
2694
+ sync_target: "global_patterns",
2695
+ runtime_visibility: "index_only",
2696
+ evidence_role: "template_guidance",
2697
+ user_visible: true,
2698
+ applicable_routes: ["operation"],
2699
+ applicable_tech_stack: [],
2700
+ lifecycle_status: "active",
2701
+ consume_category: "copy_only",
2702
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2703
+ validation_entrypoint: "validate-release",
2704
+ },
2705
+ "templates/patterns/命名规范.md": {
2706
+ asset_kind: "global_pattern",
2707
+ owner_mechanism_id: "mc-core-engineering-principles",
2708
+ asset_visibility: "global_pattern",
2709
+ sync_to_user_project: false,
2710
+ sync_target: "global_patterns",
2711
+ runtime_visibility: "index_only",
2712
+ evidence_role: "template_guidance",
2713
+ user_visible: true,
2714
+ applicable_routes: ["operation"],
2715
+ applicable_tech_stack: [],
2716
+ lifecycle_status: "active",
2717
+ consume_category: "copy_only",
2718
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2719
+ validation_entrypoint: "validate-release",
2720
+ },
2721
+ "templates/patterns/国际化规范.md": {
2722
+ asset_kind: "global_pattern",
2723
+ owner_mechanism_id: "mc-core-engineering-principles",
2724
+ asset_visibility: "global_pattern",
2725
+ sync_to_user_project: false,
2726
+ sync_target: "global_patterns",
2727
+ runtime_visibility: "index_only",
2728
+ evidence_role: "template_guidance",
2729
+ user_visible: true,
2730
+ applicable_routes: ["operation"],
2731
+ applicable_tech_stack: [],
2732
+ lifecycle_status: "active",
2733
+ consume_category: "copy_only",
2734
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2735
+ validation_entrypoint: "validate-release",
2736
+ },
2737
+ "templates/patterns/增删改查规范.md": {
2738
+ asset_kind: "global_pattern",
2739
+ owner_mechanism_id: "mc-core-engineering-principles",
2740
+ asset_visibility: "global_pattern",
2741
+ sync_to_user_project: false,
2742
+ sync_target: "global_patterns",
2743
+ runtime_visibility: "index_only",
2744
+ evidence_role: "template_guidance",
2745
+ user_visible: true,
2746
+ applicable_routes: ["operation"],
2747
+ applicable_tech_stack: [],
2748
+ lifecycle_status: "active",
2749
+ consume_category: "copy_only",
2750
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2751
+ validation_entrypoint: "validate-release",
2752
+ },
2753
+ "templates/patterns/外部依赖规范.md": {
2754
+ asset_kind: "global_pattern",
2755
+ owner_mechanism_id: "mc-core-engineering-principles",
2756
+ asset_visibility: "global_pattern",
2757
+ sync_to_user_project: false,
2758
+ sync_target: "global_patterns",
2759
+ runtime_visibility: "index_only",
2760
+ evidence_role: "template_guidance",
2761
+ user_visible: true,
2762
+ applicable_routes: ["operation"],
2763
+ applicable_tech_stack: [],
2764
+ lifecycle_status: "active",
2765
+ consume_category: "copy_only",
2766
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2767
+ validation_entrypoint: "validate-release",
2768
+ },
2769
+ "templates/patterns/契约兼容规范.md": {
2770
+ asset_kind: "global_pattern",
2771
+ owner_mechanism_id: "mc-core-engineering-principles",
2772
+ asset_visibility: "global_pattern",
2773
+ sync_to_user_project: false,
2774
+ sync_target: "global_patterns",
2775
+ runtime_visibility: "index_only",
2776
+ evidence_role: "template_guidance",
2777
+ user_visible: true,
2778
+ applicable_routes: ["operation"],
2779
+ applicable_tech_stack: [],
2780
+ lifecycle_status: "active",
2781
+ consume_category: "copy_only",
2782
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2783
+ validation_entrypoint: "validate-release",
2784
+ },
2785
+ "templates/patterns/定时任务规范.md": {
2786
+ asset_kind: "global_pattern",
2787
+ owner_mechanism_id: "mc-core-engineering-principles",
2788
+ asset_visibility: "global_pattern",
2789
+ sync_to_user_project: false,
2790
+ sync_target: "global_patterns",
2791
+ runtime_visibility: "index_only",
2792
+ evidence_role: "template_guidance",
2793
+ user_visible: true,
2794
+ applicable_routes: ["operation"],
2795
+ applicable_tech_stack: [],
2796
+ lifecycle_status: "active",
2797
+ consume_category: "copy_only",
2798
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2799
+ validation_entrypoint: "validate-release",
2800
+ },
2801
+ "templates/patterns/实时推送规范.md": {
2802
+ asset_kind: "global_pattern",
2803
+ owner_mechanism_id: "mc-core-engineering-principles",
2804
+ asset_visibility: "global_pattern",
2805
+ sync_to_user_project: false,
2806
+ sync_target: "global_patterns",
2807
+ runtime_visibility: "index_only",
2808
+ evidence_role: "template_guidance",
2809
+ user_visible: true,
2810
+ applicable_routes: ["operation"],
2811
+ applicable_tech_stack: [],
2812
+ lifecycle_status: "active",
2813
+ consume_category: "copy_only",
2814
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2815
+ validation_entrypoint: "validate-release",
2816
+ },
2817
+ "templates/patterns/工程纪律.md": {
2818
+ asset_kind: "global_pattern",
2819
+ owner_mechanism_id: "mc-core-engineering-principles",
2820
+ asset_visibility: "global_pattern",
2821
+ sync_to_user_project: false,
2822
+ sync_target: "global_patterns",
2823
+ runtime_visibility: "index_only",
2824
+ evidence_role: "template_guidance",
2825
+ user_visible: true,
2826
+ applicable_routes: ["operation"],
2827
+ applicable_tech_stack: [],
2828
+ lifecycle_status: "active",
2829
+ consume_category: "copy_only",
2830
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2831
+ validation_entrypoint: "validate-release",
2832
+ },
2833
+ "templates/patterns/并发控制规范.md": {
2834
+ asset_kind: "global_pattern",
2835
+ owner_mechanism_id: "mc-core-engineering-principles",
2836
+ asset_visibility: "global_pattern",
2837
+ sync_to_user_project: false,
2838
+ sync_target: "global_patterns",
2839
+ runtime_visibility: "index_only",
2840
+ evidence_role: "template_guidance",
2841
+ user_visible: true,
2842
+ applicable_routes: ["operation"],
2843
+ applicable_tech_stack: [],
2844
+ lifecycle_status: "active",
2845
+ consume_category: "copy_only",
2846
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2847
+ validation_entrypoint: "validate-release",
2848
+ },
2849
+ "templates/patterns/异步导出规范.md": {
2850
+ asset_kind: "global_pattern",
2851
+ owner_mechanism_id: "mc-core-engineering-principles",
2852
+ asset_visibility: "global_pattern",
2853
+ sync_to_user_project: false,
2854
+ sync_target: "global_patterns",
2855
+ runtime_visibility: "index_only",
2856
+ evidence_role: "template_guidance",
2857
+ user_visible: true,
2858
+ applicable_routes: ["operation"],
2859
+ applicable_tech_stack: [],
2860
+ lifecycle_status: "active",
2861
+ consume_category: "copy_only",
2862
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2863
+ validation_entrypoint: "validate-release",
2864
+ },
2865
+ "templates/patterns/接口契约规范.md": {
2866
+ asset_kind: "global_pattern",
2867
+ owner_mechanism_id: "mc-core-engineering-principles",
2868
+ asset_visibility: "global_pattern",
2869
+ sync_to_user_project: false,
2870
+ sync_target: "global_patterns",
2871
+ runtime_visibility: "index_only",
2872
+ evidence_role: "template_guidance",
2873
+ user_visible: true,
2874
+ applicable_routes: ["operation"],
2875
+ applicable_tech_stack: [],
2876
+ lifecycle_status: "active",
2877
+ consume_category: "copy_only",
2878
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2879
+ validation_entrypoint: "validate-release",
2880
+ },
2881
+ "templates/patterns/搜索模式规范.md": {
2882
+ asset_kind: "global_pattern",
2883
+ owner_mechanism_id: "mc-core-engineering-principles",
2884
+ asset_visibility: "global_pattern",
2885
+ sync_to_user_project: false,
2886
+ sync_target: "global_patterns",
2887
+ runtime_visibility: "index_only",
2888
+ evidence_role: "template_guidance",
2889
+ user_visible: true,
2890
+ applicable_routes: ["operation"],
2891
+ applicable_tech_stack: [],
2892
+ lifecycle_status: "active",
2893
+ consume_category: "copy_only",
2894
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2895
+ validation_entrypoint: "validate-release",
2896
+ },
2897
+ "templates/patterns/数据隐私规范.md": {
2898
+ asset_kind: "global_pattern",
2899
+ owner_mechanism_id: "mc-core-engineering-principles",
2900
+ asset_visibility: "global_pattern",
2901
+ sync_to_user_project: false,
2902
+ sync_target: "global_patterns",
2903
+ runtime_visibility: "index_only",
2904
+ evidence_role: "template_guidance",
2905
+ user_visible: true,
2906
+ applicable_routes: ["operation"],
2907
+ applicable_tech_stack: [],
2908
+ lifecycle_status: "active",
2909
+ consume_category: "copy_only",
2910
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2911
+ validation_entrypoint: "validate-release",
2912
+ },
2913
+ "templates/patterns/文件上传规范.md": {
2914
+ asset_kind: "global_pattern",
2915
+ owner_mechanism_id: "mc-core-engineering-principles",
2916
+ asset_visibility: "global_pattern",
2917
+ sync_to_user_project: false,
2918
+ sync_target: "global_patterns",
2919
+ runtime_visibility: "index_only",
2920
+ evidence_role: "template_guidance",
2921
+ user_visible: true,
2922
+ applicable_routes: ["operation"],
2923
+ applicable_tech_stack: [],
2924
+ lifecycle_status: "active",
2925
+ consume_category: "copy_only",
2926
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2927
+ validation_entrypoint: "validate-release",
2928
+ },
2929
+ "templates/patterns/无障碍规范.md": {
2930
+ asset_kind: "global_pattern",
2931
+ owner_mechanism_id: "mc-core-engineering-principles",
2932
+ asset_visibility: "global_pattern",
2933
+ sync_to_user_project: false,
2934
+ sync_target: "global_patterns",
2935
+ runtime_visibility: "index_only",
2936
+ evidence_role: "template_guidance",
2937
+ user_visible: true,
2938
+ applicable_routes: ["operation"],
2939
+ applicable_tech_stack: [],
2940
+ lifecycle_status: "active",
2941
+ consume_category: "copy_only",
2942
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2943
+ validation_entrypoint: "validate-release",
2944
+ },
2945
+ "templates/patterns/日志规范.md": {
2946
+ asset_kind: "global_pattern",
2947
+ owner_mechanism_id: "mc-core-engineering-principles",
2948
+ asset_visibility: "global_pattern",
2949
+ sync_to_user_project: false,
2950
+ sync_target: "global_patterns",
2951
+ runtime_visibility: "index_only",
2952
+ evidence_role: "template_guidance",
2953
+ user_visible: true,
2954
+ applicable_routes: ["operation"],
2955
+ applicable_tech_stack: [],
2956
+ lifecycle_status: "active",
2957
+ consume_category: "copy_only",
2958
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2959
+ validation_entrypoint: "validate-release",
2960
+ },
2961
+ "templates/patterns/权限认证规范.md": {
2962
+ asset_kind: "global_pattern",
2963
+ owner_mechanism_id: "mc-core-engineering-principles",
2964
+ asset_visibility: "global_pattern",
2965
+ sync_to_user_project: false,
2966
+ sync_target: "global_patterns",
2967
+ runtime_visibility: "index_only",
2968
+ evidence_role: "template_guidance",
2969
+ user_visible: true,
2970
+ applicable_routes: ["operation"],
2971
+ applicable_tech_stack: [],
2972
+ lifecycle_status: "active",
2973
+ consume_category: "copy_only",
2974
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2975
+ validation_entrypoint: "validate-release",
2976
+ },
2977
+ "templates/patterns/架构红线.md": {
2978
+ asset_kind: "global_pattern",
2979
+ owner_mechanism_id: "mc-core-engineering-principles",
2980
+ asset_visibility: "global_pattern",
2981
+ sync_to_user_project: false,
2982
+ sync_target: "global_patterns",
2983
+ runtime_visibility: "index_only",
2984
+ evidence_role: "template_guidance",
2985
+ user_visible: true,
2986
+ applicable_routes: ["operation"],
2987
+ applicable_tech_stack: [],
2988
+ lifecycle_status: "active",
2989
+ consume_category: "copy_only",
2990
+ mainline_consumer: "soloforge.copyGlobalPatterns",
2991
+ validation_entrypoint: "validate-release",
2992
+ },
2993
+ "templates/patterns/测试质量规范.md": {
2994
+ asset_kind: "global_pattern",
2995
+ owner_mechanism_id: "mc-core-engineering-principles",
2996
+ asset_visibility: "global_pattern",
2997
+ sync_to_user_project: false,
2998
+ sync_target: "global_patterns",
2999
+ runtime_visibility: "index_only",
3000
+ evidence_role: "template_guidance",
3001
+ user_visible: true,
3002
+ applicable_routes: ["operation"],
3003
+ applicable_tech_stack: [],
3004
+ lifecycle_status: "active",
3005
+ consume_category: "copy_only",
3006
+ mainline_consumer: "soloforge.copyGlobalPatterns",
3007
+ validation_entrypoint: "validate-release",
3008
+ },
3009
+ "templates/patterns/熔断降级规范.md": {
3010
+ asset_kind: "global_pattern",
3011
+ owner_mechanism_id: "mc-core-engineering-principles",
3012
+ asset_visibility: "global_pattern",
3013
+ sync_to_user_project: false,
3014
+ sync_target: "global_patterns",
3015
+ runtime_visibility: "index_only",
3016
+ evidence_role: "template_guidance",
3017
+ user_visible: true,
3018
+ applicable_routes: ["operation"],
3019
+ applicable_tech_stack: [],
3020
+ lifecycle_status: "active",
3021
+ consume_category: "copy_only",
3022
+ mainline_consumer: "soloforge.copyGlobalPatterns",
3023
+ validation_entrypoint: "validate-release",
3024
+ },
3025
+ "templates/patterns/状态流转规范.md": {
3026
+ asset_kind: "global_pattern",
3027
+ owner_mechanism_id: "mc-core-engineering-principles",
3028
+ asset_visibility: "global_pattern",
3029
+ sync_to_user_project: false,
3030
+ sync_target: "global_patterns",
3031
+ runtime_visibility: "index_only",
3032
+ evidence_role: "template_guidance",
3033
+ user_visible: true,
3034
+ applicable_routes: ["operation"],
3035
+ applicable_tech_stack: [],
3036
+ lifecycle_status: "active",
3037
+ consume_category: "copy_only",
3038
+ mainline_consumer: "soloforge.copyGlobalPatterns",
3039
+ validation_entrypoint: "validate-release",
3040
+ },
3041
+ "templates/patterns/约束实现规范.md": {
3042
+ asset_kind: "global_pattern",
3043
+ owner_mechanism_id: "mc-core-engineering-principles",
3044
+ asset_visibility: "global_pattern",
3045
+ sync_to_user_project: false,
3046
+ sync_target: "global_patterns",
3047
+ runtime_visibility: "index_only",
3048
+ evidence_role: "template_guidance",
3049
+ user_visible: true,
3050
+ applicable_routes: ["operation"],
3051
+ applicable_tech_stack: [],
3052
+ lifecycle_status: "active",
3053
+ consume_category: "copy_only",
3054
+ mainline_consumer: "soloforge.copyGlobalPatterns",
3055
+ validation_entrypoint: "validate-release",
3056
+ },
3057
+ "templates/patterns/缓存策略规范.md": {
3058
+ asset_kind: "global_pattern",
3059
+ owner_mechanism_id: "mc-core-engineering-principles",
3060
+ asset_visibility: "global_pattern",
3061
+ sync_to_user_project: false,
3062
+ sync_target: "global_patterns",
3063
+ runtime_visibility: "index_only",
3064
+ evidence_role: "template_guidance",
3065
+ user_visible: true,
3066
+ applicable_routes: ["operation"],
3067
+ applicable_tech_stack: [],
3068
+ lifecycle_status: "active",
3069
+ consume_category: "copy_only",
3070
+ mainline_consumer: "soloforge.copyGlobalPatterns",
3071
+ validation_entrypoint: "validate-release",
3072
+ },
3073
+ "templates/patterns/编码质量规范.md": {
3074
+ asset_kind: "global_pattern",
3075
+ owner_mechanism_id: "mc-core-engineering-principles",
3076
+ asset_visibility: "global_pattern",
3077
+ sync_to_user_project: false,
3078
+ sync_target: "global_patterns",
3079
+ runtime_visibility: "index_only",
3080
+ evidence_role: "template_guidance",
3081
+ user_visible: true,
3082
+ applicable_routes: ["operation"],
3083
+ applicable_tech_stack: [],
3084
+ lifecycle_status: "active",
3085
+ consume_category: "copy_only",
3086
+ mainline_consumer: "soloforge.copyGlobalPatterns",
3087
+ validation_entrypoint: "validate-release",
3088
+ },
3089
+ "templates/patterns/缺陷管理规范.md": {
3090
+ asset_kind: "global_pattern",
3091
+ owner_mechanism_id: "mc-core-engineering-principles",
3092
+ asset_visibility: "global_pattern",
3093
+ sync_to_user_project: false,
3094
+ sync_target: "global_patterns",
3095
+ runtime_visibility: "index_only",
3096
+ evidence_role: "template_guidance",
3097
+ user_visible: true,
3098
+ applicable_routes: ["operation"],
3099
+ applicable_tech_stack: [],
3100
+ lifecycle_status: "active",
3101
+ consume_category: "copy_only",
3102
+ mainline_consumer: "soloforge.copyGlobalPatterns",
3103
+ validation_entrypoint: "validate-release",
3104
+ },
3105
+ "templates/patterns/调试方法论.md": {
3106
+ asset_kind: "global_pattern",
3107
+ owner_mechanism_id: "mc-core-engineering-principles",
3108
+ asset_visibility: "global_pattern",
3109
+ sync_to_user_project: false,
3110
+ sync_target: "global_patterns",
3111
+ runtime_visibility: "index_only",
3112
+ evidence_role: "template_guidance",
3113
+ user_visible: true,
3114
+ applicable_routes: ["operation"],
3115
+ applicable_tech_stack: [],
3116
+ lifecycle_status: "active",
3117
+ consume_category: "copy_only",
3118
+ mainline_consumer: "soloforge.copyGlobalPatterns",
3119
+ validation_entrypoint: "validate-release",
3120
+ },
3121
+ "templates/patterns/输入校验规范.md": {
3122
+ asset_kind: "global_pattern",
3123
+ owner_mechanism_id: "mc-core-engineering-principles",
3124
+ asset_visibility: "global_pattern",
3125
+ sync_to_user_project: false,
3126
+ sync_target: "global_patterns",
3127
+ runtime_visibility: "index_only",
3128
+ evidence_role: "template_guidance",
3129
+ user_visible: true,
3130
+ applicable_routes: ["operation"],
3131
+ applicable_tech_stack: [],
3132
+ lifecycle_status: "active",
3133
+ consume_category: "copy_only",
3134
+ mainline_consumer: "soloforge.copyGlobalPatterns",
3135
+ validation_entrypoint: "validate-release",
3136
+ },
3137
+ "templates/patterns/错误处理规范.md": {
3138
+ asset_kind: "global_pattern",
3139
+ owner_mechanism_id: "mc-core-engineering-principles",
3140
+ asset_visibility: "global_pattern",
3141
+ sync_to_user_project: false,
3142
+ sync_target: "global_patterns",
3143
+ runtime_visibility: "index_only",
3144
+ evidence_role: "template_guidance",
3145
+ user_visible: true,
3146
+ applicable_routes: ["operation"],
3147
+ applicable_tech_stack: [],
3148
+ lifecycle_status: "active",
3149
+ consume_category: "copy_only",
3150
+ mainline_consumer: "soloforge.copyGlobalPatterns",
3151
+ validation_entrypoint: "validate-release",
3152
+ },
3153
+ "templates/patterns/错误边界规范.md": {
3154
+ asset_kind: "global_pattern",
3155
+ owner_mechanism_id: "mc-core-engineering-principles",
3156
+ asset_visibility: "global_pattern",
3157
+ sync_to_user_project: false,
3158
+ sync_target: "global_patterns",
3159
+ runtime_visibility: "index_only",
3160
+ evidence_role: "template_guidance",
3161
+ user_visible: true,
3162
+ applicable_routes: ["operation"],
3163
+ applicable_tech_stack: [],
3164
+ lifecycle_status: "active",
3165
+ consume_category: "copy_only",
3166
+ mainline_consumer: "soloforge.copyGlobalPatterns",
3167
+ validation_entrypoint: "validate-release",
3168
+ },
3169
+ "templates/patterns/领域驱动设计规范.md": {
3170
+ asset_kind: "global_pattern",
3171
+ owner_mechanism_id: "mc-core-engineering-principles",
3172
+ asset_visibility: "global_pattern",
3173
+ sync_to_user_project: false,
3174
+ sync_target: "global_patterns",
3175
+ runtime_visibility: "index_only",
3176
+ evidence_role: "template_guidance",
3177
+ user_visible: true,
3178
+ applicable_routes: ["operation"],
3179
+ applicable_tech_stack: [],
3180
+ lifecycle_status: "active",
3181
+ consume_category: "copy_only",
3182
+ mainline_consumer: "soloforge.copyGlobalPatterns",
3183
+ validation_entrypoint: "validate-release",
3184
+ },
3185
+ "templates/scaffolds/react/Form.tsx.hbs": {
3186
+ asset_kind: "scaffold",
3187
+ owner_mechanism_id: "mc-zero-config-init",
3188
+ asset_visibility: "scaffold_only",
3189
+ sync_to_user_project: false,
3190
+ sync_target: "none",
3191
+ runtime_visibility: "scaffold_only",
3192
+ evidence_role: "template_guidance",
3193
+ user_visible: false,
3194
+ applicable_routes: ["scaffold"],
3195
+ applicable_tech_stack: ["react", "typescript"],
3196
+ lifecycle_status: "active",
3197
+ consume_category: "scaffold_only",
3198
+ mainline_consumer: "scaffolder.generateScaffold",
3199
+ validation_entrypoint: "validate-release",
3200
+ required_template_vars: ["ModuleName", "moduleName"],
3201
+ },
3202
+ "templates/scaffolds/react/List.tsx.hbs": {
3203
+ asset_kind: "scaffold",
3204
+ owner_mechanism_id: "mc-zero-config-init",
3205
+ asset_visibility: "scaffold_only",
3206
+ sync_to_user_project: false,
3207
+ sync_target: "none",
3208
+ runtime_visibility: "scaffold_only",
3209
+ evidence_role: "template_guidance",
3210
+ user_visible: false,
3211
+ applicable_routes: ["scaffold"],
3212
+ applicable_tech_stack: ["react", "typescript"],
3213
+ lifecycle_status: "active",
3214
+ consume_category: "scaffold_only",
3215
+ mainline_consumer: "scaffolder.generateScaffold",
3216
+ validation_entrypoint: "validate-release",
3217
+ required_template_vars: ["ModuleName", "moduleName"],
3218
+ },
3219
+ "templates/scaffolds/react/Page.test.tsx.hbs": {
3220
+ asset_kind: "scaffold",
3221
+ owner_mechanism_id: "mc-zero-config-init",
3222
+ asset_visibility: "scaffold_only",
3223
+ sync_to_user_project: false,
3224
+ sync_target: "none",
3225
+ runtime_visibility: "scaffold_only",
3226
+ evidence_role: "template_guidance",
3227
+ user_visible: false,
3228
+ applicable_routes: ["scaffold"],
3229
+ applicable_tech_stack: ["react", "typescript"],
3230
+ lifecycle_status: "active",
3231
+ consume_category: "scaffold_only",
3232
+ mainline_consumer: "scaffolder.generateScaffold",
3233
+ validation_entrypoint: "validate-release",
3234
+ required_template_vars: ["ModuleName", "moduleName"],
3235
+ },
3236
+ "templates/scaffolds/react/Page.tsx.hbs": {
3237
+ asset_kind: "scaffold",
3238
+ owner_mechanism_id: "mc-zero-config-init",
3239
+ asset_visibility: "scaffold_only",
3240
+ sync_to_user_project: false,
3241
+ sync_target: "none",
3242
+ runtime_visibility: "scaffold_only",
3243
+ evidence_role: "template_guidance",
3244
+ user_visible: false,
3245
+ applicable_routes: ["scaffold"],
3246
+ applicable_tech_stack: ["react", "typescript"],
3247
+ lifecycle_status: "active",
3248
+ consume_category: "scaffold_only",
3249
+ mainline_consumer: "scaffolder.generateScaffold",
3250
+ validation_entrypoint: "validate-release",
3251
+ required_template_vars: ["ModuleName", "moduleName"],
3252
+ },
3253
+ "templates/scaffolds/react/README.md.hbs": {
3254
+ asset_kind: "scaffold",
3255
+ owner_mechanism_id: "mc-zero-config-init",
3256
+ asset_visibility: "scaffold_only",
3257
+ sync_to_user_project: false,
3258
+ sync_target: "none",
3259
+ runtime_visibility: "scaffold_only",
3260
+ evidence_role: "template_guidance",
3261
+ user_visible: false,
3262
+ applicable_routes: ["scaffold"],
3263
+ applicable_tech_stack: ["react", "typescript"],
3264
+ lifecycle_status: "active",
3265
+ consume_category: "scaffold_only",
3266
+ mainline_consumer: "scaffolder.generateScaffold",
3267
+ validation_entrypoint: "validate-release",
3268
+ required_template_vars: ["ModuleName", "moduleName"],
3269
+ },
3270
+ "templates/scaffolds/react/service.ts.hbs": {
3271
+ asset_kind: "scaffold",
3272
+ owner_mechanism_id: "mc-zero-config-init",
3273
+ asset_visibility: "scaffold_only",
3274
+ sync_to_user_project: false,
3275
+ sync_target: "none",
3276
+ runtime_visibility: "scaffold_only",
3277
+ evidence_role: "template_guidance",
3278
+ user_visible: false,
3279
+ applicable_routes: ["scaffold"],
3280
+ applicable_tech_stack: ["react", "typescript"],
3281
+ lifecycle_status: "active",
3282
+ consume_category: "scaffold_only",
3283
+ mainline_consumer: "scaffolder.generateScaffold",
3284
+ validation_entrypoint: "validate-release",
3285
+ required_template_vars: ["ModuleName", "moduleName"],
3286
+ },
3287
+ "templates/scaffolds/react/types.ts.hbs": {
3288
+ asset_kind: "scaffold",
3289
+ owner_mechanism_id: "mc-zero-config-init",
3290
+ asset_visibility: "scaffold_only",
3291
+ sync_to_user_project: false,
3292
+ sync_target: "none",
3293
+ runtime_visibility: "scaffold_only",
3294
+ evidence_role: "template_guidance",
3295
+ user_visible: false,
3296
+ applicable_routes: ["scaffold"],
3297
+ applicable_tech_stack: ["react", "typescript"],
3298
+ lifecycle_status: "active",
3299
+ consume_category: "scaffold_only",
3300
+ mainline_consumer: "scaffolder.generateScaffold",
3301
+ validation_entrypoint: "validate-release",
3302
+ required_template_vars: ["ModuleName", "moduleName"],
3303
+ },
3304
+ "templates/scaffolds/react/use{{ModuleName}}.ts.hbs": {
3305
+ asset_kind: "scaffold",
3306
+ owner_mechanism_id: "mc-zero-config-init",
3307
+ asset_visibility: "scaffold_only",
3308
+ sync_to_user_project: false,
3309
+ sync_target: "none",
3310
+ runtime_visibility: "scaffold_only",
3311
+ evidence_role: "template_guidance",
3312
+ user_visible: false,
3313
+ applicable_routes: ["scaffold"],
3314
+ applicable_tech_stack: ["react", "typescript"],
3315
+ lifecycle_status: "active",
3316
+ consume_category: "scaffold_only",
3317
+ mainline_consumer: "scaffolder.generateScaffold",
3318
+ validation_entrypoint: "validate-release",
3319
+ required_template_vars: ["ModuleName", "moduleName"],
3320
+ },
3321
+ "templates/scaffolds/spring-boot/ApiContract.md.hbs": {
3322
+ asset_kind: "scaffold",
3323
+ owner_mechanism_id: "mc-zero-config-init",
3324
+ asset_visibility: "scaffold_only",
3325
+ sync_to_user_project: false,
3326
+ sync_target: "none",
3327
+ runtime_visibility: "scaffold_only",
3328
+ evidence_role: "template_guidance",
3329
+ user_visible: false,
3330
+ applicable_routes: ["scaffold"],
3331
+ applicable_tech_stack: ["spring-boot", "spring", "java"],
3332
+ lifecycle_status: "active",
3333
+ consume_category: "scaffold_only",
3334
+ mainline_consumer: "scaffolder.generateScaffold",
3335
+ validation_entrypoint: "validate-release",
3336
+ required_template_vars: ["ModuleName", "moduleName", "basePackage", "packagePath"],
3337
+ },
3338
+ "templates/scaffolds/spring-boot/Controller.java.hbs": {
3339
+ asset_kind: "scaffold",
3340
+ owner_mechanism_id: "mc-zero-config-init",
3341
+ asset_visibility: "scaffold_only",
3342
+ sync_to_user_project: false,
3343
+ sync_target: "none",
3344
+ runtime_visibility: "scaffold_only",
3345
+ evidence_role: "template_guidance",
3346
+ user_visible: false,
3347
+ applicable_routes: ["scaffold"],
3348
+ applicable_tech_stack: ["spring-boot", "spring", "java"],
3349
+ lifecycle_status: "active",
3350
+ consume_category: "scaffold_only",
3351
+ mainline_consumer: "scaffolder.generateScaffold",
3352
+ validation_entrypoint: "validate-release",
3353
+ required_template_vars: ["ModuleName", "moduleName", "basePackage", "packagePath"],
3354
+ },
3355
+ "templates/scaffolds/spring-boot/DTO.java.hbs": {
3356
+ asset_kind: "scaffold",
3357
+ owner_mechanism_id: "mc-zero-config-init",
3358
+ asset_visibility: "scaffold_only",
3359
+ sync_to_user_project: false,
3360
+ sync_target: "none",
3361
+ runtime_visibility: "scaffold_only",
3362
+ evidence_role: "template_guidance",
3363
+ user_visible: false,
3364
+ applicable_routes: ["scaffold"],
3365
+ applicable_tech_stack: ["spring-boot", "spring", "java"],
3366
+ lifecycle_status: "active",
3367
+ consume_category: "scaffold_only",
3368
+ mainline_consumer: "scaffolder.generateScaffold",
3369
+ validation_entrypoint: "validate-release",
3370
+ required_template_vars: ["ModuleName", "moduleName", "basePackage", "packagePath"],
3371
+ },
3372
+ "templates/scaffolds/spring-boot/Entity.java.hbs": {
3373
+ asset_kind: "scaffold",
3374
+ owner_mechanism_id: "mc-zero-config-init",
3375
+ asset_visibility: "scaffold_only",
3376
+ sync_to_user_project: false,
3377
+ sync_target: "none",
3378
+ runtime_visibility: "scaffold_only",
3379
+ evidence_role: "template_guidance",
3380
+ user_visible: false,
3381
+ applicable_routes: ["scaffold"],
3382
+ applicable_tech_stack: ["spring-boot", "spring", "java"],
3383
+ lifecycle_status: "active",
3384
+ consume_category: "scaffold_only",
3385
+ mainline_consumer: "scaffolder.generateScaffold",
3386
+ validation_entrypoint: "validate-release",
3387
+ required_template_vars: ["ModuleName", "moduleName", "basePackage", "packagePath"],
3388
+ },
3389
+ "templates/scaffolds/spring-boot/ErrorCode.java.hbs": {
3390
+ asset_kind: "scaffold",
3391
+ owner_mechanism_id: "mc-zero-config-init",
3392
+ asset_visibility: "scaffold_only",
3393
+ sync_to_user_project: false,
3394
+ sync_target: "none",
3395
+ runtime_visibility: "scaffold_only",
3396
+ evidence_role: "template_guidance",
3397
+ user_visible: false,
3398
+ applicable_routes: ["scaffold"],
3399
+ applicable_tech_stack: ["spring-boot", "spring", "java"],
3400
+ lifecycle_status: "active",
3401
+ consume_category: "scaffold_only",
3402
+ mainline_consumer: "scaffolder.generateScaffold",
3403
+ validation_entrypoint: "validate-release",
3404
+ required_template_vars: ["ModuleName", "moduleName", "basePackage", "packagePath"],
3405
+ },
3406
+ "templates/scaffolds/spring-boot/Mapper.java.hbs": {
3407
+ asset_kind: "scaffold",
3408
+ owner_mechanism_id: "mc-zero-config-init",
3409
+ asset_visibility: "scaffold_only",
3410
+ sync_to_user_project: false,
3411
+ sync_target: "none",
3412
+ runtime_visibility: "scaffold_only",
3413
+ evidence_role: "template_guidance",
3414
+ user_visible: false,
3415
+ applicable_routes: ["scaffold"],
3416
+ applicable_tech_stack: ["spring-boot", "spring", "java"],
3417
+ lifecycle_status: "active",
3418
+ consume_category: "scaffold_only",
3419
+ mainline_consumer: "scaffolder.generateScaffold",
3420
+ validation_entrypoint: "validate-release",
3421
+ required_template_vars: ["ModuleName", "moduleName", "basePackage", "packagePath"],
3422
+ },
3423
+ "templates/scaffolds/spring-boot/PageResponse.java.hbs": {
3424
+ asset_kind: "scaffold",
3425
+ owner_mechanism_id: "mc-zero-config-init",
3426
+ asset_visibility: "scaffold_only",
3427
+ sync_to_user_project: false,
3428
+ sync_target: "none",
3429
+ runtime_visibility: "scaffold_only",
3430
+ evidence_role: "template_guidance",
3431
+ user_visible: false,
3432
+ applicable_routes: ["scaffold"],
3433
+ applicable_tech_stack: ["spring-boot", "spring", "java"],
3434
+ lifecycle_status: "active",
3435
+ consume_category: "scaffold_only",
3436
+ mainline_consumer: "scaffolder.generateScaffold",
3437
+ validation_entrypoint: "validate-release",
3438
+ required_template_vars: ["ModuleName", "moduleName", "basePackage", "packagePath"],
3439
+ },
3440
+ "templates/scaffolds/spring-boot/Service.java.hbs": {
3441
+ asset_kind: "scaffold",
3442
+ owner_mechanism_id: "mc-zero-config-init",
3443
+ asset_visibility: "scaffold_only",
3444
+ sync_to_user_project: false,
3445
+ sync_target: "none",
3446
+ runtime_visibility: "scaffold_only",
3447
+ evidence_role: "template_guidance",
3448
+ user_visible: false,
3449
+ applicable_routes: ["scaffold"],
3450
+ applicable_tech_stack: ["spring-boot", "spring", "java"],
3451
+ lifecycle_status: "active",
3452
+ consume_category: "scaffold_only",
3453
+ mainline_consumer: "scaffolder.generateScaffold",
3454
+ validation_entrypoint: "validate-release",
3455
+ required_template_vars: ["ModuleName", "moduleName", "basePackage", "packagePath"],
3456
+ },
3457
+ "templates/scaffolds/spring-boot/ServiceImpl.java.hbs": {
3458
+ asset_kind: "scaffold",
3459
+ owner_mechanism_id: "mc-zero-config-init",
3460
+ asset_visibility: "scaffold_only",
3461
+ sync_to_user_project: false,
3462
+ sync_target: "none",
3463
+ runtime_visibility: "scaffold_only",
3464
+ evidence_role: "template_guidance",
3465
+ user_visible: false,
3466
+ applicable_routes: ["scaffold"],
3467
+ applicable_tech_stack: ["spring-boot", "spring", "java"],
3468
+ lifecycle_status: "active",
3469
+ consume_category: "scaffold_only",
3470
+ mainline_consumer: "scaffolder.generateScaffold",
3471
+ validation_entrypoint: "validate-release",
3472
+ required_template_vars: ["ModuleName", "moduleName", "basePackage", "packagePath"],
3473
+ },
3474
+ "templates/scaffolds/spring-boot/ServiceTest.java.hbs": {
3475
+ asset_kind: "scaffold",
3476
+ owner_mechanism_id: "mc-zero-config-init",
3477
+ asset_visibility: "scaffold_only",
3478
+ sync_to_user_project: false,
3479
+ sync_target: "none",
3480
+ runtime_visibility: "scaffold_only",
3481
+ evidence_role: "template_guidance",
3482
+ user_visible: false,
3483
+ applicable_routes: ["scaffold"],
3484
+ applicable_tech_stack: ["spring-boot", "spring", "java"],
3485
+ lifecycle_status: "active",
3486
+ consume_category: "scaffold_only",
3487
+ mainline_consumer: "scaffolder.generateScaffold",
3488
+ validation_entrypoint: "validate-release",
3489
+ required_template_vars: ["ModuleName", "moduleName", "basePackage", "packagePath"],
3490
+ },
3491
+ "src/adapters/shared/workflow_template.ts": {
3492
+ asset_kind: "adapter_workflow",
3493
+ owner_mechanism_id: "mc-workflow-contract",
3494
+ asset_visibility: "soloforge_internal",
3495
+ sync_to_user_project: false,
3496
+ sync_target: "none",
3497
+ runtime_visibility: "internal_only",
3498
+ evidence_role: "template_guidance",
3499
+ user_visible: false,
3500
+ applicable_routes: ["operation", "multi_stage_plan", "verification_only"],
3501
+ applicable_tech_stack: [],
3502
+ lifecycle_status: "active",
3503
+ consume_category: "internal_runtime",
3504
+ mainline_consumer: "claude_md.generateClaudeMd",
3505
+ validation_entrypoint: "validate-release",
3506
+ },
3507
+ };
3508
+ //# sourceMappingURL=explicit_asset_registry.js.map