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
Add a Data Machine Code source inventory executor for kind=workspace_files.
Register it on Data Machine's datamachine_source_inventory_page_callback and datamachine_source_aggregate_page_callback seams.
Return stable source-file items from managed DMC workspace checkouts so Data Machine flows can inventory source files and upsert tracked-items coverage without custom downstream tasks.
homeboy test --path /Users/chubes/Developer/data-machine-code@fix-workspace-source-inventory --extension wordpress
Deployed to wp-docs-runtime and executed datamachine/source-inventory against workspace handle wordpress-develop, path src/wp-includes/abilities-api; result found 4 source files and upserted 4 tracked items in namespace wp-docs:wordpress-core:abilities-api-pilot.
vendor/bin/phpcs inc/SourceInventory/WorkspaceSourceInventory.php data-machine-code.php could not run locally because this repo worktree does not provide vendor/bin/phpcs.
AI assistance
AI assistance: Yes
Tool(s): OpenCode (GPT-5.5)
Used for: Implemented the workspace source inventory executor and ran runtime verification; Chris remains responsible for review and testing.
ℹ️ No impacted tests found for --changed-since 9b9c76c
ℹ️ Run full suite if needed: homeboy test data-machine-code
Deep dive: homeboy test data-machine-code --changed-since 9b9c76c
Artifacts and drill-down
CI results artifact: homeboy-ci-results-data-machine-code-test-quality-Linux-node24 contains immediate command JSON for this action invocation.
Observation artifact: homeboy-observations-data-machine-code-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>.
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
kind=workspace_files.datamachine_source_inventory_page_callbackanddatamachine_source_aggregate_page_callbackseams.Verification
php -l inc/SourceInventory/WorkspaceSourceInventory.phphomeboy test --path /Users/chubes/Developer/data-machine-code@fix-workspace-source-inventory --extension wordpresswp-docs-runtimeand executeddatamachine/source-inventoryagainst workspace handlewordpress-develop, pathsrc/wp-includes/abilities-api; result found 4 source files and upserted 4 tracked items in namespacewp-docs:wordpress-core:abilities-api-pilot.vendor/bin/phpcs inc/SourceInventory/WorkspaceSourceInventory.php data-machine-code.phpcould not run locally because this repo worktree does not providevendor/bin/phpcs.AI assistance