Skip to content

Commit 97d9db8

Browse files
hyperpolymathclaude
andcommitted
chore: rename .as → .affine + add MPL-2.0 SPDX headers
The `.as` extension is the obsolete pre-rename AffineScript file extension; the current compiler accepts `.affine` only. Renames the 3 lattice sources + 1 test file accordingly, plus adds MPL-2.0 SPDX headers (matching the repo's existing LICENSE). Part of the estate-wide .as → .affine sweep companion to hyperpolymath/affinescript#429. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 009f99b commit 97d9db8

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3+
14
// Lattice builder in AffineScript
25
// Implements Level-of-Detail (LOD) zooming logic to minimize LLM token cost.
36

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3+
14
// Data models for the Git-Reticulator semantic lattice.
25
// Supports Hierarchical LOD (Level of Detail) to minimize LLM token cost.
36

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3+
14
// src/lattice/affine/storage.as
25
// PostgreSQL + pgRouting storage implementation for the semantic lattice.
36

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3+
14
// tests/lattice_tests.as
25
// Test suite for the Git-Reticulator semantic lattice builder.
36

0 commit comments

Comments
 (0)