From b55bfca2a74ffa4e236a2f6b5e6327e4b171155a Mon Sep 17 00:00:00 2001 From: sindoring Date: Mon, 13 Jul 2026 14:13:10 +0400 Subject: [PATCH] docs(M01): mark ADT tile axis fix ready Work-Package: M01-FND-COORD-TILE-AXIS-002 Agent: sindo-main-codex Tests: coordination and documentation gates passed Fidelity: handoff records raw Azeroth_31_49 MCNK evidence --- .../claims/M01-FND-COORD-TILE-AXIS-002.md | 28 +++++++++++++++++-- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/coordination/claims/M01-FND-COORD-TILE-AXIS-002.md b/coordination/claims/M01-FND-COORD-TILE-AXIS-002.md index 1cdf2e0..b3a1677 100644 --- a/coordination/claims/M01-FND-COORD-TILE-AXIS-002.md +++ b/coordination/claims/M01-FND-COORD-TILE-AXIS-002.md @@ -1,6 +1,7 @@ # M01-FND-COORD-TILE-AXIS-002 — ADT filename axis correction + ## Ownership @@ -76,7 +77,28 @@ matches actual `Map_tileX_tileY.adt` filenames and MCNK `indexX/indexY` axes. ## Status -- State: active -- Done: raw-corpus and independent-reference diagnosis -- Next: regression test, mapper correction and documentation update +- State: ready-for-review +- Done: raw-corpus diagnosis, filename/local/chunk axis correction, contract + version 2 documentation and regression fixtures +- Next: integrator review and merge before coordinate consumer work - Blocked by: + +## Handoff + +- Commit: `a7072e3` +- Branch: `work/sindo-main-codex/m01-coordinate-tile-axis-fix` +- Outcome: `tile_x/chunk_x` now grow east from canonical Y and + `tile_y/chunk_y` grow south from canonical X; public method names unchanged +- Contract/schema: coordinate contract version 2; no persisted format, cache or migration +- Verification: coordinate mapper PASS (5 build-12340 points, 8 boundaries, + 2 recorded raw MCNK origins, 5 yaw cases); M00 calibration PASS with maximum + error `0.000015`; renderer manifest, coordination, documentation, dependency + and whitespace checks passed +- Fidelity: private `Azeroth_31_49.adt` hash and raw MCNK origins recorded in + ADR 0001; OpenRealm independently uses the same filename-axis ordering +- Rebuild: none; private/generated prerequisites remain outside Git +- Remaining risks: server spawn fixture, native placement conversion and + MDDF/MODF Euler semantics remain subsequent M01 packages +- Recommended merge order: merge this correction before golden fixture or consumer migration +- Documentation: ADR 0001 and coordinate-mapping module data flow, contract + version, capability evidence and known risks updated