@ryuenn3123/agentic-senior-core 2.5.22 → 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/.agent-context/prompts/bootstrap-design.md +22 -0
- package/.agent-context/prompts/init-project.md +55 -39
- package/.agent-context/prompts/refactor.md +2 -1
- package/.agent-context/prompts/review-code.md +3 -2
- package/.agent-context/review-checklists/pr-checklist.md +8 -1
- package/.agent-context/rules/architecture.md +11 -0
- package/.agent-context/rules/frontend-architecture.md +2 -2
- package/.agent-context/state/architecture-map.md +1 -1
- package/.agent-context/state/memory-continuity-benchmark.json +1 -1
- package/.agents/workflows/init-project.md +3 -3
- package/.agents/workflows/refactor.md +1 -1
- package/.agents/workflows/review-code.md +4 -5
- package/.cursorrules +27 -71
- package/.gemini/instructions.md +6 -7
- package/.github/copilot-instructions.md +5 -6
- package/.windsurfrules +27 -71
- package/AGENTS.md +7 -9
- package/CONTRIBUTING.md +18 -31
- package/README.md +17 -43
- package/bin/agentic-senior-core.js +0 -6
- package/lib/cli/commands/init.mjs +113 -650
- package/lib/cli/commands/launch.mjs +1 -23
- package/lib/cli/commands/rollback.mjs +1 -1
- package/lib/cli/commands/upgrade.mjs +47 -28
- package/lib/cli/compiler.mjs +77 -72
- package/lib/cli/constants.mjs +84 -26
- package/lib/cli/init-architecture-flow.mjs +231 -0
- package/lib/cli/init-detection-flow.mjs +123 -0
- package/lib/cli/init-options.mjs +344 -0
- package/lib/cli/init-selection.mjs +100 -0
- package/lib/cli/preflight.mjs +1 -1
- package/lib/cli/profile-packs.mjs +15 -1
- package/lib/cli/project-scaffolder.mjs +18 -154
- package/lib/cli/utils.mjs +224 -13
- package/mcp.json +19 -19
- package/package.json +5 -2
- package/scripts/context-triggered-audit.mjs +18 -18
- package/scripts/documentation-boundary-audit.mjs +92 -5
- package/scripts/forbidden-content-check.mjs +1 -1
- package/scripts/frontend-usability-audit.mjs +21 -28
- package/scripts/governance-weekly-report.mjs +29 -15
- package/scripts/llm-judge.mjs +2 -5
- package/scripts/mcp-server.mjs +389 -5
- package/scripts/release-gate.mjs +121 -145
- package/scripts/sync-thin-adapters.mjs +161 -0
- package/scripts/v3-purge-audit.mjs +231 -0
- package/scripts/validate-evidence-bundle.mjs +1 -1
- package/scripts/validate.mjs +224 -272
- package/.agent-context/blueprints/api-nextjs.md +0 -184
- package/.agent-context/blueprints/aspnet-api.md +0 -247
- package/.agent-context/blueprints/ci-github-actions.md +0 -226
- package/.agent-context/blueprints/ci-gitlab.md +0 -200
- package/.agent-context/blueprints/fastapi-service.md +0 -210
- package/.agent-context/blueprints/go-service.md +0 -217
- package/.agent-context/blueprints/graphql-grpc-api.md +0 -51
- package/.agent-context/blueprints/infrastructure-as-code.md +0 -62
- package/.agent-context/blueprints/kubernetes-manifests.md +0 -76
- package/.agent-context/blueprints/laravel-api.md +0 -233
- package/.agent-context/blueprints/mobile-app.md +0 -91
- package/.agent-context/blueprints/nestjs-logic.md +0 -247
- package/.agent-context/blueprints/observability.md +0 -227
- package/.agent-context/blueprints/spring-boot-api.md +0 -218
- package/.agent-context/profiles/platform.md +0 -13
- package/.agent-context/profiles/regulated.md +0 -13
- package/.agent-context/profiles/startup.md +0 -13
- package/.agent-context/review-checklists/frontend-excellence-rubric.md +0 -73
- package/.agent-context/review-checklists/frontend-skill-parity.md +0 -29
- package/.agent-context/review-checklists/frontend-usability.md +0 -35
- package/.agent-context/review-checklists/marketplace-acceptance.md +0 -60
- package/.agent-context/review-checklists/performance-audit.md +0 -71
- package/.agent-context/review-checklists/release-operations.md +0 -33
- package/.agent-context/review-checklists/security-audit.md +0 -119
- package/.agent-context/skills/README.md +0 -63
- package/.agent-context/skills/backend/README.md +0 -68
- package/.agent-context/skills/backend/architecture.md +0 -361
- package/.agent-context/skills/backend/compatibility-manifest.json +0 -8
- package/.agent-context/skills/backend/data-access.md +0 -231
- package/.agent-context/skills/backend/errors.md +0 -138
- package/.agent-context/skills/backend/validation.md +0 -117
- package/.agent-context/skills/backend.md +0 -29
- package/.agent-context/skills/cli/.evidence/compatibility-manifest.json +0 -5
- package/.agent-context/skills/cli/.evidence/sbom-excerpt.json +0 -10
- package/.agent-context/skills/cli/.evidence/test-report.json +0 -8
- package/.agent-context/skills/cli/CHANGELOG.md +0 -6
- package/.agent-context/skills/cli/README.md +0 -56
- package/.agent-context/skills/cli/compatibility-manifest.json +0 -8
- package/.agent-context/skills/cli/init.md +0 -38
- package/.agent-context/skills/cli/output.md +0 -36
- package/.agent-context/skills/cli/package.json +0 -5
- package/.agent-context/skills/cli/safety-telemetry.md +0 -39
- package/.agent-context/skills/cli/tests/.gitkeep +0 -1
- package/.agent-context/skills/cli/upgrade.md +0 -38
- package/.agent-context/skills/cli.md +0 -32
- package/.agent-context/skills/distribution/.evidence/compatibility-manifest.json +0 -9
- package/.agent-context/skills/distribution/.evidence/sbom-excerpt.json +0 -6
- package/.agent-context/skills/distribution/.evidence/test-report.json +0 -8
- package/.agent-context/skills/distribution/CHANGELOG.md +0 -7
- package/.agent-context/skills/distribution/README.md +0 -27
- package/.agent-context/skills/distribution/compatibility-manifest.json +0 -8
- package/.agent-context/skills/distribution/compatibility.md +0 -32
- package/.agent-context/skills/distribution/package.json +0 -5
- package/.agent-context/skills/distribution/provenance-attestation.md +0 -47
- package/.agent-context/skills/distribution/publish.md +0 -37
- package/.agent-context/skills/distribution/rollback.md +0 -32
- package/.agent-context/skills/distribution/tests/.gitkeep +0 -1
- package/.agent-context/skills/distribution.md +0 -32
- package/.agent-context/skills/frontend/.evidence/compatibility-manifest.json +0 -9
- package/.agent-context/skills/frontend/.evidence/sbom-excerpt.json +0 -6
- package/.agent-context/skills/frontend/.evidence/test-report.json +0 -8
- package/.agent-context/skills/frontend/CHANGELOG.md +0 -7
- package/.agent-context/skills/frontend/README.md +0 -50
- package/.agent-context/skills/frontend/accessibility.md +0 -107
- package/.agent-context/skills/frontend/compatibility-manifest.json +0 -8
- package/.agent-context/skills/frontend/conversion-clarity.md +0 -51
- package/.agent-context/skills/frontend/motion.md +0 -67
- package/.agent-context/skills/frontend/package.json +0 -5
- package/.agent-context/skills/frontend/performance.md +0 -63
- package/.agent-context/skills/frontend/responsive-delivery.md +0 -41
- package/.agent-context/skills/frontend/tests/.gitkeep +0 -1
- package/.agent-context/skills/frontend/ui-architecture.md +0 -128
- package/.agent-context/skills/frontend.md +0 -40
- package/.agent-context/skills/fullstack/.evidence/compatibility-manifest.json +0 -9
- package/.agent-context/skills/fullstack/.evidence/sbom-excerpt.json +0 -6
- package/.agent-context/skills/fullstack/.evidence/test-report.json +0 -8
- package/.agent-context/skills/fullstack/CHANGELOG.md +0 -7
- package/.agent-context/skills/fullstack/README.md +0 -27
- package/.agent-context/skills/fullstack/compatibility-manifest.json +0 -8
- package/.agent-context/skills/fullstack/contracts.md +0 -53
- package/.agent-context/skills/fullstack/end-to-end.md +0 -42
- package/.agent-context/skills/fullstack/feature-slicing.md +0 -65
- package/.agent-context/skills/fullstack/package.json +0 -5
- package/.agent-context/skills/fullstack/release-coordination.md +0 -51
- package/.agent-context/skills/fullstack/tests/.gitkeep +0 -1
- package/.agent-context/skills/fullstack.md +0 -30
- package/.agent-context/skills/index.json +0 -107
- package/.agent-context/skills/review-quality/.evidence/compatibility-manifest.json +0 -9
- package/.agent-context/skills/review-quality/.evidence/sbom-excerpt.json +0 -6
- package/.agent-context/skills/review-quality/.evidence/test-report.json +0 -8
- package/.agent-context/skills/review-quality/CHANGELOG.md +0 -7
- package/.agent-context/skills/review-quality/README.md +0 -27
- package/.agent-context/skills/review-quality/benchmark.md +0 -30
- package/.agent-context/skills/review-quality/compatibility-manifest.json +0 -8
- package/.agent-context/skills/review-quality/package.json +0 -5
- package/.agent-context/skills/review-quality/planning.md +0 -38
- package/.agent-context/skills/review-quality/release-decision.md +0 -49
- package/.agent-context/skills/review-quality/security.md +0 -34
- package/.agent-context/skills/review-quality/tests/.gitkeep +0 -1
- package/.agent-context/skills/review-quality.md +0 -34
- package/.agent-context/stacks/csharp.md +0 -149
- package/.agent-context/stacks/flutter.md +0 -16
- package/.agent-context/stacks/go.md +0 -181
- package/.agent-context/stacks/java.md +0 -135
- package/.agent-context/stacks/php.md +0 -192
- package/.agent-context/stacks/python.md +0 -153
- package/.agent-context/stacks/react-native.md +0 -16
- package/.agent-context/stacks/ruby.md +0 -80
- package/.agent-context/stacks/rust.md +0 -86
- package/.agent-context/stacks/typescript.md +0 -317
- package/.agent-context/state/skill-platform.json +0 -38
- package/lib/cli/skill-selector.mjs +0 -232
- package/lib/cli/templates/api-contract.md.id.tmpl +0 -143
- package/lib/cli/templates/api-contract.md.tmpl +0 -143
- package/lib/cli/templates/architecture-decision-record.md.id.tmpl +0 -106
- package/lib/cli/templates/architecture-decision-record.md.tmpl +0 -145
- package/lib/cli/templates/database-schema.md.id.tmpl +0 -74
- package/lib/cli/templates/database-schema.md.tmpl +0 -74
- package/lib/cli/templates/flow-overview.md.id.tmpl +0 -118
- package/lib/cli/templates/flow-overview.md.tmpl +0 -131
- package/lib/cli/templates/project-brief.md.id.tmpl +0 -55
- package/lib/cli/templates/project-brief.md.tmpl +0 -79
- package/scripts/init-project.ps1 +0 -105
- package/scripts/init-project.sh +0 -131
- package/scripts/skill-tier-policy.mjs +0 -76
- package/scripts/trust-scorer.mjs +0 -119
package/AGENTS.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Adapter Mode: thin
|
|
4
4
|
Adapter Source: .instructions.md
|
|
5
|
-
Canonical Snapshot SHA256:
|
|
5
|
+
Canonical Snapshot SHA256: 354edbbfaedec284ddcc6d4a5bb5393a7f5385650d1a6ae84a2d9633b5a6d10d
|
|
6
6
|
|
|
7
7
|
This file is an adapter entrypoint for agent discovery.
|
|
8
8
|
The canonical policy source is [.instructions.md](.instructions.md).
|
|
@@ -11,13 +11,11 @@ The canonical policy source is [.instructions.md](.instructions.md).
|
|
|
11
11
|
|
|
12
12
|
1. Load [.instructions.md](.instructions.md) first as the single source of truth.
|
|
13
13
|
2. Read baseline governance from [.agent-context/rules/](.agent-context/rules).
|
|
14
|
-
3.
|
|
15
|
-
4.
|
|
16
|
-
5.
|
|
17
|
-
6.
|
|
18
|
-
7.
|
|
19
|
-
8. Read change-risk maps from [.agent-context/state/](.agent-context/state).
|
|
20
|
-
9. Enforce policy thresholds from [.agent-context/policies/](.agent-context/policies).
|
|
14
|
+
3. Apply request templates from [.agent-context/prompts/](.agent-context/prompts).
|
|
15
|
+
4. Enforce review contracts from [.agent-context/review-checklists/](.agent-context/review-checklists).
|
|
16
|
+
5. Read change-risk maps and continuity state from [.agent-context/state/](.agent-context/state).
|
|
17
|
+
6. Enforce policy thresholds from [.agent-context/policies/](.agent-context/policies).
|
|
18
|
+
7. Use dynamic stack and architecture reasoning from project context docs and live research signals.
|
|
21
19
|
|
|
22
20
|
## Trigger Rules
|
|
23
21
|
|
|
@@ -25,4 +23,4 @@ The canonical policy source is [.instructions.md](.instructions.md).
|
|
|
25
23
|
- Refactor or fix requests: propose plan first, then execute safely.
|
|
26
24
|
- Completion: run [.agent-context/review-checklists/pr-checklist.md](.agent-context/review-checklists/pr-checklist.md) before declaring done.
|
|
27
25
|
|
|
28
|
-
If this adapter drifts from canonical behavior, refresh from [.instructions.md](.instructions.md) and update the hash metadata.
|
|
26
|
+
If this adapter drifts from canonical behavior, refresh from [.instructions.md](.instructions.md) and update the hash metadata.
|
package/CONTRIBUTING.md
CHANGED
|
@@ -9,8 +9,8 @@ Thanks for wanting to make AI agents write better code. Here's how to contribute
|
|
|
9
9
|
| Type | Where | Description |
|
|
10
10
|
|------|-------|-------------|
|
|
11
11
|
| New rule | `.agent-context/rules/` | Universal engineering standard |
|
|
12
|
-
|
|
|
13
|
-
|
|
|
12
|
+
| Stack strategy update | `.agent-context/rules/`, `.agent-context/state/stack-research-snapshot.json` | Dynamic language/runtime guidance and evidence |
|
|
13
|
+
| Architecture playbook update | `.agent-context/prompts/`, `lib/cli/compiler.mjs` | Dynamic scaffolding and project-context guidance |
|
|
14
14
|
| New checklist | `.agent-context/review-checklists/` | Self-audit guide |
|
|
15
15
|
| State intelligence update | `.agent-context/state/` | Architecture boundaries and dependency map |
|
|
16
16
|
| Override policy update | `.agent-override.md` | Scoped enterprise rule exceptions |
|
|
@@ -44,36 +44,23 @@ If all three are "yes", it belongs here.
|
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
47
|
-
## How to Add
|
|
48
|
-
|
|
49
|
-
1.
|
|
50
|
-
2.
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
- Import conventions
|
|
55
|
-
- Async patterns
|
|
56
|
-
- Preferred libraries with justification
|
|
57
|
-
- Banned patterns with alternatives
|
|
58
|
-
3. Update `AGENTS.md` to add the new stack to the manifest table
|
|
59
|
-
4. Run `bun scripts/validate.ts` to verify everything links correctly
|
|
60
|
-
5. Open a PR
|
|
47
|
+
## How to Add or Adjust Stack Strategy Signals (e.g., Python)
|
|
48
|
+
|
|
49
|
+
1. Update relevant universal guidance in `.agent-context/rules/` (typing, validation, architecture constraints).
|
|
50
|
+
2. Add or adjust measurable stack evidence in `.agent-context/state/stack-research-snapshot.json`.
|
|
51
|
+
3. Update stack-facing wording in prompts or CLI output when behavior changes.
|
|
52
|
+
4. Run `npm run validate` to verify references and policy checks.
|
|
53
|
+
5. Open a PR.
|
|
61
54
|
|
|
62
55
|
---
|
|
63
56
|
|
|
64
|
-
## How to Add
|
|
65
|
-
|
|
66
|
-
1.
|
|
67
|
-
2.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
- Environment validation setup
|
|
72
|
-
- Error handling setup
|
|
73
|
-
- Scaffolding checklist
|
|
74
|
-
3. Update `AGENTS.md` manifest
|
|
75
|
-
4. Update `prompts/init-project.md` available blueprints table
|
|
76
|
-
5. Validate and PR
|
|
57
|
+
## How to Add or Adjust Architecture Playbooks
|
|
58
|
+
|
|
59
|
+
1. Update the architecture options in `.agent-context/prompts/init-project.md` and related discovery guidance.
|
|
60
|
+
2. Update compiler/init behavior if generated project-context guidance or bootstrap flow changes.
|
|
61
|
+
3. Keep transport/service/repository separation and validation boundaries explicit in examples.
|
|
62
|
+
4. Run `npm run validate` and `npm test`.
|
|
63
|
+
5. Open a PR.
|
|
77
64
|
|
|
78
65
|
---
|
|
79
66
|
|
|
@@ -96,7 +83,7 @@ If all three are "yes", it belongs here.
|
|
|
96
83
|
1. **Fork** the repository
|
|
97
84
|
2. **Branch** from `main`: `feat/add-python-stack` or `docs/fix-security-typo`
|
|
98
85
|
3. **Write** your content following the quality standard above
|
|
99
|
-
4. **Validate**: `
|
|
86
|
+
4. **Validate**: `npm run validate` must pass
|
|
100
87
|
5. **Commit** with Conventional Commits: `feat(stacks): add Python profile`
|
|
101
88
|
6. **Open PR** with:
|
|
102
89
|
- What you added/changed
|
|
@@ -123,7 +110,7 @@ git clone https://github.com/fatidaprilian/Agentic-Senior-Core.git
|
|
|
123
110
|
cd Agentic-Senior-Core
|
|
124
111
|
|
|
125
112
|
# Validate
|
|
126
|
-
|
|
113
|
+
npm run validate
|
|
127
114
|
|
|
128
115
|
# Test interactive CLI
|
|
129
116
|
node ./bin/agentic-senior-core.js init /tmp/test-project
|
package/README.md
CHANGED
|
@@ -10,56 +10,30 @@
|
|
|
10
10
|
**Production-grade Rules Engine (Governance Engine) for AI coding agents.**
|
|
11
11
|
Works with Cursor, Windsurf, GitHub Copilot, Claude Code, Gemini, and other LLM-powered IDE workflows.
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
---
|
|
13
|
+
Latest release: 3.0.2 (2026-04-18).
|
|
16
14
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
That one command initializes your project with compiled rules, review checklists, and state context.
|
|
24
|
-
|
|
25
|
-
Golden Standard mode is now the default path: init applies the recommended quality profile automatically, without a beginner/balanced/strict prompt on first run.
|
|
26
|
-
|
|
27
|
-
Optional team default path:
|
|
28
|
-
|
|
29
|
-
```bash
|
|
30
|
-
npx @ryuenn3123/agentic-senior-core init --profile-pack startup
|
|
31
|
-
```
|
|
15
|
+
Highlights in 3.0.0:
|
|
16
|
+
- Universal IDE adapter surface is completed and synchronized through thin adapters.
|
|
17
|
+
- Scoped auto-docs sync rollout is active with explicit phase-1 boundaries and precision/recall evidence.
|
|
18
|
+
- Init and scaffolding flow is slimmer, template-free on active path, and validated by deterministic release gates.
|
|
32
19
|
|
|
33
|
-
|
|
20
|
+
</div>
|
|
34
21
|
|
|
35
|
-
|
|
36
|
-
npx @ryuenn3123/agentic-senior-core init --project-description "Machine learning API for fraud detection"
|
|
37
|
-
```
|
|
22
|
+
---
|
|
38
23
|
|
|
39
|
-
Default init path now attempts trusted realtime stack research first (with automatic snapshot fallback):
|
|
40
24
|
|
|
41
|
-
|
|
42
|
-
npx @ryuenn3123/agentic-senior-core init --project-description "Event-driven payments platform"
|
|
43
|
-
```
|
|
25
|
+
## 60-Second Start
|
|
44
26
|
|
|
45
|
-
Force deterministic snapshot-only mode:
|
|
46
27
|
|
|
47
28
|
```bash
|
|
48
|
-
npx @ryuenn3123/agentic-senior-core init
|
|
29
|
+
npx @ryuenn3123/agentic-senior-core init
|
|
49
30
|
```
|
|
50
31
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
```bash
|
|
54
|
-
npx @ryuenn3123/agentic-senior-core init --project-description "Modern conversion-focused product website" --architect-research-mode realtime --enable-realtime-research --architect-realtime-signal-file ./realtime-signals.json
|
|
55
|
-
```
|
|
32
|
+
One command to initialize rules, checklists, and strict AI coding guidelines context for your project.
|
|
56
33
|
|
|
57
|
-
|
|
34
|
+
> **See [docs/deep-dive.md](docs/deep-dive.md) and [docs/roadmap.md](docs/roadmap.md) for advanced configuration, architect mode, snapshot, and realtime options.**
|
|
58
35
|
|
|
59
|
-
-
|
|
60
|
-
- On first IDE chat, execute `bootstrap-project-context.md` when `docs/project-brief.md` is missing.
|
|
61
|
-
- For UI-first projects, execute `bootstrap-design.md` when `docs/DESIGN.md` is missing.
|
|
62
|
-
- The assistant should synthesize docs from scratch into `docs/` and treat them as living context.
|
|
36
|
+
- This command writes `.agent-context/state/v3-purge-audit.json` and reports whether static directory deletion is safe.
|
|
63
37
|
|
|
64
38
|
---
|
|
65
39
|
|
|
@@ -99,10 +73,10 @@ If you see `Property $schema is not allowed`, keep `.vscode/mcp.json` without `$
|
|
|
99
73
|
|
|
100
74
|
| Command | Purpose |
|
|
101
75
|
|---------|---------|
|
|
102
|
-
| `agentic-senior-core init` | Initialize
|
|
76
|
+
| `agentic-senior-core init` | Initialize strict AI coding guidelines (Federated Governance baseline) |
|
|
103
77
|
| `agentic-senior-core upgrade --dry-run` | Preview safe upgrades |
|
|
104
78
|
| `agentic-senior-core optimize --show` | Show token optimization state |
|
|
105
|
-
| `
|
|
79
|
+
| `npm run audit:v3-purge` | Run deep purge readiness audit (no deletion) |
|
|
106
80
|
| `agentic-senior-core mcp` | Start local MCP stdio runtime |
|
|
107
81
|
|
|
108
82
|
---
|
|
@@ -116,6 +90,9 @@ npx @ryuenn3123/agentic-senior-core upgrade --yes
|
|
|
116
90
|
|
|
117
91
|
Use `--dry-run` first to preview changes safely, then apply with `--yes`.
|
|
118
92
|
|
|
93
|
+
Upgrade now performs managed-surface synchronization by default: obsolete governance files under managed paths are pruned so the pack stays aligned with the latest release.
|
|
94
|
+
Use `--no-prune` if you want to keep legacy managed files.
|
|
95
|
+
|
|
119
96
|
---
|
|
120
97
|
|
|
121
98
|
## Terminology Mapping (Final)
|
|
@@ -134,9 +111,6 @@ Full mapping reference: docs/terminology-mapping.md
|
|
|
134
111
|
|
|
135
112
|
## Reference Docs
|
|
136
113
|
|
|
137
|
-
- GitHub Template: https://github.com/fatidaprilian/Agentic-Senior-Core/generate
|
|
138
|
-
- Windows bootstrap script: scripts/init-project.ps1
|
|
139
|
-
- Linux/macOS bootstrap script: scripts/init-project.sh
|
|
140
114
|
- FAQ: docs/faq.md
|
|
141
115
|
- Deep dive internals: docs/deep-dive.md
|
|
142
116
|
- V2 upgrade playbook: docs/v2-upgrade-playbook.md
|
|
@@ -15,7 +15,6 @@ import { runMcpServerCommand } from '../lib/cli/commands/mcp.mjs';
|
|
|
15
15
|
import { runOptimizeCommand, parseOptimizeArguments } from '../lib/cli/commands/optimize.mjs';
|
|
16
16
|
import { runInitCommand, parseInitArguments } from '../lib/cli/commands/init.mjs';
|
|
17
17
|
import { runUpgradeCommand, parseUpgradeArguments } from '../lib/cli/commands/upgrade.mjs';
|
|
18
|
-
import { runSkillCommand } from '../lib/cli/skill-selector.mjs';
|
|
19
18
|
|
|
20
19
|
async function main() {
|
|
21
20
|
const commandArgument = process.argv[2];
|
|
@@ -36,11 +35,6 @@ async function main() {
|
|
|
36
35
|
return;
|
|
37
36
|
}
|
|
38
37
|
|
|
39
|
-
if (commandArgument === 'skill') {
|
|
40
|
-
await runSkillCommand(commandArguments);
|
|
41
|
-
return;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
38
|
if (commandArgument === 'upgrade') {
|
|
45
39
|
const upgradeOptions = parseUpgradeArguments(commandArguments);
|
|
46
40
|
await runUpgradeCommand(upgradeOptions.targetDirectory, upgradeOptions);
|