flutter_sandbox 0.1.3
flutter_sandbox: ^0.1.3 copied to clipboard
Standalone command sandboxing - run any console command inside a policy or kernel sandbox (macOS sandbox-exec, Linux unshare, Windows Job Object descriptor).
0.1.3 - 2026-09-03 #
- ci: make auto-release push race-tolerant (#6)
0.1.2 - 2026-09-03 #
- chore(deps): bump actions/setup-python from 5 to 7 (#4)
- chore(deps): bump actions/checkout from 4 to 7 (#3)
- chore(deps): bump actions/upload-artifact from 4 to 7 (#2)
- chore: rename docs/ to doc/ (pub package layout convention) (#5)
0.1.1 - 2026-09-03 #
- feat(cube): extract fa_cube sandbox subsystem into standalone flutter_sandbox package (#1)
- chore: initialize repository
Changelog #
0.1.0 #
- Extracted the
fa_cubesandbox subsystem verbatim from flutter_agent_harness into a standalone package. - Ported byte-for-byte (import rewrites only) so flutter_agent_harness can adopt this package and delete its own copies.
- New
fsbCLI:run,validate,wrap,backends— run any console command inside a cube. - Kernel backends: macOS
sandbox-execSBPL profiles, Linuxunshareuser namespaces; Windows descriptor-only. - Quality gates carried over: pre-commit hook (analyze, format, tests, coverage), CI workflow, release binaries on tags.