Releases: pittaaron/yololoop
Releases · pittaaron/yololoop
v0.0.3 - npm release
npm release
- Published
yololoop@0.0.3to npm. - Updated the README to use
npm install -g yololoopas the primary install path. - Updated release docs for npm publishing and install smoke tests.
- Normalized the package
binentry before publish.
Verification
npm run checknpm audit --omit=devnpm pack --dry-runnpm install -g yololoop@0.0.3yololoop inityololoop doctoryololoop plan
v0.0.2 - Launch polish
Launch polish
- Removed account-specific model IDs from the generated starter config.
- Replaced model-route examples with explicit placeholders.
- Added public-safe issue, PR, security, and release guidance.
- Kept site assets outside the OSS package boundary.
Verification
npm run checknpm audit --omit=devnpm pack --dry-rungitleaks git --log-opts=--all --redact -v --no-banner
v0.0.1 - Local loop core
Initial public OSS release of yololoop.
Ships a local-first Node CLI for auditable AI development loops:
- init, doctor, plan, run --once, loop, pr --dry-run, and status commands
- Markdown BACKLOG.md item selection
- command and model routes for local tools, Codex, and Claude
- configured gates, timeouts, bounded loops, branch-backed commits, and run artifacts
- /yololoop Codex and Claude skills
- route-smoke demo and transcript
Install from GitHub until the first npm publish:
npm install -g github:pittaaron/yololoop