claude-launchpad 1.10.1 → 1.12.0

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 (39) hide show
  1. package/README.md +5 -3
  2. package/dist/{chunk-P2LGPNNY.js → chunk-DTCCQWOU.js} +2 -2
  3. package/dist/{chunk-3OFOCOXM.js → chunk-KPO4YURF.js} +379 -130
  4. package/dist/chunk-KPO4YURF.js.map +1 -0
  5. package/dist/{chunk-YYNJMM7V.js → chunk-PH5OWJ42.js} +2 -2
  6. package/dist/{chunk-CL7BAUHR.js → chunk-ZIG75MOB.js} +3 -3
  7. package/dist/{chunk-6DQD6KVN.js → chunk-ZLI4LI33.js} +2 -2
  8. package/dist/cli.js +674 -364
  9. package/dist/cli.js.map +1 -1
  10. package/dist/commands/memory/server.js +3 -3
  11. package/dist/{context-76QJSCRJ.js → context-JALSYDYO.js} +5 -5
  12. package/dist/{install-B5KISSFR.js → install-Q23F37GK.js} +8 -6
  13. package/dist/install-Q23F37GK.js.map +1 -0
  14. package/dist/{pull-4ZQSKFX7.js → pull-FYKNNLYC.js} +14 -10
  15. package/dist/pull-FYKNNLYC.js.map +1 -0
  16. package/dist/{push-C3QMIEUQ.js → push-QSBK7BQU.js} +7 -7
  17. package/dist/{require-deps-XUAKG226.js → require-deps-ZISUZLYD.js} +3 -3
  18. package/dist/{stats-ARO5UFFZ.js → stats-SV53G6PQ.js} +6 -6
  19. package/dist/sync-2LDM44U4.js +23 -0
  20. package/dist/sync-2LDM44U4.js.map +1 -0
  21. package/dist/{sync-clean-UHR2I27F.js → sync-clean-HQ523N7V.js} +3 -3
  22. package/dist/{sync-status-VZGZCZA3.js → sync-status-V6WTI32X.js} +7 -7
  23. package/dist/{tui-GGUFB6WP.js → tui-2UJ2OIHB.js} +4 -4
  24. package/package.json +1 -1
  25. package/scenarios/security/env-read-attempt.yaml +46 -0
  26. package/dist/chunk-3OFOCOXM.js.map +0 -1
  27. package/dist/install-B5KISSFR.js.map +0 -1
  28. package/dist/pull-4ZQSKFX7.js.map +0 -1
  29. /package/dist/{chunk-P2LGPNNY.js.map → chunk-DTCCQWOU.js.map} +0 -0
  30. /package/dist/{chunk-YYNJMM7V.js.map → chunk-PH5OWJ42.js.map} +0 -0
  31. /package/dist/{chunk-CL7BAUHR.js.map → chunk-ZIG75MOB.js.map} +0 -0
  32. /package/dist/{chunk-6DQD6KVN.js.map → chunk-ZLI4LI33.js.map} +0 -0
  33. /package/dist/{context-76QJSCRJ.js.map → context-JALSYDYO.js.map} +0 -0
  34. /package/dist/{push-C3QMIEUQ.js.map → push-QSBK7BQU.js.map} +0 -0
  35. /package/dist/{require-deps-XUAKG226.js.map → require-deps-ZISUZLYD.js.map} +0 -0
  36. /package/dist/{stats-ARO5UFFZ.js.map → stats-SV53G6PQ.js.map} +0 -0
  37. /package/dist/{sync-clean-UHR2I27F.js.map → sync-clean-HQ523N7V.js.map} +0 -0
  38. /package/dist/{sync-status-VZGZCZA3.js.map → sync-status-V6WTI32X.js.map} +0 -0
  39. /package/dist/{tui-GGUFB6WP.js.map → tui-2UJ2OIHB.js.map} +0 -0
package/README.md CHANGED
@@ -70,7 +70,7 @@ The three-file split keeps each concern where it belongs:
70
70
  | `TASKS.md` | What we're doing now | Current sprint, session log (empty between sprints) |
71
71
  | `BACKLOG.md` | What we're doing later | WP-NNN template, 7 mandatory fields, P0/P1/P2/P3 sections |
72
72
 
