Record initial upstream research snapshots

This commit is contained in:
2026-08-31 14:38:54 -07:00
parent 8971ddcf58
commit 29ffed1206
2 changed files with 45 additions and 2 deletions
+2 -2
View File
@@ -36,7 +36,8 @@ contracts before committing to a large implementation.
provenance instead of invented precision.
Start with [the product spec](docs/PRODUCT_SPEC.md),
[architecture](docs/ARCHITECTURE.md), and [research map](docs/RESEARCH.md).
[architecture](docs/ARCHITECTURE.md), [research map](docs/RESEARCH.md), and
[captured upstream revisions](docs/RESEARCH_SNAPSHOTS.md).
## Scaffold
@@ -44,4 +45,3 @@ Start with [the product spec](docs/PRODUCT_SPEC.md),
cargo test --workspace
cargo run -p lumbridge
```