From 4043c2cbe095b4db7cc401241c3c7596f8ebfec8 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 6 May 2026 11:14:06 +0200 Subject: [PATCH] gitignore frame0-wireframe idmap files Per the frame0-wireframe skill: the per-machine ID mapping file (*.idmap.json) is local state that lets pull/push reconcile with Frame0. The committed JSON wireframes are the source of truth. Co-Authored-By: Claude --- .gitignore | 2 +- .pql/pql-plan.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 66320524..33f90c07 100644 --- a/.gitignore +++ b/.gitignore @@ -97,4 +97,4 @@ legacy/**/.coverage.* .claude/skills/pql/ # frame0-wireframe local ID ↔ Frame0 ID mapping; per-machine state. -docs/wireframes/**/.*.idmap.json +*.idmap.json diff --git a/.pql/pql-plan.json b/.pql/pql-plan.json index f2f4b5cb..7666c59a 100644 --- a/.pql/pql-plan.json +++ b/.pql/pql-plan.json @@ -1,5 +1,5 @@ { - "exported_at": "2026-05-06T09:13:52Z", + "exported_at": "2026-05-06T09:14:06Z", "decisions": [ { "id": "D-1",