From 8eac4e698fc951d93bcc2c12b64bf76e4e70a9cd Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 1 Jul 2026 21:22:34 +0100 Subject: [PATCH] fix(cleanup): remove corrupted ',machine_readable' duplicate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stray, tracked directory literally named ',machine_readable' (comma typo) containing a stale, corrupted STATE.a2ml (last-updated 2026-01-14, superseded by the real .machine_readable/6a2/STATE.a2ml from 2026-03-15). The corruption is baked into the file's own content too ("STATE.a2ml — ,machine Readable project state"), confirming a bad find/replace or generation bug, not intentional content. --- .../.machine_readable/6a2/STATE.a2ml | 38 ------------------- 1 file changed, 38 deletions(-) delete mode 100644 ,machine_readable/.machine_readable/6a2/STATE.a2ml diff --git a/,machine_readable/.machine_readable/6a2/STATE.a2ml b/,machine_readable/.machine_readable/6a2/STATE.a2ml deleted file mode 100644 index b3a795c..0000000 --- a/,machine_readable/.machine_readable/6a2/STATE.a2ml +++ /dev/null @@ -1,38 +0,0 @@ -# SPDX-License-Identifier: MPL-2.0 -# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) -# -# STATE.a2ml — ,machine Readable project state -[metadata] -project = "dotmatrix-fileprinter" -version = "0.1.0" -last-updated = "2026-01-14T03:00:00Z" -status = "active" -session = "converted from scheme — 2026-04-11" - -[project-context] -name = "Dotmatrix Fileprinter" -purpose = """""" -completion-percentage = 0 - -[position] -phase = "development" # design | implementation | testing | maintenance | archived -maturity = "experimental" # experimental | alpha | beta | production | lts - -[route-to-mvp] -milestones = [ - # No milestones recorded -] - -[blockers-and-issues] -issues = [ - # No blockers recorded -] - -[critical-next-actions] -actions = [ - # No actions recorded -] - -[maintenance-status] -last-run-utc = "2026-01-14T03:00:00ZT00:00:00Z" -last-result = "unknown" # unknown | pass | warn | fail