Skip to content

fix: revert out-of-scope Homeboy autofix from #973#975

Merged
chubes4 merged 1 commit intomainfrom
fix/revert-homeboy-autofix-scope
Mar 25, 2026
Merged

fix: revert out-of-scope Homeboy autofix from #973#975
chubes4 merged 1 commit intomainfrom
fix/revert-homeboy-autofix-scope

Conversation

@chubes4
Copy link
Member

@chubes4 chubes4 commented Mar 25, 2026

Summary

Reverts 55340db987d541d853d4cbd10d5b53aa81be4445 (chore(ci): homeboy autofix — refactor (115 files)) which was added to PR #973 by Homeboy CI.

Why

PR #973's intended human change touched only 2 files:

  • inc/Engine/AI/Tools/ToolPolicyResolver.php
  • tests/Unit/AI/Tools/ToolPolicyResolverTest.php

Homeboy then added a repo-wide autofix commit touching 115 files. That exceeds the intended PR-scoped autofix behavior (changed files + tightly related call sites).

Impact assessment

This does not revert the intended feature from #973 (per-tool chat tool resolution). It only removes the broad bot-generated refactor churn.

While much of the autofix commit was mechanical, it also included semantic/code-shape changes in unrelated files (for example repeated duplicate DB query patterns in PostIdentityIndex.php), so it should not remain piggybacked inside a small feature PR.

Validation

@chubes4 chubes4 merged commit 7e6bbc1 into main Mar 25, 2026
1 check failed
@chubes4 chubes4 deleted the fix/revert-homeboy-autofix-scope branch March 25, 2026 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant