refactor: rename golden tests → fixtures (consistent positive framing) #267

Merged
clawdie merged 1 commit from rename/golden-to-fixtures into main 2026-06-28 10:22:23 +02:00

1 commit

Author SHA1 Message Date
Sam & Claude
0062cb13e3 rename golden tests to fixtures tests
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
CI / port (pull_request) Has been cancelled
CI / agent-jail-pkgs (pull_request) Has been cancelled
Replace jargon term 'golden tests' with clearer 'fixtures tests' throughout
the codebase. This aligns with the project's preference for explicit,
understandable terminology over obscure testing jargon.

Changes:
- Renamed crates/colibri-contracts/tests/golden.rs → fixtures.rs
- Updated comments in fixtures.rs and session.rs
- Updated docs: AGENTS.md, README.md, colibri.md, index.md
- Updated wiki: contracts.md, runtime-inventory.md, sl/contracts.md

Note: Kept intentional 'golden line' metaphor in COLIBRI-TOKENOMICS-TRIFECTA.md
as it refers to the concept, not the test file.

All gates pass:
- cargo fmt, clippy, test (14/14 in contracts)
- wiki-lint: 187/0
2026-06-28 10:19:00 +02:00