Skip to content

Add host-neutral runtime package bundle handler#2780

Merged
chubes4 merged 2 commits into
mainfrom
fix/runtime-package-bundle-handler
Jun 23, 2026
Merged

Add host-neutral runtime package bundle handler#2780
chubes4 merged 2 commits into
mainfrom
fix/runtime-package-bundle-handler

Conversation

@chubes4

@chubes4 chubes4 commented Jun 23, 2026

Copy link
Copy Markdown
Member

Summary

  • Add a host-neutral runtime package bundle handler bridge for the canonical Agents API runtime-package path.
  • Make table existence checks compatible with SQLite-backed Studio runtimes.
  • Fix Chat::table_exists() signature compatibility with the base repository helper.

Testing

  • php -l inc/Abilities/AgentAbilities.php
  • php -l inc/bootstrap.php
  • php tests/agent-bundle-runner-contract-smoke.php
  • php -l inc/Core/Database/BaseRepository.php
  • php -l inc/Core/Database/Chat/Chat.php
  • php -l inc/Core/Database/TrackedItems/TrackedItems.php

AI assistance

  • AI assistance: Yes
  • Tool(s): openai/gpt-5.5 via OpenCode
  • Used for: Runtime-package integration debugging, code changes, and targeted verification.

chubes4 added 2 commits June 23, 2026 15:54
…undle-handler

# Conflicts:
#	inc/Core/Database/BaseRepository.php
#	inc/Core/Database/TrackedItems/TrackedItems.php
@homeboy-ci

homeboy-ci Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Homeboy Results — data-machine

Lint

lint — passed

ℹ️ Full options: homeboy docs commands/lint
Deep dive: homeboy lint data-machine --changed-since 82b4c98

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

Test

test — passed

ℹ️ No impacted tests found for --changed-since 82b4c98
ℹ️ Run full suite if needed: homeboy test data-machine
Deep dive: homeboy test data-machine --changed-since 82b4c98

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

Audit

audit — passed

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

Deep dive: homeboy audit data-machine --changed-since 82b4c98

Artifacts and drill-down
  • CI results artifact: homeboy-ci-results-data-machine-audit-quality-Linux-node24 contains immediate command JSON for this action invocation.
  • Observation artifact: homeboy-observations-data-machine-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/actions/runs/28053455592
Tooling versions
  • Homeboy CLI: homeboy 0.257.0+550f81d620d8+6daf87da
  • Extension: wordpress from https://github.com/Extra-Chill/homeboy-extensions
  • Extension revision: a148bd9a
  • Action: unknown@unknown

@chubes4 chubes4 merged commit ac6b9de into main Jun 23, 2026
5 checks passed
@chubes4 chubes4 deleted the fix/runtime-package-bundle-handler branch June 23, 2026 20:26
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