the signals and their derived score are provisional and subject to change.
validate manually before sharing.
dd5039d15849ec7e9fc8ba404880c6b6e4e5c1a8none
CLAUDE.mdTool: claude-code# CLAUDE.md
See [AGENTS.md](AGENTS.md). It applies to Claude Code and to any other agent,
and keeping one copy is deliberate: this project has had documentation drift on
six consecutive branches, and two files saying the same thing would be the
seventh.
AGENTS.mdTool: agents-md# Working on MiruScriptX with an AI agent
MiruScriptX is a scripting language written from scratch in Rust: lexer, Pratt
parser, bytecode compiler, stack virtual machine. This file is what an agent
needs that is not obvious from reading the code.
`CONTRIBUTING.md` is for everybody and says how to set up and what is expected.
Read that first. This file adds only the things that have actually gone wrong
here.
## The gate
Every one of these, before every commit. Not a selection.
```sh
cargo fmt --all --chnone