source

Media

This repo includes a small set of starter recordings for the public surface.

This repo includes a small set of starter recordings for the public surface.

These are terminal recordings in asciinema .cast format. They are useful for showing the product direction now, while rendered GIF or MP4 versions and broader walkthroughs are prepared later.

Included In This Pack

  • media/casts/ARDUR-CAP-001-mission-declaration.cast Mission declaration and binding. Archival walkthrough cast. framework-live
  • media/casts/ARDUR-CAP-002-tool-policy.cast Tool allow and deny enforcement. Archival walkthrough cast. framework-live
  • media/casts/ARDUR-CAP-003-resource-scope.cast Resource scope enforcement. Archival walkthrough cast. framework-live
  • media/casts/ARDUR-CAP-014-active-revocation.cast Active revocation. Archival walkthrough cast. foundation

Notes

  • These files are sanitized copies of walkthrough recordings from the current Ardur implementation lineage.
  • They are starter media assets, not the whole proof story. The word “proof” is reserved here for media that lands after the code lift and carries a rerunnable verifier path — see the archival-status note below.
  • Historical live-governance-demo recordings should not be treated as current canonical proof.
  • Selected recordings should use Ardur public naming in terminal output, capability IDs, and artifact paths.
  • Rendered preview assets and broader framework walkthroughs are still coming.

Archival status — not re-runnable from this repo today

These casts capture terminal sessions executed against the private runtime before the public code lift. Internally they reference commands, scripts, and artifact paths (docs/scripts/run_live_core_capability_proof.py, docs/proof/*, examples/live-governance/*) that have not yet been imported into this public repo. Treat them as archival recordings, not as “run these yourself” reproducers.

The re-runnable proof path lands after the public runtime imports have stable verifier commands and artifact paths. When the scripts and artifact paths referenced in these casts are public, the casts will be re-recorded against the renamed Ardur runtime and this caveat will be removed.

Suggested Next Media Drops

These are recordings to make against shipped public surfaces — the underlying examples or plugins already exist in the repo; what’s missing is a re-runnable proof recording.

  • a rendered public-safe walkthrough for the live governance flow against the imported python/vibap/ runtime and stable verifier commands
  • a Claude Code hook walkthrough using plugins/claude-code/ and ardur protect claude-code (the plugin and CLI ship today; the recording does not)
  • a LangChain quickstart walkthrough using examples/langchain-quickstart/
  • a LangGraph quickstart walkthrough using examples/langgraph-quickstart/
  • an AutoGen quickstart walkthrough using examples/autogen-quickstart/
  • an Ardur Personal Hub setup walkthrough covering ardur setup, ardur hub, and the browser extension at examples/ardur-personal-extension/

A recording for the OpenAI Agents SDK and Google ADK adapters lands once those examples/ directories graduate from deferred adapter specs to runnable code.