Skip to content

Queue pipeline system prompts#2201

Merged
chubes4 merged 2 commits into
mainfrom
issue-1295-field-queueability
May 23, 2026
Merged

Queue pipeline system prompts#2201
chubes4 merged 2 commits into
mainfrom
issue-1295-field-queueability

Conversation

@chubes4
Copy link
Copy Markdown
Member

@chubes4 chubes4 commented May 22, 2026

Summary

  • Add pipeline-step scoped system_prompt_queue / system_prompt_queue_mode consumption for PipelineSystemPromptDirective.
  • Preserve existing flow prompt_queue / config_patch_queue behavior while moving system-task prompt queue consumption into a shared SystemTask helper.
  • Preserve workflow-config import of queued pipeline system prompts and add smoke coverage for the focused design: queueability as a field-level primitive — generalize beyond AIStep/FetchStep #1295 slice.

Tests

  • php tests/pipeline-system-prompt-queue-smoke.php
  • php tests/queue-consumption-consolidation-smoke.php
  • php tests/systemtask-passthrough-smoke.php
  • php tests/queue-consumption-atomicity-smoke.php
  • php tests/job-queue-backup-restore-smoke.php
  • php tests/workflow-spec-contract-smoke.php
  • ./vendor/bin/phpcs inc/Abilities/Flow/QueueAbility.php inc/Core/Steps/AI/Directives/PipelineSystemPromptDirective.php inc/Core/Steps/WorkflowConfigFactory.php inc/Engine/AI/System/Tasks/AgentCallTask.php inc/Engine/AI/System/Tasks/SystemTask.php tests/queue-consumption-consolidation-smoke.php tests/systemtask-passthrough-smoke.php tests/pipeline-system-prompt-queue-smoke.php tests/workflow-spec-contract-smoke.php
  • homeboy test --path /Users/chubes/Developer/data-machine@issue-1295-field-queueability --extension wordpress --force-hot (1290 tests, 1287 passed, 3 skipped)

Lint note

  • homeboy lint --path /Users/chubes/Developer/data-machine@issue-1295-field-queueability --extension wordpress --force-hot still fails on existing React/admin lint findings outside this PHP change.

AI assistance

@homeboy-ci
Copy link
Copy Markdown
Contributor

homeboy-ci Bot commented May 22, 2026

Homeboy Results — data-machine

Lint

lint — passed

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

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

Test

test — passed

  • 1023 passed
  • 3 skipped

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

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

Audit

audit — passed

  • requested_detectors — 24 finding(s)
  • dead_code — 19 finding(s)
  • intra-method-duplication — 9 finding(s)
  • repeated_literal_shape — 3 finding(s)
  • Flow — 2 finding(s)
  • Directives — 1 finding(s)
  • Retention — 1 finding(s)
  • Tasks — 1 finding(s)
  • structural — 1 finding(s)
  • Total: 61 finding(s)

Deep dive: homeboy audit data-machine --changed-since 9caa8a9

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/26334633407
Tooling versions
  • Homeboy CLI: homeboy 0.197.2+48a212cd
  • Extension: wordpress from https://github.com/Extra-Chill/homeboy-extensions
  • Extension revision: dd23ee80
  • Action: unknown@unknown

@chubes4 chubes4 merged commit 3b8e3f9 into main May 23, 2026
5 checks passed
@chubes4 chubes4 deleted the issue-1295-field-queueability branch May 23, 2026 14:16
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