Everyday workflows
Build, test, watch, debug, and migrate existing graphs.
Start with a working build, then go as deep as you need. The architecture and manifest specification are the contract; every performance claim links back to a reproducible report.
frost.toml. Research documents explain why.
START HERE
Learn the commands, the correctness contract, and the configuration format before exploring implementation studies.
Install FrostBuild, initialize a workspace, build, test, run, and inspect a graph.
Open README → 02 · NormativeThe action model, graph, cache boundaries, invariants, non-goals, and v2 line.
Read DESIGN.md → 03 · ReferenceEvery supported frost.toml field, target type, profile, and platform rule.
BUILD AND INTEGRATE
Use native rules where Frost owns the compiler boundary and explicit adapters where an ecosystem already owns its inner build.
Build, test, watch, debug, and migrate existing graphs.
Choose the unit Frost can cache and verify without hiding work.
PERFORMANCE EVIDENCE
Reports preserve equivalent work, semantic artifact checks, raw samples, tool versions, and losing cases.
How results are collected and where FrostBuild still loses.
One compiler and artifact contract at a time.
ARCHITECTURE AND RESEARCH
These documents explain the trade-offs behind pruning, storage, scheduling, remote work, and migration.
The mechanisms behind correctness-first incremental work.
Measured options, explicit adoption decisions, and deferred work.
PLATFORMS AND PROCESS
CI coverage, fuzz targets, issue-to-implementation evidence, and superseded design paths stay visible.
Verification surfaces and their tracked implementation evidence.
Useful context that is no longer the product contract.
Open an issue with the language, artifact, incumbent build tool, and a reproducible clean/no-op/change workload.