github OthmanAdi/planning-with-files v2.18.0
v2.18.0 - BoxLite Sandbox Runtime Integration

latest releases: v3.1.3, v3.1.2, v3.1.1...
3 months ago

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, troubleshooting
  • examples/boxlite/quickstart.py — working Python example using ClaudeBox to load planning-with-files into a BoxLite micro-VM
  • examples/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 claudebox

No .boxlite/ folder needed. ClaudeBox loads skills via its Python Skill object, not file-system discovery.


Contributors


Full Changelog

https://github.com/OthmanAdi/planning-with-files/blob/master/CHANGELOG.md

Don't miss a new planning-with-files release

NewReleases is sending notifications on new releases.