From ed0c79e1df94083bfcc4cede7afc238ffaa0c589 Mon Sep 17 00:00:00 2001 From: "fatih.bulut" Date: Fri, 26 Jun 2026 00:14:39 +0300 Subject: [PATCH] docs(clone-app): game-variant prose parity + normalize extract-logic mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Whole-branch review follow-ups: append game rules/formulas to the build-spec Game-variant §3 bullet for parity with spec §4.3; chmod extract-logic.py 0755→0644 to match sibling python scripts (all run via python3, never exec'd). Co-Authored-By: Claude Opus 4.8 --- .../skills/clone-app/references/clone-build-spec-template.md | 3 ++- plugins/clone-app/skills/clone-app/scripts/extract-logic.py | 0 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 plugins/clone-app/skills/clone-app/scripts/extract-logic.py diff --git a/plugins/clone-app/skills/clone-app/references/clone-build-spec-template.md b/plugins/clone-app/skills/clone-app/references/clone-build-spec-template.md index 7cdb56d..a3a8aaf 100644 --- a/plugins/clone-app/skills/clone-app/references/clone-build-spec-template.md +++ b/plugins/clone-app/skills/clone-app/references/clone-build-spec-template.md @@ -60,7 +60,8 @@ Absolute paths to: `design-tokens.json`, `design-digest.md`, `screenshots/`, Replace these sections: - **§2 Design system** → art style + UI atlas inventory; palette from sprites. - **§3 Screen-by-screen** → **scene/prefab-by-scene** spec (from `unity-digest.md`): - each scene's objects, UI canvas, transitions; matching screenshot. + each scene's objects, UI canvas, transitions; matching screenshot; + + game rules / formulas (from `unity-digest.md`). - **§5 API contract** → **netcode**: backend (Photon/PlayFab/Mirror/custom), message types, sync model (from the IL2CPP/Mono type model). - **§7 Asset inventory** → `$WORK/game-assets/` manifest (sprites, atlases, diff --git a/plugins/clone-app/skills/clone-app/scripts/extract-logic.py b/plugins/clone-app/skills/clone-app/scripts/extract-logic.py old mode 100755 new mode 100644