Skip to content

Releases: stoneware-dev/Ralon

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 25 Aug 04:11

run enforces on Linux only. The macOS and Windows binaries provide
init, check and status, which is what CI and pre-commit hooks
need.

Verify a download against its .sha256 before trusting it, and read
security.md for what the guarantee covers — and what it does not.

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 25 Aug 03:22

run enforces on Linux only. The macOS and Windows binaries provide
init, check and status, which is what CI and pre-commit hooks
need.

Verify a download against its .sha256 before trusting it, and read
security.md for what the guarantee covers — and what it does not.

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:22

run enforces on Linux only. The macOS and Windows binaries provide
init, check and status, which is what CI and pre-commit hooks
need.

Verify a download against its .sha256 before trusting it, and read
security.md for what the guarantee covers — and what it does not.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 23 Aug 21:48

run enforces on Linux only. The macOS and Windows binaries provide
init, check and status, which is what CI and pre-commit hooks
need.

Verify a download against its .sha256 before trusting it, and read
security.md for what the guarantee covers — and what it does not.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Aug 21:16

run enforces on Linux only. The macOS and Windows binaries provide
init, check and status, which is what CI and pre-commit hooks
need.

Verify a download against its .sha256 before trusting it, and read
security.md for what the guarantee covers — and what it does not.

Full Changelog: v0.1.0...v0.1.1

Ralon v0.1.0 — Initial Release

Choose a tag to compare

@stone-main stone-main released this 23 Aug 19:19

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