Mission
Add an Agentplane execution bridge for the SocioProphet product suite so prophet-cli, SourceOS carry, Holmes, model routing, guardrails, and agent registry workflows can run through governed bundle→validate→run→evidence→replay paths.
This issue is designed for a Codex agent. Keep the change bounded and open a PR.
Scope
Implement a small, deterministic suite execution profile that can accept delegated suite commands and emit evidence-ready execution records.
Initial command families to recognize:
prophet sourceos carry validate
prophet sourceos carry emit-evidence
prophet holmes analyze
prophet model route
prophet guardrail test
prophet agent registry list
Expected artifacts
Add or update repo-local artifacts consistent with existing Agentplane conventions:
- suite execution profile or manifest
- validation fixture
- evidence fixture
- replay fixture
- tests or smoke validation
Acceptance criteria
- A suite execution fixture can be validated.
- A suite execution fixture emits an evidence/replay-shaped record.
- Missing delegated tools produce explicit
not-yet-wired status rather than fake success.
- Existing Agentplane validation remains green.
- PR summary lists validation commands run.
Do not
- Do not implement actual Holmes/model-router/guardrail internals here.
- Do not vendor model artifacts or lab dependencies.
- Do not modify unrelated execution policies.
Mission
Add an Agentplane execution bridge for the SocioProphet product suite so
prophet-cli, SourceOS carry, Holmes, model routing, guardrails, and agent registry workflows can run through governed bundle→validate→run→evidence→replay paths.This issue is designed for a Codex agent. Keep the change bounded and open a PR.
Scope
Implement a small, deterministic suite execution profile that can accept delegated suite commands and emit evidence-ready execution records.
Initial command families to recognize:
prophet sourceos carry validateprophet sourceos carry emit-evidenceprophet holmes analyzeprophet model routeprophet guardrail testprophet agent registry listExpected artifacts
Add or update repo-local artifacts consistent with existing Agentplane conventions:
Acceptance criteria
not-yet-wiredstatus rather than fake success.Do not