You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Add structured command output across the DevTools command surface with --json and --pretty-json, including pretty-printed JSON and agent-aware JSON defaults (#33)
Group queued subprocess output and emit GitHub Actions workflow annotations for clearer CI logs and error surfaces (#33)
Changed
Propagate structured output flags through nested DevTools subprocesses, simplify logger context extraction, and keep machine-readable runs quieter by default (#33)
Adopt --progress as the positive opt-in for transient progress rendering while keeping supported commands quiet by default (#33)
Teach packaged issue-authoring skills and prompts to reuse existing GitHub issue metadata, infer project field values, preserve relationships with open issues, and mirror linked issue project metadata onto pull requests (#152)
Automate the configured GitHub Project board across issue intake, PR review, merge, release preparation, and changelog-driven release publication using repository-level Project variables (#152)
Reorganize packaged GitHub Actions documentation to reflect the local .github/actions groups for php, project-board, github-pages, wiki, and changelog, plus the split between wiki preview and wiki maintenance workflows (#152)
Fixed
Stabilize logger and process-queue test expectations in CI by making GitHub Actions output detection deterministic during the PHPUnit suite (#33)
Restore raw text output for changelog:next-version and changelog:show so changelog release workflows can keep capturing versions and redirecting release notes safely (#149)