Skip to content

Fix cleanup repo scoping for paginated paths#879

Merged
chubes4 merged 3 commits into
mainfrom
fix/cleanup-repo-scope-874
Jul 5, 2026
Merged

Fix cleanup repo scoping for paginated paths#879
chubes4 merged 3 commits into
mainfrom
fix/cleanup-repo-scope-874

Conversation

@chubes4

@chubes4 chubes4 commented Jul 5, 2026

Copy link
Copy Markdown
Member

Closes #874

Summary

  • forward repo/worktree scope arguments through CLI and ability inputs for metadata reconciliation and active/no-signal cleanup paths
  • filter paginated reconciliation and active/no-signal inventory candidates before totals, examples, continuation commands, and writes
  • add regression coverage for scoped active/no-signal inventory and scoped metadata reconciliation next commands

Tests

  • php tests/worktree-active-no-signal-scope.php && php tests/worktree-metadata-reconciliation-remaining-blockers.php
  • php -l inc/Workspace/WorkspaceCoreUtilities.php && php -l inc/Workspace/WorkspaceWorktreeInventoryCleanup.php && php -l inc/Workspace/WorkspaceActiveNoSignalCleanup.php && php -l inc/Workspace/WorkspaceMetadataReconciliation.php && php -l inc/Abilities/WorkspaceAbilities.php && php -l inc/Cli/Commands/WorkspaceCommand.php && php -l inc/Workspace/WorkspaceAbandonedCleanupOrchestrator.php && php -l tests/worktree-active-no-signal-scope.php && php -l tests/worktree-metadata-reconciliation-remaining-blockers.php
  • php tests/worktree-active-no-signal-triage-preview.php && php tests/smoke-abandoned-cleanup-orchestrator.php && php tests/workspace-compact-output.php

AI assistance

@homeboy-ci

homeboy-ci Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Homeboy Results — data-machine-code

Lint

review lint — passed

ℹ️ Full options: homeboy self docs commands/lint
Deep dive: homeboy review lint data-machine-code --changed-since cb7fdfc

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-data-machine-code-review-lint-quality-Linux-node24 contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-data-machine-code-review-lint-quality-Linux-node24 contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/data-machine-code/actions/runs/28756017049

Test

review test — passed

ℹ️ Auto-fix lint issues: homeboy refactor data-machine-code --from lint --write
ℹ️ Collect coverage: homeboy test data-machine-code --coverage
ℹ️ Save test baseline: homeboy test data-machine-code --baseline
ℹ️ Pass args to test runner: homeboy test -- [args]
ℹ️ Full options: homeboy self docs commands/test
Deep dive: homeboy review test data-machine-code --changed-since cb7fdfc

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-data-machine-code-review-test-quality-Linux-node24 contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-data-machine-code-review-test-quality-Linux-node24 contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/data-machine-code/actions/runs/28756017049

Audit

review audit — passed

  • audit — 28 finding(s)
  • Total: 28 finding(s)

Deep dive: homeboy review audit data-machine-code --changed-since cb7fdfc

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-data-machine-code-review-audit-quality-Linux-node24 contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-data-machine-code-review-audit-quality-Linux-node24 contains exported Homeboy run history for deeper queries.
  • Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/data-machine-code/actions/runs/28756017049
Tooling versions
  • Homeboy CLI: homeboy 0.281.10+bb840a5b550b+cb0684f
  • Extension: wordpress from https://github.com/Extra-Chill/homeboy-extensions
  • Extension revision: 68d84557
  • Action: unknown@unknown

@chubes4 chubes4 force-pushed the fix/cleanup-repo-scope-874 branch from 863ef45 to f689e1e Compare July 5, 2026 21:46
@chubes4 chubes4 merged commit 6f2a0a5 into main Jul 5, 2026
5 checks passed
@chubes4 chubes4 deleted the fix/cleanup-repo-scope-874 branch July 5, 2026 21:52
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.

cleanup commands ignore repo argument in paginated classifier paths

1 participant