delimit-cli 4.1.0 → 4.1.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 +578 -0
- package/bin/delimit-cli.js +91 -0
- package/gateway/ai/backends/gateway_core.py +1012 -0
- package/gateway/ai/github_scanner.py +1 -1
- package/gateway/ai/screen_record.py +1 -1
- package/gateway/ai/server.py +594 -138
- package/gateway/ai/swarm.py +1 -1
- package/gateway/core/diff_engine_v2.py +5 -0
- package/gateway/core/spec_health.py +624 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,583 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.1.0] - 2026-04-03
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- v3.15.13: self-extending swarm, 8 new modules, PII scrub (#12) (21e68042)
|
|
7
|
+
- Add 4 missing swarm modules to npm bundle (8c094d8f)
|
|
8
|
+
- Add change management policy + docs checker to npm bundle (cc2c3431)
|
|
9
|
+
- Add agent swarm + central governor to npm bundle (LED-274/275/276) (17186db2)
|
|
10
|
+
- Add delimit.yml project config + sync server.py (STR-049) (dc2d93c9)
|
|
11
|
+
- Add Prompt Playbook to npm bundle (STR-048) (a2f88c72)
|
|
12
|
+
- Add project scan to setup + delimit resume command (STR-046, STR-047) (1d7ea31e)
|
|
13
|
+
- Add background auto-update to governance shims (f9288095)
|
|
14
|
+
- Add --yes flag to setup command, fix auto-update hook (c678586b)
|
|
15
|
+
- Sync gateway server.py + new modules to npm bundle (a0657b53)
|
|
16
|
+
- Add deploy-gate hook: blocks deploys on import errors (LED-024 feedback) (029fae4b)
|
|
17
|
+
- Add social scanning instruction to CLAUDE.md template (99531620)
|
|
18
|
+
- Add community templates: bug report, feature request, PR template (70d608cc)
|
|
19
|
+
- Add update check to SessionStart hook (09f584b3)
|
|
20
|
+
- Add delimit quickstart command — guided 5-min onboarding (LED-267) (bd90518a)
|
|
21
|
+
- Add subtle delays between setup steps for polished feel (4aeed8e3)
|
|
22
|
+
- Add confirmation gates to setup flow — no more silent blast-through (a8d5573a)
|
|
23
|
+
- Update hero GIF with boot screen recording, add try + init demos (0028535e)
|
|
24
|
+
- Add 'Enter = Yes' hints to confirm prompts (ee786231)
|
|
25
|
+
- Fix action name mismatch, add try to CLI list, update hero GIF (c5ab5f1f)
|
|
26
|
+
- Add 'Pick your first win' funnel to README (LED-266) (57c46528)
|
|
27
|
+
- Add delimit try + enhanced doctor with preview/undo (LED-264, LED-265) (6af647d1)
|
|
28
|
+
- Add golden-path smoke tests for onboarding flow (Round 4 consensus) (1fe75d20)
|
|
29
|
+
- Add beta capture loop after demo and init commands (LED-263) (4e699a70)
|
|
30
|
+
- Add delimit demo command — proves governance value in 5 minutes (LED-262) (05936eac)
|
|
31
|
+
- Add weekly drift monitoring workflow template to init wizard (LED-260) (506c5485)
|
|
32
|
+
- tool chaining, visibility tiers, conditional hooks, social workflow (ea3f9089)
|
|
33
|
+
- LED-234: Add Claude Code conditional hooks using the if field (7c1daa65)
|
|
34
|
+
- LED-232: Add automated weekly activity tweet workflow (988295bb)
|
|
35
|
+
- Add Delimit governance badge to README (56208edd)
|
|
36
|
+
- Add FUNDING.yml for GitHub Sponsors (ce39f471)
|
|
37
|
+
- Add animated demo GIF and 27 change types table to README (LED-211) (94140fa6)
|
|
38
|
+
- Fix Claude Code Action: add checkout step (addad959)
|
|
39
|
+
- Fix Claude Code Action: add explicit github_token (45da9c14)
|
|
40
|
+
- Add OpenAPI spec for MCP server API (307090d7)
|
|
41
|
+
- Add Claude Code Action workflow for @claude mentions on PRs/issues (7803fdee)
|
|
42
|
+
- Update README: zero-config action, fix Glama badge, add Cursor (6f4026be)
|
|
43
|
+
- Add Cursor/Codex adapters, enforce governance, update branding (4c8c7d59)
|
|
44
|
+
- git hooks call real tools + CLAUDE.md workflow triggers (2e4c9832)
|
|
45
|
+
- auto-update CLAUDE.md with marker-based upsert (LED-006) (7b46a68a)
|
|
46
|
+
- add package-lock.json (0 vulnerabilities, required for Glama AAA) (00d78d93)
|
|
47
|
+
- add Pro tool stubs (full source in private repo) (37d41565)
|
|
48
|
+
- update: server.json for MCP Registry — v3.8.1 + new description (1ca5756e)
|
|
49
|
+
- silent API key auto-detect + Anthropic/OpenAI model support (a618de2c)
|
|
50
|
+
- auto-detect API keys on setup + startup deliberation status (LED-099) (84894118)
|
|
51
|
+
- Gemini CLI adapter + live demo link + dynamic tool detection (b361ad14)
|
|
52
|
+
- clean: remove pycache from package, add files field, update description (0649538a)
|
|
53
|
+
- first-run onboarding — action-oriented, no tool names (LED-052) (9ce8cc90)
|
|
54
|
+
- first-run onboarding for setup — action-oriented CLAUDE.md, try-it-now prompt (b036a990)
|
|
55
|
+
- setup now configures Gemini CLI alongside Claude Code/Codex/Cursor (v3.5.1) (3e27c8ca)
|
|
56
|
+
- add delimit activate CLI command for license key activation (7060b9c4)
|
|
57
|
+
- Add glama.json for Glama MCP server listing (d8c4f1c2)
|
|
58
|
+
- v3.2.0 — CLAUDE.md first-run prompt + help/diagnose tools (6fdd699d)
|
|
59
|
+
- setup auto-detects Claude Code, Codex, and Cursor (v3.1.0) (922a9c42)
|
|
60
|
+
- delimit setup — one-command MCP governance install (v3.0.0) (fef24f4e)
|
|
61
|
+
- add Dockerfile for non-GitHub CI usage (LED-025) (23582fb1)
|
|
62
|
+
- Add CLI test suite with 29 tests using node:test (58ad14e1)
|
|
63
|
+
- auto-write workflow file on init (dcb21fc1)
|
|
64
|
+
- Add file existence checks for lint, diff, explain commands (f607b8cd)
|
|
65
|
+
- delimit init auto-detects specs and outputs workflow YAML (ec7c6fdd)
|
|
66
|
+
- v2.3.0 — policy presets, updated README, new positioning (2056d8b5)
|
|
67
|
+
- add policy presets to init command (912795e2)
|
|
68
|
+
- v2.2.0: Add NestJS + Express Zero-Spec support to CLI (09aa9609)
|
|
69
|
+
- Add NestJS support to zero-spec CLI bridge (91f51b2d)
|
|
70
|
+
- Add v1 CLI commands: init, lint, diff, explain (Phase 2) (e6451587)
|
|
71
|
+
|
|
72
|
+
### Fixed
|
|
73
|
+
- remove ALL delimit TOML entries before appending, prevent duplicates (14145078)
|
|
74
|
+
- prevent infinite self-update loop in setup (13ece796)
|
|
75
|
+
- chmod Codex config at top of shim, before any exec path (1fd393ed)
|
|
76
|
+
- shim auto-fixes Codex config.toml permissions before launch (78c50547)
|
|
77
|
+
- chmod 644 existing Codex config.toml on every setup run (2f159145)
|
|
78
|
+
- set 644 permissions on Codex config.toml (78fb6bd0)
|
|
79
|
+
- create Codex config.toml if .codex dir exists or codex in PATH (13617f4c)
|
|
80
|
+
- remove stale .so binaries that shadow updated .py source (b6b488dd)
|
|
81
|
+
- Pro module stubs overwriting full source files (f28f0813)
|
|
82
|
+
- Fix setup self-update: re-exec via global binary not old __dirname (972cfa6d)
|
|
83
|
+
- Gemini CLI is @google/gemini-cli on npm, not pip (7d041f27)
|
|
84
|
+
- Gemini install message should be pip only, not Claude (d9ec13d5)
|
|
85
|
+
- Fix shim: correct install message per tool (Claude/Codex/Gemini) (e6535b4a)
|
|
86
|
+
- Fix shim tool count: count both @mcp.tool decorators and mcp.tool()() calls (c974d4f7)
|
|
87
|
+
- Fix setup duplicating hooks: use local binary, dedup npx vs bare (305b9d00)
|
|
88
|
+
- Fix 'Configured for' summary to list all tools actually configured (e0cd7144)
|
|
89
|
+
- Fix governance shim: robust binary lookup to prevent "not found" errors (962d86c7)
|
|
90
|
+
- v3.11.11: zero-config action, Glama badge fix, pre-push hook (e35444b4)
|
|
91
|
+
- Fix server.json version, update setup banner tagline (f8e03ae5)
|
|
92
|
+
- add 'delimit version' subcommand + version bump (be4d7743)
|
|
93
|
+
- CRITICAL — lint/diff/explain now work without setup for npx users (14ea648c)
|
|
94
|
+
- resolve gateway path for npx users — lint/diff/explain work without setup (b9218b98)
|
|
95
|
+
- clean uninstall — removes MCP config from Claude/Codex/Gemini, shims (c5ed29d0)
|
|
96
|
+
- update demo link text to 23 breaking changes (bc7a3ec1)
|
|
97
|
+
- add mcpName for MCP Registry publish (d001c95a)
|
|
98
|
+
- Dockerfile for Glama inspection + Glama badge + clean header (13b0904c)
|
|
99
|
+
- replace ASCII banner with clean header (mobile-friendly for Glama) (c555276b)
|
|
100
|
+
- update tests for new setup flow (governance wrapping, scan) (40e409c5)
|
|
101
|
+
- v3.9.4: fix Pro source leak — restore stubs for deliberation + governance (07d25b3c)
|
|
102
|
+
- rename demo link to delimit-action-demo (f66111a1)
|
|
103
|
+
- v3.8.0: scan tool, release sync, CLI-first deliberation, enforce fix (53ecd30c)
|
|
104
|
+
- point test script to correct file (tests/setup-onboarding.test.js) (ba97abd6)
|
|
105
|
+
- governance test fixes bundled (v3.6.3) (937f95b8)
|
|
106
|
+
- bundle updated gateway with init tool + audited descriptions (v3.1.1) (33688216)
|
|
107
|
+
- remove broken install script, add delimit-cli bin alias (v3.0.2) (4c70462d)
|
|
108
|
+
- Remove STRATEGY.md, node_modules, fix README and package.json (a988ae2b)
|
|
109
|
+
|
|
110
|
+
### Changed
|
|
111
|
+
- v4.1.0 — TUI, security hardening, free tier restructure (cdcca6bf)
|
|
112
|
+
- security: publish v3.11.2 — clean npm package, zero venture references (22620e5f)
|
|
113
|
+
- revert glama.json to clean state (63624339)
|
|
114
|
+
- Bump to v2.3.1 — clean help output (bd62fdd1)
|
|
115
|
+
- Clean up CLI help: show only v1 commands, update description (897e8de7)
|
|
116
|
+
|
|
117
|
+
### Documentation
|
|
118
|
+
- Update CHANGELOG + README per change management policy (v3.15.x) (57fb733f)
|
|
119
|
+
- Rewrite README hero: lead with pain not features (STR-039) (ab1d9fe1)
|
|
120
|
+
- Rewrite README: governance-first messaging, demo command, v3.14 features (e534dcbb)
|
|
121
|
+
- v3.9.5: DELIMIT banner on install screen + README (fb963ee7)
|
|
122
|
+
- link to live demo repo (6 breaking changes) (770eb427)
|
|
123
|
+
- update: README + CLAUDE.md + description to governance toolkit positioning (832a961a)
|
|
124
|
+
- add live PR comment demo link (6c2ecd60)
|
|
125
|
+
- complete README rewrite — leads with Action, verified claims, real examples (9b5e5ae3)
|
|
126
|
+
- update README to match "Your AI Remembers. Verifies. Ships." framing (e1514789)
|
|
127
|
+
- update npm README for new positioning (v3.4.0) (8f83b614)
|
|
128
|
+
- add SECURITY.md (7827909f)
|
|
129
|
+
- add CODE_OF_CONDUCT.md (06d1f419)
|
|
130
|
+
- add CONTRIBUTING.md (4e4cf0fd)
|
|
131
|
+
- streamline README for v2.4.0 (d2877ceb)
|
|
132
|
+
- update README with simplified spec input (07a67506)
|
|
133
|
+
- rewrite README as canonical project landing page (b07f212f)
|
|
134
|
+
- Update README for npm listing: correct install command and v1 commands (130df523)
|
|
135
|
+
|
|
136
|
+
### Tests
|
|
137
|
+
- release: v2.4.0 — real test suite, auto-workflow init (09488934)
|
|
138
|
+
- Phase 3: Zero-Spec Mode in CLI (6d80ed83)
|
|
139
|
+
|
|
140
|
+
### CI/CD
|
|
141
|
+
- Deploy Agent Swarm v1.2 — 4 ventures, 20 agents, namespace isolation (dff83019)
|
|
142
|
+
- Switch Claude Code Action to OAuth token auth (9e3383a0)
|
|
143
|
+
- release: v3.11.8 — workflow triggers, git hooks, Codex audit fixes (0d9e38e6)
|
|
144
|
+
- release: v3.11.7 — workflow triggers in CLAUDE.md + git hooks call real tools (6365911a)
|
|
145
|
+
- update: Action badge to v1.6.0 (27 change types) (b391cb9e)
|
|
146
|
+
- v3.10.2: sync gateway with CI fixes, Pro stubs intact (d29377d1)
|
|
147
|
+
- add test workflow for Node 18/20/22 matrix (42b3e600)
|
|
148
|
+
- Dogfood: use delimit-action on our own PRs (2c184e2c)
|
|
149
|
+
|
|
150
|
+
### Chores
|
|
151
|
+
- add MIT LICENSE (bb016157)
|
|
152
|
+
- remove stale .gitignore (ba40355c)
|
|
153
|
+
- remove stale test-hook.js (c82a2334)
|
|
154
|
+
- remove stale test-decision-engine.js (9082bab3)
|
|
155
|
+
- remove stale delimit.yml (368e657f)
|
|
156
|
+
- remove stale package-lock.json (e2a63a3d)
|
|
157
|
+
- remove stale package.json (a810745c)
|
|
158
|
+
- remove stale hooks/update-delimit.sh (833406f2)
|
|
159
|
+
- remove stale hooks/test-hooks.sh (9f828ee1)
|
|
160
|
+
- remove stale hooks/pre-write-hook.js (9b3154c8)
|
|
161
|
+
- remove stale hooks/pre-web-hook.js (de075a98)
|
|
162
|
+
- remove stale hooks/pre-tool-hook.js (cdd7da15)
|
|
163
|
+
- remove stale hooks/pre-task-hook.js (62e008a0)
|
|
164
|
+
- remove stale hooks/pre-submit-hook.js (ba4d681f)
|
|
165
|
+
- remove stale hooks/pre-search-hook.js (c2cfaac5)
|
|
166
|
+
- remove stale hooks/pre-read-hook.js (b62cc4be)
|
|
167
|
+
- remove stale hooks/pre-mcp-hook.js (18059a3a)
|
|
168
|
+
- remove stale hooks/pre-bash-hook.js (93793ef3)
|
|
169
|
+
- remove stale hooks/post-write-hook.js (0ea6417e)
|
|
170
|
+
- remove stale hooks/post-tool-hook.js (10bef4f0)
|
|
171
|
+
- remove stale hooks/post-response-hook.js (b0451baf)
|
|
172
|
+
- remove stale hooks/post-mcp-hook.js (70407b2c)
|
|
173
|
+
- remove stale hooks/post-bash-hook.js (a54e06ea)
|
|
174
|
+
- remove stale hooks/message-governance-hook.js (99aac7e9)
|
|
175
|
+
- remove stale hooks/message-auth-hook.js (854d1495)
|
|
176
|
+
- remove stale hooks/install-hooks.sh (dda69b77)
|
|
177
|
+
- remove stale hooks/evidence-status.sh (a4bce3b5)
|
|
178
|
+
- remove stale hooks/git/pre-push (79a11631)
|
|
179
|
+
- remove stale hooks/git/pre-commit (e0817614)
|
|
180
|
+
- remove stale hooks/git/commit-msg (5c31c8d9)
|
|
181
|
+
- remove stale hooks/models/xai-pre.js (5aca2592)
|
|
182
|
+
- remove stale hooks/models/xai-post.js (953b02a0)
|
|
183
|
+
- remove stale hooks/models/windsurf-pre.js (bb0512e7)
|
|
184
|
+
- remove stale hooks/models/windsurf-post.js (b082cdb0)
|
|
185
|
+
- remove stale hooks/models/openai-pre.js (1b5d69c6)
|
|
186
|
+
- remove stale hooks/models/openai-post.js (f56af431)
|
|
187
|
+
- remove stale hooks/models/gemini-pre.js (ebb987de)
|
|
188
|
+
- remove stale hooks/models/gemini-post.js (496270b0)
|
|
189
|
+
- remove stale hooks/models/cursor-pre.js (6e4d4ac1)
|
|
190
|
+
- remove stale hooks/models/cursor-post.js (90982e79)
|
|
191
|
+
- remove stale hooks/models/codex-pre.js (346c1798)
|
|
192
|
+
- remove stale hooks/models/codex-post.js (224f7421)
|
|
193
|
+
- remove stale hooks/models/claude-pre.js (3a8247df)
|
|
194
|
+
- remove stale hooks/models/claude-post.js (b7599b84)
|
|
195
|
+
- remove stale tests/cli.test.js (da071756)
|
|
196
|
+
- remove stale tests/fixtures/openapi.yaml (8fefcc13)
|
|
197
|
+
- remove stale tests/fixtures/openapi-changed.yaml (e71cfa46)
|
|
198
|
+
- remove stale scripts/infect.js (c0cfe6da)
|
|
199
|
+
- remove stale lib/proxy-handler.js (13b87b08)
|
|
200
|
+
- remove stale lib/platform-adapters.js (2e502c93)
|
|
201
|
+
- remove stale lib/hooks-installer.js (2925457c)
|
|
202
|
+
- remove stale lib/decision-engine.js (c9992a8a)
|
|
203
|
+
- remove stale lib/auth-setup.js (cc7a6e6a)
|
|
204
|
+
- remove stale lib/api-engine.js (c14befd2)
|
|
205
|
+
- remove stale lib/agent.js (87303c9e)
|
|
206
|
+
- remove stale bin/delimit.js (c62be56d)
|
|
207
|
+
- remove stale bin/delimit-cli.js (6c91327e)
|
|
208
|
+
|
|
209
|
+
### Other
|
|
210
|
+
- Sync swarm + metrics to npm bundle (LED-277/278) (41a38b1a)
|
|
211
|
+
- Stub 6 proprietary modules in npm bundle — keep server-side only (b3399bec)
|
|
212
|
+
- Keep deliberation engine private — replace with stub in npm bundle (28a334ba)
|
|
213
|
+
- Bump to 3.15.2 — includes Prompt Playbook + PII sanitization (5c55e827)
|
|
214
|
+
- Bump to 3.14.45 (25634baf)
|
|
215
|
+
- Bump to 3.14.44 (dc082ada)
|
|
216
|
+
- Sanitize PII in npm bundle docstrings (04172a3f)
|
|
217
|
+
- Always update MCP paths on setup — never assume existing config is correct (f78babc9)
|
|
218
|
+
- Full gateway sync: 16 missing Python modules added to npm bundle (8c991f25)
|
|
219
|
+
- Setup self-updates before running: never generate stale shims (54966c7e)
|
|
220
|
+
- Always regenerate governance shims on setup (not just first install) (8add6659)
|
|
221
|
+
- Make shim version + tool count fully dynamic (3d045cdc)
|
|
222
|
+
- Show dynamic version on boot screen banner (4e545a36)
|
|
223
|
+
- Auto-update on session start: npm install + setup --yes when newer version available (2d0b3c35)
|
|
224
|
+
- Bump to 3.14.11 (a274fbf0)
|
|
225
|
+
- Use gradient ASCII banner: purple → magenta → orange (c4ec9643)
|
|
226
|
+
- Bump to 3.14.9 for npm publish (39e33e1d)
|
|
227
|
+
- Bump version to 3.14.0 — Governance Cockpit release (7815bbb1)
|
|
228
|
+
- Enhance init wizard: compliance templates, evidence, gate status (LED-258) (bfd884b9)
|
|
229
|
+
- v3.13.3: Improved postinstall welcome with quick-start guide (f58f32d9)
|
|
230
|
+
- LED-240: Enhanced CLI first-run experience + anonymous install ping (a7b89798)
|
|
231
|
+
- v3.13.1: Guided init wizard with framework detection and first lint (606bf45e)
|
|
232
|
+
- Release delimit-cli@3.13.0 — rate limiter bundled (79210701)
|
|
233
|
+
- Release delimit-cli@3.12.1 — deliberation hooks + CLI (d0e2c4db)
|
|
234
|
+
- LED-201: Wire deliberation into hooks + CLI deliberate command (2572c6d7)
|
|
235
|
+
- release: v3.12.0 — cross-model hooks, config export/import, Keep Building. (d2adcdcc)
|
|
236
|
+
- Revert breaking API changes: restore uptime integer type and errors/warnings field names (7aecf8ce)
|
|
237
|
+
- Update health and lint API responses (91b5fc17)
|
|
238
|
+
- LED-129: Pre-push hook runs tests before allowing push (3dbf47ae)
|
|
239
|
+
- Update CLAUDE.md template branding and GitHub URL (9fac51be)
|
|
240
|
+
- Update CHANGELOG with 3.11.8-3.11.10 releases (bcc8dae6)
|
|
241
|
+
- Wire local API server into setup flow (STR-057) (223a647d)
|
|
242
|
+
- release: v3.11.4 — CLAUDE.md auto-update with versioned markers (66db96dd)
|
|
243
|
+
- security: remove infect.js, hardcoded paths, stale shell scripts (ddb2b1a8)
|
|
244
|
+
- security: remove all Jamsons Doctrine references from gateway stubs (1d802a2b)
|
|
245
|
+
- security: remove jamsons adapters from public repo (c976fa8a)
|
|
246
|
+
- release: v3.11.1 — MCP/AI keywords for npm discoverability (ba984f17)
|
|
247
|
+
- release: v3.11.0 — agent identity, secrets broker, approval gates (78557ea8)
|
|
248
|
+
- update: CLI description to match brand positioning (75ff6842)
|
|
249
|
+
- update: demo link to PR #2 (27 change types) (4c40e174)
|
|
250
|
+
- publish: MCP Registry v3.10.4 — officially listed (d11922eb)
|
|
251
|
+
- v4.0.0: governance wrapping — shim install with live preview + opt-in (64608e7f)
|
|
252
|
+
- v3.9.3: gov_health free, startup governance check, dashboard MVP (e922d6b3)
|
|
253
|
+
- v3.9.2: dynamic Pro module version from package.json, git history scrubbed (d6c834d2)
|
|
254
|
+
- v3.9.1: download Pro modules from delimit.ai CDN (public URL, no auth needed) (b1462fd4)
|
|
255
|
+
- v3.9.0: Pro source removed from public package — compiled modules download at install (e4fe7baf)
|
|
256
|
+
- v3.8.2: Gemini governance trigger + history scrub (116ffb1a)
|
|
257
|
+
- security: remove node_modules and jamsons adapters from public repo (f67f3b92)
|
|
258
|
+
- v3.8.1: governance trigger in all instruction files + MCP server description (7c525231)
|
|
259
|
+
- v3.7.1: CLI-first deliberation + gateway sync + path cleanup (1555691d)
|
|
260
|
+
- v3.7.0: cross-model positioning + models configure + release sync (4c9cbcb7)
|
|
261
|
+
- update description: governance toolkit, not just API checks (049d09ec)
|
|
262
|
+
- sync: gateway source with path fixes + 79 tools (091d5328)
|
|
263
|
+
- security: remove all hardcoded internal paths from shipped package (087317ed)
|
|
264
|
+
- security: pin Python deps + isolated venv install (LED-092) (4839a669)
|
|
265
|
+
- release: v3.6.0 — governance loop + project-local ledger + venture auto-detection (f31dcd1d)
|
|
266
|
+
- release: v3.5.0 — ledger tools + deliberation engine + all 77 real tools (6acd7429)
|
|
267
|
+
- release: v3.3.0 — premium gating + license system + stub hiding (3071ba71)
|
|
268
|
+
- Read version from package.json instead of hardcoding (fe764ee7)
|
|
269
|
+
- Bump to v2.3.2 — error handling improvements (e9aed0c6)
|
|
270
|
+
- Update --policy help text to mention preset names (e5a08378)
|
|
271
|
+
- Replace legacy doctor with v1-focused setup checker (73324ee2)
|
|
272
|
+
- Rename package to delimit-cli for npm publish (6778f481)
|
|
273
|
+
- Bump to 2.1.0: Update description and keywords for v1 launch (1bc8e723)
|
|
274
|
+
- Initial commit: Delimit NPM package with governance hooks (a189918c)
|
|
275
|
+
|
|
276
|
+
### Completed Ledger Items
|
|
277
|
+
- **LED-001**: [P1] Build onboarding wizard
|
|
278
|
+
- **LED-002**: [P1] Fix Grok 403 in deliberation
|
|
279
|
+
- **LED-003**: [P0] Set up Lemon Squeezy Pro product ($10/mo)
|
|
280
|
+
- **LED-004**: [P0] Submit to official MCP Registry
|
|
281
|
+
- **LED-005**: [P1] Show HN post for Delimit
|
|
282
|
+
- **LED-006**: [P1] Auto-update CLAUDE.md and AI instruction files
|
|
283
|
+
- **LED-007**: [P1] Add Gemini CLI adapter to delimit setup
|
|
284
|
+
- **LED-008**: [P1] Publish to PyPI as delimit-mcp
|
|
285
|
+
- **LED-009**: [P0] Submit to Glama.ai for awesome-mcp-servers PR
|
|
286
|
+
- **LED-010**: [P0] Wire Report: Fix xAI circuit breaker in orchestrator MCP session
|
|
287
|
+
- **LED-011**: [P0] Wire Report: Fix injuries ETL — ESPN 403 + DB corruption
|
|
288
|
+
- **LED-012**: [P0] Wire Report: Build priority signal briefing for Edge subscribers
|
|
289
|
+
- **LED-013**: [P1] Deliberation engine built — dialogue + debate modes
|
|
290
|
+
- **LED-014**: [P1] Wire Report: Build signal performance scorecard
|
|
291
|
+
- **LED-015**: [P1] Wire Report: Frontpage two-tier update (raw cache + AI synthesis)
|
|
292
|
+
- **LED-017**: [P1] Wire Report: WR-LT-005 — AI synthesis for live event clusters
|
|
293
|
+
- **LED-018**: [P1] Wire Report: RSS feed with real content
|
|
294
|
+
- **LED-019**: [P2] Wire Report: Expand headshots to all leagues (NFL, MLB, NHL, WNBA)
|
|
295
|
+
- **LED-020**: [P2] Wire Report: Addiction mechanics — since-last-visit markers, N new updates
|
|
296
|
+
- **LED-021**: [P1] Wire Report: Rebuild wireintel.db — VACUUM or fresh migration
|
|
297
|
+
- **LED-022**: [P0] DomainVested: 100+ features shipped — comprehensive SaaS rebuild
|
|
298
|
+
- **LED-023**: [P1] DomainVested: Fix ExpiredDomains.net scraper HTML parsing
|
|
299
|
+
- **LED-024**: [P1] DomainVested: Fix IMAP auth for email ingestion
|
|
300
|
+
- **LED-026**: [P1] DomainVested: Import more NameBio comp data (.io, .co, .dev recent sales)
|
|
301
|
+
- **LED-027**: [P1] DomainVested: Unblock Opportunities feed with real data
|
|
302
|
+
- **LED-028**: [P1] DomainVested: Domain teardown content campaign on @domainvested X
|
|
303
|
+
- **LED-029**: [P1] DomainVested: Vertex AI integration (Gemini fallback + embeddings)
|
|
304
|
+
- **LED-030**: [P0] LiveTube: User accounts + NextAuth v4 authentication
|
|
305
|
+
- **LED-032**: [P0] LiveTube: Stripe payment rails + Pro subscription ($29/mo)
|
|
306
|
+
- **LED-034**: [P1] LiveTube: Boost/spotlight credit system
|
|
307
|
+
- **LED-036**: [P1] LiveTube: Custom alerts engine (Phase 1)
|
|
308
|
+
- **LED-038**: [P1] LiveTube: Developer API docs + settings page
|
|
309
|
+
- **LED-040**: [P1] LiveTube: Vertex AI SDK migration + retry logic
|
|
310
|
+
- **LED-042**: [P1] LiveTube: 5-section homepage + mobile UX overhaul + focus group fixes
|
|
311
|
+
- **LED-044**: [P1] LiveTube: Content pipeline — innertube primary, Kick OAuth, 9 API keys
|
|
312
|
+
- **LED-046**: [P1] LiveTube→WireReport: Port clustering engine to WireIntel
|
|
313
|
+
- **LED-047**: [P1] LiveTube→WireReport: Sports channel registry + YouTube/Kick discovery
|
|
314
|
+
- **LED-048**: [P1] LiveTube→WireReport: Article stub generation from event clusters
|
|
315
|
+
- **LED-049**: [P2] LiveTube→WireReport: X media embedding + LIVE NOW section + alerts
|
|
316
|
+
- **LED-050**: [P1] LiveTube: Fix Docker networking (port proxy broken)
|
|
317
|
+
- **LED-043**: [P0] Build ChatOps dashboard as command center
|
|
318
|
+
- **LED-045**: [P1] Background agents get blocked on Edit/Write permissions
|
|
319
|
+
- **LED-051**: [P1] Auto-add deliberation/focus group findings to ledger
|
|
320
|
+
- **LED-052**: [P0] First-run onboarding must show value in under 5 minutes
|
|
321
|
+
- **LED-053**: [P0] Governance layer: all tools report results, auto-update ledger
|
|
322
|
+
- **LED-054**: [P1] DomainVested: Comp sales with context — resale velocity + buyer type
|
|
323
|
+
- **LED-055**: [P2] DomainVested: Domain blacklist/spam history check
|
|
324
|
+
- **LED-056**: [P1] Post content for first 5 users — Twitter, Reddit, Indie Hackers
|
|
325
|
+
- **LED-057**: [P1] DomainVested: Lightweight domain summary endpoint for Compare page
|
|
326
|
+
- **LED-058**: [P0] Build delimit_deploy_site tool — one-command Vercel deploy
|
|
327
|
+
- **LED-059**: [P1] DomainVested: Flip potential score — resale timeline + profit estimate
|
|
328
|
+
- **LED-060**: [P2] DomainVested: Domain age premium calculator
|
|
329
|
+
- **LED-061**: [P0] DomainVested: Consistency audit — verdict/flip/action must agree
|
|
330
|
+
- **LED-062**: [P1] Brand: Add SVG logo to site, favicon, GitHub org avatar, npm
|
|
331
|
+
- **LED-063**: [P0] Governance trigger shipped in npm — instruction files + MCP description
|
|
332
|
+
- **LED-064**: [P0] Security: removed jamsons adapters + node_modules from public repo
|
|
333
|
+
- **LED-065**: [P0] ChatOps: Build app.delimit.ai into a unified project management interface
|
|
334
|
+
- **LED-066**: [P0] Split repos: free tools public, Pro tools private, npm bundles both
|
|
335
|
+
- **LED-067**: [P0] License: add periodic re-validation (30 day) with 7 day grace period
|
|
336
|
+
- **LED-068**: [P0] Pro code protection: evaluate Nuitka/PyArmor vs .pyc for cross-Python compatibility
|
|
337
|
+
- **LED-069**: [P1] Deliberation: tool-augmented debate — models can call delimit tools during consensus
|
|
338
|
+
- **LED-070**: [P1] Outreach wave 2: after Nuitka build + deployment, target 5 more repos
|
|
339
|
+
- **LED-071**: [P1] Outreach: Flagsmith #7009 submitted — SDK spec, no compat CI, 6K stars
|
|
340
|
+
- **LED-072**: [P0] ChatOps MVP: build app shell + portfolio home + workspace tabs + AI operator panel
|
|
341
|
+
- **LED-073**: [P0] Psyops: PR comment design — catch + teach + invite replication
|
|
342
|
+
- **LED-074**: [P1] Status inversion: add 'Governance passed' badge to clean PR comments
|
|
343
|
+
- **LED-075**: [P0] ChatOps: connect dashboard to real ledger API + governance backend
|
|
344
|
+
- **LED-076**: [P1] Outreach: Chatwoot #13871 submitted — swagger drift, 28K stars
|
|
345
|
+
- **LED-077**: [P0] Shims: add to setup with opt-in prompt (Option B) + fail-open + easy removal
|
|
346
|
+
- **LED-078**: [P1] Exit screen: show session summary on AI exit — the > in </>
|
|
347
|
+
- **LED-079**: [P1] Governance health: degraded — needs attention
|
|
348
|
+
- **LED-080**: [P1] Governance health: degraded — needs attention
|
|
349
|
+
- **LED-081**: [P1] Governance health: degraded — needs attention
|
|
350
|
+
- **LED-082**: [P1] Governance health: degraded — needs attention
|
|
351
|
+
- **LED-083**: [P1] Ledger: add 'worked_by' field to track which AI model created/updated each item
|
|
352
|
+
- **LED-084**: [P0] Action: expand to 17+ change types (match oasdiff)
|
|
353
|
+
- **LED-085**: [P1] Action: improve PR comment visual design (match Optic quality)
|
|
354
|
+
- **LED-087**: [P1] Action: IDE/CLI parity — run the same checks locally that CI runs
|
|
355
|
+
- **LED-088**: [P1] Governance health: degraded — needs attention
|
|
356
|
+
- **LED-089**: [P1] Glama: Dockerfile updated, release created, badge added — waiting for rescan
|
|
357
|
+
- **LED-090**: [P1] Governance health: degraded — needs attention
|
|
358
|
+
- **LED-091**: [P1] Governance health: degraded — needs attention
|
|
359
|
+
- **LED-092**: [P1] Governance health: not_initialized — needs attention
|
|
360
|
+
- **LED-093**: [P1] Dashboard live at app.delimit.ai with governance API, gateway proxy
|
|
361
|
+
- **LED-094**: [P1] Dashboard: Command palette (Cmd+K) — search anything instantly
|
|
362
|
+
- **LED-095**: [P1] Dashboard: Visual policy builder — no-code governance rules
|
|
363
|
+
- **LED-096**: [P2] Dashboard: Webhook integrations — push events to Slack/PagerDuty/Datadog
|
|
364
|
+
- **LED-097**: [P2] Dashboard: Advanced analytics — custom date ranges, trend analysis
|
|
365
|
+
- **LED-098**: [P2] Dashboard: Keyboard shortcuts — tab/enter navigation, bulk actions
|
|
366
|
+
- **LED-099**: [P2] Dashboard: Light/dark theme toggle
|
|
367
|
+
- **LED-100**: [P2] Dashboard: User annotations — notes/comments on governance findings
|
|
368
|
+
- **LED-101**: [P2] Dashboard: Billing management — self-serve upgrade/downgrade
|
|
369
|
+
- **LED-102**: [P0] FG-001: Inline editing on all ledger items (title, priority, status, assignee)
|
|
370
|
+
- **LED-103**: [P0] FG-002: Full keyboard shortcuts (j/k nav, d=done, b=block, e=edit, a=assign)
|
|
371
|
+
- **LED-104**: [P0] FG-003: Governance items need actions — fix, waive, assign, snooze, link to PR
|
|
372
|
+
- **LED-105**: [P0] FG-004: Ownership layer — who owns what, what's overdue, team scorecards
|
|
373
|
+
- **LED-106**: [P0] FG-005: Guided onboarding — sample venture, first-task checklist, coach mode
|
|
374
|
+
- **LED-107**: [P0] FG-006: Collaboration — comments, @mentions, watchers, approval requests
|
|
375
|
+
- **LED-108**: [P1] FG-007: CI/CD integration — governance as required check, deployment gates
|
|
376
|
+
- **LED-109**: [P1] FG-008: Customer impact view — translate API diffs into business risk
|
|
377
|
+
- **LED-110**: [P1] FG-009: ROI dashboard — time saved, incidents prevented, compliance coverage
|
|
378
|
+
- **LED-111**: [P1] FG-010: Exception workflows — waive with reason, approval chain, expiry
|
|
379
|
+
- **LED-112**: [P1] FG-011: SIEM export + audit log alerts for policy edits and permission changes
|
|
380
|
+
- **LED-113**: [P1] FG-012: Data residency controls — tenant isolation, regional storage, PHI-safe logging
|
|
381
|
+
- **LED-114**: [P1] FG-013: Opinionated templates + 30-min pilot path for quick time-to-value
|
|
382
|
+
- **LED-115**: [P1] FG-014: Org-to-team-to-repo rollup views with compliance aging and drift
|
|
383
|
+
- **LED-116**: [P2] FG-015: Deploy/SLO overlay — merge governance with operational metrics
|
|
384
|
+
- **LED-117**: [P1] Distribution: mcp.so listing submitted
|
|
385
|
+
- **LED-118**: [P1] Distribution: OpenAPI.tools PR #718 submitted
|
|
386
|
+
- **LED-119**: [P1] DomainVested: Domain name linguistic analysis panel
|
|
387
|
+
- **LED-120**: [P1] DomainVested: Free appraise on landing page (no signup)
|
|
388
|
+
- **LED-121**: [P2] MCP test item
|
|
389
|
+
- **LED-122**: [P1] DomainVested: Domain profile share card — screenshot-optimized view
|
|
390
|
+
- **LED-123**: [P1] DomainVested: Appraise result — show all enrichments inline
|
|
391
|
+
- **LED-124**: [P2] DomainVested: Batch domain health check for portfolio
|
|
392
|
+
- **LED-125**: [P1] DomainVested: AI Analyst Bot — transparent market analysis per domain
|
|
393
|
+
- **LED-126**: [P1] API lint: 1 violations found
|
|
394
|
+
- **LED-127**: [P1] Wire Report: Port LiveTube multi-view for sports coverage
|
|
395
|
+
- **LED-128**: [P1] CI: install google-api-python-client in test matrix — don't skip YouTube tests
|
|
396
|
+
- **LED-129**: [P1] Governance: auto-run tests before git push — catch CI failures locally
|
|
397
|
+
- **LED-130**: [P0] CRITICAL: Codex compatibility audit — 6 categories of bugs found across 20+ tools
|
|
398
|
+
- **LED-131**: [P1] OpenSage: monitor for GitHub repo launch, open governance integration issue when live
|
|
399
|
+
- **LED-136**: [P3] Sensor noise from test run #1
|
|
400
|
+
- **LED-137**: [P3] Sensor noise from test run #2
|
|
401
|
+
- **LED-138**: [P3] Sensor noise from test run #3
|
|
402
|
+
- **LED-139**: [P3] Sensor noise from test run #4
|
|
403
|
+
- **LED-140**: [P3] Sensor noise from test run #5
|
|
404
|
+
- **LED-141**: [P3] Sensor noise from test run #6
|
|
405
|
+
- **LED-132**: [P0] DomainVested: Backfill RapidAPI enrichments for high-score domains
|
|
406
|
+
- **LED-133**: [P1] DomainVested: Appraise page — show domain availability inline
|
|
407
|
+
- **LED-134**: [P1] DomainVested: Domain industry vertical scoring
|
|
408
|
+
- **LED-135**: [P1] DomainVested: Competitor domain analysis on profiles
|
|
409
|
+
- **LED-142**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
410
|
+
- **LED-176**: [P1] DomainVested: git repo has node_modules + .next committed — blocks push
|
|
411
|
+
- **LED-145**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
412
|
+
- **LED-146**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
413
|
+
- **LED-147**: [P2] Wire Report: Integrate Twitch streams for sports coverage
|
|
414
|
+
- **LED-148**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
415
|
+
- **LED-149**: [P0] DV: AI Analysis — batch all 5 answers in one LLM call
|
|
416
|
+
- **LED-150**: [P0] DV: AI Analysis — inject structured data into LLM prompt
|
|
417
|
+
- **LED-151**: [P0] DV: AI Analysis — DB-backed cache with 14-day TTL
|
|
418
|
+
- **LED-152**: [P0] DV: AI Analysis — Pro-only gate for free users
|
|
419
|
+
- **LED-153**: [P1] DV: Switch AI Analysis to Gemini Flash (free tier primary)
|
|
420
|
+
- **LED-154**: [P0] DV: Google OAuth login (Continue with Google)
|
|
421
|
+
- **LED-155**: [P1] DV: Light mode / System mode theme support
|
|
422
|
+
- **LED-156**: [P1] DV: Availability check — show taken/available toast
|
|
423
|
+
- **LED-157**: [P1] DV: Share button — native Web Share API + clipboard fallback
|
|
424
|
+
- **LED-158**: [P2] DV: Header DomainVested logo links to /appraise
|
|
425
|
+
- **LED-159**: [P1] DV: Rename Portfolio to History/Recent Appraisals
|
|
426
|
+
- **LED-160**: [P0] DV: BYOK master key was missing — now set
|
|
427
|
+
- **LED-161**: [P0] DV: Stripe pricing updated $9→$29/mo with annual option
|
|
428
|
+
- **LED-162**: [P0] DV: Comp prices anonymized (~$2,200 not $2,159)
|
|
429
|
+
- **LED-163**: [P0] DV: 101K domains re-scored with calibrated heuristic
|
|
430
|
+
- **LED-164**: [P0] Delimit: CLI/Action onboarding wizard — `delimit init` guided setup
|
|
431
|
+
- **LED-165**: [P1] Delimit: Dashboard guided first-project activation flow
|
|
432
|
+
- **LED-166**: [P1] API lint: 1 violations found
|
|
433
|
+
- **LED-167**: [P0] Delimit: Publish CLI v3.13.0 + deploy dashboard with new features
|
|
434
|
+
- **LED-168**: [P1] DomainVested: Public beta landing page with sign-up flow
|
|
435
|
+
- **LED-169**: [P1] Delimit: Referral/invite system — shareable links for first 5 users
|
|
436
|
+
- **LED-170**: [P1] API lint: 2 violations found
|
|
437
|
+
- **LED-171**: [P1] API lint: 2 violations found
|
|
438
|
+
- **LED-172**: [P1] API lint: 2 violations found
|
|
439
|
+
- **LED-173**: [P1] LiveTube: Consensus 113 — Topic shelves on homepage
|
|
440
|
+
- **LED-174**: [P1] LiveTube: LT-093-012 Event-sourced action log + activity timeline
|
|
441
|
+
- **LED-175**: [P0] LiveTube: Feed quality overhaul — clustering, filtering, classification
|
|
442
|
+
- **LED-177**: [P0] Wire Report: xAI credit monitoring and low-balance alerts
|
|
443
|
+
- **LED-178**: [P1] DomainVested: Automated weekly teardown digest — fresh content without manual effort
|
|
444
|
+
- **LED-179**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
445
|
+
- **LED-181**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
446
|
+
- **LED-182**: [P1] API lint: 3 violations found
|
|
447
|
+
- **LED-183**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
448
|
+
- **LED-184**: [P0] Delimit: Build delimit_ledger_update — edit items, change priority, reassign, add labels
|
|
449
|
+
- **LED-185**: [P1] Delimit: Build delimit_ledger_link — dependencies, blockers, parent-child
|
|
450
|
+
- **LED-186**: [P0] Delimit: Build delimit_session_handoff — session summaries for cross-session continuity
|
|
451
|
+
- **LED-187**: [P1] Delimit: Build delimit_ledger_query — natural language ledger queries
|
|
452
|
+
- **LED-188**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
453
|
+
- **LED-189**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
454
|
+
- **LED-190**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
455
|
+
- **LED-191**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
456
|
+
- **LED-192**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
457
|
+
- **LED-193**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
458
|
+
- **LED-194**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
459
|
+
- **LED-195**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
460
|
+
- **LED-196**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
461
|
+
- **LED-197**: [P1] Delimit: Respond to Dev.to article "Your Agent API Needs an OpenAPI Spec"
|
|
462
|
+
- **LED-198**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
463
|
+
- **LED-199**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
464
|
+
- **LED-200**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
465
|
+
- **LED-201**: [P0] DomainVested: Deploy /check route to Vercel — currently 404ing
|
|
466
|
+
- **LED-203**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
467
|
+
- **LED-204**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
468
|
+
- **LED-205**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
469
|
+
- **LED-207**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
470
|
+
- **LED-208**: [P1] Outreach activity: opencost/opencost#3655
|
|
471
|
+
- **LED-209**: [P1] Outreach activity: activepieces/activepieces#11667
|
|
472
|
+
- **LED-210**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
473
|
+
- **LED-211**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
474
|
+
- **LED-212**: [P1] API lint: 2 violations found
|
|
475
|
+
- **LED-213**: [P0] Delimit: Fix cross-model instruction parity — one template for all models
|
|
476
|
+
- **LED-214**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
477
|
+
- **LED-215**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
478
|
+
- **LED-216**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
479
|
+
- **LED-217**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
480
|
+
- **LED-218**: [P0] Build Session Phoenix — cross-model session resurrection (delimit revive)
|
|
481
|
+
- **LED-219**: [P0] Build Toolcard Delta Cache — tool schema diffs to cut token waste
|
|
482
|
+
- **LED-220**: [P1] Build Handoff Receipts — structured agent-to-agent handoff with acknowledgment
|
|
483
|
+
- **LED-221**: [P1] Build Cross-Model Audit — 3 models audit a PR, 4th synthesizes
|
|
484
|
+
- **LED-222**: [P0] Security: Audit public repos + npm package for proprietary code/algorithm exposure
|
|
485
|
+
- **LED-223**: [P0] Security scan: 2 issues detected
|
|
486
|
+
- **LED-224**: [P0] Security: 2 vulnerabilities found
|
|
487
|
+
- **LED-225**: [P0] CRITICAL: Fix security scanning to catch hardcoded credentials before deploy/publish
|
|
488
|
+
- **LED-226**: [P0] Restore .pyc compiled bytecode for core IP files in npm package
|
|
489
|
+
- **LED-227**: [P0] Reddit strategy: insightful comments only — research target posts before commenting
|
|
490
|
+
- **LED-228**: [P1] Build delimit_github_scan — tiered GitHub scanner (pulse/hunter/deep)
|
|
491
|
+
- **LED-229**: [P1] Enforce Delimit governance gates on Vercel deploys
|
|
492
|
+
- **LED-232**: [P1] Outreach activity: openclaw/openclaw#57298
|
|
493
|
+
- **LED-233**: [P1] Outreach: Open issue on mahomedalid/typespec-workflow-samples — replace oasdiff with Delimit Action
|
|
494
|
+
- **LED-235**: [P0] Security: 2 vulnerabilities found
|
|
495
|
+
- **LED-236**: [P1] Audit active repos for missing Delimit governance initialization
|
|
496
|
+
- **LED-237**: [P0] Continuous Social Sensing Loop with reply monitoring and strategy extraction
|
|
497
|
+
- **LED-238**: [P0] Continuous target outreach orchestration across social and developer surfaces
|
|
498
|
+
- **LED-239**: [P0] Continuous think-and-build loop from social signals into Delimit product work
|
|
499
|
+
- **LED-240**: [P0] Private continuity state must be user-scoped and auto-resolved at startup
|
|
500
|
+
- **LED-242**: [P0] Unify cross-model trigger phrases for persistent Delimit swarm bootstrap
|
|
501
|
+
- **LED-016**: [P1] Outreach response: new activity detected
|
|
502
|
+
- **LED-031**: [P1] Outreach response: new activity detected
|
|
503
|
+
- **LED-033**: [P1] Outreach response: new activity detected
|
|
504
|
+
- **LED-035**: [P1] Outreach response: new activity detected
|
|
505
|
+
- **LED-037**: [P1] Outreach response: new activity detected
|
|
506
|
+
- **LED-039**: [P1] Outreach response: new activity detected
|
|
507
|
+
- **LED-041**: [P1] Outreach response: new activity detected
|
|
508
|
+
- **LED-243**: [P1] Dashboard: Outreach/comms view — unified social drafts, vendor emails, and approval queue
|
|
509
|
+
- **LED-244**: [P0] Automatic inbox polling daemon — email governance runs without sessions
|
|
510
|
+
- **LED-246**: [P0] Fix delimit_ledger_done — cannot find items by LED-XXX ID format
|
|
511
|
+
- **LED-247**: [P2] Delimit: update CLAUDE.md delimit version marker from v3.11.10 to v3.13.2
|
|
512
|
+
- **LED-255**: [P1] Session 2026-03-28: Social outreach session — open items and context
|
|
513
|
+
- **LED-256**: [P0] Landing page rewrite — lead with governance, interactive demo
|
|
514
|
+
- **LED-257**: [P1] Dashboard governance cockpit — evidence timelines, gate status, compliance export
|
|
515
|
+
- **LED-258**: [P0] Zero-config repo onboarding — first evidence + gates in one command
|
|
516
|
+
- **LED-259**: [P0] PR-native governance copilot — governance feedback in GitHub PR comments
|
|
517
|
+
- **LED-260**: [P1] Continuous drift/compliance monitoring — scheduled governance checks
|
|
518
|
+
- **LED-261**: [P0] Packaging push: npm v3.14.0 + GitHub Action tag + changelog update
|
|
519
|
+
- **LED-262**: [P0] 5-minute quickstart: delimit demo command that proves governance value fast
|
|
520
|
+
- **LED-263**: [P1] Beta capture loop: convert successful CLI/dashboard runs into signups
|
|
521
|
+
- **LED-264**: [P0] npx delimit try — zero-risk demo with Markdown report artifact
|
|
522
|
+
- **LED-265**: [P0] Enhanced delimit doctor: preview file changes + undo command
|
|
523
|
+
- **LED-266**: [P1] Pick your first win funnel — persona paths on README and landing page
|
|
524
|
+
- **LED-267**: [P0] 5-minute first-win onboarding — scan → lint → fix flow with sample repo
|
|
525
|
+
- **LED-268**: [P1] Cross-model memory handoff demo — start in Claude, continue in Codex, verify in Gemini
|
|
526
|
+
- **LED-269**: [P1] Add permission auto-config to delimit activate/init flow
|
|
527
|
+
- **LED-270**: [P1] Activation checklist should skip premium checks on free tier, not mark as failures
|
|
528
|
+
- **LED-274**: [P0] Swarm Phase 1: Shared infrastructure — auth, logging, namespace isolation
|
|
529
|
+
- **LED-275**: [P0] Swarm Phase 2: Instantiate 5-role agent roster across all ventures
|
|
530
|
+
- **LED-276**: [P0] Swarm Phase 2b: Central governor with tiered approvals + auto-escalation
|
|
531
|
+
- **LED-279**: [P0] Self-extending swarm (founder mode): agents create tools, deploy via npm publish
|
|
532
|
+
- **LED-280**: [P0] SIEM streaming integration — Splunk/Datadog/EventBridge log forwarding from Audit Trail
|
|
533
|
+
- **LED-281**: [P0] Custom RBAC roles + Just-In-Time (JIT) access requests
|
|
534
|
+
- **LED-282**: [P0] Executive ROI drill-down — transparent cost savings calculation formula
|
|
535
|
+
- **LED-283**: [P0] AI Guardrails — PII/DLP masking for Agent Orchestration prompts
|
|
536
|
+
- **LED-284**: [P1] Compliance PDF/CSV export for external auditors + FedRAMP framework
|
|
537
|
+
- **LED-285**: [P1] SSO break-glass admin recovery + Passkeys support
|
|
538
|
+
- **LED-286**: [P1] ITSM integration — ServiceNow/Jira deployment approval gates
|
|
539
|
+
- **LED-287**: [P0] Command Center — fix fallback data when MCP gateway unreachable from Vercel
|
|
540
|
+
- **LED-289**: [P0] Chatwoot PR: Add API schema drift CI check (issue #13871)
|
|
541
|
+
- **LED-291**: [P0] Fix CI failures across delimit repos — gateway (CI #219-222), ui (Vercel #176-181), mcp-server (Tests #226-228)
|
|
542
|
+
- **LED-292**: [P1] Submit Delimit to 'Best MCP Servers' lists — 10+ articles ranking MCP tools for Claude Code
|
|
543
|
+
- **LED-296**: [P1] FIX: Gemini CLI cannot use Delimit Reddit tools — needs proxy bundled in npm package
|
|
544
|
+
- **LED-297**: [P0] Deploy inbox daemon as persistent service — email control plane must run 24/7
|
|
545
|
+
- **LED-301**: [P1] Email Directive: Re: [DIGEST] Pituitary 92K (spec/doc drift) + Doma
|
|
546
|
+
- **LED-302**: [P1] Email Directive:
|
|
547
|
+
- **LED-303**: [P1] Email Directive: Re: [ACK]
|
|
548
|
+
- **LED-304**: [P1] Email Directive: Acknowledge receipt of test reply
|
|
549
|
+
- **LED-305**: [P0] [SYSTEM] Fix pro@delimit.ai IMAP/SMTP authentication failure
|
|
550
|
+
- **LED-309**: [P1] Outreach: mindee-api-java (API Namespace Rework)
|
|
551
|
+
- **LED-314**: [P1] compat task
|
|
552
|
+
- **LED-316**: [P1] Fix the widget
|
|
553
|
+
- **LED-317**: [P1] Test task
|
|
554
|
+
- **LED-318**: [P1] Cross-venture task
|
|
555
|
+
- **LED-320**: [P1] Task B
|
|
556
|
+
- **LED-323**: [P1] Fix the widget
|
|
557
|
+
- **LED-324**: [P1] Test task
|
|
558
|
+
- **LED-325**: [P1] Cross-venture task
|
|
559
|
+
- **LED-327**: [P1] Task B
|
|
560
|
+
- **LED-330**: [P1] Fix the widget
|
|
561
|
+
- **LED-331**: [P1] Test task
|
|
562
|
+
- **LED-332**: [P1] Cross-venture task
|
|
563
|
+
- **LED-334**: [P1] Task B
|
|
564
|
+
- **LED-336**: [P1] Test task
|
|
565
|
+
- **LED-337**: [P1] Cross-venture task
|
|
566
|
+
- **LED-338**: [P1] Consensus reached: Review the full transcript. As orchestrator, provide your own analysis and final
|
|
567
|
+
- **LED-341**: [P1] Cross-venture task
|
|
568
|
+
- **LED-345**: [P0] SECURITY: Rotate all GitHub Actions secrets — axios supply chain compromise (March 31)
|
|
569
|
+
- **LED-347**: [P1] Cross-venture task
|
|
570
|
+
- **LED-348**: [P0] Migrate /users endpoint from v1 to v2 schema
|
|
571
|
+
- **LED-349**: [P0] Migrate /users endpoint from v1 to v2 schema
|
|
572
|
+
- **LED-350**: [P0] Migrate /users endpoint from v1 to v2 schema
|
|
573
|
+
- **LED-411**: [P1] Cross-venture task
|
|
574
|
+
|
|
575
|
+
### Stats
|
|
576
|
+
- **Commits**: 255
|
|
577
|
+
- **Files changed**: 0
|
|
578
|
+
- **Insertions**: 0(+) / 0(-)
|
|
579
|
+
- **Test commits**: 2
|
|
580
|
+
|
|
3
581
|
## [3.15.13] - 2026-03-29
|
|
4
582
|
|
|
5
583
|
### Added
|