claude-launchpad 0.6.0 → 0.6.1
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,7 +119,7 @@ Detects your project and generates Claude Code config that fits. No templates, n
|
|
|
119
119
|
**What you get (6 files):**
|
|
120
120
|
- `CLAUDE.md` — your stack, commands, conventions, guardrails, memory management instructions
|
|
121
121
|
- `TASKS.md` — sprint tracking, session continuity, deferred issues parking
|
|
122
|
-
- `.claude/settings.json` — `$schema` for IDE autocomplete, `permissions.deny` for credential + secret protection, sandbox enabled, bypass mode disabled, hooks for .env protection + destructive command blocking + auto-format + PostCompact context re-injection
|
|
122
|
+
- `.claude/settings.json` — `$schema` for IDE autocomplete, `permissions.deny` for credential + secret protection, sandbox enabled, bypass mode disabled, hooks for .env protection + destructive command blocking + auto-format + sprint review + PostCompact context re-injection
|
|
123
123
|
- `.claude/.gitignore` — prevents local settings and plans from being committed
|
|
124
124
|
- `.claudeignore` — language-specific ignore patterns
|
|
125
125
|
- `.claude/rules/conventions.md` — language-specific starter rules
|
|
@@ -208,7 +208,7 @@ Score below threshold = exit code 1 = PR blocked.
|
|
|
208
208
|
|
|
209
209
|
**Doctor** reads your files and runs static analysis. No API calls. No network. No cost.
|
|
210
210
|
|
|
211
|
-
**Init** scans manifest files (package.json, go.mod, pyproject.toml, etc.), detects your stack, and generates 6 files: CLAUDE.md (with memory management
|
|
211
|
+
**Init** scans manifest files (package.json, go.mod, pyproject.toml, etc.), detects your stack, and generates 6 files: CLAUDE.md (with sprint reviews and memory management), TASKS.md (with deferred issues section), settings.json (with credential deny rules, sandbox enabled, bypass mode disabled, hooks including sprint review and PostCompact), .claude/.gitignore, .claudeignore, and language-specific rules. Formatter hooks use hardcoded safe commands only.
|
|
212
212
|
|
|
213
213
|
**Enhance** spawns `claude "prompt"` as an interactive child process. You see Claude's full UI. No data passes through the tool — it just launches Claude with a task.
|
|
214
214
|
|