fix: sync homebrew formula version and enable subtask GitHub Issues #848
+42
−45
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Summary
homebrew/aidevops.rbto version-manager.sh commit stepRoot Causes
1. Homebrew Version Drift (blocking all PRs)
version-manager.shcommit_version_changes()staged all version files excepthomebrew/aidevops.rb. Theupdate_version_in_files()function correctly updated the formula, but the commit step never staged it. Every release left the formula one version behind onorigin/main, causing the Version Consistency Check to fail on every PR.2. Subtasks Not Getting GitHub Issues
issue-sync-helper.shcmd_push()explicitly skipped indented subtask lines (^- \[only matches unindented). All 11 subtasks of t199 (t199.1-t199.11) had no GitHub Issues. The same^-pattern was used acrosscmd_push,cmd_pull,cmd_close,cmd_enrich,cmd_status,cmd_reconcile,add_gh_ref_to_todo, andfix_gh_ref_in_todo.Changes
version-manager.shhomebrew/aidevops.rbtogit addincommit_version_changes()homebrew/aidevops.rbissue-sync-helper.sh^-grep/sed patterns to^\s*-across 8 functionsVerification
bash -n