From 372a9c55eac09596fb49b7de7ca0da2530158760 Mon Sep 17 00:00:00 2001 From: Claude VM Date: Wed, 27 May 2026 15:32:33 +0300 Subject: [PATCH] chore: clean .gitignore (utf-16 noise) + mark plan 005 shipped - .gitignore had 2 lines saved as UTF-16-LE (temp-db-check.cjs and .playwright-mcp), so the patterns weren't actually ignoring those files. Rewrote in plain UTF-8. - Plan 005 (gis-api export endpoints) was marked "not yet built" but gis-api commit bbd6e7c shipped all five endpoints on 2026-05-21 with 38 new tests; update the status block to reflect that, including the one open caveat (PIZ basemap=orto still 501). Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | Bin 591 -> 610 bytes docs/plans/005-gis-api-export-endpoints.md | 10 ++++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 57858bc0a89b06e58a26dd5665c5384d375ffa2a..c30e75bc7d0f209e91ccbf0f136bddbfd7f638a9 100644 GIT binary patch delta 65 zcmX@l@`z=FCX=OpaZ$2LkdF@kW6OC0E#3tWHaai$t;Fq23`g(1^@xJ2^0VT diff --git a/docs/plans/005-gis-api-export-endpoints.md b/docs/plans/005-gis-api-export-endpoints.md index ea6fcdd..f596d90 100644 --- a/docs/plans/005-gis-api-export-endpoints.md +++ b/docs/plans/005-gis-api-export-endpoints.md @@ -1,9 +1,15 @@ # Plan 005 — gis-api export endpoints (PIZ / PAD / Coord / DXF / CF intern) -**Date:** 2026-05-21 +**Date:** 2026-05-21 (updated 2026-05-27) **Author:** ArchiTools session (V2 panel toolbar) **Owner of execution:** gis-api session (`/home/orchestrator/Code/gis-api`) -**Status:** Architots side complete; gis-api endpoints not yet built. +**Status:** SHIPPED — gis-api commit `bbd6e7c` (2026-05-21) added all five +endpoints (`/parcel/:id/{piz,pad,coords-xlsx,dxf}` + `/enrichment/cf-intern`) +with 38 new tests. PIZ basemap=orto still returns 501 awaiting an +orchestrator basemap proxy; arch UI disables that button (commit `5cfa6c8`). +Architools toolbar is fully functional for all four exports via the default +basemap. CF intern works end-to-end (verified live with curl + DB rows from +2026-05-23/24). ---