scene-capability-engine 3.0.0 → 3.0.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 (170) hide show
  1. package/CHANGELOG.md +234 -233
  2. package/LICENSE +2 -2
  3. package/README.md +8 -11
  4. package/README.zh.md +7 -10
  5. package/bin/kse.js +1 -1
  6. package/bin/sce.js +1 -1
  7. package/bin/sco.js +1 -1
  8. package/docs/331-poc-adaptation-roadmap.md +25 -25
  9. package/docs/331-poc-dual-track-integration-guide.md +26 -26
  10. package/docs/331-poc-weekly-delivery-checklist.md +8 -8
  11. package/docs/OFFLINE_INSTALL.md +10 -10
  12. package/docs/README.md +24 -24
  13. package/docs/adopt-migration-guide.md +51 -51
  14. package/docs/adoption-guide.md +56 -56
  15. package/docs/agent-hooks-analysis.md +52 -52
  16. package/docs/architecture.md +6 -6
  17. package/docs/articles/ai-driven-development-philosophy-and-practice-review.md +4 -4
  18. package/docs/articles/ai-driven-development-philosophy-and-practice.en.md +9 -9
  19. package/docs/articles/ai-driven-development-philosophy-and-practice.md +10 -10
  20. package/docs/autonomous-control-guide.md +89 -89
  21. package/docs/command-reference.md +11 -11
  22. package/docs/community.md +4 -4
  23. package/docs/cross-tool-guide.md +47 -47
  24. package/docs/developer-guide.md +5 -5
  25. package/docs/document-governance.md +91 -91
  26. package/docs/environment-management-guide.md +53 -53
  27. package/docs/examples/add-export-command/design.md +2 -2
  28. package/docs/examples/add-export-command/requirements.md +5 -5
  29. package/docs/examples/add-export-command/tasks.md +2 -2
  30. package/docs/faq.md +69 -69
  31. package/docs/handoffs/evidence/ontology/moqui-template-baseline-2026-02-17-232922.json +9 -9
  32. package/docs/handoffs/evidence/ontology/moqui-template-baseline-2026-02-17-232922.md +3 -3
  33. package/docs/integration-modes.md +60 -60
  34. package/docs/integration-philosophy.md +48 -48
  35. package/docs/knowledge-management-guide.md +21 -21
  36. package/docs/manual-workflows-guide.md +20 -20
  37. package/docs/moqui-capability-matrix.md +22 -22
  38. package/docs/moqui-template-core-library-playbook.md +20 -20
  39. package/docs/multi-agent-coordination-guide.md +19 -19
  40. package/docs/multi-repo-management-guide.md +93 -93
  41. package/docs/quick-start-with-ai-tools.md +36 -36
  42. package/docs/quick-start.md +16 -16
  43. package/docs/release-checklist.md +7 -7
  44. package/docs/releases/v1.46.2-validation.md +1 -1
  45. package/docs/releases/v1.46.2.md +10 -10
  46. package/docs/scene-runtime-guide.md +42 -42
  47. package/docs/spec-collaboration-guide.md +43 -43
  48. package/docs/spec-locking-guide.md +26 -26
  49. package/docs/spec-numbering-guide.md +6 -6
  50. package/docs/spec-workflow.md +25 -25
  51. package/docs/steering-strategy-guide.md +36 -36
  52. package/docs/team-collaboration-guide.md +23 -23
  53. package/docs/testing-strategy.md +2 -2
  54. package/docs/tools/claude-guide.md +26 -26
  55. package/docs/tools/cursor-guide.md +31 -31
  56. package/docs/tools/generic-guide.md +22 -22
  57. package/docs/tools/kiro-guide.md +43 -43
  58. package/docs/tools/vscode-guide.md +18 -18
  59. package/docs/tools/windsurf-guide.md +50 -50
  60. package/docs/troubleshooting.md +116 -116
  61. package/docs/upgrade-guide.md +49 -49
  62. package/docs/value-observability-guide.md +6 -6
  63. package/docs/zh/README.md +22 -22
  64. package/docs/zh/quick-start.md +34 -34
  65. package/docs/zh/release-checklist.md +6 -6
  66. package/docs/zh/releases/v1.46.2-validation.md +1 -1
  67. package/docs/zh/releases/v1.46.2.md +9 -9
  68. package/docs/zh/spec-numbering-guide.md +6 -6
  69. package/docs/zh/tools/claude-guide.md +14 -14
  70. package/docs/zh/tools/cursor-guide.md +18 -18
  71. package/docs/zh/tools/generic-guide.md +40 -40
  72. package/docs/zh/tools/kiro-guide.md +50 -50
  73. package/docs/zh/tools/vscode-guide.md +20 -20
  74. package/docs/zh/tools/windsurf-guide.md +49 -49
  75. package/docs/zh/value-observability-guide.md +6 -6
  76. package/docs//344/272/244/344/273/230/346/270/205/345/215/225.md +4 -4
  77. package/lib/adoption/adoption-logger.js +1 -1
  78. package/lib/adoption/adoption-strategy.js +3 -3
  79. package/lib/adoption/detection-engine.js +1 -1
  80. package/lib/adoption/error-formatter.js +17 -17
  81. package/lib/adoption/progress-reporter.js +2 -2
  82. package/lib/adoption/smart-orchestrator.js +2 -2
  83. package/lib/adoption/strategy-selector.js +2 -2
  84. package/lib/adoption/summary-generator.js +3 -3
  85. package/lib/auto/autonomous-engine.js +2 -2
  86. package/lib/auto/close-loop-runner.js +9 -9
  87. package/lib/backup/backup-system.js +2 -2
  88. package/lib/collab/collab-manager.js +2 -2
  89. package/lib/commands/adopt.js +16 -16
  90. package/lib/commands/auto.js +93 -93
  91. package/lib/commands/collab.js +8 -8
  92. package/lib/commands/docs.js +26 -26
  93. package/lib/commands/doctor.js +2 -2
  94. package/lib/commands/env.js +14 -14
  95. package/lib/commands/knowledge.js +13 -13
  96. package/lib/commands/lock.js +6 -6
  97. package/lib/commands/ops.js +19 -19
  98. package/lib/commands/orchestrate.js +5 -5
  99. package/lib/commands/prompt.js +3 -3
  100. package/lib/commands/rollback.js +4 -4
  101. package/lib/commands/scene.js +29 -29
  102. package/lib/commands/spec-bootstrap.js +1 -1
  103. package/lib/commands/spec-gate.js +1 -1
  104. package/lib/commands/spec-pipeline.js +1 -1
  105. package/lib/commands/task.js +1 -1
  106. package/lib/commands/templates.js +27 -27
  107. package/lib/commands/upgrade.js +8 -8
  108. package/lib/commands/value.js +4 -4
  109. package/lib/commands/watch.js +9 -9
  110. package/lib/commands/workflows.js +5 -5
  111. package/lib/commands/workspace-multi.js +17 -17
  112. package/lib/commands/workspace.js +5 -5
  113. package/lib/context/context-exporter.js +1 -1
  114. package/lib/context/prompt-generator.js +1 -1
  115. package/lib/data/moqui-capability-lexicon.json +1 -1
  116. package/lib/environment/environment-manager.js +1 -1
  117. package/lib/gitignore/gitignore-detector.js +4 -4
  118. package/lib/gitignore/gitignore-integration.js +2 -2
  119. package/lib/gitignore/gitignore-transformer.js +3 -3
  120. package/lib/gitignore/layered-rules-template.js +2 -2
  121. package/lib/governance/diagnostic-engine.js +4 -4
  122. package/lib/governance/doc-reference-checker.js +1 -1
  123. package/lib/governance/hooks-manager.js +5 -5
  124. package/lib/governance/reporter.js +1 -1
  125. package/lib/knowledge/knowledge-manager.js +6 -6
  126. package/lib/orchestrator/agent-spawner.js +1 -1
  127. package/lib/orchestrator/bootstrap-prompt-builder.js +2 -2
  128. package/lib/repo/config-manager.js +2 -2
  129. package/lib/repo/handlers/init-handler.js +3 -3
  130. package/lib/scene-runtime/audit-emitter.js +2 -2
  131. package/lib/scene-runtime/binding-plugin-loader.js +1 -1
  132. package/lib/scene-runtime/moqui-adapter.js +2 -2
  133. package/lib/scene-runtime/moqui-extractor.js +3 -3
  134. package/lib/scene-runtime/scene-loader.js +3 -3
  135. package/lib/scene-runtime/scene-template-linter.js +1 -1
  136. package/lib/scene-runtime/templates/scene-template-erp-query-v0.1.yaml +1 -1
  137. package/lib/scene-runtime/templates/scene-template-hybrid-shadow-v0.1.yaml +1 -1
  138. package/lib/spec/multi-spec-orchestrate.js +1 -1
  139. package/lib/spec-gate/rules/default-rules.js +1 -1
  140. package/lib/steering/adoption-config.js +1 -1
  141. package/lib/steering/compliance-auto-fixer.js +1 -1
  142. package/lib/steering/compliance-cache.js +3 -3
  143. package/lib/steering/compliance-error-reporter.js +1 -1
  144. package/lib/steering/index.js +1 -1
  145. package/lib/steering/steering-manager.js +7 -7
  146. package/lib/task/task-claimer.js +2 -1
  147. package/lib/templates/metadata-collector.js +6 -6
  148. package/lib/templates/template-creator.js +2 -2
  149. package/lib/templates/template-exporter.js +12 -12
  150. package/lib/upgrade/migration-engine.js +4 -4
  151. package/lib/utils/tool-detector.js +25 -25
  152. package/lib/utils/validation.js +3 -3
  153. package/lib/version/version-checker.js +13 -13
  154. package/lib/version/version-manager.js +7 -7
  155. package/lib/watch/presets.js +4 -4
  156. package/lib/workspace/multi/path-utils.js +1 -1
  157. package/lib/workspace/multi/workspace-context-resolver.js +9 -9
  158. package/lib/workspace/multi/workspace-registry.js +2 -2
  159. package/lib/workspace/multi/workspace-state-manager.js +1 -1
  160. package/lib/workspace/multi/workspace.js +1 -1
  161. package/lib/workspace/workspace-sync.js +1 -1
  162. package/locales/en.json +1 -1
  163. package/locales/zh.json +1 -1
  164. package/package.json +5 -6
  165. package/template/.kiro/README.md +40 -40
  166. package/template/.kiro/specs/SPEC_WORKFLOW_GUIDE.md +3 -3
  167. package/template/.kiro/steering/CORE_PRINCIPLES.md +3 -3
  168. package/template/.kiro/steering/ENVIRONMENT.md +2 -2
  169. package/template/README.md +3 -3
  170. /package/bin/{kiro-spec-engine.js → scene-capability-engine.js} +0 -0
