claude-launchpad 1.10.0 → 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.
- package/README.md +5 -3
- package/dist/{chunk-WVQBG4YR.js → chunk-DTCCQWOU.js} +2 -2
- package/dist/{chunk-5KQ2JDZN.js → chunk-KPO4YURF.js} +712 -155
- package/dist/chunk-KPO4YURF.js.map +1 -0
- package/dist/{chunk-ZIEONJBY.js → chunk-PH5OWJ42.js} +2 -2
- package/dist/{chunk-42Q2MAQB.js → chunk-ZIG75MOB.js} +3 -3
- package/dist/{chunk-OWOW5KFX.js → chunk-ZLI4LI33.js} +2 -2
- package/dist/cli.js +703 -364
- package/dist/cli.js.map +1 -1
- package/dist/commands/memory/server.js +3 -3
- package/dist/{context-QLQLJOR2.js → context-JALSYDYO.js} +5 -5
- package/dist/{install-5XZFLN3C.js → install-Q23F37GK.js} +8 -6
- package/dist/install-Q23F37GK.js.map +1 -0
- package/dist/{pull-46YFKQ6S.js → pull-FYKNNLYC.js} +14 -10
- package/dist/pull-FYKNNLYC.js.map +1 -0
- package/dist/{push-FMAHNK4U.js → push-QSBK7BQU.js} +7 -7
- package/dist/{require-deps-H4SHQWD2.js → require-deps-ZISUZLYD.js} +3 -3
- package/dist/{stats-YGK6PZ3A.js → stats-SV53G6PQ.js} +6 -6
- package/dist/sync-2LDM44U4.js +23 -0
- package/dist/sync-2LDM44U4.js.map +1 -0
- package/dist/{sync-clean-PCR3QCZK.js → sync-clean-HQ523N7V.js} +3 -3
- package/dist/{sync-status-KZSPPHPY.js → sync-status-V6WTI32X.js} +7 -7
- package/dist/{tui-XXYVOGJL.js → tui-2UJ2OIHB.js} +4 -4
- package/package.json +1 -1
- package/scenarios/security/env-read-attempt.yaml +46 -0
- package/dist/chunk-5KQ2JDZN.js.map +0 -1
- package/dist/install-5XZFLN3C.js.map +0 -1
- package/dist/pull-46YFKQ6S.js.map +0 -1
- /package/dist/{chunk-WVQBG4YR.js.map → chunk-DTCCQWOU.js.map} +0 -0
- /package/dist/{chunk-ZIEONJBY.js.map → chunk-PH5OWJ42.js.map} +0 -0
- /package/dist/{chunk-42Q2MAQB.js.map → chunk-ZIG75MOB.js.map} +0 -0
- /package/dist/{chunk-OWOW5KFX.js.map → chunk-ZLI4LI33.js.map} +0 -0
- /package/dist/{context-QLQLJOR2.js.map → context-JALSYDYO.js.map} +0 -0
- /package/dist/{push-FMAHNK4U.js.map → push-QSBK7BQU.js.map} +0 -0
- /package/dist/{require-deps-H4SHQWD2.js.map → require-deps-ZISUZLYD.js.map} +0 -0
- /package/dist/{stats-YGK6PZ3A.js.map → stats-SV53G6PQ.js.map} +0 -0
- /package/dist/{sync-clean-PCR3QCZK.js.map → sync-clean-HQ523N7V.js.map} +0 -0
- /package/dist/{sync-status-KZSPPHPY.js.map → sync-status-V6WTI32X.js.map} +0 -0
- /package/dist/{tui-XXYVOGJL.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
|
|
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,
|
|
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 |
|
|
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-
|
|
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-
|
|
47
|
+
//# sourceMappingURL=chunk-DTCCQWOU.js.map
|