From 7d45e6cfea9a6f0fc4025b5156ed9f6f6c0d3a8f Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Thu, 28 May 2026 13:45:23 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20rename=20.as=20=E2=86=92=20.affine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pure rename of frontend/src/{Main,Safety}.as → .affine to match the current AffineScript extension. MIT SPDX preserved (per repo LICENSE; estate MPL-2.0 directive applies to AGPL→MPL-2.0 migrations, not MIT). Companion to hyperpolymath/affinescript#429. Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/{Main.as => Main.affine} | 0 frontend/src/{Safety.as => Safety.affine} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename frontend/src/{Main.as => Main.affine} (100%) rename frontend/src/{Safety.as => Safety.affine} (100%) diff --git a/frontend/src/Main.as b/frontend/src/Main.affine similarity index 100% rename from frontend/src/Main.as rename to frontend/src/Main.affine diff --git a/frontend/src/Safety.as b/frontend/src/Safety.affine similarity index 100% rename from frontend/src/Safety.as rename to frontend/src/Safety.affine