infernoflow 0.38.8 → 0.38.10
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 +56 -331
- package/README.md +97 -321
- package/dist/lib/ai/providerRouter.mjs +1 -2
- package/dist/lib/commands/changelog.mjs +15 -20
- package/dist/lib/commands/check.mjs +3 -3
- package/dist/lib/commands/claudeMd.mjs +9 -15
- package/dist/lib/commands/context.mjs +27 -30
- package/dist/lib/commands/doctor.mjs +2 -2
- package/dist/lib/commands/graph.mjs +1 -220
- package/dist/lib/commands/log.mjs +2 -2
- package/dist/lib/commands/publish.mjs +9 -9
- package/dist/lib/commands/review.mjs +5 -5
- package/dist/lib/commands/scan.mjs +5 -11
- package/dist/lib/commands/setup.mjs +4 -5
- package/dist/lib/learning/observe.mjs +1 -1
- package/dist/lib/learning/profile.mjs +2 -2
- package/dist/templates/cursor/hooks.json +15 -15
- package/dist/templates/cursor/inferno-mcp-server.mjs +470 -634
- package/dist/templates/github-hooks/infernoflow-drafts.json +17 -17
- package/dist/templates/inferno/CHANGELOG.md +9 -9
- package/dist/templates/inferno/capabilities.json +9 -9
- package/dist/templates/inferno/contract.json +15 -15
- package/dist/templates/inferno/scenarios/happy_path.json +16 -16
- package/dist/templates/scripts/inferno-doc-gate.mjs +34 -34
- package/dist/templates/scripts/inferno-promote-draft.mjs +114 -114
- package/dist/templates/scripts/inferno-vscode-copilot-hook.mjs +204 -204
- package/package.json +2 -2
- package/scripts/postinstall.js +2 -2
- package/dist/lib/commands/adoptWizard.mjs +0 -9
- package/dist/lib/commands/agent.mjs +0 -5
- package/dist/lib/commands/ai.mjs +0 -2
- package/dist/lib/commands/ask.mjs +0 -4
- package/dist/lib/commands/audit.mjs +0 -48
- package/dist/lib/commands/ci.mjs +0 -3
- package/dist/lib/commands/cloud.mjs +0 -10
- package/dist/lib/commands/demo.mjs +0 -113
- package/dist/lib/commands/explain.mjs +0 -8
- package/dist/lib/commands/export.mjs +0 -10
- package/dist/lib/commands/feedback.mjs +0 -12
- package/dist/lib/commands/health.mjs +0 -2
- package/dist/lib/commands/link.mjs +0 -2
- package/dist/lib/commands/monorepo.mjs +0 -4
- package/dist/lib/commands/notify.mjs +0 -4
- package/dist/lib/commands/onboard.mjs +0 -4
- package/dist/lib/commands/prComment.mjs +0 -2
- package/dist/lib/commands/report.mjs +0 -76
- package/dist/lib/commands/scaffold.mjs +0 -124
- package/dist/lib/commands/scout.mjs +0 -2
- package/dist/lib/commands/share.mjs +0 -53
- package/dist/lib/commands/snapshot.mjs +0 -3
- package/dist/lib/commands/stats.mjs +0 -5
- package/dist/lib/commands/synthesize.mjs +0 -10
- package/dist/lib/commands/teamSync.mjs +0 -2
- package/dist/lib/commands/test.mjs +0 -6
- package/dist/lib/commands/theme.mjs +0 -18
- package/dist/lib/commands/uninstall.mjs +0 -13
- package/dist/lib/commands/upgrade.mjs +0 -20
- package/dist/lib/commands/version.mjs +0 -2
- package/dist/lib/commands/vibe.mjs +0 -15
- package/dist/lib/commands/watch.mjs +0 -5
- package/dist/lib/learning/patternDetector.mjs +0 -1
- package/dist/lib/learning/skillSynthesizer.mjs +0 -52
- package/dist/lib/telemetry.mjs +0 -19
- package/dist/lib/templates/index.mjs +0 -1
- package/dist/lib/theme/scanner.mjs +0 -4
- package/dist/lib/ui/errors.mjs +0 -1
- package/dist/templates/ci/github-pr-comment.yml +0 -50
- package/dist/templates/git-hooks/post-commit +0 -57
- package/dist/templates/git-hooks/pre-push +0 -43
- package/dist/templates/git-hooks/pre-stash +0 -23
- package/dist/templates/github-app/GITHUB_APP.md +0 -67
- package/dist/templates/github-app/app-manifest.json +0 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,332 +1,57 @@
|
|
|
1
|
-
# Changelog — infernoflow
|
|
2
|
-
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
###
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
- point homepage to infernoflow.dev (v0.35.9)
|
|
58
|
-
- activate Formspree feedback endpoint (v0.35.8)
|
|
59
|
-
- activate PostHog EU telemetry (v0.35.7)
|
|
60
|
-
- bump to 0.35.5 (0.35.4 already published)
|
|
61
|
-
- rewrite README to reflect all capabilities (v0.32.5)
|
|
62
|
-
- v0.32.1
|
|
63
|
-
- bump to v0.32.0
|
|
64
|
-
- bump version to 0.31.0
|
|
65
|
-
- release 0.10.24
|
|
66
|
-
- release 0.10.23
|
|
67
|
-
- release 0.10.22
|
|
68
|
-
- release 0.10.21
|
|
69
|
-
- release 0.10.20
|
|
70
|
-
- release 0.10.19
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
- Scarf analytics + telemetry UUID/timezone + feedback Formspree (v0.35.6)
|
|
75
|
-
- cloud session memory sync (v0.35.4)
|
|
76
|
-
- opt-in telemetry system (v0.35.3)
|
|
77
|
-
- stunning switch output (v0.35.2)
|
|
78
|
-
- infernoflow feedback command (v0.35.1)
|
|
79
|
-
- auto-capture git hooks + log --auto/--quiet/--source (v0.35.0)
|
|
80
|
-
- progressive disclosure — 5 core commands in --help, infernoflow commands shows full grouped list (v0.34.4)
|
|
81
|
-
- npm metadata — AI-optimized description + 20 keywords for AI-native discovery (v0.34.3)
|
|
82
|
-
- infernoflow uninstall — remove all infernoflow artifacts from a project (v0.34.1)
|
|
83
|
-
- v0.34.0 — persistent memory layer: switch session-boundary-aware, README rewrite, build fix (Sprint 8+9+10)
|
|
84
|
-
- infernoflow recap — end-of-session summary with session health score, unlogged git topics, and nudges (v0.33.7)
|
|
85
|
-
- infernoflow ask — query session memory by keyword/type, gotchas surface first (v0.33.6)
|
|
86
|
-
- infernoflow stats — value dashboard (memory, tokens injected, coverage, savings estimate) (v0.33.5)
|
|
87
|
-
- end-to-end HTTP chain tracing — resolves outbound calls to route handlers (v0.33.4)
|
|
88
|
-
- Sprint 4 — route discovery, HTTP URL extraction, entry point detection, --suggest (v0.33.3)
|
|
89
|
-
- infernoflow init --lite (3 files) + infernoflow upgrade (lite → full) (v0.33.2)
|
|
90
|
-
- infernoflow switch — AI agent handoff summary (v0.33.1)
|
|
91
|
-
- session memory (infernoflow log) + design system tracker (infernoflow theme) — capture what AI can't infer from code (v0.33.0)
|
|
92
|
-
- graph --html interactive SVG output; VS Code extension v0.5.0 with Capability Graph panel (v0.32.9)
|
|
93
|
-
- VS Code extension v0.4.0 — save-triggered contract sync
|
|
94
|
-
- ai setup numbered menu with env-var auto-detection (v0.32.3)
|
|
95
|
-
- Sprint 18C/D — dogfood capabilities.json, doctor action list, init AI nudge (v0.32.0)
|
|
96
|
-
- Sprint 18 — demo command, AI fallback nudges, test fix (v0.31.0)
|
|
97
|
-
- Sprint 17 — infernoflow test + ai commands (v0.30.0)
|
|
98
|
-
- Sprint 16C — infernoflow explain command (v0.29.0)
|
|
99
|
-
- Sprint 16B — infernoflow scaffold command (v0.28.0)
|
|
100
|
-
- Sprint 15 Liquid Layer + Sprint 16A/16D (v0.26-0.27)
|
|
101
|
-
- auto-configure Claude Code MCP + allowedTools (v0.10.25)
|
|
102
|
-
- add changelog and diff commands for enhanced version tracking
|
|
103
|
-
- add VS Code + Cursor extension
|
|
104
|
-
- add infernoflow publish command
|
|
105
|
-
- bump to 0.10.18, fix duplicate infernoDir in suggest
|
|
106
|
-
- add React-specific scanner for --adopt
|
|
107
|
-
- uninstall now removes all infernoflow artifacts completely (v0.34.2)
|
|
108
|
-
- extension sidebar icon badge — switch to createTreeView so uncovered count shows on activity bar icon
|
|
109
|
-
- graph crashes on toString() — use Map instead of plain object for funcIndex (v0.32.8)
|
|
110
|
-
- check handles bare-array capabilities.json; scenario coverage is a warning not error (v0.32.7)
|
|
111
|
-
- typo 'capabilityy' in explain file-path output
|
|
112
|
-
- explain command now accepts file paths in addition to capability IDs (v0.32.6)
|
|
113
|
-
- await import in non-async loadCapsAtRef causes syntax error (v0.32.5)
|
|
114
|
-
- add missing resolveProvider export to providerRouter.mjs (v0.32.4)
|
|
115
|
-
- Windows path bug in demo/watch/ci/monorepo/notify (v0.32.2)
|
|
116
|
-
- doctor CLI check false positive on Windows (.cmd PATH resolution)
|
|
117
|
-
- v0.37.1 — fix switch showing 0 session entries (handoff append was poisoning session boundary)
|
|
118
|
-
- v0.37.0 — Windows unicode fix, memory-first init, hot files in switch, CLAUDE.md auto-update, health score tips, icon fix, cross-platform postinstall
|
|
119
|
-
- wire Polar.sh Pro checkout — real payments live
|
|
120
|
-
- point homepage to infernoflow.dev (v0.35.9)
|
|
121
|
-
- activate Formspree feedback endpoint (v0.35.8)
|
|
122
|
-
- activate PostHog EU telemetry (v0.35.7)
|
|
123
|
-
- bump to 0.35.5 (0.35.4 already published)
|
|
124
|
-
- rewrite README to reflect all capabilities (v0.32.5)
|
|
125
|
-
- v0.32.1
|
|
126
|
-
- bump to v0.32.0
|
|
127
|
-
- bump version to 0.31.0
|
|
128
|
-
- release 0.10.24
|
|
129
|
-
- release 0.10.23
|
|
130
|
-
- release 0.10.22
|
|
131
|
-
- release 0.10.21
|
|
132
|
-
- release 0.10.20
|
|
133
|
-
- release 0.10.19
|
|
134
|
-
|
|
135
|
-
- Scarf analytics + telemetry UUID/timezone + feedback Formspree (v0.35.6)
|
|
136
|
-
- cloud session memory sync (v0.35.4)
|
|
137
|
-
- opt-in telemetry system (v0.35.3)
|
|
138
|
-
- stunning switch output (v0.35.2)
|
|
139
|
-
- infernoflow feedback command (v0.35.1)
|
|
140
|
-
- auto-capture git hooks + log --auto/--quiet/--source (v0.35.0)
|
|
141
|
-
- progressive disclosure — 5 core commands in --help, infernoflow commands shows full grouped list (v0.34.4)
|
|
142
|
-
- npm metadata — AI-optimized description + 20 keywords for AI-native discovery (v0.34.3)
|
|
143
|
-
- infernoflow uninstall — remove all infernoflow artifacts from a project (v0.34.1)
|
|
144
|
-
- v0.34.0 — persistent memory layer: switch session-boundary-aware, README rewrite, build fix (Sprint 8+9+10)
|
|
145
|
-
- infernoflow recap — end-of-session summary with session health score, unlogged git topics, and nudges (v0.33.7)
|
|
146
|
-
- infernoflow ask — query session memory by keyword/type, gotchas surface first (v0.33.6)
|
|
147
|
-
- infernoflow stats — value dashboard (memory, tokens injected, coverage, savings estimate) (v0.33.5)
|
|
148
|
-
- end-to-end HTTP chain tracing — resolves outbound calls to route handlers (v0.33.4)
|
|
149
|
-
- Sprint 4 — route discovery, HTTP URL extraction, entry point detection, --suggest (v0.33.3)
|
|
150
|
-
- infernoflow init --lite (3 files) + infernoflow upgrade (lite → full) (v0.33.2)
|
|
151
|
-
- infernoflow switch — AI agent handoff summary (v0.33.1)
|
|
152
|
-
- session memory (infernoflow log) + design system tracker (infernoflow theme) — capture what AI can't infer from code (v0.33.0)
|
|
153
|
-
- graph --html interactive SVG output; VS Code extension v0.5.0 with Capability Graph panel (v0.32.9)
|
|
154
|
-
- VS Code extension v0.4.0 — save-triggered contract sync
|
|
155
|
-
- ai setup numbered menu with env-var auto-detection (v0.32.3)
|
|
156
|
-
- Sprint 18C/D — dogfood capabilities.json, doctor action list, init AI nudge (v0.32.0)
|
|
157
|
-
- Sprint 18 — demo command, AI fallback nudges, test fix (v0.31.0)
|
|
158
|
-
- Sprint 17 — infernoflow test + ai commands (v0.30.0)
|
|
159
|
-
- Sprint 16C — infernoflow explain command (v0.29.0)
|
|
160
|
-
- Sprint 16B — infernoflow scaffold command (v0.28.0)
|
|
161
|
-
- Sprint 15 Liquid Layer + Sprint 16A/16D (v0.26-0.27)
|
|
162
|
-
- auto-configure Claude Code MCP + allowedTools (v0.10.25)
|
|
163
|
-
- add changelog and diff commands for enhanced version tracking
|
|
164
|
-
- add VS Code + Cursor extension
|
|
165
|
-
- add infernoflow publish command
|
|
166
|
-
- bump to 0.10.18, fix duplicate infernoDir in suggest
|
|
167
|
-
- add React-specific scanner for --adopt
|
|
168
|
-
- uninstall now removes all infernoflow artifacts completely (v0.34.2)
|
|
169
|
-
- extension sidebar icon badge — switch to createTreeView so uncovered count shows on activity bar icon
|
|
170
|
-
- graph crashes on toString() — use Map instead of plain object for funcIndex (v0.32.8)
|
|
171
|
-
- check handles bare-array capabilities.json; scenario coverage is a warning not error (v0.32.7)
|
|
172
|
-
- typo 'capabilityy' in explain file-path output
|
|
173
|
-
- explain command now accepts file paths in addition to capability IDs (v0.32.6)
|
|
174
|
-
- await import in non-async loadCapsAtRef causes syntax error (v0.32.5)
|
|
175
|
-
- add missing resolveProvider export to providerRouter.mjs (v0.32.4)
|
|
176
|
-
- Windows path bug in demo/watch/ci/monorepo/notify (v0.32.2)
|
|
177
|
-
- doctor CLI check false positive on Windows (.cmd PATH resolution)
|
|
178
|
-
- v0.37.1 — GitHub Action v1, fix switch session boundary bug
|
|
179
|
-
- v0.37.1 — fix switch showing 0 session entries (handoff append was poisoning session boundary)
|
|
180
|
-
- v0.37.0 — Windows unicode fix, memory-first init, hot files in switch, CLAUDE.md auto-update, health score tips, icon fix, cross-platform postinstall
|
|
181
|
-
- wire Polar.sh Pro checkout — real payments live
|
|
182
|
-
- point homepage to infernoflow.dev (v0.35.9)
|
|
183
|
-
- activate Formspree feedback endpoint (v0.35.8)
|
|
184
|
-
- activate PostHog EU telemetry (v0.35.7)
|
|
185
|
-
- bump to 0.35.5 (0.35.4 already published)
|
|
186
|
-
- rewrite README to reflect all capabilities (v0.32.5)
|
|
187
|
-
- v0.32.1
|
|
188
|
-
- bump to v0.32.0
|
|
189
|
-
- bump version to 0.31.0
|
|
190
|
-
- release 0.10.24
|
|
191
|
-
- release 0.10.23
|
|
192
|
-
- release 0.10.22
|
|
193
|
-
- release 0.10.21
|
|
194
|
-
- release 0.10.20
|
|
195
|
-
- release 0.10.19
|
|
196
|
-
|
|
197
|
-
- v0.37.3 — remove @scarf/scarf to fix Windows install hang
|
|
198
|
-
|
|
199
|
-
- v0.37.3 — remove Scarf, zero-dep install, no more Windows hang
|
|
200
|
-
- v0.37.3 — remove @scarf/scarf to fix Windows install hang
|
|
201
|
-
|
|
202
|
-
- v0.37.4
|
|
203
|
-
- v0.37.3 — remove Scarf, zero-dep install, no more Windows hang
|
|
204
|
-
- v0.37.3 — remove @scarf/scarf to fix Windows install hang
|
|
205
|
-
|
|
206
|
-
- v0.38.0 — cloud login, auto-push to Supabase on every log
|
|
207
|
-
- v0.37.4
|
|
208
|
-
- v0.37.3 — remove Scarf, zero-dep install, no more Windows hang
|
|
209
|
-
- v0.37.3 — remove @scarf/scarf to fix Windows install hang
|
|
210
|
-
|
|
211
|
-
- v0.38.0 — cloud login + auto-push to Supabase on every log
|
|
212
|
-
- v0.38.0 — cloud login, auto-push to Supabase on every log
|
|
213
|
-
- v0.37.4
|
|
214
|
-
- v0.37.3 — remove Scarf, zero-dep install, no more Windows hang
|
|
215
|
-
- v0.37.3 — remove @scarf/scarf to fix Windows install hang
|
|
216
|
-
|
|
217
|
-
- v0.38.1
|
|
218
|
-
- v0.38.0 — cloud login + auto-push to Supabase on every log
|
|
219
|
-
- v0.38.0 — cloud login, auto-push to Supabase on every log
|
|
220
|
-
- v0.37.4
|
|
221
|
-
- v0.37.3 — remove Scarf, zero-dep install, no more Windows hang
|
|
222
|
-
- v0.37.3 — remove @scarf/scarf to fix Windows install hang
|
|
223
|
-
|
|
224
|
-
- v0.38.2 — fix login PKCE flow
|
|
225
|
-
- v0.38.1
|
|
226
|
-
- v0.38.0 — cloud login + auto-push to Supabase on every log
|
|
227
|
-
- v0.38.0 — cloud login, auto-push to Supabase on every log
|
|
228
|
-
- v0.37.4
|
|
229
|
-
- v0.37.3 — remove Scarf, zero-dep install, no more Windows hang
|
|
230
|
-
- v0.37.3 — remove @scarf/scarf to fix Windows install hang
|
|
231
|
-
|
|
232
|
-
- v0.38.4 — login via GitHub Device Flow, no redirects
|
|
233
|
-
- v0.38.3 — fix login: use implicit flow
|
|
234
|
-
- v0.38.2 — fix login PKCE flow
|
|
235
|
-
- v0.38.1
|
|
236
|
-
- v0.38.0 — cloud login + auto-push to Supabase on every log
|
|
237
|
-
- v0.38.0 — cloud login, auto-push to Supabase on every log
|
|
238
|
-
- v0.37.4
|
|
239
|
-
- v0.37.3 — remove Scarf, zero-dep install, no more Windows hang
|
|
240
|
-
- v0.37.3 — remove @scarf/scarf to fix Windows install hang
|
|
241
|
-
|
|
242
|
-
- v0.38.5 — fix cloud push: use anon key + user_token
|
|
243
|
-
- v0.38.4 — login via GitHub Device Flow, no redirects
|
|
244
|
-
- v0.38.3 — fix login: use implicit flow
|
|
245
|
-
- v0.38.2 — fix login PKCE flow
|
|
246
|
-
- v0.38.1
|
|
247
|
-
- v0.38.0 — cloud login + auto-push to Supabase on every log
|
|
248
|
-
- v0.38.0 — cloud login, auto-push to Supabase on every log
|
|
249
|
-
- v0.37.4
|
|
250
|
-
- v0.37.3 — remove Scarf, zero-dep install, no more Windows hang
|
|
251
|
-
- v0.37.3 — remove @scarf/scarf to fix Windows install hang
|
|
252
|
-
|
|
253
|
-
- v0.38.6
|
|
254
|
-
- v0.38.5 — fix cloud push: use anon key + user_token
|
|
255
|
-
- v0.38.4 — login via GitHub Device Flow, no redirects
|
|
256
|
-
- v0.38.3 — fix login: use implicit flow
|
|
257
|
-
- v0.38.2 — fix login PKCE flow
|
|
258
|
-
- v0.38.1
|
|
259
|
-
- v0.38.0 — cloud login + auto-push to Supabase on every log
|
|
260
|
-
- v0.38.0 — cloud login, auto-push to Supabase on every log
|
|
261
|
-
- v0.37.4
|
|
262
|
-
- v0.37.3 — remove Scarf, zero-dep install, no more Windows hang
|
|
263
|
-
- v0.37.3 — remove @scarf/scarf to fix Windows install hang
|
|
264
|
-
|
|
265
|
-
- v0.38.7 — fix anon key
|
|
266
|
-
- v0.38.6
|
|
267
|
-
- v0.38.5 — fix cloud push: use anon key + user_token
|
|
268
|
-
- v0.38.4 — login via GitHub Device Flow, no redirects
|
|
269
|
-
- v0.38.3 — fix login: use implicit flow
|
|
270
|
-
- v0.38.2 — fix login PKCE flow
|
|
271
|
-
- v0.38.1
|
|
272
|
-
- v0.38.0 — cloud login + auto-push to Supabase on every log
|
|
273
|
-
- v0.38.0 — cloud login, auto-push to Supabase on every log
|
|
274
|
-
- v0.37.4
|
|
275
|
-
- v0.37.3 — remove Scarf, zero-dep install, no more Windows hang
|
|
276
|
-
- v0.37.3 — remove @scarf/scarf to fix Windows install hang
|
|
277
|
-
|
|
278
|
-
## 0.10.25 — 2026-04-22
|
|
279
|
-
|
|
280
|
-
### Added
|
|
281
|
-
- Release 0.10.25
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
## 0.10.24 — 2026-04-21
|
|
285
|
-
|
|
286
|
-
### Added
|
|
287
|
-
- Release 0.10.24
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
## 0.10.23 — 2026-04-21
|
|
291
|
-
|
|
292
|
-
### Added
|
|
293
|
-
- Release 0.10.23
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
## 0.10.22 — 2026-04-21
|
|
297
|
-
|
|
298
|
-
### Added
|
|
299
|
-
- Release 0.10.22
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
## 0.10.21 — 2026-04-21
|
|
303
|
-
|
|
304
|
-
### Added
|
|
305
|
-
- Release 0.10.21
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
## 0.10.20 — 2026-04-21
|
|
309
|
-
|
|
310
|
-
### Added
|
|
311
|
-
- Release 0.10.20
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
## 0.10.19 — 2026-04-21
|
|
315
|
-
|
|
316
|
-
## 0.10.12 — 2026-04-12
|
|
317
|
-
|
|
318
|
-
### Added
|
|
319
|
-
- `infernoflow install-cursor-hooks` — Cursor Agent hooks append assistant replies to `inferno/CONTEXT.draft.md`; `infernoflow init --cursor-hooks`.
|
|
320
|
-
- `infernoflow install-vscode-copilot-hooks` — VS Code + GitHub Copilot agent hooks (Preview) via `.github/hooks/`; `infernoflow init --vscode-copilot-hooks`.
|
|
321
|
-
- Shared draft tooling: `scripts/inferno-promote-draft.mjs`, `.gitignore` entry for `inferno/CONTEXT.draft.md`.
|
|
322
|
-
- `lib/draftToolingInstall.mjs` — shared installer logic for promote script and gitignore.
|
|
323
|
-
|
|
324
|
-
### Changed
|
|
325
|
-
- CLI help widens command column for long names (e.g. `install-vscode-copilot-hooks`).
|
|
326
|
-
|
|
327
|
-
## 0.1.0 — 2026-02-26
|
|
328
|
-
|
|
329
|
-
### Added
|
|
330
|
-
- `infernoflow init` — interactive scaffold with prompts
|
|
331
|
-
- `infernoflow check` — full validation with clear error messages
|
|
1
|
+
# Changelog — infernoflow
|
|
2
|
+
|
|
3
|
+
## 0.10.25 — 2026-04-22
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- Release 0.10.25
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## 0.10.24 — 2026-04-21
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- Release 0.10.24
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## 0.10.23 — 2026-04-21
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- Release 0.10.23
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## 0.10.22 — 2026-04-21
|
|
22
|
+
|
|
23
|
+
### Added
|
|
24
|
+
- Release 0.10.22
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 0.10.21 — 2026-04-21
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
- Release 0.10.21
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 0.10.20 — 2026-04-21
|
|
34
|
+
|
|
35
|
+
### Added
|
|
36
|
+
- Release 0.10.20
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## 0.10.19 — 2026-04-21
|
|
40
|
+
|
|
41
|
+
## 0.10.12 — 2026-04-12
|
|
42
|
+
|
|
43
|
+
### Added
|
|
44
|
+
- `infernoflow install-cursor-hooks` — Cursor Agent hooks append assistant replies to `inferno/CONTEXT.draft.md`; `infernoflow init --cursor-hooks`.
|
|
45
|
+
- `infernoflow install-vscode-copilot-hooks` — VS Code + GitHub Copilot agent hooks (Preview) via `.github/hooks/`; `infernoflow init --vscode-copilot-hooks`.
|
|
46
|
+
- Shared draft tooling: `scripts/inferno-promote-draft.mjs`, `.gitignore` entry for `inferno/CONTEXT.draft.md`.
|
|
47
|
+
- `lib/draftToolingInstall.mjs` — shared installer logic for promote script and gitignore.
|
|
48
|
+
|
|
49
|
+
### Changed
|
|
50
|
+
- CLI help widens command column for long names (e.g. `install-vscode-copilot-hooks`).
|
|
51
|
+
|
|
52
|
+
## 0.1.0 — 2026-02-26
|
|
53
|
+
|
|
54
|
+
### Added
|
|
55
|
+
- `infernoflow init` — interactive scaffold with prompts
|
|
56
|
+
- `infernoflow check` — full validation with clear error messages
|
|
332
57
|
- `infernoflow
|