UNPKG

@sebastienrousseau/dotfiles

Version:

The Trusted Shell Platform — Universal dotfiles managed by Chezmoi. Features Bash & Zsh for macOS, Linux & WSL. Rust modern tooling & enterprise-grade security.

40 lines (27 loc) 950 B
--- render_with_liquid: false --- # Agent Interop The repository now ships an agent card and an A2A-ready discovery document. Artifacts: - [agent-card.json](/home/seb/.dotfiles/dot_config/dotfiles/agent-card.json) - [agent.json](/home/seb/.dotfiles/.well-known/agent.json) Core properties: - bounded profiles: `ask`, `plan`, `apply`, `audit` - MCP-governed execution - workstation attestation export - persistent agent session logs - replayable checkpoints - fleet attestation export Tracked governance artifacts: - policy bundles - prompt registry - model registry Session logs are stored in `~/.local/state/dotfiles/agent-sessions.jsonl`. Checkpoints are stored in `~/.local/state/dotfiles/checkpoints/`. Validate conformance with: ```bash dot agent conformance dot agent conformance --strict --json ``` The current posture is A2A-ready with tracked conformance checks. It exposes identity, governance, checkpoints, and local evidence.