Skip to content

Document and test governed-runner inspection facade#48

Merged
mdheller merged 2 commits into
mainfrom
work/governed-runner-inspection-facade-v0
May 22, 2026
Merged

Document and test governed-runner inspection facade#48
mdheller merged 2 commits into
mainfrom
work/governed-runner-inspection-facade-v0

Conversation

@mdheller
Copy link
Copy Markdown
Member

Summary

Documents and tests the product-facing governed-runner inspection commands now exposed by AgentPlane through sp-run.

These remain pure facade delegations:

prophet governed-runner list --runs-root ./.socioprophet/smoke/governed-runner
prophet governed-runner status ./.socioprophet/smoke/governed-runner/run
prophet governed-runner inspect ./.socioprophet/smoke/governed-runner/run

Delegates to:

sp-run list --runs-root ./.socioprophet/smoke/governed-runner
sp-run status ./.socioprophet/smoke/governed-runner/run
sp-run inspect ./.socioprophet/smoke/governed-runner/run

Adds

  • README examples for run-store inspection commands
  • tests/test_governed_runner_inspection_facade.py

Boundary

No governed-runner implementation moves into prophet-cli. This only documents and tests the facade path after AgentPlane added the actual sp-run list/status/inspect commands.

Validation

pytest -q

@mdheller mdheller merged commit 901a860 into main May 22, 2026
12 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