Skip to content

Expose composable memory section provenance#2486

Merged
chubes4 merged 2 commits into
mainfrom
feature/section-registry-provenance
Jun 3, 2026
Merged

Expose composable memory section provenance#2486
chubes4 merged 2 commits into
mainfrom
feature/section-registry-provenance

Conversation

@chubes4
Copy link
Copy Markdown
Member

@chubes4 chubes4 commented Jun 3, 2026

Summary

  • Add standardized composable section metadata for owner, freshness, and inclusion conditions.
  • Add wp datamachine memory section-list and wp datamachine memory explain to inspect registered composable memory sections without regenerating files.
  • Cover the metadata and single-section lookup in the existing Agents API memory contract smoke test.

Verification

  • php -l inc/Engine/AI/SectionRegistry.php
  • php -l inc/Cli/Commands/MemoryCommand.php
  • php -l inc/migrations/site-md.php
  • php tests/agents-api-memory-contract-adoption-smoke.php
  • vendor/bin/phpcs inc/Engine/AI/SectionRegistry.php inc/Cli/Commands/MemoryCommand.php inc/migrations/site-md.php tests/agents-api-memory-contract-adoption-smoke.php

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Drafted the implementation, ran targeted validation, and prepared the PR summary for Chris to review.

@homeboy-ci
Copy link
Copy Markdown
Contributor

homeboy-ci Bot commented Jun 3, 2026

Homeboy Results — data-machine

Lint

lint — passed

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

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

Test

test — passed

  • 916 passed
  • 4 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 ec7e05c

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

Audit

audit — passed

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

Deep dive: homeboy audit data-machine --changed-since ec7e05c

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/26915416604
Tooling versions
  • Homeboy CLI: homeboy 0.220.0+9e09410b
  • Extension: wordpress from https://github.com/Extra-Chill/homeboy-extensions
  • Extension revision: 1f9ab9d7
  • Action: unknown@unknown

@chubes4 chubes4 merged commit e98e52f into main Jun 3, 2026
5 checks passed
@chubes4 chubes4 deleted the feature/section-registry-provenance branch June 3, 2026 22:02
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