34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
|
|
# Vendored edition data — provenance
|
||
|
|
|
||
|
|
**Not ours.** This directory holds a copy of content owned by the
|
||
|
|
`ground-game` repository, vendored under ADR-0011 Decision 2 because the
|
||
|
|
build must not depend on a sibling checkout that CI does not have.
|
||
|
|
|
||
|
|
| | |
|
||
|
|
|---|---|
|
||
|
|
| upstream repo | `ground-game` |
|
||
|
|
| upstream path | `editions/ground-darvo-r0/Problems.csv` |
|
||
|
|
| upstream revision | `9fd27a51f427a0a3dbeba04bc44c2e2eae894b3e` |
|
||
|
|
| vendored | 2026-08-04 |
|
||
|
|
| authoritative? | **yes** — ruled by ground-game, GROUND-WP-0002 T01 |
|
||
|
|
|
||
|
|
## Digest
|
||
|
|
|
||
|
|
```
|
||
|
|
sha256 0a04830c93b62dcb2f4411a9fbde576368a7427fe9e63c5015e606e4d42d23a0 Problems.csv
|
||
|
|
```
|
||
|
|
|
||
|
|
`make edition-check` compares this against `../ground-game` when that
|
||
|
|
repository is present, and reports **`upstream not checked out`** as a
|
||
|
|
distinct outcome when it is not — never a pass. An absent check is
|
||
|
|
reported absent, not treated as satisfied (the shape ADR-0009 used for
|
||
|
|
`node`).
|
||
|
|
|
||
|
|
## What may not change under this revision
|
||
|
|
|
||
|
|
Per GROUND-WP-0002 T01's contract: `point_value` and
|
||
|
|
`required_solution` are **authoritative and frozen within `r0`**. The
|
||
|
|
engine hashes game state and both values are *in* that state, so a silent
|
||
|
|
change would rot every recorded scenario expectation. A change to either
|
||
|
|
is a new revision (`-r1`), and this digest is what notices.
|