This is a Rust project. Hermit manages toolchains, Just manages commands.
Run just to see all available commands. Use just run to build and run — NEVER manually compile and run. Use only libraries already in Cargo.toml.
README.md describes the design of this command-line tool. ALWAYS keep it up to date with features.
Use Conventional Commits for commit messages and PR titles. CI lints PR titles.
- Consolidate all agent data into
KNOWN_AGENTSinsrc/agent.rs. - This tool runs on every commit — keep it fast (1-second hard timeout).
You may update this file to correct mistakes.