package/docs/community.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 社区与交流
2
2
 
3
- 欢迎加入 kiro-spec-engine 社区!
3
+ 欢迎加入 scene-capability-engine 社区!
4
4
 
5
5
  ---
6
6
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  <img src="images/wechat-qr.png" width="300" alt="微信群二维码">
10
10
 
11
- **扫码添加微信,备注"kse",拉你进群**
11
+ **扫码添加微信,备注"sce",拉你进群**
12
12
 
13
13
  ---
14
14
 
@@ -35,7 +35,7 @@
35
35
  - 自动化工作流
36
36
 
37
37
  ### 项目实践
38
- - kiro-spec-engine 使用问题
38
+ - scene-capability-engine 使用问题
39
39
  - 功能建议和反馈
40
40
  - Bug 报告
41
41
  - 最佳实践分享
@@ -91,7 +91,7 @@ https://mp.weixin.qq.com/s/GRo0XQ6GvQ03T4_FTvAsKA
91
91
 
92
92
  ## 🤝 贡献
93
93
 
94
- 欢迎为 kiro-spec-engine 做出贡献!
94
+ 欢迎为 scene-capability-engine 做出贡献!
95
95
 
96
96
  - 📝 改进文档
97
97
  - 🐛 报告 Bug
@@ -5,12 +5,12 @@
5
5
 
