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
Adds normalized flow runtime_overlays payloads so bundle queue, schedule, and burn-in seed drift is visible without treating live runtime state as package source drift.
Preserves site-local queue state, _queue_consume_revision, scheduling, and handler max_items on normal upgrades while keeping --reconcile-runtime able to replace them with bundle seeds.
Extends runtime drift/planner smoke coverage for config_patch_queue, queue_mode, _queue_consume_revision, max_items, and paused/manual scheduling examples.
homeboy test --path /Users/chubes/Developer/data-machine@issue-1844-runtime-overlays --extension wordpress --force-hot -- --filter=AgentBundlerImportTest still exits from WP Codebox with an unclassified failure after discovering 100 test files and without stderr/details.
ℹ️ Auto-fix lint issues: homeboy refactor data-machine --from lint --write
ℹ️ Collect coverage: homeboy test data-machine --coverage
ℹ️ Save test baseline: homeboy test data-machine --baseline
ℹ️ Pass args to test runner: homeboy test -- [args]
ℹ️ Full options: homeboy docs commands/test
Deep dive: homeboy test data-machine --changed-since 9caa8a9
Artifacts and drill-down
CI results artifact: homeboy-ci-results-data-machine-test-quality-Linux-node24 contains immediate command JSON for this action invocation.
Observation artifact: homeboy-observations-data-machine-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>.
Follow-up pushed in 69c9e7d.\n\nFixed the scoped WP Codebox failure by normalizing flow artifact hashes so package-source comparison ignores install-time flow step IDs and live runtime scheduling overlays while keeping bundle seed drift visible in runtime_overlays. Also fixed the PHPCS assignment alignment warning.\n\nVerified:\n- homeboy lint --path /Users/chubes/Developer/data-machine@issue-1844-runtime-overlays --extension wordpress --changed-since 9caa8a9\n- homeboy test --path /Users/chubes/Developer/data-machine@issue-1844-runtime-overlays --extension wordpress --changed-since 9caa8a9\n\nBoth pass locally; test result was 223 total, 220 passed, 3 skipped.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
runtime_overlayspayloads so bundle queue, schedule, and burn-in seed drift is visible without treating live runtime state as package source drift._queue_consume_revision, scheduling, and handlermax_itemson normal upgrades while keeping--reconcile-runtimeable to replace them with bundle seeds.config_patch_queue,queue_mode,_queue_consume_revision,max_items, and paused/manual scheduling examples.Fixes #1844.
Verification
vendor/bin/phpcs inc/Core/Agents/AgentBundler.php inc/Engine/Bundle/AgentBundleRuntimeDrift.php inc/Cli/Commands/AgentBundleCommand.php tests/agent-bundle-runtime-drift-smoke.php tests/agent-bundle-upgrade-planner-smoke.php tests/Unit/Core/Agents/AgentBundlerImportTest.phpphp -l inc/Core/Agents/AgentBundler.phpphp -l inc/Engine/Bundle/AgentBundleRuntimeDrift.phpphp -l inc/Cli/Commands/AgentBundleCommand.phpphp -l tests/Unit/Core/Agents/AgentBundlerImportTest.phpphp tests/agent-bundle-runtime-drift-smoke.php && php tests/agent-bundle-upgrade-planner-smoke.php && php tests/agent-bundle-artifact-rebase-smoke.phpgit diff --checkNotes
homeboy test --path /Users/chubes/Developer/data-machine@issue-1844-runtime-overlays --extension wordpress --force-hot -- --filter=AgentBundlerImportTeststill exits from WP Codebox with an unclassified failure after discovering 100 test files and without stderr/details.homeboy lint --path /Users/chubes/Developer/data-machine@issue-1844-runtime-overlays --extension wordpress --force-hotreports existing unrelated ESLint findings in admin React files outside this change; changed PHP files pass PHPCS directly.AI assistance