Skip to content

AgentDoctor v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:00
· 23 commits to main since this release

AgentDoctor v0.1.0 is the first public CLI release.

Highlights:

  • Repository scan engine for AI agent readiness, including agent files, commands, safety boundaries, repo hygiene, CI, and agent ecosystem signals.
  • Deterministic init --dry-run planning for generated agent guidance.
  • Global/project config commands for selected agents and config reset/show workflows.
  • Cross-platform install scripts and release archives for Windows, Linux, and macOS.
  • upgrade and uninstall lifecycle commands for installed binaries.

Install:

iwr https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.ps1 -UseB | iex
curl -fsSL https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.sh | sh

Release artifacts include SHA256 checksum files for each platform archive.

Full changelog: https://github.com/youssefsz/agentdoctor/commits/v0.1.0