From 4fae3b467a76094daf3e447453bbbf6bbd731877 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 26 Mar 2026 11:38:25 -0700 Subject: [PATCH] =?UTF-8?q?docs(tasks):=20=F0=9F=93=9D=20Add=20and=20impro?= =?UTF-8?q?ve=20README=20instructions=20for=20the=20m3-natural-events=20ta?= =?UTF-8?q?sk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .project/tasks/m3-natural-events/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.project/tasks/m3-natural-events/README.md b/.project/tasks/m3-natural-events/README.md index 6b8ea2b3..cfe0d783 100644 --- a/.project/tasks/m3-natural-events/README.md +++ b/.project/tasks/m3-natural-events/README.md @@ -78,7 +78,7 @@ Block 8 (golden + proof) ← 7 │ | # | Task | Reference | |---|------|-----------| -| 0.1 | Port `data/events/` directory from `.messy/` -- all non-magical event JSON: `volcanic.json`, `impact.json`, `seismic.json`, `wildfire.json`, `drought.json`, `plague.json`, `pandemic.json`, `marine.json`, `solar.json`, `glacial.json`, `tsunami.json` | `.messy/games/age-of-four/data/events/` | +| 0.1 | Port `data/events/` directory from `.messy/` -- all non-magical event JSON: `volcanic.json`, `impact.json`, `seismic.json`, `wildfire.json`, `drought.json`, `plague.json`, `pandemic.json`, `marine.json`, `solar.json`, `glacial.json`, `tsunami.json` | `.messy/games/age-of-dwarves/data/events/` | | 0.2 | Create `data/events/magical.json` as empty stub (frequency: 0, empty tiers) -- placeholder for M4 | -- | | 0.3 | Verify event JSON: each category has `base_frequency`, `severity_weights[5]`, per-tier configs with required fields (radius, damage values, etc.) | -- |