Ralon v0.1.0 — Initial Release
Ralon v0.1.0
Ralon is an OS-enforced filesystem protection tool for AI coding agents.
It uses an agent.lock policy file to declare files and directories that an agent-controlled process must not modify.
What's included
agent.lockpolicy file- Filesystem protection enforced outside the agent itself
- Linux process enforcement via mount namespaces and Landlock
init,check,status, andruncommands- Protection for files and directories
- Enforcement tests covering common filesystem bypass attempts
- Framework and agent independent design
Example
Create an agent.lock:
version: 1
protect:
- .env
- src/auth.ts
- database/schema.sql
**Full Changelog**: https://github.com/stoneware-dev/Ralon/commits/v0.1.0