From a1d0bf37fb20e6552eaa9eab9b33690def9c816d Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Thu, 28 May 2026 13:44:07 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20rename=20.as=20=E2=86=92=20.affine=20a?= =?UTF-8?q?cross=20src/core/=20(estate-wide=20AffineScript=20ext=20fix)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `.as` extension is the obsolete pre-rename AffineScript file extension; the current compiler accepts `.affine` only. This commit renames the 7 files under `src/core/` accordingly. Pure rename — no content changes; SPDX headers already MPL-2.0. Part of the estate-wide .as → .affine sweep companion to hyperpolymath/affinescript#429 (PixiJS binding restart). Co-Authored-By: Claude Opus 4.7 (1M context) --- src/core/{config.as => config.affine} | 0 src/core/{diagnostics.as => diagnostics.affine} | 0 src/core/{healer.as => healer.affine} | 0 src/core/{health.as => health.affine} | 0 src/core/{monitor.as => monitor.affine} | 0 src/core/{providers.as => providers.affine} | 0 src/core/{scanner.as => scanner.affine} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename src/core/{config.as => config.affine} (100%) rename src/core/{diagnostics.as => diagnostics.affine} (100%) rename src/core/{healer.as => healer.affine} (100%) rename src/core/{health.as => health.affine} (100%) rename src/core/{monitor.as => monitor.affine} (100%) rename src/core/{providers.as => providers.affine} (100%) rename src/core/{scanner.as => scanner.affine} (100%) diff --git a/src/core/config.as b/src/core/config.affine similarity index 100% rename from src/core/config.as rename to src/core/config.affine diff --git a/src/core/diagnostics.as b/src/core/diagnostics.affine similarity index 100% rename from src/core/diagnostics.as rename to src/core/diagnostics.affine diff --git a/src/core/healer.as b/src/core/healer.affine similarity index 100% rename from src/core/healer.as rename to src/core/healer.affine diff --git a/src/core/health.as b/src/core/health.affine similarity index 100% rename from src/core/health.as rename to src/core/health.affine diff --git a/src/core/monitor.as b/src/core/monitor.affine similarity index 100% rename from src/core/monitor.as rename to src/core/monitor.affine diff --git a/src/core/providers.as b/src/core/providers.affine similarity index 100% rename from src/core/providers.as rename to src/core/providers.affine diff --git a/src/core/scanner.as b/src/core/scanner.affine similarity index 100% rename from src/core/scanner.as rename to src/core/scanner.affine