@gong-ym/ai-spec-auto 0.2.12 → 0.2.13
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/.qoder/README.md +114 -114
- package/LICENSE +21 -21
- package/README.md +433 -433
- package/bin/install-workflow.js +2983 -2983
- package/package.json +72 -72
package/package.json
CHANGED
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@gong-ym/ai-spec-auto",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "AI Coding 团队规范驱动开发 CLI — 一键安装规范、技能与工具配置",
|
|
5
|
-
"homepage": "https://github.com/
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/
|
|
9
|
-
},
|
|
10
|
-
"bugs": {
|
|
11
|
-
"url": "https://github.com/
|
|
12
|
-
},
|
|
13
|
-
"bin": {
|
|
14
|
-
"ai-spec-auto": "./bin/cli.js"
|
|
15
|
-
},
|
|
16
|
-
"maintainers": [
|
|
17
|
-
"zhenwei.li",
|
|
18
|
-
"lizhenwei"
|
|
19
|
-
],
|
|
20
|
-
"publishConfig": {
|
|
21
|
-
"registry": "https://registry.npmjs.org/",
|
|
22
|
-
"access": "public"
|
|
23
|
-
},
|
|
24
|
-
"scripts": {
|
|
25
|
-
"demo:runtime": "node ./bin/cli.js demo-runtime-smoke",
|
|
26
|
-
"hub:sync-assets": "node ./scripts/hub-sync-assets.js",
|
|
27
|
-
"test:registry": "node ./tests/registry/validate-registry.test.js",
|
|
28
|
-
"test:runtime": "node ./tests/runtime/command-template-renderer.test.js && node ./tests/runtime/runtime-bootstrap.test.js && node ./tests/runtime/runtime-launcher.test.js && node ./tests/runtime/runtime-state-checkpoints.test.js && node ./tests/runtime/archive-change.test.js && node ./tests/runtime/task-orchestrator-runner.test.js && node ./tests/runtime/expert-executor.test.js && node ./tests/runtime/auto-fix-runtime.test.js && node ./tests/runtime/protocol-workflow-registry.test.js && node ./tests/runtime/protocol-update-fast-path.test.js && node ./tests/runtime/protocol-interaction-enhancements.test.js && node ./tests/runtime/spec-start-replay.test.js && node ./tests/runtime/demo-runtime-smoke.test.js && node ./tests/runtime/expert-delivery-template-content.test.js && node ./tests/runtime/sync.test.js && node ./tests/runtime/visual-command.test.js && node ./tests/runtime/hub-install.test.js && node ./tests/runtime/hub-diff.test.js && node ./tests/runtime/hub-upgrade-rollback.test.js && node ./tests/runtime/hub-runtime-report.test.js",
|
|
29
|
-
"verify:install-ps1-bom": "node ./scripts/verify-install-ps1-bom.js",
|
|
30
|
-
"test:p1": "node ./tests/ide/adapter-protocol.test.js && node ./tests/ide/cursor-adapter.test.js && node ./tests/ide/claude-adapter.test.js && node ./tests/ide/ide-sync.test.js && node ./tests/scanner/tech-scanner.test.js && node ./tests/asset/asset-package.test.js && node ./tests/config/config-layer.test.js && node ./tests/p1/multi-project-validation.test.js && node ./tests/p1/p1-integration.test.js",
|
|
31
|
-
"verify:p1": "npm run test:registry && npm run test:runtime && npm run test:p1 && npm pack --dry-run",
|
|
32
|
-
"test:p2": "node ./tests/agent/agent-profile.test.js && node ./tests/agent/tool-permission.test.js && node ./tests/agent/file-permission.test.js && node ./tests/agent/agent-context.test.js && node ./tests/agent/collaboration-protocol.test.js && node ./tests/agent/review-repair-loop.test.js && node ./tests/agent/conflict-handler.test.js && node ./tests/p2/p2-integration.test.js",
|
|
33
|
-
"verify:p2": "npm run test:registry && npm run test:runtime && npm run test:p1 && npm run test:p2 && npm pack --dry-run",
|
|
34
|
-
"test:p3": "node ./tests/governance/rbac.test.js && node ./tests/governance/asset-review.test.js && node ./tests/governance/audit-log.test.js && node ./tests/governance/gray-release.test.js && node ./tests/governance/rollback.test.js && node ./tests/governance/security-policy.test.js && node ./tests/p3/p3-integration.test.js",
|
|
35
|
-
"verify:p3": "npm run test:registry && npm run test:runtime && npm run test:p1 && npm run test:p2 && npm run test:p3 && npm pack --dry-run",
|
|
36
|
-
"test:p4": "node ./tests/visual/event-gateway.test.js && node ./tests/visual/timeline.test.js && node ./tests/visual/hook-dashboard.test.js && node ./tests/visual/agent-visual.test.js && node ./tests/visual/metrics.test.js && node ./tests/visual/risk-board.test.js && node ./tests/p4/p4-integration.test.js",
|
|
37
|
-
"verify:p4": "npm run test:registry && npm run test:runtime && npm run test:p1 && npm run test:p2 && npm run test:p3 && npm run test:p4 && npm pack --dry-run",
|
|
38
|
-
"test:p5": "node ./tests/asset/asset-registry.test.js && node ./tests/asset/asset-version.test.js && node ./tests/asset/asset-dependency.test.js && node ./tests/asset/asset-install.test.js && node ./tests/asset/asset-feedback.test.js && node ./tests/asset/asset-manager.test.js && node ./tests/asset/asset-installer.test.js && node ./tests/asset/asset-lifecycle.test.js && node ./tests/asset/asset-fork.test.js && node ./tests/asset/asset-quality.test.js && node ./tests/p5/p5-integration.test.js && node ./tests/p5/p5-real-install-rollback.test.js",
|
|
39
|
-
"verify:p5": "npm run test:registry && npm run test:runtime && npm run test:p1 && npm run test:p2 && npm run test:p3 && npm run test:p4 && npm run test:p5 && npm pack --dry-run",
|
|
40
|
-
"prepack": "npm run verify:install-ps1-bom"
|
|
41
|
-
},
|
|
42
|
-
"files": [
|
|
43
|
-
"bin/",
|
|
44
|
-
"contracts/",
|
|
45
|
-
"src/",
|
|
46
|
-
"internal/",
|
|
47
|
-
"scripts/",
|
|
48
|
-
".agents/",
|
|
49
|
-
"configs/",
|
|
50
|
-
".cursor/mcp.json",
|
|
51
|
-
".qoder/",
|
|
52
|
-
"openspec/",
|
|
53
|
-
"install.sh",
|
|
54
|
-
"install.ps1",
|
|
55
|
-
"!tests/",
|
|
56
|
-
"!docs/",
|
|
57
|
-
"!.ai-spec/",
|
|
58
|
-
"!.tmp/",
|
|
59
|
-
"!skills-lock.json"
|
|
60
|
-
],
|
|
61
|
-
"keywords": [
|
|
62
|
-
"ai",
|
|
63
|
-
"coding",
|
|
64
|
-
"spec",
|
|
65
|
-
"cursor",
|
|
66
|
-
"claude"
|
|
67
|
-
],
|
|
68
|
-
"license": "MIT",
|
|
69
|
-
"optionalDependencies": {
|
|
70
|
-
"node-machine-id": "^1.1.12"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@gong-ym/ai-spec-auto",
|
|
3
|
+
"version": "0.2.13",
|
|
4
|
+
"description": "AI Coding 团队规范驱动开发 CLI — 一键安装规范、技能与工具配置",
|
|
5
|
+
"homepage": "https://github.com/gong-chick/engineered-spec#readme",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/gong-chick/engineered-spec.git"
|
|
9
|
+
},
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/gong-chick/engineered-spec/issues"
|
|
12
|
+
},
|
|
13
|
+
"bin": {
|
|
14
|
+
"ai-spec-auto": "./bin/cli.js"
|
|
15
|
+
},
|
|
16
|
+
"maintainers": [
|
|
17
|
+
"zhenwei.li",
|
|
18
|
+
"lizhenwei"
|
|
19
|
+
],
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"registry": "https://registry.npmjs.org/",
|
|
22
|
+
"access": "public"
|
|
23
|
+
},
|
|
24
|
+
"scripts": {
|
|
25
|
+
"demo:runtime": "node ./bin/cli.js demo-runtime-smoke",
|
|
26
|
+
"hub:sync-assets": "node ./scripts/hub-sync-assets.js",
|
|
27
|
+
"test:registry": "node ./tests/registry/validate-registry.test.js",
|
|
28
|
+
"test:runtime": "node ./tests/runtime/command-template-renderer.test.js && node ./tests/runtime/runtime-bootstrap.test.js && node ./tests/runtime/runtime-launcher.test.js && node ./tests/runtime/runtime-state-checkpoints.test.js && node ./tests/runtime/archive-change.test.js && node ./tests/runtime/task-orchestrator-runner.test.js && node ./tests/runtime/expert-executor.test.js && node ./tests/runtime/auto-fix-runtime.test.js && node ./tests/runtime/protocol-workflow-registry.test.js && node ./tests/runtime/protocol-update-fast-path.test.js && node ./tests/runtime/protocol-interaction-enhancements.test.js && node ./tests/runtime/spec-start-replay.test.js && node ./tests/runtime/demo-runtime-smoke.test.js && node ./tests/runtime/expert-delivery-template-content.test.js && node ./tests/runtime/sync.test.js && node ./tests/runtime/visual-command.test.js && node ./tests/runtime/hub-install.test.js && node ./tests/runtime/hub-diff.test.js && node ./tests/runtime/hub-upgrade-rollback.test.js && node ./tests/runtime/hub-runtime-report.test.js",
|
|
29
|
+
"verify:install-ps1-bom": "node ./scripts/verify-install-ps1-bom.js",
|
|
30
|
+
"test:p1": "node ./tests/ide/adapter-protocol.test.js && node ./tests/ide/cursor-adapter.test.js && node ./tests/ide/claude-adapter.test.js && node ./tests/ide/ide-sync.test.js && node ./tests/scanner/tech-scanner.test.js && node ./tests/asset/asset-package.test.js && node ./tests/config/config-layer.test.js && node ./tests/p1/multi-project-validation.test.js && node ./tests/p1/p1-integration.test.js",
|
|
31
|
+
"verify:p1": "npm run test:registry && npm run test:runtime && npm run test:p1 && npm pack --dry-run",
|
|
32
|
+
"test:p2": "node ./tests/agent/agent-profile.test.js && node ./tests/agent/tool-permission.test.js && node ./tests/agent/file-permission.test.js && node ./tests/agent/agent-context.test.js && node ./tests/agent/collaboration-protocol.test.js && node ./tests/agent/review-repair-loop.test.js && node ./tests/agent/conflict-handler.test.js && node ./tests/p2/p2-integration.test.js",
|
|
33
|
+
"verify:p2": "npm run test:registry && npm run test:runtime && npm run test:p1 && npm run test:p2 && npm pack --dry-run",
|
|
34
|
+
"test:p3": "node ./tests/governance/rbac.test.js && node ./tests/governance/asset-review.test.js && node ./tests/governance/audit-log.test.js && node ./tests/governance/gray-release.test.js && node ./tests/governance/rollback.test.js && node ./tests/governance/security-policy.test.js && node ./tests/p3/p3-integration.test.js",
|
|
35
|
+
"verify:p3": "npm run test:registry && npm run test:runtime && npm run test:p1 && npm run test:p2 && npm run test:p3 && npm pack --dry-run",
|
|
36
|
+
"test:p4": "node ./tests/visual/event-gateway.test.js && node ./tests/visual/timeline.test.js && node ./tests/visual/hook-dashboard.test.js && node ./tests/visual/agent-visual.test.js && node ./tests/visual/metrics.test.js && node ./tests/visual/risk-board.test.js && node ./tests/p4/p4-integration.test.js",
|
|
37
|
+
"verify:p4": "npm run test:registry && npm run test:runtime && npm run test:p1 && npm run test:p2 && npm run test:p3 && npm run test:p4 && npm pack --dry-run",
|
|
38
|
+
"test:p5": "node ./tests/asset/asset-registry.test.js && node ./tests/asset/asset-version.test.js && node ./tests/asset/asset-dependency.test.js && node ./tests/asset/asset-install.test.js && node ./tests/asset/asset-feedback.test.js && node ./tests/asset/asset-manager.test.js && node ./tests/asset/asset-installer.test.js && node ./tests/asset/asset-lifecycle.test.js && node ./tests/asset/asset-fork.test.js && node ./tests/asset/asset-quality.test.js && node ./tests/p5/p5-integration.test.js && node ./tests/p5/p5-real-install-rollback.test.js",
|
|
39
|
+
"verify:p5": "npm run test:registry && npm run test:runtime && npm run test:p1 && npm run test:p2 && npm run test:p3 && npm run test:p4 && npm run test:p5 && npm pack --dry-run",
|
|
40
|
+
"prepack": "npm run verify:install-ps1-bom"
|
|
41
|
+
},
|
|
42
|
+
"files": [
|
|
43
|
+
"bin/",
|
|
44
|
+
"contracts/",
|
|
45
|
+
"src/",
|
|
46
|
+
"internal/",
|
|
47
|
+
"scripts/",
|
|
48
|
+
".agents/",
|
|
49
|
+
"configs/",
|
|
50
|
+
".cursor/mcp.json",
|
|
51
|
+
".qoder/",
|
|
52
|
+
"openspec/",
|
|
53
|
+
"install.sh",
|
|
54
|
+
"install.ps1",
|
|
55
|
+
"!tests/",
|
|
56
|
+
"!docs/",
|
|
57
|
+
"!.ai-spec/",
|
|
58
|
+
"!.tmp/",
|
|
59
|
+
"!skills-lock.json"
|
|
60
|
+
],
|
|
61
|
+
"keywords": [
|
|
62
|
+
"ai",
|
|
63
|
+
"coding",
|
|
64
|
+
"spec",
|
|
65
|
+
"cursor",
|
|
66
|
+
"claude"
|
|
67
|
+
],
|
|
68
|
+
"license": "MIT",
|
|
69
|
+
"optionalDependencies": {
|
|
70
|
+
"node-machine-id": "^1.1.12"
|
|
71
|
+
}
|
|
72
|
+
}
|