specky-sdd 3.3.0 → 3.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.
- package/CHANGELOG.md +81 -0
- package/README.md +44 -60
- package/SECURITY.md +7 -7
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/schemas/utility.js.map +1 -1
- package/dist/services/cognitive-debt-engine.js.map +1 -1
- package/dist/services/dependency-graph.d.ts.map +1 -1
- package/dist/services/dependency-graph.js.map +1 -1
- package/dist/services/diagram-generator.js +4 -4
- package/dist/services/diagram-generator.js.map +1 -1
- package/dist/services/doc-generator.js +1 -1
- package/dist/services/doc-generator.js.map +1 -1
- package/dist/services/document-converter.d.ts +1 -2
- package/dist/services/document-converter.d.ts.map +1 -1
- package/dist/services/document-converter.js +15 -8
- package/dist/services/document-converter.js.map +1 -1
- package/dist/services/git-manager.d.ts.map +1 -1
- package/dist/services/iac-generator.js +1 -1
- package/dist/services/iac-generator.js.map +1 -1
- package/dist/services/methodology.d.ts.map +1 -1
- package/dist/services/methodology.js.map +1 -1
- package/dist/services/pbt-generator.js +3 -3
- package/dist/services/pbt-generator.js.map +1 -1
- package/dist/services/rate-limiter.d.ts +1 -2
- package/dist/services/rate-limiter.d.ts.map +1 -1
- package/dist/services/rate-limiter.js +2 -4
- package/dist/services/rate-limiter.js.map +1 -1
- package/dist/services/state-machine.d.ts +1 -1
- package/dist/services/state-machine.d.ts.map +1 -1
- package/dist/services/state-machine.js +1 -1
- package/dist/services/state-machine.js.map +1 -1
- package/dist/services/template-engine.d.ts +1 -2
- package/dist/services/template-engine.d.ts.map +1 -1
- package/dist/services/template-engine.js +2 -4
- package/dist/services/template-engine.js.map +1 -1
- package/dist/services/test-generator.js +1 -1
- package/dist/services/test-generator.js.map +1 -1
- package/dist/services/transcript-parser.d.ts +1 -1
- package/dist/services/transcript-parser.d.ts.map +1 -1
- package/dist/services/transcript-parser.js +15 -8
- package/dist/services/transcript-parser.js.map +1 -1
- package/dist/services/work-item-exporter.d.ts +1 -1
- package/dist/services/work-item-exporter.d.ts.map +1 -1
- package/dist/services/work-item-exporter.js +1 -1
- package/dist/services/work-item-exporter.js.map +1 -1
- package/dist/tools/analysis.d.ts +1 -1
- package/dist/tools/analysis.d.ts.map +1 -1
- package/dist/tools/analysis.js +1 -1
- package/dist/tools/analysis.js.map +1 -1
- package/dist/tools/checkpoint.d.ts.map +1 -1
- package/dist/tools/checkpoint.js.map +1 -1
- package/dist/tools/environment.d.ts.map +1 -1
- package/dist/tools/environment.js.map +1 -1
- package/dist/tools/infrastructure.d.ts.map +1 -1
- package/dist/tools/infrastructure.js +2 -3
- package/dist/tools/infrastructure.js.map +1 -1
- package/dist/tools/input.js +2 -2
- package/dist/tools/input.js.map +1 -1
- package/dist/tools/integration.d.ts +1 -1
- package/dist/tools/integration.d.ts.map +1 -1
- package/dist/tools/integration.js +1 -1
- package/dist/tools/integration.js.map +1 -1
- package/dist/tools/pipeline.js +3 -3
- package/dist/tools/pipeline.js.map +1 -1
- package/dist/tools/response-builder.d.ts.map +1 -1
- package/dist/tools/transcript.js +1 -1
- package/dist/tools/transcript.js.map +1 -1
- package/dist/tools/turnkey.d.ts +1 -1
- package/dist/tools/turnkey.d.ts.map +1 -1
- package/dist/tools/turnkey.js +2 -2
- package/dist/tools/turnkey.js.map +1 -1
- package/dist/tools/visualization.d.ts.map +1 -1
- package/dist/tools/visualization.js.map +1 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,54 @@ All notable changes to Specky are documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.3.0] - 2026-04-14
|
|
9
|
+
|
|
10
|
+
### Plugin Architecture (APM)
|
|
11
|
+
|
|
12
|
+
- **APM distribution**: Specky is now installable via `apm install paulasilvatech/specky` — the official Agent Package Manager from Microsoft ([install APM](https://microsoft.github.io/apm/getting-started/installation/) first)
|
|
13
|
+
- **`apm.yml`**: Root-level manifest with MCP server dependency (`npx specky-sdd@latest`)
|
|
14
|
+
- **`plugin.json`**: Root-level plugin descriptor with 13 agents, 22 commands, 8 skills
|
|
15
|
+
- **Root-level primitives**: All agents, commands, skills, and hooks moved from `plugins/specky-sdd/` to repo root (APM convention)
|
|
16
|
+
- **`.npmignore`**: Excludes APM primitives from npm tarball — npm gets only the MCP engine
|
|
17
|
+
|
|
18
|
+
### 13 Agents
|
|
19
|
+
|
|
20
|
+
- `@specky-orchestrator`, `@specky-onboarding`, `@sdd-init`, `@sdd-clarify`, `@requirements-engineer`, `@research-analyst`, `@spec-engineer`, `@design-architect`, `@task-planner`, `@implementer`, `@test-verifier`, `@quality-reviewer`, `@release-engineer`
|
|
21
|
+
- Each agent loads a companion SKILL.md as its first step (lean agent + rich skill pattern)
|
|
22
|
+
|
|
23
|
+
### 22 Prompts
|
|
24
|
+
|
|
25
|
+
- Phase prompts for all 10 pipeline phases plus utility prompts (see `commands/` for full list): `/specky-onboarding`, `/specky-greenfield`, `/specky-brownfield`, `/specky-from-meeting`, `/specky-from-figma`, `/specky-research`, `/specky-clarify`, `/specky-specify`, `/specky-design`, `/specky-tasks`, `/specky-implement`, `/specky-verify`
|
|
26
|
+
|
|
27
|
+
### 8 Skills
|
|
28
|
+
|
|
29
|
+
- Domain knowledge for every pipeline stage: `sdd-pipeline`, `sdd-markdown-standard`, `research-analyst`, `implementer`, `test-verifier`, `release-engineer`, `specky-orchestrator`, `specky-onboarding`
|
|
30
|
+
|
|
31
|
+
### 14 Hooks
|
|
32
|
+
|
|
33
|
+
- Pre/post automation for every phase: artifact validation, branch checks, LGTM gates, security scan, spec sync, drift monitor
|
|
34
|
+
- `sdd-hooks.json` configuration with phase-to-hook mapping
|
|
35
|
+
|
|
36
|
+
### Gitflow-SDD Branching
|
|
37
|
+
|
|
38
|
+
- Branch-aware pipeline: `spec/NNN` → `develop` → `stage` → `main`
|
|
39
|
+
- Phase 9 (Release) enforces branching strategy with blocking gates
|
|
40
|
+
|
|
41
|
+
### Site & Branding
|
|
42
|
+
|
|
43
|
+
- **getspecky.ai**: Custom domain live on GitHub Pages
|
|
44
|
+
- **Plugin-first messaging**: Hero, features, install sections all updated to plugin product positioning
|
|
45
|
+
- **"What is a Plugin?" section**: Educational content explaining agents, prompts, skills, hooks, MCP servers, and APM distribution
|
|
46
|
+
- **Comparison table**: Side-by-side vs Kiro, Cursor, Windsurf, Antigravity
|
|
47
|
+
|
|
48
|
+
### Documentation
|
|
49
|
+
|
|
50
|
+
- **README**: Plugin-first hero, APM install as primary Quick Start, "What is a Plugin?" section
|
|
51
|
+
- **GETTING-STARTED**: Plugin intro, APM section, "What is a Plugin?" with primitives table
|
|
52
|
+
- **CONTRIBUTING**: Updated to v3.3.x architecture
|
|
53
|
+
- **SECURITY**: Version references updated to 3.3.0
|
|
54
|
+
- **All version references**: Aligned to 3.3.0 across all files
|
|
55
|
+
|
|
8
56
|
## [3.2.2] - 2026-04-13
|
|
9
57
|
|
|
10
58
|
### Documentation (npm republish)
|
|
@@ -54,6 +102,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
54
102
|
### Enterprise Security Hardening
|
|
55
103
|
|
|
56
104
|
#### Rate Limiting (opt-in)
|
|
105
|
+
|
|
57
106
|
- **`RateLimiter` service**: Token bucket algorithm — no external deps, pure TypeScript
|
|
58
107
|
- HTTP transport now supports `rate_limit.enabled: true` in `.specky/config.yml`
|
|
59
108
|
- Config: `max_requests_per_minute` (default 60), `burst` (default 10)
|
|
@@ -61,18 +110,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
61
110
|
- stdio mode bypasses rate limiting by design (single-session, process-isolated)
|
|
62
111
|
|
|
63
112
|
#### State File Integrity
|
|
113
|
+
|
|
64
114
|
- **`StateMachine.saveState()`** now writes HMAC-SHA256 signature to `.sdd-state.json.sig`
|
|
65
115
|
- **`StateMachine.loadState()`** verifies signature on every load — tamper warning to stderr on mismatch
|
|
66
116
|
- Key: `SDD_STATE_KEY` env var, or derived from workspace path using SHA-256
|
|
67
117
|
- Missing `.sig` treated as unverified (no warning) — backward-compatible with pre-v3.2.0 state files
|
|
68
118
|
|
|
69
119
|
#### Enhanced Audit Logger
|
|
120
|
+
|
|
70
121
|
- **Hash-chaining**: every `AuditEntry` includes `previous_hash` (SHA-256 of previous line, seed `specky-audit-v1`)
|
|
71
122
|
- **Log rotation**: rotates `.audit.jsonl` → `.audit.jsonl.1` when `audit.max_file_size_mb` exceeded (default 10 MB)
|
|
72
123
|
- **Syslog export**: RFC 5424 format written to `.audit.syslog` when `audit.export_format: syslog`
|
|
73
124
|
- **OTLP stub**: `audit.export_format: otlp` logs placeholder — implementation in next release
|
|
74
125
|
|
|
75
126
|
#### RBAC Foundation (opt-in)
|
|
127
|
+
|
|
76
128
|
- **`RbacEngine` service**: `viewer` / `contributor` / `admin` roles; disabled by default
|
|
77
129
|
- **`sdd_check_access`** (NEW tool #57): Returns active role, per-tool access check, full role summary
|
|
78
130
|
- Role enforcement via `SDD_ROLE` env var or `rbac.default_role` in config
|
|
@@ -80,11 +132,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
80
132
|
- Config: `rbac.enabled: true`, `rbac.default_role: contributor`
|
|
81
133
|
|
|
82
134
|
#### Config Extension
|
|
135
|
+
|
|
83
136
|
- `.specky/config.yml` now supports nested blocks: `rate_limit:`, `audit:`, `rbac:`
|
|
84
137
|
- Parser upgraded to handle indented YAML child keys (dot-notation flattening)
|
|
85
138
|
- All new options opt-in with safe defaults — existing behavior unchanged from v3.1.0
|
|
86
139
|
|
|
87
140
|
### NPM-as-Default Migration
|
|
141
|
+
|
|
88
142
|
- Global install (`npm install -g specky-sdd`) is now the recommended installation method
|
|
89
143
|
- npx retained as an "alternative" option for per-workspace and convenience use
|
|
90
144
|
- All docs updated: README.md, GETTING-STARTED.md, SYSTEM-DESIGN.md, ONBOARDING.md, SECURITY.md
|
|
@@ -92,10 +146,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
92
146
|
- New "NPX Supply Chain Risk" + "MCP Security Framework Compliance" sections in SECURITY.md
|
|
93
147
|
|
|
94
148
|
### Security Documentation
|
|
149
|
+
|
|
95
150
|
- **CoSAI MCP Security White Paper** — full T-01 through T-12 threat coverage table in SECURITY.md
|
|
96
151
|
- **OWASP MCP Top 10** — M1 through M10 coverage table in SECURITY.md
|
|
97
152
|
|
|
98
153
|
### Tests
|
|
154
|
+
|
|
99
155
|
- 561 tests (+54): `rate-limiter.test.ts` (11), `state-integrity.test.ts` (8), `audit-enhanced.test.ts` (12), `rbac-engine.test.ts` (15), plus existing suite maintained at 100%
|
|
100
156
|
|
|
101
157
|
---
|
|
@@ -105,36 +161,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
105
161
|
### Intelligence Layer (Specs 003–007)
|
|
106
162
|
|
|
107
163
|
#### Model Routing Guidance (Spec 003)
|
|
164
|
+
|
|
108
165
|
- **`sdd_model_routing`** (NEW tool #54): Returns the full 10-phase model routing decision table with optimal model, mode, extended thinking settings, arXiv evidence, and cost savings calculator
|
|
109
166
|
- **`model_routing_hint`** field added to ALL 55 tool responses via `buildToolResponse()` — every response now tells the AI client which model to use for the current phase
|
|
110
167
|
- Complexity override: `implement`/`design` phases with >10 files escalate to Opus automatically
|
|
111
168
|
- `ModelRoutingEngine` service with empirically-grounded ROUTING_TABLE (arXiv:2601.08419)
|
|
112
169
|
|
|
113
170
|
#### Context Tiering (Spec 004)
|
|
171
|
+
|
|
114
172
|
- **`sdd_context_status`** (NEW tool #55): Returns Hot/Domain/Cold tier assignment for all spec artifacts with estimated token savings
|
|
115
173
|
- **`context_load_summary`** field added to ALL 55 tool responses — shows which files are loaded per call
|
|
116
174
|
- `ContextTieringEngine` service: CONSTITUTION.md=Hot, SPEC/DESIGN/TASKS=Domain, ANALYSIS/CHECKLIST/etc=Cold
|
|
117
175
|
- Token estimation: `Math.ceil(content.length / 4)` — matches GPT/Claude tokenization heuristic
|
|
118
176
|
|
|
119
177
|
#### Cognitive Debt Metrics (Spec 005)
|
|
178
|
+
|
|
120
179
|
- **`cognitive_debt`** field in `sdd_metrics` and `sdd_get_status` responses (when gate history available)
|
|
121
180
|
- Gate instrumentation in `sdd_advance_phase`: records mtime-based modified/unmodified detection per gate
|
|
122
181
|
- `CognitiveDebtEngine` service: LGTM-without-modification rate as cognitive surrender signal; score = `(lgtm_rate × 0.6) + (delta_normalized × 0.4)`, labels: healthy/caution/high_risk
|
|
123
182
|
- Warning shown in `sdd_advance_phase` response when unmodified approval is detected
|
|
124
183
|
|
|
125
184
|
#### Verified Test Loop (Spec 006)
|
|
185
|
+
|
|
126
186
|
- **`TestResultParser`** service: auto-detects and parses Vitest JSON, pytest JSON, and JUnit XML into normalized `TestResult[]`
|
|
127
187
|
- **`TestTraceabilityMapper`** service: maps test names to REQ-XXX IDs via `// REQ-XXX` comment convention, builds per-requirement coverage report and failure details with `suggested_fix_prompt`
|
|
128
188
|
- `sdd_verify_tests` enhanced: adds `enhanced_coverage` (per-requirement breakdown) and `failure_details` to response when parsers are wired
|
|
129
189
|
- JUnit XML parser bug fixed: self-closing `<testcase .../>` was greedily consumed by open-tag alternative, merging two testcases; fixed with negative lookbehind `(?<!\/)`
|
|
130
190
|
|
|
131
191
|
#### Intent Drift Detection (Spec 007)
|
|
192
|
+
|
|
132
193
|
- **`intent_drift`** report in `sdd_check_sync` and `sdd_metrics` responses
|
|
133
194
|
- **`drift_amendment_suggestion`** in `sdd_amend` response when last drift score > 40 — lists orphaned constitutional principles with recommended spec actions
|
|
134
195
|
- `IntentDriftEngine` service: extracts principles from CONSTITUTION.md `## Article` sections, keyword-overlap coverage detection (≥2 keywords threshold), trend analysis (improving/stable/worsening) over last 3 DriftSnapshots
|
|
135
196
|
- `drift_history` stored in `.sdd-state.json` (FIFO, max 100 entries)
|
|
136
197
|
|
|
137
198
|
### Stats
|
|
199
|
+
|
|
138
200
|
- **56 tools** (was 53, corrected to 56 — sdd_metrics, sdd_validate_ears, sdd_check_ecosystem were already implemented but undercounted): +sdd_model_routing, +sdd_context_status, count reconciled
|
|
139
201
|
- **24 services** (was 18): +ModelRoutingEngine, +ContextTieringEngine, +CognitiveDebtEngine, +IntentDriftEngine, +TestResultParser, +TestTraceabilityMapper
|
|
140
202
|
- **507 unit tests** across 30 test files (was 321 across 22 files)
|
|
@@ -145,22 +207,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
145
207
|
## [3.0.0] - 2026-03-26
|
|
146
208
|
|
|
147
209
|
### Pipeline Validation & Enforcement
|
|
210
|
+
|
|
148
211
|
- **Phase validation on every tool**: `validatePhaseForTool()` maps 53 tools to allowed pipeline phases; tools called out-of-order return structured errors with fix guidance
|
|
149
212
|
- **Gate decision enforcement**: `advancePhase()` now blocks advancement past Analyze if gate decision is BLOCK or CHANGES_NEEDED; only APPROVE allows progression
|
|
150
213
|
- **Clarify phase fix**: `sdd_clarify` now properly completes the Clarify phase (was stuck in `in_progress`)
|
|
151
214
|
- **Proper state transitions**: `sdd_auto_pipeline` and `sdd_turnkey_spec` now use `advancePhase()` instead of direct state manipulation
|
|
152
215
|
|
|
153
216
|
### Software Engineering Diagrams (10 → 17 types)
|
|
217
|
+
|
|
154
218
|
- **7 new diagram types**: C4 Component (L3), C4 Code (L4), Activity, Use Case, Data Flow (DFD), Deployment, Network Topology
|
|
155
219
|
- **`generateAllDiagrams()`** now generates up to 16 diagrams per feature automatically
|
|
156
220
|
- **Schema updated**: `diagram_type` enum expanded from 10 to 17 types
|
|
157
221
|
|
|
158
222
|
### System Design Completeness (6 → 12 sections)
|
|
223
|
+
|
|
159
224
|
- **Design template expanded**: System Context (C4 L1), Container Architecture (C4 L2), Component Design (C4 L3), Code-Level Design (C4 L4), System Diagrams, Data Model, API Contracts, Infrastructure & Deployment, Security Architecture, ADRs, Error Handling, Cross-Cutting Concerns
|
|
160
225
|
- **9 new optional fields** in `writeDesignInputSchema` for backward compatibility
|
|
161
226
|
- **Design completeness validation**: `validateDesignCompleteness()` scores DESIGN.md against 12 required sections
|
|
162
227
|
|
|
163
228
|
### Enriched Interactive Responses (ALL 53 tools)
|
|
229
|
+
|
|
164
230
|
- **`enrichResponse()`**: Every tool response now includes phase progress bar, educational notes, methodology tips, handoff context, and parallel execution hints
|
|
165
231
|
- **`enrichStateless()`**: Utility tools without phase context get educational notes and common mistakes
|
|
166
232
|
- **`buildPhaseError()`**: Structured phase validation errors with fix guidance and methodology context
|
|
@@ -168,17 +234,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
168
234
|
- **`DependencyGraph`** service: Parallel execution groups for all 10 phases, tool dependency mapping, execution plans
|
|
169
235
|
|
|
170
236
|
### Parallel Documentation Generation
|
|
237
|
+
|
|
171
238
|
- **`sdd_generate_all_docs`** (NEW tool #53): Generates 5 doc types in parallel via `Promise.all()`
|
|
172
239
|
- **`generateJourneyDocs()`**: New SDD Journey document capturing complete pipeline audit trail (phases, timestamps, gate decisions, traceability)
|
|
173
240
|
- **DocGenerator wired with StateMachine** for phase-aware documentation
|
|
174
241
|
|
|
175
242
|
### Active Hooks (6 → 7)
|
|
243
|
+
|
|
176
244
|
- **`auto-checkpoint.sh`** (NEW): Suggests checkpoint creation when spec artifacts are modified
|
|
177
245
|
- **`security-scan.sh`** now BLOCKS (exit 2) when hardcoded secrets detected
|
|
178
246
|
- **`spec-sync.sh`** enhanced with drift detection and spec-reference checking
|
|
179
247
|
- **`auto-docs.sh`** enhanced with modification tracking via `.doc-tracker.json`
|
|
180
248
|
|
|
181
249
|
### Interactive Commands (12 rewritten)
|
|
250
|
+
|
|
182
251
|
- All 12 `/sdd:*` commands rewritten with step-by-step educational guidance
|
|
183
252
|
- Every step explains "What's happening" and "Why it matters"
|
|
184
253
|
- WAIT/LGTM gates at all quality checkpoints
|
|
@@ -186,6 +255,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
186
255
|
- Error recovery sections with guidance back on track
|
|
187
256
|
|
|
188
257
|
### New Files
|
|
258
|
+
|
|
189
259
|
- `src/services/methodology.ts` — Educational content service (static, no dependencies)
|
|
190
260
|
- `src/services/dependency-graph.ts` — Parallel execution graph (static, no dependencies)
|
|
191
261
|
- `src/tools/response-builder.ts` — Response enrichment (enrichResponse, enrichStateless, buildPhaseError)
|
|
@@ -193,6 +263,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
193
263
|
- `.claude/hooks/auto-checkpoint.sh` — Auto-checkpoint hook
|
|
194
264
|
|
|
195
265
|
### Stats
|
|
266
|
+
|
|
196
267
|
- **53 tools** (was 52), **17 diagram types** (was 10), **22 templates** (was 21), **7 hooks** (was 6)
|
|
197
268
|
- **18 services** (was 16): +MethodologyGuide, +DependencyGraph
|
|
198
269
|
- **321 unit tests**, all passing
|
|
@@ -201,12 +272,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
201
272
|
## [2.3.1] - 2026-03-25
|
|
202
273
|
|
|
203
274
|
### Changed
|
|
275
|
+
|
|
204
276
|
- Added Specky MCP logo and icon (PNG 256x256 + 128x128) for VS Code MCP Gallery and npm
|
|
205
277
|
- Configured "icon" field in package.json
|
|
206
278
|
|
|
207
279
|
## [2.3.0] - 2026-03-24
|
|
208
280
|
|
|
209
281
|
### Added
|
|
282
|
+
|
|
210
283
|
- `sdd_turnkey_spec` tool — generates complete EARS specification from a natural language description with auto-extracted requirements, EARS pattern classification, acceptance criteria generation, NFR inference, and clarification questions
|
|
211
284
|
- `sdd_generate_pbt` tool — generates property-based tests using fast-check (TypeScript) or Hypothesis (Python), extracting 6 property types from EARS requirements: invariant, state_transition, conditional, negative, round_trip, idempotence
|
|
212
285
|
- `sdd_checkpoint` tool — creates named snapshots of all spec artifacts and pipeline state for safe rollback
|
|
@@ -222,6 +295,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
222
295
|
- `tests/integration/checkpoint-e2e.test.ts` — 9 integration test cases for checkpoint create/restore/list with real filesystem
|
|
223
296
|
|
|
224
297
|
### Changed
|
|
298
|
+
|
|
225
299
|
- MCP tool count: 47 → 52
|
|
226
300
|
- Claude Code commands: 7 → 12
|
|
227
301
|
- Test suite expanded: 211 → 292 tests across 19 files
|
|
@@ -238,6 +312,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
238
312
|
## [2.2.0] - 2026-03-24
|
|
239
313
|
|
|
240
314
|
### Added
|
|
315
|
+
|
|
241
316
|
- `sdd_generate_tests` tool — generates test stubs from acceptance criteria for 6 frameworks (vitest, jest, playwright, pytest, junit, xunit)
|
|
242
317
|
- `sdd_verify_tests` tool — verifies test results JSON against specification requirements, reports traceability coverage
|
|
243
318
|
- `.specky/config.yml` support — project-local configuration for templates path, default framework, compliance frameworks, audit toggle
|
|
@@ -249,6 +324,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
249
324
|
- `templates/test-stub.md` template for generated test files
|
|
250
325
|
|
|
251
326
|
### Changed
|
|
327
|
+
|
|
252
328
|
- Test suite expanded: 120 → 211 tests across 16 files
|
|
253
329
|
- Coverage improved: 38% → 89% lines (threshold: 80%)
|
|
254
330
|
- MCP tool count: 44 → 47
|
|
@@ -257,6 +333,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
257
333
|
## [2.1.0] - 2026-03-21
|
|
258
334
|
|
|
259
335
|
### Added
|
|
336
|
+
|
|
260
337
|
- `sdd_check_ecosystem` tool — detects installed MCP servers and recommends complementary ones
|
|
261
338
|
- `sdd_validate_ears` tool — batch EARS requirement validation with pattern classification
|
|
262
339
|
- `recommended_servers` field in tool outputs for MCP ecosystem guidance
|
|
@@ -266,12 +343,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
266
343
|
- `CHANGELOG.md` (this file)
|
|
267
344
|
|
|
268
345
|
### Changed
|
|
346
|
+
|
|
269
347
|
- Tool count: 42 → 44
|
|
270
348
|
- Updated `CLAUDE.md` to reflect v2.1.0 tools and version history
|
|
271
349
|
|
|
272
350
|
## [2.0.0] - 2026-03-21
|
|
273
351
|
|
|
274
352
|
### Added
|
|
353
|
+
|
|
275
354
|
- **25 new MCP tools** (17 → 42 total)
|
|
276
355
|
- **3 new pipeline phases**: Discover, Clarify, Release (7 → 10 phases)
|
|
277
356
|
- **8 new services**: DocumentConverter, DiagramGenerator, IacGenerator, WorkItemExporter, CrossAnalyzer, ComplianceEngine, DocGenerator, GitManager
|
|
@@ -294,6 +373,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
294
373
|
- Docker-based local development environment setup
|
|
295
374
|
|
|
296
375
|
### Changed
|
|
376
|
+
|
|
297
377
|
- Pipeline expanded from 7 to 10 phases
|
|
298
378
|
- State machine updated for new phase transitions
|
|
299
379
|
- All schemas updated to use `.strict()` mode
|
|
@@ -303,6 +383,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
303
383
|
## [1.0.0] - 2026-03-20
|
|
304
384
|
|
|
305
385
|
### Added
|
|
386
|
+
|
|
306
387
|
- Initial release of Specky MCP server
|
|
307
388
|
- 17 MCP tools across 4 tool files
|
|
308
389
|
- 7-phase pipeline: Init, Discover, Specify, Clarify, Design, Tasks, Analyze
|
package/README.md
CHANGED
|
@@ -15,11 +15,21 @@
|
|
|
15
15
|
|
|
16
16
|
<p>
|
|
17
17
|
<a href="https://www.npmjs.com/package/specky-sdd"><img src="https://img.shields.io/npm/v/specky-sdd?style=flat-square&color=7c3aed" alt="npm"/></a>
|
|
18
|
+
<a href="https://www.npmjs.com/package/specky-sdd"><img src="https://img.shields.io/npm/dm/specky-sdd?style=flat-square&color=6d28d9" alt="npm downloads"/></a>
|
|
18
19
|
<a href="https://github.com/paulasilvatech/specky/actions/workflows/ci.yml"><img src="https://github.com/paulasilvatech/specky/actions/workflows/ci.yml/badge.svg" alt="CI"/></a>
|
|
19
20
|
<a href="https://securityscorecards.dev/viewer/?uri=github.com/paulasilvatech/specky"><img src="https://api.securityscorecards.dev/projects/github.com/paulasilvatech/specky/badge" alt="OpenSSF Scorecard"/></a>
|
|
20
21
|
<a href="https://github.com/paulasilvatech/specky"><img src="https://img.shields.io/github/stars/paulasilvatech/specky?style=flat-square&color=6d28d9" alt="Stars"/></a>
|
|
21
22
|
</p>
|
|
22
23
|
|
|
24
|
+
<p>
|
|
25
|
+
<img src="https://img.shields.io/badge/TypeScript-strict-3178c6?style=flat-square&logo=typescript&logoColor=white" alt="TypeScript Strict"/>
|
|
26
|
+
<img src="https://img.shields.io/badge/dependencies-2-green?style=flat-square" alt="2 Dependencies"/>
|
|
27
|
+
<img src="https://img.shields.io/badge/APM-compatible-7c3aed?style=flat-square" alt="APM Compatible"/>
|
|
28
|
+
<img src="https://img.shields.io/badge/OWASP_MCP-Top_10-green?style=flat-square" alt="OWASP MCP Top 10"/>
|
|
29
|
+
<img src="https://img.shields.io/node/v/specky-sdd?style=flat-square&color=5b21b6" alt="Node.js"/>
|
|
30
|
+
<a href="https://github.com/paulasilvatech/specky/issues"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square" alt="PRs Welcome"/></a>
|
|
31
|
+
</p>
|
|
32
|
+
|
|
23
33
|
<p>
|
|
24
34
|
<a href="https://getspecky.ai">Website</a> ·
|
|
25
35
|
<a href="GETTING-STARTED.md">Getting Started</a> ·
|
|
@@ -80,13 +90,19 @@ The MCP engine is the runtime. The plugin is the product.
|
|
|
80
90
|
|
|
81
91
|
### How to install
|
|
82
92
|
|
|
83
|
-
Specky is distributed via [APM](https://microsoft.github.io/apm/) (Agent Package Manager) —
|
|
93
|
+
Specky is distributed via [APM](https://microsoft.github.io/apm/) (Agent Package Manager) — Microsoft's open-source dependency manager for AI agents:
|
|
84
94
|
|
|
85
95
|
```bash
|
|
96
|
+
# Install APM (one-time) — pick one:
|
|
97
|
+
curl -sSL https://aka.ms/apm-unix | sh # macOS / Linux
|
|
98
|
+
brew install microsoft/apm/apm # Homebrew
|
|
99
|
+
irm https://aka.ms/apm-windows | iex # Windows PowerShell
|
|
100
|
+
|
|
101
|
+
# Then install Specky:
|
|
86
102
|
apm install paulasilvatech/specky
|
|
87
103
|
```
|
|
88
104
|
|
|
89
|
-
This
|
|
105
|
+
This installs all 13 agents, 22 prompts, 8 skills, 14 hooks, configures the MCP server, and generates a lock file (`apm.lock.yaml`) for version reproducibility. No configuration drift across your team. See [APM installation docs](https://microsoft.github.io/apm/getting-started/installation/) for more options.
|
|
90
106
|
|
|
91
107
|
|
|
92
108
|
## Why Specifications Matter in the AI Era
|
|
@@ -113,7 +129,7 @@ The result? Teams spend 40% of their time on rework because requirements were ne
|
|
|
113
129
|
| **MCP** | Model Context Protocol — an open standard that lets AI assistants call external tools | Specky is an MCP server; any AI IDE can connect to it |
|
|
114
130
|
| **EARS Notation** | A method for writing requirements that forces precision with 6 patterns | Eliminates vague statements like "the system should be fast" |
|
|
115
131
|
| **Agents and Skills** | Specialized AI roles that invoke Specky tools with domain expertise | 13 agents + 8 skills orchestrate the full pipeline |
|
|
116
|
-
| **Plugins** | A complete AI development package: agents + prompts + skills + hooks + MCP server | Installed via [APM](https://microsoft.github.io/apm/) —
|
|
132
|
+
| **Plugins** | A complete AI development package: agents + prompts + skills + hooks + MCP server | Installed via [APM](https://microsoft.github.io/apm/) — Microsoft's dependency manager for AI agents |
|
|
117
133
|
|
|
118
134
|
### How Specky Enforces Determinism
|
|
119
135
|
|
|
@@ -143,7 +159,7 @@ Specky adds a **deterministic engine** between your intent and your code:
|
|
|
143
159
|
| 6 compliance frameworks | HIPAA, SOC2, GDPR, PCI-DSS, ISO 27001 built-in |
|
|
144
160
|
| Cross-artifact traceability | Requirement to design to task to test to code |
|
|
145
161
|
| Gitflow-SDD branching | spec/NNN → develop → stage → main |
|
|
146
|
-
| APM distribution | `apm install paulasilvatech/specky` — one command
|
|
162
|
+
| APM distribution | `apm install paulasilvatech/specky` — one command (requires [APM](https://microsoft.github.io/apm/getting-started/installation/)) |
|
|
147
163
|
| Works in any MCP host | VS Code + Copilot, Claude Code, Cursor, Windsurf, or any MCP client |
|
|
148
164
|
| Zero outbound network calls | Fully air-gapped, code never leaves your machine |
|
|
149
165
|
| MIT open source | Fork it, extend it, audit it. No vendor lock, no seat pricing |
|
|
@@ -158,58 +174,14 @@ Specky adds a **deterministic engine** between your intent and your code:
|
|
|
158
174
|
|
|
159
175
|
### Install the Plugin
|
|
160
176
|
|
|
161
|
-
#### Via APM
|
|
162
|
-
|
|
163
|
-
```bash
|
|
164
|
-
apm install paulasilvatech/specky
|
|
165
|
-
```
|
|
166
|
-
|
|
167
|
-
One command: installs 13 agents, 22 prompts, 8 skills, 14 hooks + configures the MCP server. [Install APM](https://microsoft.github.io/apm/getting-started/installation/) if you don't have it.
|
|
168
|
-
|
|
169
|
-
#### Via curl installer (no APM required)
|
|
170
|
-
|
|
171
|
-
```bash
|
|
172
|
-
cd your-project/
|
|
173
|
-
bash <(curl -sL https://raw.githubusercontent.com/paulasilvatech/specky/main/install.sh)
|
|
174
|
-
```
|
|
175
|
-
|
|
176
|
-
#### Via Copilot CLI (skills only)
|
|
177
|
-
|
|
178
|
-
```bash
|
|
179
|
-
copilot plugin install paulasilvatech/specky
|
|
180
|
-
```
|
|
181
|
-
|
|
182
|
-
<details>
|
|
183
|
-
<summary><strong>MCP server only (advanced — tools without agents/prompts/hooks)</strong></summary>
|
|
184
|
-
|
|
185
|
-
```bash
|
|
186
|
-
npm install -g specky-sdd
|
|
187
|
-
```
|
|
177
|
+
#### Via APM
|
|
188
178
|
|
|
189
|
-
|
|
190
|
-
```json
|
|
191
|
-
{
|
|
192
|
-
"servers": {
|
|
193
|
-
"specky": {
|
|
194
|
-
"command": "specky-sdd",
|
|
195
|
-
"env": { "SDD_WORKSPACE": "${workspaceFolder}" }
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
```
|
|
179
|
+
[Install APM](https://microsoft.github.io/apm/getting-started/installation/) first, then:
|
|
200
180
|
|
|
201
|
-
**Claude Code**:
|
|
202
181
|
```bash
|
|
203
|
-
|
|
204
|
-
```
|
|
205
|
-
|
|
206
|
-
**Docker** (HTTP mode, no Node.js):
|
|
207
|
-
```bash
|
|
208
|
-
docker run -d --name specky -p 3200:3200 -v $(pwd):/workspace ghcr.io/paulasilvatech/specky:latest
|
|
182
|
+
apm install paulasilvatech/specky
|
|
209
183
|
```
|
|
210
184
|
|
|
211
|
-
</details>
|
|
212
|
-
|
|
213
185
|
### Verify
|
|
214
186
|
|
|
215
187
|
Open Copilot Chat and type:
|
|
@@ -697,7 +669,7 @@ All artifacts are saved in [`.specs/NNN-feature/`](#where-specifications-live).
|
|
|
697
669
|
|
|
698
670
|
## All 57 Tools
|
|
699
671
|
|
|
700
|
-
### Input and Conversion (
|
|
672
|
+
### Input and Conversion (6)
|
|
701
673
|
|
|
702
674
|
| Tool | Description |
|
|
703
675
|
|------|-------------|
|
|
@@ -705,6 +677,7 @@ All artifacts are saved in [`.specs/NNN-feature/`](#where-specifications-live).
|
|
|
705
677
|
| `sdd_import_transcript` | Parse meeting transcripts (Teams, Zoom, Google Meet) |
|
|
706
678
|
| `sdd_auto_pipeline` | Any input to complete spec pipeline (all documents) |
|
|
707
679
|
| `sdd_batch_import` | Process folder of mixed documents |
|
|
680
|
+
| `sdd_batch_transcripts` | Scan folder of transcripts and run full auto-pipeline for each |
|
|
708
681
|
| `sdd_figma_to_spec` | Figma design to requirements specification |
|
|
709
682
|
|
|
710
683
|
### Pipeline Core (8)
|
|
@@ -720,7 +693,7 @@ All artifacts are saved in [`.specs/NNN-feature/`](#where-specifications-live).
|
|
|
720
693
|
| `sdd_run_analysis` | Quality gate analysis with coverage heatmap |
|
|
721
694
|
| `sdd_advance_phase` | Move to next pipeline phase |
|
|
722
695
|
|
|
723
|
-
### Quality and Validation (
|
|
696
|
+
### Quality and Validation (6)
|
|
724
697
|
|
|
725
698
|
| Tool | Description |
|
|
726
699
|
|------|-------------|
|
|
@@ -729,6 +702,7 @@ All artifacts are saved in [`.specs/NNN-feature/`](#where-specifications-live).
|
|
|
729
702
|
| `sdd_compliance_check` | HIPAA, SOC2, GDPR, PCI-DSS, ISO 27001 validation |
|
|
730
703
|
| `sdd_cross_analyze` | Spec-design-tasks alignment with consistency score |
|
|
731
704
|
| `sdd_validate_ears` | Batch EARS requirement validation |
|
|
705
|
+
| `sdd_check_sync` | Spec-vs-implementation drift detection report |
|
|
732
706
|
|
|
733
707
|
### Diagrams and Visualization (4) -- 17 Diagram Types
|
|
734
708
|
|
|
@@ -765,7 +739,7 @@ All artifacts are saved in [`.specs/NNN-feature/`](#where-specifications-live).
|
|
|
765
739
|
| `sdd_implement` | Ordered implementation plan with checkpoints |
|
|
766
740
|
| `sdd_research` | Resolve unknowns in RESEARCH.md |
|
|
767
741
|
|
|
768
|
-
### Documentation (
|
|
742
|
+
### Documentation (5)
|
|
769
743
|
|
|
770
744
|
| Tool | Description |
|
|
771
745
|
|------|-------------|
|
|
@@ -773,8 +747,9 @@ All artifacts are saved in [`.specs/NNN-feature/`](#where-specifications-live).
|
|
|
773
747
|
| `sdd_generate_api_docs` | API documentation from design |
|
|
774
748
|
| `sdd_generate_runbook` | Operational runbook |
|
|
775
749
|
| `sdd_generate_onboarding` | Developer onboarding guide |
|
|
750
|
+
| `sdd_generate_all_docs` | Generate all documentation types in parallel (docs, API, runbook, onboarding, journey) |
|
|
776
751
|
|
|
777
|
-
### Utility (
|
|
752
|
+
### Utility (6)
|
|
778
753
|
|
|
779
754
|
| Tool | Description |
|
|
780
755
|
|------|-------------|
|
|
@@ -783,6 +758,7 @@ All artifacts are saved in [`.specs/NNN-feature/`](#where-specifications-live).
|
|
|
783
758
|
| `sdd_scan_codebase` | Detect tech stack and structure |
|
|
784
759
|
| `sdd_metrics` | Project metrics dashboard |
|
|
785
760
|
| `sdd_amend` | Amend project constitution |
|
|
761
|
+
| `sdd_write_bugfix` | Generate bugfix spec with root cause analysis and test plan |
|
|
786
762
|
|
|
787
763
|
### Testing (3)
|
|
788
764
|
|
|
@@ -812,6 +788,14 @@ All artifacts are saved in [`.specs/NNN-feature/`](#where-specifications-live).
|
|
|
812
788
|
|------|-------------|
|
|
813
789
|
| `sdd_check_ecosystem` | Report recommended MCP servers with install commands |
|
|
814
790
|
|
|
791
|
+
### Governance (3)
|
|
792
|
+
|
|
793
|
+
| Tool | Description |
|
|
794
|
+
|------|-------------|
|
|
795
|
+
| `sdd_model_routing` | Model routing decision table for all 10 phases with cost analysis |
|
|
796
|
+
| `sdd_context_status` | Context tier assignment (Hot/Domain/Cold) for spec artifacts with token savings |
|
|
797
|
+
| `sdd_check_access` | RBAC access check for current role with per-tool permissions summary |
|
|
798
|
+
|
|
815
799
|
|
|
816
800
|
## The Spec-Driven Development Platform
|
|
817
801
|
|
|
@@ -850,7 +834,7 @@ Together they form the **SDD layer** of the GitHub + Microsoft enterprise platfo
|
|
|
850
834
|
}
|
|
851
835
|
```
|
|
852
836
|
|
|
853
|
-
> **Note:** This example assumes
|
|
837
|
+
> **Note:** This example assumes Specky is installed via `apm install paulasilvatech/specky`. See the [Installation](#installation) section for details.
|
|
854
838
|
|
|
855
839
|
## Project Configuration
|
|
856
840
|
|
|
@@ -1053,7 +1037,7 @@ curl http://localhost:3200/health
|
|
|
1053
1037
|
|
|
1054
1038
|
## Roadmap
|
|
1055
1039
|
|
|
1056
|
-
### v3.
|
|
1040
|
+
### v3.3 (current)
|
|
1057
1041
|
|
|
1058
1042
|
| Capability | Status |
|
|
1059
1043
|
|------------|--------|
|
|
@@ -1079,9 +1063,11 @@ curl http://localhost:3200/health
|
|
|
1079
1063
|
| MCP-to-MCP routing (GitHub, Azure DevOps, Jira, Terraform, Figma, Docker) | Stable |
|
|
1080
1064
|
| SBOM + cosign signing on Docker image | Stable |
|
|
1081
1065
|
| JSONL audit logger (optional) | Stable |
|
|
1066
|
+
| RBAC foundation (opt-in role-based access control) | Stable |
|
|
1067
|
+
| Rate limiting for HTTP transport (opt-in) | Stable |
|
|
1082
1068
|
| 507 unit tests | Stable |
|
|
1083
1069
|
|
|
1084
|
-
### v3.
|
|
1070
|
+
### v3.4+ (planned)
|
|
1085
1071
|
|
|
1086
1072
|
| Feature | Description |
|
|
1087
1073
|
|---------|-------------|
|
|
@@ -1089,10 +1075,8 @@ curl http://localhost:3200/health
|
|
|
1089
1075
|
| Observability | OpenTelemetry metrics and structured logging |
|
|
1090
1076
|
| Internationalization | Spec templates in PT-BR, ES, FR, DE, JA |
|
|
1091
1077
|
| Automated shrinking | fast-check/Hypothesis shrinking feedback into spec refinement |
|
|
1092
|
-
| RBAC | Role-based access control for phase advancement |
|
|
1093
1078
|
| Centralized audit log | SIEM-integrated tamper-evident audit trail |
|
|
1094
1079
|
| Multi-tenant | Isolated workspaces for multiple teams |
|
|
1095
|
-
| Rate limiting | Request throttling for HTTP transport |
|
|
1096
1080
|
| SSO / SAML | Federated identity for enterprise auth |
|
|
1097
1081
|
|
|
1098
1082
|
Have a feature request? [Open an issue](https://github.com/paulasilvatech/specky/issues).
|
package/SECURITY.md
CHANGED
|
@@ -4,8 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
| Version | Supported |
|
|
6
6
|
|---------|-----------|
|
|
7
|
-
| 3.
|
|
8
|
-
|
|
|
7
|
+
| 3.3.x | ✅ Active |
|
|
8
|
+
| 3.0.x–3.2.x | ✅ Security fixes only |
|
|
9
|
+
| 2.3.x | ❌ End of life |
|
|
9
10
|
| 2.0.x | ❌ End of life |
|
|
10
11
|
| 1.0.x | ❌ End of life |
|
|
11
12
|
|
|
@@ -192,16 +193,15 @@ Running `npx specky-sdd` without a pinned version downloads the latest package f
|
|
|
192
193
|
|
|
193
194
|
| Approach | Risk reduction | Notes |
|
|
194
195
|
|----------|---------------|-------|
|
|
195
|
-
| `
|
|
196
|
-
| `
|
|
197
|
-
| Docker (`ghcr.io/paulasilvatech/specky:3.
|
|
198
|
-
| `npx specky-sdd` (unversioned) | **Baseline** — re-downloads on each invocation | Avoid in production pipelines |
|
|
196
|
+
| `apm install paulasilvatech/specky` | **High** — fetches once, lock file pins version | Recommended default |
|
|
197
|
+
| `apm install paulasilvatech/specky@3.3.0` | **Higher** — version-pinned, no silent upgrades | Best for reproducible environments |
|
|
198
|
+
| Docker (`ghcr.io/paulasilvatech/specky:3.3.0`) | **Highest** — immutable image by digest | Best for CI/CD and air-gapped |
|
|
199
199
|
|
|
200
200
|
**Workspace isolation pattern** (CI/CD):
|
|
201
201
|
|
|
202
202
|
```bash
|
|
203
203
|
# Install into a local vendor directory — no global write permissions needed
|
|
204
|
-
npm install specky-sdd@3.
|
|
204
|
+
npm install specky-sdd@3.3.0 --prefix ./vendor --ignore-scripts
|
|
205
205
|
./vendor/node_modules/.bin/specky-sdd
|
|
206
206
|
```
|
|
207
207
|
|
package/dist/index.js
CHANGED
|
@@ -106,7 +106,7 @@ const docGenerator = new DocGenerator(fileManager, stateMachine);
|
|
|
106
106
|
const gitManager = new GitManager(fileManager);
|
|
107
107
|
const testGenerator = new TestGenerator(fileManager);
|
|
108
108
|
const pbtGenerator = new PbtGenerator(fileManager);
|
|
109
|
-
|
|
109
|
+
new AuditLogger(workspaceRoot, config.audit_enabled, config.audit.export_format, config.audit.max_file_size_mb);
|
|
110
110
|
const rbacEngine = new RbacEngine(config.rbac.enabled ?? false, config.rbac.default_role ?? "contributor");
|
|
111
111
|
const metricsGenerator = new MetricsGenerator(fileManager);
|
|
112
112
|
const modelRoutingEngine = new ModelRoutingEngine();
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utility.js","sourceRoot":"","sources":["../../src/schemas/utility.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,mBAAmB,
|
|
1
|
+
{"version":3,"file":"utility.js","sourceRoot":"","sources":["../../src/schemas/utility.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cognitive-debt-engine.js","sourceRoot":"","sources":["../../src/services/cognitive-debt-engine.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"cognitive-debt-engine.js","sourceRoot":"","sources":["../../src/services/cognitive-debt-engine.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAWjC,MAAM,OAAO,mBAAmB;IAC9B,cAAc,CAAC,WAA+B;QAC5C,IAAI,WAAW,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YAC7B,OAAO;gBACL,8BAA8B,EAAE,CAAC;gBACjC,4BAA4B,EAAE,CAAC;gBAC/B,oBAAoB,EAAE,CAAC;gBACvB,oBAAoB,EAAE,SAAS;gBAC/B,WAAW,EAAE,CAAC;gBACd,gBAAgB,EAAE,CAAC;aACpB,CAAC;QACJ,CAAC;QAED,MAAM,UAAU,GAAG,WAAW,CAAC,MAAM,CAAC;QACtC,MAAM,eAAe,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,MAAM,CAAC;QAC1E,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,eAAe,GAAG,UAAU,CAAC,GAAG,GAAG,CAAC,CAAC;QAElE,uEAAuE;QACvE,MAAM,SAAS,GAAG,CAAC,GAAG,WAAW,CAAC,CAAC,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC;QAChF,MAAM,WAAW,GAAG,CAAC,GAAG,WAAW,CAAC,CAAC,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,KAAK,QAAQ,CAAC,CAAC;QACjF,MAAM,SAAS,GAAG,SAAS,EAAE,SAAS,IAAI,CAAC,CAAC;QAC5C,MAAM,WAAW,GAAG,WAAW,EAAE,SAAS,IAAI,CAAC,CAAC;QAChD,MAAM,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,GAAG,WAAW,CAAC,CAAC;QAEhD,wDAAwD;QACxD,MAAM,eAAe,GAAG,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,KAAK,GAAG,SAAS,CAAC,GAAG,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACrF,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAG,GAAG,GAAG,eAAe,GAAG,GAAG,CAAC,CAAC;QAEjE,MAAM,KAAK,GACT,KAAK,IAAI,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC;QAElE,OAAO;YACL,8BAA8B,EAAE,QAAQ;YACxC,4BAA4B,EAAE,KAAK;YACnC,oBAAoB,EAAE,KAAK;YAC3B,oBAAoB,EAAE,KAAK;YAC3B,WAAW,EAAE,UAAU;YACvB,gBAAgB,EAAE,eAAe;SAClC,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,OAAe,EAAE,OAA6B;QACjE,MAAM,UAAU,GAAG,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC;QAC5C,MAAM,KAAK,CAAC,UAAU,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;QAC7C,MAAM,WAAW,GAAG,IAAI,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QACrD,MAAM,SAAS,CAAC,WAAW,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,GAAG,OAAO,EAAE,YAAY,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,EAAE,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC;IACxH,CAAC;CACF"}
|