This page is a compatibility index for small examples. For a guided first run, use Quickstart. For layer-by-layer operation, use the five-layer operator guide.
| Example | Use it for |
|---|---|
../examples/basic-managed-session.sh |
Create one managed session, ledger, and proof for a low-risk command. |
../examples/policy-profile.toml |
Inspect a compact policy-as-code profile with path-aware rules. |
../examples/unsafe-action-event.json |
Analyze an unsafe shell event without executing it. |
invart runtime analyze-event --event "$(cat examples/unsafe-action-event.json)"This command analyzes a JSON event payload. It does not execute the unsafe command inside the fixture.
- Use Quickstart to create a real local ledger.
- Use Five-layer Operator Guide to inspect L1-L5 on that ledger.
- Use Runtime Effect Demo for generated demo artifacts and action timelines.