From 09eeef249d3032c629f1e353269f75e6d92bcb2d Mon Sep 17 00:00:00 2001 From: Keysat Date: Fri, 12 Jun 2026 20:34:03 -0500 Subject: [PATCH] Update Current state: trailer scrub done, record Gitea remote MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Co-Authored-By scrub (next-step #1) is complete — history was rewritten and force-pushed, so the old SHAs are stale. Record the configured origin remote and drop the resolved next-step. --- AGENTS.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 6090d35..425b785 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -101,9 +101,10 @@ In progress: none — repo is at a clean checkpoint. Decided but not implemented: tiered AI prompt formatting — JSON-Schema enforcement (Ollama `format` / OpenAI `response_format`), pipe-separated library, XML-tagged sections, Ollama-only few-shot. Targets local-model output quality; would ship as 1.1.0:8. -Known issues: earlier commits (`8f149d3`–`5b0535f`) carry `Co-Authored-By` trailers to scrub from history. publish.sh Step 3 (registry register) silently no-op'd on 1.1.0:6 and :7 — uploaded the file but didn't register; investigate before relying on those versions appearing in the registry. +Git remote: `origin` → self-hosted Gitea at `ssh://git@immense-voyage.local:59916/grant/proof-of-work.git`; `master` is pushed and tracking. (The `~/.proof-of-work/{publish,unpublish}.sh` registry/FileBrowser hosts are separate from this code remote.) + +Known issues: publish.sh Step 3 (registry register) silently no-op'd on 1.1.0:6 and :7 — uploaded the file but didn't register; investigate before relying on those versions appearing in the registry. (The `Co-Authored-By` trailer scrub on `8f149d3`–`5b0535f` is **done** — history was rewritten and force-pushed; those SHAs are now stale.) Next steps: -1. Scrub `Co-Authored-By` trailers from history (filter-branch or rebase). -2. Re-publish current version once the Step-3 registry-register failure is diagnosed. -3. Implement the tiered AI prompt formatting (1.1.0:8). +1. Re-publish current version once the Step-3 registry-register failure is diagnosed. +2. Implement the tiered AI prompt formatting (1.1.0:8).