sdd-cli 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +16 -42
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # sdd-cli
2
2
 
3
- SDD-first, AI-native CLI to take a requirement from discovery to "done" with clean code, tests, and traceable docs. Built for teams that want a repeatable, end-to-end delivery framework powered by intelligent prompts and multi-agent coordination.
3
+ Specification-driven delivery CLI that turns requirements into specs, architecture, tests, and traceable docs.
4
+
5
+ ## Repository overview
6
+
7
+ This repo hosts the CLI implementation, domain flows, templates, schemas, and structured documentation for the SDD workflow.
4
8
 
5
9
  ## Vision (think pyramids)
6
10
 
@@ -16,32 +20,35 @@ Deep process, commands, interactions, and diagrams live in:
16
20
  - `docs/ARCHITECTURE.md`
17
21
  - `docs/SDD_CHECKLIST.md`
18
22
  - `docs/GLOSSARY.md`
19
- - `docs/FLOW_COVERAGE.md`
20
23
  - `docs/VALIDATION_CHECKLIST.md`
21
24
  - `docs/FLOW_TEMPLATE_MAP.md`
22
25
  - `docs/GATE_PROMPT_MATRIX.md`
23
26
  - `docs/TEMPLATE_LINT_RULES.md`
24
- - `docs/GATE_COVERAGE_REPORT.md`
25
27
  - `docs/FLOW_GATE_MAP.md`
26
- - `docs/SPEC_COMPLETENESS_REPORT.md`
27
28
  - `docs/FLOW_COMPLIANCE_CHECKLIST.md`
28
29
  - `docs/RELEASE_READINESS_CHECKLIST.md`
29
- - `docs/QUALITY_SCORE_RUBRIC.md`
30
30
  - `docs/AUTOMATION_OUTLINE.md`
31
- - `docs/PROMPT_COVERAGE_REPORT.md`
32
31
  - `docs/GATE_SCHEMA_MAP.md`
33
32
  - `docs/GATE_TEMPLATE_MAP.md`
34
33
  - `docs/KNOWLEDGE_MODE_CHECKLIST.md`
35
- - `docs/GATE_TEMPLATE_COVERAGE_REPORT.md`
36
34
  - `docs/DOMAIN_COMPLETENESS_CHECKLIST.md`
37
- - `docs/PROMPT_AUDIT_REPORT.md`
38
- - `docs/PACK_COVERAGE_REPORT.md`
39
35
  - `docs/IMPLEMENTATION_PLAN.md`
40
36
  - `docs/CLEAN_ARCHITECTURE_CHECKLIST.md`
41
37
  - `docs/REQUIREMENTS_ALIGNMENT.md`
42
38
  - `docs/GITFLOW.md`
43
39
  - `docs/RELEASE_PROCESS.md`
44
40
 
41
+ Reports live in:
42
+ - `docs/reports/E2E_REPORT.md`
43
+ - `docs/reports/FLOW_COVERAGE.md`
44
+ - `docs/reports/GATE_COVERAGE_REPORT.md`
45
+ - `docs/reports/GATE_TEMPLATE_COVERAGE_REPORT.md`
46
+ - `docs/reports/PACK_COVERAGE_REPORT.md`
47
+ - `docs/reports/PROMPT_AUDIT_REPORT.md`
48
+ - `docs/reports/PROMPT_COVERAGE_REPORT.md`
49
+ - `docs/reports/QUALITY_SCORE_RUBRIC.md`
50
+ - `docs/reports/SPEC_COMPLETENESS_REPORT.md`
51
+
45
52
  Examples and templates:
46
53
  - `examples/transcripts/`
47
54
  - `examples/artifacts/`
@@ -568,36 +575,3 @@ These are opinionated, real-world flows that demonstrate how the CLI should be u
568
575
  - Design Thinking: https://www.interaction-design.org/literature/topics/design-thinking
569
576
  - CRISP-DM: https://www.ibm.com/docs/en/spss-modeler/18.2.2?topic=dm-crisp
570
577
 
571
-
572
-
573
-
574
-
575
-
576
-
577
-
578
-
579
-
580
-
581
-
582
-
583
-
584
-
585
-
586
-
587
-
588
-
589
-
590
-
591
-
592
-
593
-
594
-
595
-
596
-
597
-
598
-
599
-
600
-
601
-
602
-
603
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdd-cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "SDD-first, AI-native CLI for end-to-end delivery.",
5
5
  "homepage": "https://github.com/jdsalasca/sdd-tool#readme",
6
6
  "repository": {