6
6
  ## Overview
7
7
 
8
- Kiro Spec Engine (kse) is designed to work seamlessly across multiple AI coding assistants. This guide explains how to use kse specs with different tools, including Kiro IDE, Claude Code, Cursor, GitHub Copilot, and other AI assistants.
8
+ Scene Capability Engine (sce) is designed to work seamlessly across multiple AI coding assistants. This guide explains how to use sce specs with different tools, including AI IDE, Claude Code, Cursor, GitHub Copilot, and other AI assistants.
9
9
 
10
10
  ## Table of Contents
11
11
 
12
12
  - [Quick Start](#quick-start)
13
- - [Kiro IDE (Native)](#kiro-ide-native)
13
+ - [AI IDE (Native)](#SCE-ide-native)
14
14
  - [Claude Code](#claude-code)
15
15
  - [Cursor](#cursor)
16
16
  - [GitHub Copilot](#github-copilot)
@@ -26,35 +26,35 @@ Kiro Spec Engine (kse) is designed to work seamlessly across multiple AI coding
26
26
 
27
27
  ```bash
28
28
  # Export complete spec context
29
- kse context export <spec-name>
29
+ sce context export <spec-name>
30
30
 
31
31
  # Export with steering rules
32
- kse context export <spec-name> --steering --steering-files=CORE_PRINCIPLES.md
32
+ sce context export <spec-name> --steering --steering-files=CORE_PRINCIPLES.md
33
33
 
34
34
  # Generate task-specific prompt
35
- kse prompt generate <spec-name> <task-id>
36
- kse prompt generate <spec-name> <task-id> --tool=claude-code
35
+ sce prompt generate <spec-name> <task-id>
36
+ sce prompt generate <spec-name> <task-id> --tool=claude-code
37
37
  ```
38
38
 
39
39
  ### Basic Workflow
40
40
 
41
- 1. **Export context** from kse
41
+ 1. **Export context** from sce
42
42
  2. **Load context** into your AI tool
43
43
  3. **Work on tasks** with AI assistance
44
44
  4. **Update task status** in original `tasks.md`
45
45
 
46
46
  ---
47
47
 
48
- ## Kiro IDE (Native)
48
+ ## AI IDE (Native)
49
49
 
50
50
  ### Setup
51
51
 
52
- Kiro IDE has native kse integration with automatic steering rule loading.
52
+ AI IDE has native sce integration with automatic steering rule loading.
53
53
 
54
54
  **Installation**:
55
55
  ```bash
56
- npm install -g kiro-spec-engine
57
- kse adopt
56
+ npm install -g scene-capability-engine
57
+ sce adopt
58
58
  ```
59
59
 
60
60
  **Features**:
@@ -68,14 +68,14 @@ kse adopt
68
68
 
69
69
  1. **Create or adopt project**:
70
70
  ```bash
71
- kse init "My Project"
71
+ sce init "My Project"
72
72
  # or
73
- kse adopt
73
+ sce adopt
74
74
  ```
75
75
 
76
76
  2. **Create spec**:
77
77
  ```bash
78
- kse spec bootstrap --name 01-00-user-authentication --non-interactive
78
+ sce spec bootstrap --name 01-00-user-authentication --non-interactive
79
79
  ```
80
80
 
81
81
  3. **Work with AI**:
@@ -85,7 +85,7 @@ kse adopt
85
85
 
86
86
  4. **Track progress**:
87
87
  ```bash
88
- kse status
88
+ sce status
89
89
  ```
90
90
 
91
91
  ### Best Practices
@@ -104,14 +104,14 @@ kse adopt
104
104
  Claude Code requires manual context loading via exported files.
105
105
 
106
106
  **Prerequisites**:
107
- - kse installed: `npm install -g kiro-spec-engine`
108
- - Project adopted: `kse adopt`
107
+ - sce installed: `npm install -g scene-capability-engine`
108
+ - Project adopted: `sce adopt`
109
109
 
110
110
  ### Workflow
111
111
 
112
112
  1. **Export context**:
113
113
  ```bash
114
- kse context export 01-00-user-authentication
114
+ sce context export 01-00-user-authentication
115
115
  ```
116
116
 
117
117
  2. **Copy exported file**:
@@ -127,7 +127,7 @@ Claude Code requires manual context loading via exported files.
127
127
 
128
128
  4. **Generate task prompt** (optional):
129
129
  ```bash
130
- kse prompt generate 01-00-user-authentication 1.1 --tool=claude-code
130
+ sce prompt generate 01-00-user-authentication 1.1 --tool=claude-code
131
131
  ```
132
132
 
133
133
  5. **Work on task**:
@@ -178,18 +178,18 @@ Cursor works similarly to Claude Code but with IDE integration.
178
178
 
179
179
  **Prerequisites**:
180
180
  - Cursor IDE installed
181
- - kse installed: `npm install -g kiro-spec-engine`
181
+ - sce installed: `npm install -g scene-capability-engine`
182
182
 
183
183
  ### Workflow
184
184
 
185
185
  1. **Export context**:
186
186
  ```bash
187
- kse context export 01-00-user-authentication
187
+ sce context export 01-00-user-authentication
188
188
  ```
189
189
 
190
190
  2. **Generate task prompt**:
191
191
  ```bash
192
- kse prompt generate 01-00-user-authentication 1.1 --tool=cursor
192
+ sce prompt generate 01-00-user-authentication 1.1 --tool=cursor
193
193
  ```
194
194
 
195
195
  3. **Load into Cursor**:
@@ -224,7 +224,7 @@ Cursor works similarly to Claude Code but with IDE integration.
224
224
 
225
225
  ```bash
226
226
  # 1. Generate prompt
227
- kse prompt generate 01-00-user-auth 1.1 --tool=cursor
227
+ sce prompt generate 01-00-user-auth 1.1 --tool=cursor
228
228
 
229
229
  # 2. Open Cursor Composer (Cmd+K)
230
230
  # 3. Paste prompt content
@@ -247,18 +247,18 @@ GitHub Copilot works best with inline comments and code context.
247
247
 
248
248
  **Prerequisites**:
249
249
  - GitHub Copilot subscription
250
- - kse installed: `npm install -g kiro-spec-engine`
250
+ - sce installed: `npm install -g scene-capability-engine`
251
251
 
252
252
  ### Workflow
253
253
 
254
254
  1. **Export context**:
255
255
  ```bash
256
- kse context export 01-00-user-authentication
256
+ sce context export 01-00-user-authentication
257
257
  ```
258
258
 
259
259
  2. **Generate task prompt**:
260
260
  ```bash
261
- kse prompt generate 01-00-user-authentication 1.1 --tool=codex
261
+ sce prompt generate 01-00-user-authentication 1.1 --tool=codex
262
262
  ```
263
263
 
264
264
  3. **Use in code**:
@@ -324,13 +324,13 @@ class AuthModule {
324
324
 
325
325
  ### Setup
326
326
 
327
- Any AI tool that accepts Markdown context can work with kse.
327
+ Any AI tool that accepts Markdown context can work with sce.
328
328
 
329
329
  ### Workflow
330
330
 
331
331
  1. **Export context**:
332
332
  ```bash
333
- kse context export <spec-name>
333
+ sce context export <spec-name>
334
334
  ```
335
335
 
336
336
  2. **Load into tool**:
@@ -358,7 +358,7 @@ Any AI tool that accepts Markdown context can work with kse.
358
358
 
359
359
  ## Feature Comparison
360
360
 
361
- | Feature | Kiro IDE | Claude Code | Cursor | Copilot | Generic |
361
+ | Feature | AI IDE | Claude Code | Cursor | Copilot | Generic |
362
362
  |---------|----------|-------------|--------|---------|---------|
363
363
  | **Steering Auto-Load** | ✅ | ❌ | ❌ | ❌ | ❌ |
364
364
  | **Context Export** | ✅ | ✅ | ✅ | ✅ | ✅ |
@@ -377,20 +377,20 @@ Any AI tool that accepts Markdown context can work with kse.
377
377
  - ✅ Full support
378
378
  - ⚠️ Partial support / Manual steps required
379
379
  - ❌ Not supported
380
- - \* If available in Kiro IDE
380
+ - \* If available in AI IDE
381
381
 
382
382
  ---
383
383
 
384
384
  ## Limitations and Trade-offs
385
385
 
386
- ### Kiro IDE
386
+ ### AI IDE
387
387
  **Pros**:
388
388
  - Native integration, no manual steps
389
389
  - Full feature support
390
390
  - Real-time collaboration
391
391
 
392
392
  **Cons**:
393
- - Requires Kiro IDE
393
+ - Requires AI IDE
394
394
  - Learning curve for IDE features
395
395
 
396
396
  ### Claude Code
@@ -448,27 +448,27 @@ Any AI tool that accepts Markdown context can work with kse.
448
448
  **Solutions**:
449
449
  ```bash
450
450
  # Export without steering
451
- kse context export <spec> --no-steering
451
+ sce context export <spec> --no-steering
452
452
 
453
453
  # Generate task-specific prompt (smaller)
454
- kse prompt generate <spec> <task-id>
454
+ sce prompt generate <spec> <task-id>
455
455
 
456
456
  # Export specific sections only
457
- kse context export <spec> --no-design
457
+ sce context export <spec> --no-design
458
458
  ```
459
459
 
460
460
  ### Task Status Not Syncing
461
461
 
462
- **Problem**: Changes in AI tool don't update kse
462
+ **Problem**: Changes in AI tool don't update sce
463
463
 
464
- **Solution**: Manual update required for non-Kiro tools
464
+ **Solution**: Manual update required for non-SCE tools
465
465
  ```bash
466
466
  # Edit tasks.md manually
467
467
  vim .kiro/specs/<spec-name>/tasks.md
468
468
 
469
- # Or use kse commands
470
- kse task claim <spec> <task-id>
471
- kse task unclaim <spec> <task-id>
469
+ # Or use sce commands
470
+ sce task claim <spec> <task-id>
471
+ sce task unclaim <spec> <task-id>
472
472
  ```
473
473
 
474
474
  ### Steering Rules Not Applied
@@ -477,7 +477,7 @@ kse task unclaim <spec> <task-id>
477
477
 
478
478
  **Solution**: Include steering in export
479
479
  ```bash
480
- kse context export <spec> --steering --steering-files=CORE_PRINCIPLES.md,ENVIRONMENT.md
480
+ sce context export <spec> --steering --steering-files=CORE_PRINCIPLES.md,ENVIRONMENT.md
481
481
  ```
482
482
 
483
483
  ### Generated Code Doesn't Match Design
@@ -494,11 +494,11 @@ kse context export <spec> --steering --steering-files=CORE_PRINCIPLES.md,ENVIRON
494
494
 
495
495
  **Problem**: Multiple developers working on same task
496
496
 
497
- **Solution**: Use kse task claiming (Kiro IDE only)
497
+ **Solution**: Use sce task claiming (AI IDE only)
498
498
  ```bash
499
- kse task claim <spec> <task-id>
499
+ sce task claim <spec> <task-id>
500
500
  # Work on task
501
- kse task unclaim <spec> <task-id>
501
+ sce task unclaim <spec> <task-id>
502
502
  ```
503
503
 
504
504
  For other tools: Manual coordination required
@@ -515,7 +515,7 @@ For other tools: Manual coordination required
515
515
  4. **Update status promptly**: Keep tasks.md current
516
516
  5. **Commit frequently**: Small, focused commits
517
517
 
518
- ### For Non-Kiro Tools
518
+ ### For Non-SCE Tools
519
519
 
520
520
  1. **Manual task tracking**: Update tasks.md after each task
521
521
  2. **Context refresh**: Re-export if spec changes
@@ -523,7 +523,7 @@ For other tools: Manual coordination required
523
523
  4. **Code review**: Always review AI-generated code
524
524
  5. **Documentation**: Keep README and comments updated
525
525
 
526
- ### For Kiro IDE
526
+ ### For AI IDE
527
527
 
528
528
  1. **Use steering rules**: Leverage automatic loading
529
529
  2. **Multi-user workspaces**: Enable for team projects
@@ -535,7 +535,7 @@ For other tools: Manual coordination required
535
535
 
536
536
  ## Additional Resources
537
537
 
538
- - [kse Documentation](../README.md)
538
+ - [sce Documentation](../README.md)
539
539
  - [Spec Workflow Guide](../.kiro/specs/SPEC_WORKFLOW_GUIDE.md)
540
540
  - [Steering Strategy Guide](./steering-strategy-guide.md)
541
541
  - [Phase 1 Summary](../.kiro/specs/03-00-multi-user-and-cross-tool-support/docs/phase-1-summary.md)
@@ -1,6 +1,6 @@
1
1
  # Developer Guide
2
2
 
3
- This guide is for developers who want to contribute to Kiro Spec Engine or extend its functionality.
3
+ This guide is for developers who want to contribute to Scene Capability Engine or extend its functionality.
4
4
 
5
5
  ## Table of Contents
6
6
 
@@ -16,12 +16,12 @@ This guide is for developers who want to contribute to Kiro Spec Engine or exten
16
16
 
17
17
  ## Architecture Overview
18
18
 
19
- Kiro Spec Engine follows a modular architecture with clear separation of concerns:
19
+ Scene Capability Engine follows a modular architecture with clear separation of concerns:
20
20
 
21
21
  ```
22
22
  ┌─────────────────────────────────────────────────────────────┐
23
23
  │ CLI Layer │
24
- │ (bin/kiro-spec-engine.js, lib/commands/*.js) │
24
+ │ (bin/scene-capability-engine.js, lib/commands/*.js) │
25
25
  └─────────────────────────────────────────────────────────────┘
26
26
 
27
27
 
@@ -400,7 +400,7 @@ module.exports = {
400
400
  }
401
401
  };
402
402
 
403
- // Register in bin/kiro-spec-engine.js
403
+ // Register in bin/scene-capability-engine.js
404
404
  program
405
405
  .command('my-command')
406
406
  .description('My custom command')
@@ -559,7 +559,7 @@ npm run test:integration
559
559
  1. Clone the repository:
560
560
  ```bash
561
561
  git clone https://github.com/heguangyong/scene-capability-engine.git
562
- cd kiro-spec-engine
562
+ cd scene-capability-engine
563
563
  ```
564
564
 
565
565
  2. Install dependencies: