PRD 0026: Agent Provider Templates #91

Merged
didericis merged 19 commits from prd-0026-agent-provider-templates into main 2026-05-28 20:04:41 -04:00
Showing only changes of commit c9291f97e6 - Show all commits
+16
View File
@@ -37,6 +37,22 @@ the genie does not persist.
- Run multiple agents in parallel, isolated from each other
- Keep code, credentials, and agent activity on infrastructure I control — no third-party agent runtime
## Project status
claude-bottle is a self-hosted secure runtime for AI coding agents.
Each agent runs in an isolated container or micro-VM-backed bottle with
scoped secrets, allowlisted egress, TLS-aware proxying, DLP checks, and
a git-gate that withholds upstream credentials and scans pushes before
forwarding. The project includes a documented threat model, PRD-driven
development history, Docker and smolmachines backends, dashboard and
remediation flows, and unit/integration tests covering exfiltration and
sandbox escape scenarios.
Current status: personal/small-team security tool, not yet enterprise
didericis marked this conversation as resolved Outdated
Outdated
Review

remove this paragraph

remove this paragraph
fleet infrastructure. Next work: central policy and audit, stronger
container hardening, SBOM/vulnerability scanning, and team/RBAC
support.
## Security model
Each agent runs in its own bottle: its own container, its own internal
3