From c97688134f0a822a80af67d6a4c75ea902718c87 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sun, 17 May 2026 00:29:40 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20tidy=20repo=20root=20=E2=80=94=20sessi?= =?UTF-8?q?on/phase=20docs=20to=20docs/history,=20loose=20tests=20to=20tes?= =?UTF-8?q?ts/scratch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Item 25 of the Estate Tech-Debt Recovery Plan. Pure file relocation (git mv, R100 — no content change): - 9 session/phase/dated-progress .md (FIXES_2026-01-23, PHASE3-*, SESSION-*, MODULE-SYSTEM-PROGRESS, TRAIT_SYSTEM_STATUS, REPLY-SUM-TYPES) -> docs/history/ (joins the existing history docs there). - 6 loose root test_*.affine snippets -> tests/scratch/. Canonical root docs (README/SECURITY/CONTRIBUTING/CODE_OF_CONDUCT/ LICENSING-GUIDE/KNOWN-ISSUES/PROOF-NEEDS and design/reference docs) left in place. Verified no build/CI/script references the moved paths. Co-Authored-By: Claude Opus 4.7 --- FIXES_2026-01-23.md => docs/history/FIXES_2026-01-23.md | 0 .../history/MODULE-SYSTEM-PROGRESS.md | 0 PHASE3-ASSESSMENT.md => docs/history/PHASE3-ASSESSMENT.md | 0 PHASE3-COMPLETE.md => docs/history/PHASE3-COMPLETE.md | 0 .../history/PHASE3-SESSION-SUMMARY.md | 0 REPLY-SUM-TYPES.md => docs/history/REPLY-SUM-TYPES.md | 0 SESSION-2026-01-23.md => docs/history/SESSION-2026-01-23.md | 0 SESSION-COMPLETE.md => docs/history/SESSION-COMPLETE.md | 0 TRAIT_SYSTEM_STATUS.md => docs/history/TRAIT_SYSTEM_STATUS.md | 0 test_if.affine => tests/scratch/test_if.affine | 0 test_min.affine => tests/scratch/test_min.affine | 0 test_simple.affine => tests/scratch/test_simple.affine | 0 test_spread.affine => tests/scratch/test_spread.affine | 0 test_spread2.affine => tests/scratch/test_spread2.affine | 0 test_spread3.affine => tests/scratch/test_spread3.affine | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename FIXES_2026-01-23.md => docs/history/FIXES_2026-01-23.md (100%) rename MODULE-SYSTEM-PROGRESS.md => docs/history/MODULE-SYSTEM-PROGRESS.md (100%) rename PHASE3-ASSESSMENT.md => docs/history/PHASE3-ASSESSMENT.md (100%) rename PHASE3-COMPLETE.md => docs/history/PHASE3-COMPLETE.md (100%) rename PHASE3-SESSION-SUMMARY.md => docs/history/PHASE3-SESSION-SUMMARY.md (100%) rename REPLY-SUM-TYPES.md => docs/history/REPLY-SUM-TYPES.md (100%) rename SESSION-2026-01-23.md => docs/history/SESSION-2026-01-23.md (100%) rename SESSION-COMPLETE.md => docs/history/SESSION-COMPLETE.md (100%) rename TRAIT_SYSTEM_STATUS.md => docs/history/TRAIT_SYSTEM_STATUS.md (100%) rename test_if.affine => tests/scratch/test_if.affine (100%) rename test_min.affine => tests/scratch/test_min.affine (100%) rename test_simple.affine => tests/scratch/test_simple.affine (100%) rename test_spread.affine => tests/scratch/test_spread.affine (100%) rename test_spread2.affine => tests/scratch/test_spread2.affine (100%) rename test_spread3.affine => tests/scratch/test_spread3.affine (100%) diff --git a/FIXES_2026-01-23.md b/docs/history/FIXES_2026-01-23.md similarity index 100% rename from FIXES_2026-01-23.md rename to docs/history/FIXES_2026-01-23.md diff --git a/MODULE-SYSTEM-PROGRESS.md b/docs/history/MODULE-SYSTEM-PROGRESS.md similarity index 100% rename from MODULE-SYSTEM-PROGRESS.md rename to docs/history/MODULE-SYSTEM-PROGRESS.md diff --git a/PHASE3-ASSESSMENT.md b/docs/history/PHASE3-ASSESSMENT.md similarity index 100% rename from PHASE3-ASSESSMENT.md rename to docs/history/PHASE3-ASSESSMENT.md diff --git a/PHASE3-COMPLETE.md b/docs/history/PHASE3-COMPLETE.md similarity index 100% rename from PHASE3-COMPLETE.md rename to docs/history/PHASE3-COMPLETE.md diff --git a/PHASE3-SESSION-SUMMARY.md b/docs/history/PHASE3-SESSION-SUMMARY.md similarity index 100% rename from PHASE3-SESSION-SUMMARY.md rename to docs/history/PHASE3-SESSION-SUMMARY.md diff --git a/REPLY-SUM-TYPES.md b/docs/history/REPLY-SUM-TYPES.md similarity index 100% rename from REPLY-SUM-TYPES.md rename to docs/history/REPLY-SUM-TYPES.md diff --git a/SESSION-2026-01-23.md b/docs/history/SESSION-2026-01-23.md similarity index 100% rename from SESSION-2026-01-23.md rename to docs/history/SESSION-2026-01-23.md diff --git a/SESSION-COMPLETE.md b/docs/history/SESSION-COMPLETE.md similarity index 100% rename from SESSION-COMPLETE.md rename to docs/history/SESSION-COMPLETE.md diff --git a/TRAIT_SYSTEM_STATUS.md b/docs/history/TRAIT_SYSTEM_STATUS.md similarity index 100% rename from TRAIT_SYSTEM_STATUS.md rename to docs/history/TRAIT_SYSTEM_STATUS.md diff --git a/test_if.affine b/tests/scratch/test_if.affine similarity index 100% rename from test_if.affine rename to tests/scratch/test_if.affine diff --git a/test_min.affine b/tests/scratch/test_min.affine similarity index 100% rename from test_min.affine rename to tests/scratch/test_min.affine diff --git a/test_simple.affine b/tests/scratch/test_simple.affine similarity index 100% rename from test_simple.affine rename to tests/scratch/test_simple.affine diff --git a/test_spread.affine b/tests/scratch/test_spread.affine similarity index 100% rename from test_spread.affine rename to tests/scratch/test_spread.affine diff --git a/test_spread2.affine b/tests/scratch/test_spread2.affine similarity index 100% rename from test_spread2.affine rename to tests/scratch/test_spread2.affine diff --git a/test_spread3.affine b/tests/scratch/test_spread3.affine similarity index 100% rename from test_spread3.affine rename to tests/scratch/test_spread3.affine