What's New
BoxLite Sandbox Runtime Integration (Issue #84)
planning-with-files now has full documentation and working examples for running inside BoxLite micro-VM sandboxes via ClaudeBox.
BoxLite is not an IDE. It is hardware-isolated, stateful, embeddable sandbox infrastructure — the "SQLite of sandboxing." Skills load via ClaudeBox's Python Skill API, which injects the SKILL.md and scripts directly into the VM filesystem at startup. All hooks (PreToolUse, PostToolUse, Stop) work because Claude Code runs natively inside the VM.
Added:
docs/boxlite.md— full integration guide: ClaudeBox Skill API, persistent sessions, hooks inside the VM, snapshots, session recovery, troubleshootingexamples/boxlite/quickstart.py— working Python example using ClaudeBox to load planning-with-files into a BoxLite micro-VMexamples/boxlite/README.md— example context and requirements- README: new Sandbox Runtimes section (kept separate from the 16-platform IDE table)
- README: BoxLite badge and Documentation table entry
Install ClaudeBox:
pip install claudeboxNo .boxlite/ folder needed. ClaudeBox loads skills via its Python Skill object, not file-system discovery.
Contributors
- @DorianZheng for the BoxLite integration proposal (Issue #84)
Full Changelog
https://github.com/OthmanAdi/planning-with-files/blob/master/CHANGELOG.md