From c0d781a80512c98583ef4caaef6cf300131488dc Mon Sep 17 00:00:00 2001 From: timbogdanov Date: Wed, 19 Aug 2026 08:29:33 -0500 Subject: [PATCH] Version 0.2.0 Four pillars, six phases. The through-line is that 1,377 lines of tested capability had been sitting in tools/ since before the editor existed, exercised by the suite on every commit and never reaching a user. Design: the gold accent restored, states written down and mechanically checked, and four false claims in the design document corrected. OpenFront fidelity: the map-scale preview shows a pattern on a territory at its real scale, where dragging it moves the pattern's phase because the layout is in absolute world coordinates; a seam badge says whether it will show a seam once tiled; export produces a pasteable cosmetics.json entry. Generation: the parametric DSL renders 15 primitives in the editor, byte-identical to the Python oracle across 62 programs, usable by hand from the Program panel or written for you by a model against your own API key. Proof: 25 end-to-end checks drive the real window on every pull request, and two new oracles hold the shipping JavaScript to the Python implementations that defined the sampler and the DSL. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01UCrKKTD2mwHx8Fm1EnJiQ3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba55b50..0eac301 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "patternfront", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patternfront", - "version": "0.1.1", + "version": "0.2.0", "license": "MIT", "devDependencies": { "electron": "^43.4.0", diff --git a/package.json b/package.json index bb2b616..2988132 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "patternfront", "productName": "PatternFront", - "version": "0.1.1", + "version": "0.2.0", "description": "A 1-bit pattern editor for OpenFront territory patterns \u2014 desktop app for macOS and Windows.", "keywords": [ "pixel-art",