spec-driven-development 0.0.0-canary-20251226144930 → 0.0.0-canary-20260113173657
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 +121 -32
- package/README.md +123 -562
- package/bin/contractspec.mjs +1 -1
- package/package.json +8 -6
- package/AGENT_MODES.md +0 -247
- package/QUICK_REFERENCE.md +0 -209
- package/QUICK_START.md +0 -174
package/CHANGELOG.md
CHANGED
|
@@ -1,68 +1,157 @@
|
|
|
1
1
|
# spec-driven-development
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
3
|
+
## 0.0.0-canary-20260113173657
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- caf8701: feat: add cli vibe command to run workflow
|
|
8
|
+
- c69b849: feat: add api web services (mcp & website)
|
|
9
|
+
- 42b8d78: feat: add cli `contractspec vibe` workflow to simplify usage
|
|
10
|
+
- fd38e85: feat: auto-fix contractspec issues
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- e7ded36: feat: improve stability (adding ts-morph)
|
|
15
|
+
- c231a8b: test: improve workspace stability
|
|
16
|
+
- Updated dependencies [e7ded36]
|
|
17
|
+
- Updated dependencies [caf8701]
|
|
18
|
+
- Updated dependencies [c69b849]
|
|
19
|
+
- Updated dependencies [c231a8b]
|
|
20
|
+
- Updated dependencies [42b8d78]
|
|
21
|
+
- Updated dependencies [fd38e85]
|
|
22
|
+
- @contractspec/app.cli-contractspec@0.0.0-canary-20260113173657
|
|
23
|
+
|
|
24
|
+
## 1.46.2
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 7e21625: feat: library services (landing page & api)
|
|
29
|
+
- Updated dependencies [7e21625]
|
|
30
|
+
- @contractspec/app.cli-contractspec@1.46.2
|
|
31
|
+
|
|
32
|
+
## 1.46.1
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- 2d8a72b: fix: mcp for presentation
|
|
37
|
+
- Updated dependencies [2d8a72b]
|
|
38
|
+
- @contractspec/app.cli-contractspec@1.46.1
|
|
39
|
+
|
|
40
|
+
## 1.46.0
|
|
41
|
+
|
|
42
|
+
### Minor Changes
|
|
43
|
+
|
|
44
|
+
- 07cb19b: feat: feat: cleaude code & opencode integrations
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- Updated dependencies [07cb19b]
|
|
49
|
+
- @contractspec/app.cli-contractspec@1.46.0
|
|
50
|
+
|
|
51
|
+
## 1.45.6
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- a913074: feat: improve ai agents rules management"
|
|
56
|
+
- Updated dependencies [a913074]
|
|
57
|
+
- @contractspec/app.cli-contractspec@1.45.6
|
|
58
|
+
|
|
59
|
+
## 1.45.5
|
|
4
60
|
|
|
5
61
|
### Patch Changes
|
|
6
62
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies [
|
|
9
|
-
- @
|
|
63
|
+
- 9ddd7fa: feat: improve versioning
|
|
64
|
+
- Updated dependencies [9ddd7fa]
|
|
65
|
+
- @contractspec/app.cli-contractspec@1.45.5
|
|
10
66
|
|
|
11
|
-
## 1.
|
|
67
|
+
## 1.45.4
|
|
12
68
|
|
|
13
69
|
### Patch Changes
|
|
14
70
|
|
|
15
|
-
-
|
|
16
|
-
- Updated dependencies
|
|
17
|
-
- @
|
|
71
|
+
- fix: github action
|
|
72
|
+
- Updated dependencies
|
|
73
|
+
- @contractspec/app.cli-contractspec@1.45.4
|
|
18
74
|
|
|
19
|
-
## 1.
|
|
75
|
+
## 1.45.3
|
|
20
76
|
|
|
21
77
|
### Patch Changes
|
|
22
78
|
|
|
23
|
-
-
|
|
24
|
-
- Updated dependencies [
|
|
25
|
-
- @
|
|
79
|
+
- e74ea9e: feat: version management
|
|
80
|
+
- Updated dependencies [e74ea9e]
|
|
81
|
+
- @contractspec/app.cli-contractspec@1.45.3
|
|
26
82
|
|
|
27
|
-
## 1.
|
|
83
|
+
## 1.45.2
|
|
28
84
|
|
|
29
85
|
### Patch Changes
|
|
30
86
|
|
|
31
|
-
-
|
|
32
|
-
- Updated dependencies [
|
|
33
|
-
- @
|
|
87
|
+
- 39ca241: code cleaning
|
|
88
|
+
- Updated dependencies [39ca241]
|
|
89
|
+
- @contractspec/app.cli-contractspec@1.45.2
|
|
34
90
|
|
|
35
|
-
## 1.
|
|
91
|
+
## 1.45.1
|
|
36
92
|
|
|
37
93
|
### Patch Changes
|
|
38
94
|
|
|
39
|
-
-
|
|
40
|
-
- Updated dependencies
|
|
41
|
-
- @
|
|
95
|
+
- feat: improve app config and examples contracts
|
|
96
|
+
- Updated dependencies
|
|
97
|
+
- @contractspec/app.cli-contractspec@1.45.1
|
|
98
|
+
|
|
99
|
+
## 1.45.0
|
|
100
|
+
|
|
101
|
+
### Minor Changes
|
|
102
|
+
|
|
103
|
+
- e73ca1d: feat: improve app config and examples contracts
|
|
104
|
+
feat: Contract layers support (features, examples, app-configs)
|
|
42
105
|
|
|
43
|
-
|
|
106
|
+
### New CLI Commands
|
|
107
|
+
- `contractspec list layers` - List all contract layers with filtering
|
|
108
|
+
|
|
109
|
+
### Enhanced Commands
|
|
110
|
+
- `contractspec ci` - New `layers` check category validates features/examples/config
|
|
111
|
+
- `contractspec doctor` - New `layers` health checks
|
|
112
|
+
- `contractspec integrity` - Now shows layer statistics
|
|
113
|
+
|
|
114
|
+
### New APIs
|
|
115
|
+
- `discoverLayers()` - Scan workspace for all layer files
|
|
116
|
+
- `scanExampleSource()` - Parse ExampleSpec from source code
|
|
117
|
+
- `isExampleFile()` - Check if file is an example spec
|
|
44
118
|
|
|
45
119
|
### Patch Changes
|
|
46
120
|
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
- @lssm/app.cli-contractspec@1.42.2
|
|
121
|
+
- Updated dependencies [e73ca1d]
|
|
122
|
+
- @contractspec/app.cli-contractspec@1.45.0
|
|
50
123
|
|
|
51
|
-
## 1.
|
|
124
|
+
## 1.44.1
|
|
52
125
|
|
|
53
126
|
### Patch Changes
|
|
54
127
|
|
|
55
|
-
-
|
|
56
|
-
- Updated dependencies [
|
|
57
|
-
- @
|
|
128
|
+
- 3c594fb: fix
|
|
129
|
+
- Updated dependencies [3c594fb]
|
|
130
|
+
- @contractspec/app.cli-contractspec@1.44.1
|
|
58
131
|
|
|
59
|
-
## 1.
|
|
132
|
+
## 1.44.0
|
|
60
133
|
|
|
61
134
|
### Minor Changes
|
|
62
135
|
|
|
63
|
-
-
|
|
136
|
+
- 5f3a868: chore: isolate branding to contractspec.io
|
|
137
|
+
|
|
138
|
+
### Patch Changes
|
|
139
|
+
|
|
140
|
+
- Updated dependencies [5f3a868]
|
|
141
|
+
- @contractspec/app.cli-contractspec@1.44.0
|
|
142
|
+
|
|
143
|
+
## 1.43.4
|
|
144
|
+
|
|
145
|
+
### Patch Changes
|
|
146
|
+
|
|
147
|
+
- 9216062: fix: cross-platform compatibility
|
|
148
|
+
- Updated dependencies [9216062]
|
|
149
|
+
- @contractspec/app.cli-contractspec@1.43.4
|
|
150
|
+
|
|
151
|
+
## 1.43.3
|
|
64
152
|
|
|
65
153
|
### Patch Changes
|
|
66
154
|
|
|
67
|
-
-
|
|
68
|
-
|
|
155
|
+
- 24d9759: improve documentation
|
|
156
|
+
- Updated dependencies [24d9759]
|
|
157
|
+
- @contractspec/app.cli-contractspec@1.43.3
|