Skip to content

Ralon v0.1.0 — Initial Release

Choose a tag to compare

@stone-main stone-main released this 23 Aug 19:19
· 17 commits to master since this 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.lock policy file
  • Filesystem protection enforced outside the agent itself
  • Linux process enforcement via mount namespaces and Landlock
  • init, check, status, and run commands
  • 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