Releases: codebloodedai/claude-codestart
Releases · codebloodedai/claude-codestart
v0.0.1 — initial public release
claude-codestart v0.0.1 — initial public release
End cold starts for Claude Code sessions. Your LLM wakes up already knowing.
What's in the box
scripts/build-pulse.sh— generic pulse generator template (bash + jq)hooks/session-start.example.json— reference SessionStart hook configdocs/architecture.md— the 4-layer model explaineddocs/installation.md— step-by-step install for macOS and Linuxexamples/minimal/— smallest-possible first-time setup (2 files, 2 minutes)README.md,LICENSE(MIT),CHANGELOG.md,.gitignore
Requirements
- Claude Code v2.0 or later
- bash, jq, git (already on every Mac/Linux dev machine)
Install
git clone https://github.com/codebloodedai/claude-codestart.git ~/src/claude-codestart
cd ~/src/claude-codestart
# follow docs/installation.md~5 minutes from clone to warm start.
Status
v0.0.1 is the minimum viable version. The pattern is proven, the docs explain the 4-layer model, and the generic template is ready to customize. See the CHANGELOG for what's next.
Part of the CodeBloodedAI family.