the signals and their derived score are provisional and subject to change.
validate manually before sharing.
f956424df49b3526044d54d57fa54c94a0cf74aa89e24f8db3c524f8f239d9bd0a2302995c1c05a8Authored: 4 months ago (Wed, 29 Apr 2026 15:11:37 +0000)Match: Co-authored-by: Copilot <copilot@github.com>AGENTS.mdTool: agents-md# Repository Guidelines
## Project Structure & Module Organization
- Source: `src/` (VM in `src/vm/`, standard library in `src/library/`, helpers in `src/helpers/`).
- Entry point: `src/arturo.nim`.
- Tests: `tests/` (unit tests in `tests/unittests/`, error cases in `tests/errors/`).
- Tools & scripts: `tools/` (test runner, docs, benchmarking).
- Binaries: `bin/` (created on build). Docs and examples live in `docs/` and `examples/`.
## Build, Test, and Development Commands
- `./build.nims` — Build the .claude/File: .gitignoreTool: claude-code