Corvidae-Coding-Projects/Thermite

Agentic language built on rust

52Stars on the repository
12Mods indexed here, across every type
24d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

acto-builder

01

Corvidae-Coding-Projects/Thermite

Agent Claude Code

Multi-file authorized agent for shipping missing Thermite-toolchain infrastructure that exceeds acto-fixer's single-file scope — a whole component a design doc calls for that does not yet exist (a parser module + its AST consumers; the combinator registry + its lowering hooks; the forge check pipeline + its JSON…

52 24d ago A 122 tokens original MIT

acto-critic

02

Corvidae-Coding-Projects/Thermite

Agent Claude Code

ACToR-style discriminator for the Thermite toolchain. Hunts for divergence between the toolchain's behavior and its authority (the design doc + the conformance corpus + Verus/Kani golden files). ALWAYS writes a FAILING test that pins down the divergence — NEVER writes a fix. Dispatch when a builder/fixer declares…

52 24d ago A 90 tokens original MIT

acto-doc-author

03

Corvidae-Coding-Projects/Thermite

Agent Claude Code

Authors design docs under .design/ / .md that ADAPT to existing Thermite-toolchain code and the thermite-design.md thesis. Each REQ status table is grounded in quoted-code evidence from the current implementation. REQs are classified BINARY — SHIPPED (end-to-end functional with a non-test production consumer + tests +…

52 24d ago A 90 tokens original MIT

acto-fixer

04

Corvidae-Coding-Projects/Thermite

Agent Claude Code

Applies the MINIMAL fix for exactly ONE pinned divergence found by acto-critic. The failing test pins the divergence; the fix makes that test pass. Never bundles multiple fixes. Never refactors adjacent code. Single-file scope (escalate to acto-builder if the fix spans files). After the fix, runs the full gauntlet and…

52 24d ago A 102 tokens original MIT