Skip to content

v2.8.2

Choose a tag to compare

@jhlee0409 jhlee0409 released this 07 Mar 16:54
· 39 commits to main since this release

Changed

  • Doctor fully script-driven: All 12 check categories now run in afc-doctor.sh — LLM only executes the script and prints output. Prevents model drift (auto-executing Fix commands, analyzing project code after health check)

Fixed

  • grep -c with pipefail producing 0\n0 on multiline input — replaced with grep -q
  • Fork-agent check crash when context: fork command has no agent: field

Full Changelog: v2.8.1...v2.8.2