Dev Container
Overview
Use the project dev container to run AI CLIs inside an isolated development environment.
The OpenSana dev container gives you an isolated workspace for running AI CLIs such as Claude Code without using your host machine directly.
Use it when you want:
- a repeatable setup for local AI tooling
- a safer place to run agent workflows
- optional outbound network restrictions
- a container-local dependency environment that does not overwrite host packages
What It Includes
- a preconfigured dev container for this repo
- Claude Code installed in the container
- optional OpenSana CLI profile mounting
strictandopennetwork modes
Good Fit
This setup is especially useful when you want AI CLIs to work against the repo in a more isolated environment while still keeping access to OpenSana profiles, MCP setup, and project-local configuration.