Releases: shnsfz/launchloop
Releases · shnsfz/launchloop
Release list
LaunchLoop v0.1.1
Patch release focused on product value and launch repair workflow.
Highlights:
- Refocus README on ranked launch blockers and the agent-ready repair loop.
- Move security/trust boundaries out of the headline and keep them as supporting documentation.
- Add regression coverage so README foregrounds the core workflow and CLI version stays in sync with package version.
- Bump CLI/package version to 0.1.1.
Verified before release:
- npm test: 24/24 pass.
- npm run build: runtime syntax check passed.
- npm run release:local: passed from generated 0.1.1 tarball and globally installed CLI.
- launchloop check --ai: ready, DeepSeek review included.
- tracked-source secret scan: no sk-* key found.
LaunchLoop v0.1.0
Stable v0.1.0 release.
Highlights:
- Production-standard README focused on understand, try, trust, pay, and benefit outcomes.
- One-command local release gate: npm run release:local.
- Installed CLI verification for example and self checks.
- DeepSeek AI review can load the configured provider key from shell env or gitignored local .env.
- Secret hygiene distinguishes gitignored local .env from unsafe unignored env files.
- SECURITY.md and docs/production-standard.md included in the package.
Verified before release:
- npm test: 23/23 pass.
- npm run build: runtime syntax check passed.
- npm run release:local: passed from generated tarball and globally installed CLI.
- launchloop check --ai: ready, DeepSeek review included.
- tracked-source secret scan: no sk-* key found.