Skip to content

Releases: pittaaron/yololoop

v0.0.3 - npm release

18 Jun 15:26

Choose a tag to compare

npm release

  • Published yololoop@0.0.3 to npm.
  • Updated the README to use npm install -g yololoop as the primary install path.
  • Updated release docs for npm publishing and install smoke tests.
  • Normalized the package bin entry before publish.

Verification

  • npm run check
  • npm audit --omit=dev
  • npm pack --dry-run
  • npm install -g yololoop@0.0.3
  • yololoop init
  • yololoop doctor
  • yololoop plan

v0.0.2 - Launch polish

18 Jun 12:57

Choose a tag to compare

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 check
  • npm audit --omit=dev
  • npm pack --dry-run
  • gitleaks git --log-opts=--all --redact -v --no-banner

v0.0.1 - Local loop core

18 Jun 12:07

Choose a tag to compare

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