Skip to content

fix: retry bundle preload through remote workspace backend#607

Merged
chubes4 merged 2 commits into
mainfrom
fix/preload-remote-backend-retry
Jun 8, 2026
Merged

fix: retry bundle preload through remote workspace backend#607
chubes4 merged 2 commits into
mainfrom
fix/preload-remote-backend-retry

Conversation

@chubes4
Copy link
Copy Markdown
Member

@chubes4 chubes4 commented Jun 8, 2026

Summary

  • Retry workspace preload clone failures through the GitHub-backed remote workspace backend when local git clone is unavailable.
  • Add smoke coverage proving preload artifacts can still register GitHub repositories when the canonical clone path reports datamachine_workspace_git_unavailable.

Why

WPSG iterator runs in WP Codebox/Playground showed bundle workspace preload still degrading with local-git-unavailable even when Data Machine Code was mounted from the remote-backend-enabled checkout. The preload artifact is the owning path for making preloaded workspaces available before the iterator agent runs.

Testing

  • php tests/smoke-workspace-preload-artifact.php
  • php tests/smoke-remote-workspace-backend.php
  • git diff --check

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Diagnosed the remaining WP Codebox iterator preload failure, drafted the preload fallback and smoke coverage, and ran targeted verification. Chris remains responsible for review and merge.

@homeboy-ci
Copy link
Copy Markdown
Contributor

homeboy-ci Bot commented Jun 8, 2026

Homeboy Results — data-machine-code

Lint

lint — passed

ℹ️ Full options: homeboy docs commands/lint
ℹ️ Save lint baseline: homeboy lint data-machine-code --baseline
Deep dive: homeboy lint data-machine-code --changed-since 99965e8

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-data-machine-code-lint-quality-Linux-node24 contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-data-machine-code-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/27115067243

Test

test — passed

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

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>.
  • Artifacts are attached to the workflow run: https://github.com/Extra-Chill/data-machine-code/actions/runs/27115067243

Audit

audit — passed

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

Deep dive: homeboy audit data-machine-code --changed-since 99965e8

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-data-machine-code-audit-quality-Linux-node24 contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-data-machine-code-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/27115067243
Tooling versions
  • Homeboy CLI: homeboy 0.222.15+e0cd26c
  • Extension: wordpress from https://github.com/Extra-Chill/homeboy-extensions
  • Extension revision: 5637f95b
  • Action: unknown@unknown

@chubes4 chubes4 merged commit 5cbea63 into main Jun 8, 2026
5 checks passed
@chubes4 chubes4 deleted the fix/preload-remote-backend-retry branch June 8, 2026 04:01
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