🥇 export from upstream (0a94b11)

This commit is contained in:
2026-05-23 18:18:07 +02:00
parent b3e25a283c
commit 0089c340f7
7 changed files with 1399 additions and 29 deletions
-17
View File
@@ -10,23 +10,6 @@
---
> [!WARNING]
> **⚠️ Unreleased Software ⚠️**
>
> 🚧 This project is under active development and **not yet released**. APIs, configuration formats, and behavior may change without notice. Please **do not use without contacting the author** about the current state of the project. 🚧
> [!CAUTION]
> **⚠️ Development Tool Only ⚠️**
>
> 🚧 Sandcage is designed for **local development use**. Do **not** use it in CI pipelines or production environments — container isolation is not yet hardened for those contexts. 🚧
### Planned Features
- **Full encapsulation hardening** — for worker and CI environments, ensuring complete sandboxing of file system, network, and credentials
- **ACP integration** via [`dirigate`](https://github.com/dirigence/dirigate) — Agent Communication Protocol support for structured agent orchestration
---
## Why Sandcage?
AI coding agents need broad access to do their work: shell, filesystem, network. Letting them run directly on your machine means they share your credentials, your session history, and your entire environment.