Skip to content

Releases: roboco-io/roboco-cli

v0.4.0-beta.3

04 Apr 08:15

Choose a tag to compare

Added

  • AI code review on pre-push via Claude Agent SDK ()
    • Reviews diff for security, logic, correctness, breaking changes
    • Blocks push on CRITICAL/HIGH issues or REQUEST_CHANGES verdict
    • Skip with or auto-skipped in CI
    • Non-blocking on SDK unavailable or unexpected errors
  • Pre-push hook now runs: typecheck → test → AI review

v0.4.0-beta.1

04 Apr 05:36

Choose a tag to compare

Added

  • CLAUDE.md generation delegates to claude /init with <roboco> context append
  • Anti-Reinvention Rule in CLAUDE.md and CONTRIBUTING.md
  • PRD "How" column — implementation methodology for each feature
  • LICENSE, CONTRIBUTING.md, CHANGELOG.md

Changed

  • Removed custom CLAUDE.md template generator (anti-reinvention)
  • Removed unused select() and input() from prompt utils
  • Fixed all lint warnings

v0.4.0-beta.2

04 Apr 07:50

Choose a tag to compare

v0.4.0-beta.2 Pre-release
Pre-release

Added

  • Analyze existing contents (not just existence check)
  • Read existing and directories
  • Read global settings and skills (user home config)
  • Deep merge settings.json — preserves existing permissions, hooks, MCP configs
  • Pass existing config details to AI interview for smarter recommendations
  • 11 new tests: settings merge unit tests + integration test with existing .claude/
  • README: enterprise full vibe coding positioning, problem/solution framing

Changed

  • Generator merges settings instead of overwriting — user's existing keys never lost
  • Permission arrays are unioned (no duplicates)
  • Release notes now extracted from CHANGELOG.md (fallback to git log)

v0.3.0-alpha.1

04 Apr 05:04

Choose a tag to compare

v0.3.0-alpha.1 Pre-release
Pre-release

Added

  • roboco audit command — vibe coding maturity scoring (5 categories, 100 points)
  • GitHub Actions: release.yml (tag → npm publish → GitHub Release)
  • GitHub Actions: auto-label.yml (keyword-based issue labeling)
  • GitHub Actions: stale.yml (inactive issue/PR management)

v0.2.0-alpha.1

04 Apr 04:30

Choose a tag to compare

v0.2.0-alpha.1 Pre-release
Pre-release

Added

  • roboco add command — add individual tools post-init
  • roboco sync command — detect configuration drift
  • roboco validate command — E2E setup validation
  • Claude Agent SDK integration in interviewer.ts
  • Pre-commit hook generation (stack-specific via husky)

v0.1.0-alpha.1

04 Apr 04:22

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release

Added

  • Initial release with 6 commands: init, install, update, status, doctor, config
  • Repository analyzer (7 languages, 9 frameworks)
  • AI interview (auto + interactive modes)
  • Configuration generator (CLAUDE.md, .claude/, hooks, CI/CD, process docs)
  • Tool installer (OMC, MCP servers, OpenSpec, Harness)
  • 52 tests (unit + integration + E2E)
  • GitHub Actions CI (6-job pipeline)
  • Git hooks (husky: pre-commit, pre-push)
  • npm distribution (npx roboco init)