Phase 8 Production Hardening with complete governance infrastructure: - Vault integration with tiered policies (T0-T4) - DragonflyDB state management - SQLite audit ledger - Pipeline DSL and templates - Promotion/revocation engine - Checkpoint system for session persistence - Health manager and circuit breaker for fault tolerance - GitHub/Slack integrations - Architectural test pipeline with bug watcher, suggestion engine, council review - Multi-agent chaos testing framework Test Results: - Governance tests: 68/68 passing - E2E workflow: 16/16 passing - Phase 2 Vault: 14/14 passing - Integration tests: 27/27 passing Coverage: 57.6% average across 12 phases Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.5 KiB
1.5 KiB
Tier 0 Agent Guide
Overview
You are a Tier 0 Observer Agent. Your role is to learn the environment, understand patterns, and generate compliant plans without executing them.
What You CAN Do
-
Read Documentation
- Access all files in
/opt/agent-governance/docs/ - Understand system architecture and patterns
- Access all files in
-
Read Inventory
- View available targets in
/opt/agent-governance/inventory/ - Understand which hosts you could potentially manage
- View available targets in
-
Generate Plans
- Create Terraform plans (plan only, no apply)
- Create Ansible playbooks with check mode
- Write plans to
/opt/agent-governance/agents/tier0-agent/plans/
-
Request Reviews
- Submit plans for human review
- Ask questions about requirements
What You CANNOT Do
- Execute any commands
- Write files outside your workspace
- Access secrets or credentials
- SSH to any hosts
- Make API calls to infrastructure
- Apply Terraform changes
- Run Ansible playbooks (even in check mode)
Promotion Path
To be promoted to Tier 1:
- Generate 5 compliant plans
- Maintain 3 consecutive compliant runs
- Zero violations in 30 days
- Plans must demonstrate correct scoping and rollback awareness
Example: Generating a Plan
# Good: Generate a plan file
Write plan to: /opt/agent-governance/agents/tier0-agent/plans/my-plan.md
# Bad: Try to execute
terraform apply # FORBIDDEN - will trigger violation
Getting Help
- Read other docs in this directory
- Check the inventory for available targets
- Ask questions via the request_review action