Skip to content

v0.5.0 - Developer workflow release

Choose a tag to compare

@daqiu753-hash daqiu753-hash released this 01 Jun 15:44
· 18 commits to main since this release

v0.5.0 expands ai-codebase-doctor from a basic AI-generated repo sanity checker into a more practical developer workflow tool.

Highlights:

  • Runtime reality checks
  • Package manager mismatch detection
  • Node / Docker / database setup checks
  • Optional npm registry checks via --online
  • Framework profiles for Next.js, Vite, Express, and FastAPI
  • Best-effort API route checks
  • Stable report formats
  • --fail-on support
  • GitHub Actions / CI documentation
  • Report schema documentation
  • Demo documentation
  • Expanded tests and fixtures

npm status:

  • npm package was not published in this release automation run.
  • npm publish is pending because npm authentication is required (npm whoami returned ENEEDAUTH).
  • npm pack --dry-run and npm publish --dry-run passed.