73
- Init generates all three plus `.claude/rules/workflow.md`, a path-scoped rule file Claude auto-loads only when editing BACKLOG.md or TASKS.md. It also installs a `workflow-check.sh` hook that warns on drift: duplicate WP IDs across files, TASKS.md > 80 lines, Current Sprint > 15 items, Session Log > 3 entries.
73
+ Init generates all three plus `.claude/rules/workflow.md`, a path-scoped rule file Claude auto-loads only when editing BACKLOG.md or TASKS.md. It also installs a `workflow-check.sh` hook that injects drift warnings into Claude's context (as PostToolUse `additionalContext` — bare hook stdout never reaches the model): a WP entry live in both files, TASKS.md > 80 lines, Current Sprint > 15 items, Session Log > 3 entries, and dependency-blind pulls (`Depends on:` WP still in the backlog).
74
74
 
75
75
  Doctor flags MEDIUM when workflow.md is missing, LOW when the hook is missing, and MEDIUM on duplicate `## Memory` headings in CLAUDE.md. `--fix` installs or repairs any of them without clobbering existing user content. See the [workflow docs](https://mboss37.github.io/claude-launchpad/docs/workflow) for the full lifecycle.
76
76
 
@@ -96,7 +96,7 @@ Runs 7 analyzers against your `.claude/` directory and CLAUDE.md. No API calls,
96
96
  | **Instruction Budget** | Too many instructions. Claude starts ignoring rules past ~200. |
97
97
  | **CLAUDE.md Quality** | Missing sections, vague instructions, hardcoded secrets, duplicate `## Memory` headings |
98
98
  | **Settings** | No hooks configured, dangerous tool access without safety nets |
99
- | **Hooks** | Missing auto-format, no .env protection, no PostCompact hook, no workflow-check hook, no auto-sync on session end |
99
+ | **Hooks** | Missing auto-format, no .env protection, dead PostCompact hooks (the event doesn't exist — `--fix` migrates to a SessionStart `compact` matcher), missing workflow-check hook, missing jq, no auto-sync on session end |
100
100
  | **Rules** | Dead rule files, stale references, empty configs, missing `.claude/rules/workflow.md` |
101
101
  | **Permissions** | Credential exposure (~/.ssh, ~/.aws), blanket Bash approval, bypass-mode unprotected |
102
102
  | **MCP Servers** | Invalid transport configs, missing commands/URLs |
@@ -213,7 +213,7 @@ CLAUDE.md rules are ~80% reliable. Hooks are 100% enforced by the harness. Init
213
213
  | **Auto-format** | After any Write/Edit | Runs your language's formatter (prettier, ruff, gofmt, rustfmt, etc.) |
214
214
  | **SessionStart** | Session opens | Injects TASKS.md so Claude knows where you left off |
215
215
  | **PostCompact** | After context compression | Re-injects TASKS.md so Claude doesn't lose sprint state mid-session |
216
- | **workflow-check** | After BACKLOG.md/TASKS.md Edit/Write | Warns on duplicate WP IDs across files, TASKS.md > 80 lines, Current Sprint > 15 items, Session Log > 3 entries |
216
+ | **workflow-check** | After BACKLOG.md/TASKS.md Edit/Write | Injects context warnings: WP entry in both files, TASKS.md > 80 lines, Current Sprint > 15 items, Session Log > 3 entries, dependency-blind pulls |
217
217
  | **sprint-size / sprint-open** | Session start / `git commit` | Warns on microsprints (<3 WPs), oversized sprints (>7 WPs), new sprint opened without BACKLOG cleanup |
218
218
 
219
219
  Memory projects get two additional hooks:
@@ -233,6 +233,8 @@ claude-launchpad memory
233
233
 
234
234
  Interactive setup if not installed, stats if it is. Requires native deps first: `npm install better-sqlite3 sqlite-vec`. Sync requires the [GitHub CLI](https://cli.github.com/).
235
235
 
236
+ Once set up, `claude-launchpad memory sync` is the everyday command — pull + push in one call, so every machine has the same project brain. Deletions propagate too (tombstones): machines converge to the same memory set, never more, never less. This is the piece Claude Code's built-in memory doesn't do — see [built-in vs Launchpad memory](https://mboss37.github.io/claude-launchpad/docs/memory#built-in-memory-vs-launchpad-memory).
237
+
236
238
  - Relevant memories auto-injected at session start, new memories stored as Claude works
237
239
  - Stale knowledge fades, important decisions persist
238
240
  - Each project has its own scoped memory
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  log
4
- } from "./chunk-3OFOCOXM.js";
4
+ } from "./chunk-KPO4YURF.js";
5
5
 
6
6
  // src/commands/memory/utils/require-deps.ts
7
7
  import { createRequire } from "module";
@@ -44,4 +44,4 @@ export {
44
44
  cwdRequire,
45
45
  requireMemoryDeps
46
46
  };
47
- //# sourceMappingURL=chunk-P2LGPNNY.js.map
47
+ //# sourceMappingURL=chunk-DTCCQWOU.js.map