Closes CB-WP-0021, four days after its code landed. The budget was the wrong one and ADR-0011 corrected it: csv costs 17,651 against AM-4b's 19,742, so it FITS, and was refused on proportion anyway (89% of the remainder to read 20 rows). Third premise this pass corrected, second against a mis-chosen denominator. That pattern now has three instances and no control -- facts-check catches copies that disagree, nothing catches a number computed correctly against the wrong base. The hash blast radius was PREDICTED, not discovered. T01's brief required it be established before writing code and ADR-0011 D3 measured it: 0 scenario files pin a state hash. Verified today, replay-test 14/14 and AM-7 at 0.985/0.998/1.018 against a 0.9 floor. What actually broke was six scenarios' data, not any logic. The endings mean something and they are tight. Played 2p all-bots: total 4 / threshold 5, group failure, 6 available. T02's control predicted a full clear is required at 2p and play confirms it -- leaving any single Problem unclaimed loses at two seats. T04's last bullet cannot be satisfied. cb-cost.py --slug CB-WP-0020 ABORTS -- no transcripts retained -- and the instrument refusing to estimate is correct behaviour, so the number is absent rather than wrong. 41.6% of spend is UNATTRIBUTED. The quote-the-previous-pass rule breaks after about four passes and needs a bound; this is the first pass where the chain actually snapped. loop-lint's own-cost rule caught the first draft quoting this pass's own cost as final. Marked provisional -- the rule working. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> |
||
|---|---|---|
| .forgejo/workflows | ||
| benchmarks | ||
| crates | ||
| decisions | ||
| editions/ground-darvo-r0 | ||
| evidence | ||
| games/ground | ||
| history | ||
| research | ||
| scenarios | ||
| specs | ||
| tools | ||
| workplans | ||
| .custodian-brief.md | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| clippy.toml | ||
| facts.toml | ||
| gates.toml | ||
| INTENT.md | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| rust-toolchain.toml | ||
| WORK-RECORDS.md | ||
clay-borg
A rebuild from scratch simulation and games engine framework set up to assimilate and optimize techniques and implementations useful for games, simulations, robotics.
Licensed under the Target Revenue Source License (TRSL V1C1) — see LICENSE; canonical text lives in the org's target-revenue repository.
Running the gates
make all # every gate, from a clean shell
make -C /path/to/clay-borg all # …or from any other directory
There is no environment setup step. No cd, no export PATH, no
activation script. make locates the repo from its own path and cargo
from the standard rustup locations; the Python tools do the same via
tools/repo.py. The only prerequisites are a rustup toolchain and Python
3.11+.
This is deliberate and enforced: make env-test runs every tool from /
with a PATH containing no cargo, and make all includes it. CB-RES-0003
measured 84 agent turns and $15.33 spent prefixing commands with cd and
export PATH before that friction was fixed at the root (CB-WP-0004 T01).
Other useful targets: make cost (spend per task), make cost-budget
(spend since the last commit), make cost-mix (mechanical vs judgment
turns), make loop-lint (executable InnerLoop rules), make self-tests
(every tool's positive control).
GROUND
The first product vertical is a virtual tabletop implementation of GROUND — A Game of Bonds and Rivalry: DARVO Edition. The boardgame itself (rules, editions, content) is at home in the sister repository ground-game — that repo is authoritative for what GROUND is; clay-borg implements the engine that runs it.