🥇 export from upstream (c09cd75)

This commit is contained in:
2026-05-23 18:19:29 +02:00
parent 0089c340f7
commit d98b5d8455
+17
View File
@@ -10,6 +10,23 @@
---
> [!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.