Skip to content

Refactor runtime capability probes#571

Merged
chubes4 merged 2 commits into
mainfrom
refactor/capability-gating
Jun 6, 2026
Merged

Refactor runtime capability probes#571
chubes4 merged 2 commits into
mainfrom
refactor/capability-gating

Conversation

@chubes4
Copy link
Copy Markdown
Member

@chubes4 chubes4 commented Jun 6, 2026

Summary

  • Add RuntimeCapabilities as the shared shell, binary, git, and remediation diagnostic surface.
  • Route Environment, GitRunner, ProcessRunner, workspace bootstrap binary checks, and workspace capability reporting through the shared diagnostics.
  • Preserve bootstrap's augmented PATH behavior while removing its direct exec command -v probe.

Dependency

Verification

  • php -l inc/Support/RuntimeCapabilities.php && php -l inc/Support/ProcessRunner.php && php -l inc/Support/GitRunner.php && php -l inc/Environment.php && php -l inc/Workspace/WorktreeBootstrapper.php && php -l inc/Abilities/WorkspaceAbilities.php
  • php tests/smoke-environment-shell.php && php tests/smoke-workspace-git-capabilities.php && php tests/smoke-worktree-bootstrap.php && php tests/smoke-workspace-clone-ux.php && php tests/smoke-workspace-apply-patch.php && php tests/smoke-workspace-alias-tools.php && php tests/smoke-late-ability-registration.php && php tests/smoke-deferred-ability-registration.php

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Architectural inspection, refactor implementation, stacked branch cleanup, and targeted smoke verification. Chris remains responsible for review and merge decisions.

@chubes4 chubes4 force-pushed the refactor/capability-gating branch from 833c0cd to 3da68a7 Compare June 6, 2026 17:33
@chubes4 chubes4 force-pushed the refactor/capability-gating branch from 3da68a7 to 25f214f Compare June 6, 2026 17:38
@chubes4 chubes4 changed the base branch from refactor/dmc-plumbing-cleanup to main June 6, 2026 17:38
@homeboy-ci
Copy link
Copy Markdown
Contributor

homeboy-ci Bot commented Jun 6, 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 831e15e

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/27069417633

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 831e15e

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/27069417633

Audit

audit — passed

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

Deep dive: homeboy audit data-machine-code --changed-since 831e15e

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/27069417633
Tooling versions
  • Homeboy CLI: homeboy 0.221.0+6cae983
  • Extension: wordpress from https://github.com/Extra-Chill/homeboy-extensions
  • Extension revision: e34defd5
  • Action: unknown@unknown

@chubes4 chubes4 merged commit b901796 into main Jun 6, 2026
5 checks passed
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