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.
- package/CHANGELOG.md +234 -233
- package/LICENSE +2 -2
- package/README.md +8 -11
- package/README.zh.md +7 -10
- package/bin/kse.js +1 -1
- package/bin/sce.js +1 -1
- package/bin/sco.js +1 -1
- package/docs/331-poc-adaptation-roadmap.md +25 -25
- package/docs/331-poc-dual-track-integration-guide.md +26 -26
- package/docs/331-poc-weekly-delivery-checklist.md +8 -8
- package/docs/OFFLINE_INSTALL.md +10 -10
- package/docs/README.md +24 -24
- package/docs/adopt-migration-guide.md +51 -51
- package/docs/adoption-guide.md +56 -56
- package/docs/agent-hooks-analysis.md +52 -52
- package/docs/architecture.md +6 -6
- package/docs/articles/ai-driven-development-philosophy-and-practice-review.md +4 -4
- package/docs/articles/ai-driven-development-philosophy-and-practice.en.md +9 -9
- package/docs/articles/ai-driven-development-philosophy-and-practice.md +10 -10
- package/docs/autonomous-control-guide.md +89 -89
- package/docs/command-reference.md +11 -11
- package/docs/community.md +4 -4
- package/docs/cross-tool-guide.md +47 -47
- package/docs/developer-guide.md +5 -5
- package/docs/document-governance.md +91 -91
- package/docs/environment-management-guide.md +53 -53
- package/docs/examples/add-export-command/design.md +2 -2
- package/docs/examples/add-export-command/requirements.md +5 -5
- package/docs/examples/add-export-command/tasks.md +2 -2
- package/docs/faq.md +69 -69
- package/docs/handoffs/evidence/ontology/moqui-template-baseline-2026-02-17-232922.json +9 -9
- package/docs/handoffs/evidence/ontology/moqui-template-baseline-2026-02-17-232922.md +3 -3
- package/docs/integration-modes.md +60 -60
- package/docs/integration-philosophy.md +48 -48
- package/docs/knowledge-management-guide.md +21 -21
- package/docs/manual-workflows-guide.md +20 -20
- package/docs/moqui-capability-matrix.md +22 -22
- package/docs/moqui-template-core-library-playbook.md +20 -20
- package/docs/multi-agent-coordination-guide.md +19 -19
- package/docs/multi-repo-management-guide.md +93 -93
- package/docs/quick-start-with-ai-tools.md +36 -36
- package/docs/quick-start.md +16 -16
- package/docs/release-checklist.md +7 -7
- package/docs/releases/v1.46.2-validation.md +1 -1
- package/docs/releases/v1.46.2.md +10 -10
- package/docs/scene-runtime-guide.md +42 -42
- package/docs/spec-collaboration-guide.md +43 -43
- package/docs/spec-locking-guide.md +26 -26
- package/docs/spec-numbering-guide.md +6 -6
- package/docs/spec-workflow.md +25 -25
- package/docs/steering-strategy-guide.md +36 -36
- package/docs/team-collaboration-guide.md +23 -23
- package/docs/testing-strategy.md +2 -2
- package/docs/tools/claude-guide.md +26 -26
- package/docs/tools/cursor-guide.md +31 -31
- package/docs/tools/generic-guide.md +22 -22
- package/docs/tools/kiro-guide.md +43 -43
- package/docs/tools/vscode-guide.md +18 -18
- package/docs/tools/windsurf-guide.md +50 -50
- package/docs/troubleshooting.md +116 -116
- package/docs/upgrade-guide.md +49 -49
- package/docs/value-observability-guide.md +6 -6
- package/docs/zh/README.md +22 -22
- package/docs/zh/quick-start.md +34 -34
- package/docs/zh/release-checklist.md +6 -6
- package/docs/zh/releases/v1.46.2-validation.md +1 -1
- package/docs/zh/releases/v1.46.2.md +9 -9
- package/docs/zh/spec-numbering-guide.md +6 -6
- package/docs/zh/tools/claude-guide.md +14 -14
- package/docs/zh/tools/cursor-guide.md +18 -18
- package/docs/zh/tools/generic-guide.md +40 -40
- package/docs/zh/tools/kiro-guide.md +50 -50
- package/docs/zh/tools/vscode-guide.md +20 -20
- package/docs/zh/tools/windsurf-guide.md +49 -49
- package/docs/zh/value-observability-guide.md +6 -6
- package/docs//344/272/244/344/273/230/346/270/205/345/215/225.md +4 -4
- package/lib/adoption/adoption-logger.js +1 -1
- package/lib/adoption/adoption-strategy.js +3 -3
- package/lib/adoption/detection-engine.js +1 -1
- package/lib/adoption/error-formatter.js +17 -17
- package/lib/adoption/progress-reporter.js +2 -2
- package/lib/adoption/smart-orchestrator.js +2 -2
- package/lib/adoption/strategy-selector.js +2 -2
- package/lib/adoption/summary-generator.js +3 -3
- package/lib/auto/autonomous-engine.js +2 -2
- package/lib/auto/close-loop-runner.js +9 -9
- package/lib/backup/backup-system.js +2 -2
- package/lib/collab/collab-manager.js +2 -2
- package/lib/commands/adopt.js +16 -16
- package/lib/commands/auto.js +93 -93
- package/lib/commands/collab.js +8 -8
- package/lib/commands/docs.js +26 -26
- package/lib/commands/doctor.js +2 -2
- package/lib/commands/env.js +14 -14
- package/lib/commands/knowledge.js +13 -13
- package/lib/commands/lock.js +6 -6
- package/lib/commands/ops.js +19 -19
- package/lib/commands/orchestrate.js +5 -5
- package/lib/commands/prompt.js +3 -3
- package/lib/commands/rollback.js +4 -4
- package/lib/commands/scene.js +29 -29
- package/lib/commands/spec-bootstrap.js +1 -1
- package/lib/commands/spec-gate.js +1 -1
- package/lib/commands/spec-pipeline.js +1 -1
- package/lib/commands/task.js +1 -1
- package/lib/commands/templates.js +27 -27
- package/lib/commands/upgrade.js +8 -8
- package/lib/commands/value.js +4 -4
- package/lib/commands/watch.js +9 -9
- package/lib/commands/workflows.js +5 -5
- package/lib/commands/workspace-multi.js +17 -17
- package/lib/commands/workspace.js +5 -5
- package/lib/context/context-exporter.js +1 -1
- package/lib/context/prompt-generator.js +1 -1
- package/lib/data/moqui-capability-lexicon.json +1 -1
- package/lib/environment/environment-manager.js +1 -1
- package/lib/gitignore/gitignore-detector.js +4 -4
- package/lib/gitignore/gitignore-integration.js +2 -2
- package/lib/gitignore/gitignore-transformer.js +3 -3
- package/lib/gitignore/layered-rules-template.js +2 -2
- package/lib/governance/diagnostic-engine.js +4 -4
- package/lib/governance/doc-reference-checker.js +1 -1
- package/lib/governance/hooks-manager.js +5 -5
- package/lib/governance/reporter.js +1 -1
- package/lib/knowledge/knowledge-manager.js +6 -6
- package/lib/orchestrator/agent-spawner.js +1 -1
- package/lib/orchestrator/bootstrap-prompt-builder.js +2 -2
- package/lib/repo/config-manager.js +2 -2
- package/lib/repo/handlers/init-handler.js +3 -3
- package/lib/scene-runtime/audit-emitter.js +2 -2
- package/lib/scene-runtime/binding-plugin-loader.js +1 -1
- package/lib/scene-runtime/moqui-adapter.js +2 -2
- package/lib/scene-runtime/moqui-extractor.js +3 -3
- package/lib/scene-runtime/scene-loader.js +3 -3
- package/lib/scene-runtime/scene-template-linter.js +1 -1
- package/lib/scene-runtime/templates/scene-template-erp-query-v0.1.yaml +1 -1
- package/lib/scene-runtime/templates/scene-template-hybrid-shadow-v0.1.yaml +1 -1
- package/lib/spec/multi-spec-orchestrate.js +1 -1
- package/lib/spec-gate/rules/default-rules.js +1 -1
- package/lib/steering/adoption-config.js +1 -1
- package/lib/steering/compliance-auto-fixer.js +1 -1
- package/lib/steering/compliance-cache.js +3 -3
- package/lib/steering/compliance-error-reporter.js +1 -1
- package/lib/steering/index.js +1 -1
- package/lib/steering/steering-manager.js +7 -7
- package/lib/task/task-claimer.js +2 -1
- package/lib/templates/metadata-collector.js +6 -6
- package/lib/templates/template-creator.js +2 -2
- package/lib/templates/template-exporter.js +12 -12
- package/lib/upgrade/migration-engine.js +4 -4
- package/lib/utils/tool-detector.js +25 -25
- package/lib/utils/validation.js +3 -3
- package/lib/version/version-checker.js +13 -13
- package/lib/version/version-manager.js +7 -7
- package/lib/watch/presets.js +4 -4
- package/lib/workspace/multi/path-utils.js +1 -1
- package/lib/workspace/multi/workspace-context-resolver.js +9 -9
- package/lib/workspace/multi/workspace-registry.js +2 -2
- package/lib/workspace/multi/workspace-state-manager.js +1 -1
- package/lib/workspace/multi/workspace.js +1 -1
- package/lib/workspace/workspace-sync.js +1 -1
- package/locales/en.json +1 -1
- package/locales/zh.json +1 -1
- package/package.json +5 -6
- package/template/.kiro/README.md +40 -40
- package/template/.kiro/specs/SPEC_WORKFLOW_GUIDE.md +3 -3
- package/template/.kiro/steering/CORE_PRINCIPLES.md +3 -3
- package/template/.kiro/steering/ENVIRONMENT.md +2 -2
- package/template/README.md +3 -3
- /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
|
-
欢迎加入
|
|
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
|
-
**扫码添加微信,备注"
|
|
11
|
+
**扫码添加微信,备注"sce",拉你进群**
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
- 自动化工作流
|
|
36
36
|
|
|
37
37
|
### 项目实践
|
|
38
|
-
-
|
|
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
|
-
欢迎为
|
|
94
|
+
欢迎为 scene-capability-engine 做出贡献!
|
|
95
95
|
|
|
96
96
|
- 📝 改进文档
|
|
97
97
|
- 🐛 报告 Bug
|
package/docs/cross-tool-guide.md
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
## Overview
|
|
7
7
|
|
|
8
|
-
|
|
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
|
-
- [
|
|
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
|
-
|
|
29
|
+
sce context export <spec-name>
|
|
30
30
|
|
|
31
31
|
# Export with steering rules
|
|
32
|
-
|
|
32
|
+
sce context export <spec-name> --steering --steering-files=CORE_PRINCIPLES.md
|
|
33
33
|
|
|
34
34
|
# Generate task-specific prompt
|
|
35
|
-
|
|
36
|
-
|
|
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
|
|
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
|
-
##
|
|
48
|
+
## AI IDE (Native)
|
|
49
49
|
|
|
50
50
|
### Setup
|
|
51
51
|
|
|
52
|
-
|
|
52
|
+
AI IDE has native sce integration with automatic steering rule loading.
|
|
53
53
|
|
|
54
54
|
**Installation**:
|
|
55
55
|
```bash
|
|
56
|
-
npm install -g
|
|
57
|
-
|
|
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
|
-
|
|
71
|
+
sce init "My Project"
|
|
72
72
|
# or
|
|
73
|
-
|
|
73
|
+
sce adopt
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
2. **Create spec**:
|
|
77
77
|
```bash
|
|
78
|
-
|
|
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
|
-
|
|
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
|
-
-
|
|
108
|
-
- Project adopted: `
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
-
|
|
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
|
-
|
|
187
|
+
sce context export 01-00-user-authentication
|
|
188
188
|
```
|
|
189
189
|
|
|
190
190
|
2. **Generate task prompt**:
|
|
191
191
|
```bash
|
|
192
|
-
|
|
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
|
-
|
|
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
|
-
-
|
|
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
|
-
|
|
256
|
+
sce context export 01-00-user-authentication
|
|
257
257
|
```
|
|
258
258
|
|
|
259
259
|
2. **Generate task prompt**:
|
|
260
260
|
```bash
|
|
261
|
-
|
|
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
|
|
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
|
-
|
|
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 |
|
|
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
|
|
380
|
+
- \* If available in AI IDE
|
|
381
381
|
|
|
382
382
|
---
|
|
383
383
|
|
|
384
384
|
## Limitations and Trade-offs
|
|
385
385
|
|
|
386
|
-
###
|
|
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
|
|
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
|
-
|
|
451
|
+
sce context export <spec> --no-steering
|
|
452
452
|
|
|
453
453
|
# Generate task-specific prompt (smaller)
|
|
454
|
-
|
|
454
|
+
sce prompt generate <spec> <task-id>
|
|
455
455
|
|
|
456
456
|
# Export specific sections only
|
|
457
|
-
|
|
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
|
|
462
|
+
**Problem**: Changes in AI tool don't update sce
|
|
463
463
|
|
|
464
|
-
**Solution**: Manual update required for non-
|
|
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
|
|
470
|
-
|
|
471
|
-
|
|
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
|
-
|
|
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
|
|
497
|
+
**Solution**: Use sce task claiming (AI IDE only)
|
|
498
498
|
```bash
|
|
499
|
-
|
|
499
|
+
sce task claim <spec> <task-id>
|
|
500
500
|
# Work on task
|
|
501
|
-
|
|
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-
|
|
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
|
|
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
|
-
- [
|
|
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)
|
package/docs/developer-guide.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Developer Guide
|
|
2
2
|
|
|
3
|
-
This guide is for developers who want to contribute to
|
|
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
|
-
|
|
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/
|
|
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/
|
|
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
|
|
562
|
+
cd scene-capability-engine
|
|
563
563
|
```
|
|
564
564
|
|
|
565
565
|
2. Install dependencies:
|