Phantom examples are deliberately value-free. Never copy real credentials,
live provider identifiers, cloud tokens, device codes, cookies, or persistent
phm_ mappings into an example or issue.
| Example | Status | Purpose |
|---|---|---|
| First five minutes | Executable, hermetic contract | Run a deterministic value-free delegation walkthrough with no network access, mutation, or persisted token mapping. |
| Installed-runtime onboarding | Executable CLI/MCP smoke | Check both reviewed local binaries in disposable empty directories; no vault, credentials, or provider calls. |
| Agent delegation templates | Documentation templates | Copyable policy, task brief, and pilot-acceptance structures for a bounded agent task. |
The repository does not currently claim a stable Rust library API or ship a live provider-enrollment example. Provider protocol engines and test-only mocks are internal scaffolding; they are not runnable acceptance examples.
- Read the linked README and its trust-boundary notes.
- Copy only the files needed for your project.
- Replace all placeholders with names and scopes, never credential values.
- Add your repository's exact tests, allowed external systems, approvals, and rollback path.
- Treat any new mutation, provider, publication, or deployment as a new scope requiring separate authorization.
For product setup, start with the getting-started guide. For development examples and tests, see CONTRIBUTING.md.