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 a gitsync_pull Data Machine system task that delegates to the existing API-first GitSync::pull() primitive.
Registers the task so scheduled or webhook-triggered flows can refresh GitSync bindings without shelling out to WP-CLI.
Documents the system-task usage in the GitSync docs.
Verification
php -l inc/Tasks/GitSyncPullTask.php
git diff --check
AI assistance
AI assistance: Yes
Tool(s): OpenCode (GPT-5.5)
Used for: Implemented the task wrapper and documentation based on Chris's requested docs publishing workflow; Chris remains responsible for review and testing.
ℹ️ Auto-fix: homeboy lint data-machine-code --path /home/runner/work/data-machine-code/data-machine-code --changed-since ca0546f --fix (or homeboy refactor data-machine-code --path /home/runner/work/data-machine-code/data-machine-code --changed-since ca0546f --from lint --write)
ℹ️ Some issues may require manual fixes
ℹ️ Full options: homeboy docs commands/lint
ℹ️ Save lint baseline: homeboy lint data-machine-code --baseline
Deep dive: homeboy lint data-machine-code --changed-since ca0546f
Test
✅ test — passed
ℹ️ No impacted tests found for --changed-since ca0546f
ℹ️ Run full suite if needed: homeboy test data-machine-code
Deep dive: homeboy test data-machine-code --changed-since ca0546f
Audit
✅ audit — passed
test_coverage — 1 finding(s)
Total: 1 finding(s)
Deep dive: homeboy audit data-machine-code --changed-since ca0546f
Tooling versions
Homeboy CLI: homeboy 0.189.0+fb8db38
Extension: wordpress from https://github.com/Extra-Chill/homeboy-extensions
Extension revision: 8541a487
Action: unknown@unknown
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
gitsync_pullData Machine system task that delegates to the existing API-firstGitSync::pull()primitive.Verification
php -l inc/Tasks/GitSyncPullTask.phpgit diff --checkAI assistance