From e34ac15e62157aa8690d588373869e379f948d58 Mon Sep 17 00:00:00 2001 From: Aaron Stainback Date: Sat, 18 Apr 2026 23:05:12 -0400 Subject: [PATCH] round 33 hotfix 2: last 4 line-start-plus markdown findings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three prose lines continued with + as first char, which markdownlint read as list-item markers (MD004 ul-style mismatch). - docs/CURRENT-ROUND.md:25 — 'From BACKLOG P1 "..." + "..."' rephrased - docs/ROUND-HISTORY.md:47 — 'Zeta the full database + the ... factory' rephrased - docs/ROUND-HISTORY.md:128 — 'base spec + profiles/bash.md + ...' rephrased Main green again. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/CURRENT-ROUND.md | 4 ++-- docs/ROUND-HISTORY.md | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/CURRENT-ROUND.md b/docs/CURRENT-ROUND.md index 0de07a09..63c33cdc 100644 --- a/docs/CURRENT-ROUND.md +++ b/docs/CURRENT-ROUND.md @@ -21,8 +21,8 @@ candidates for 34's anchor. ## Round-33 newly-surfaced P1s (ready to execute) -From `docs/BACKLOG.md` P1 "SQL frontend + query surface" -+ "Factory / static-analysis / tooling" sections: +From `docs/BACKLOG.md` P1 sections "SQL frontend / query +surface" and "Factory / static-analysis / tooling": 1. **`product-visionary` role spawn** — stewardship of `docs/VISION.md`; feeds the feature-selection loop; diff --git a/docs/ROUND-HISTORY.md b/docs/ROUND-HISTORY.md index 0a88c665..e7213fd7 100644 --- a/docs/ROUND-HISTORY.md +++ b/docs/ROUND-HISTORY.md @@ -43,8 +43,9 @@ Aaron ran 10 successive passes of vision edits: - **Foundational (Kreps/Kleppmann/Marz):** events are source of truth; everything else derived. -- **Two first-class products:** Zeta the full database - + the cross-platform AI-automated software factory. +- **Two first-class products:** Zeta the full database, + together with the cross-platform AI-automated software + factory. - **DX north star:** `services.AddZeta(...)` → distributed retraction-native database. Test on Kind. Code IS stored procedures. LINQ + SQL + F# DSL on one IR. @@ -125,7 +126,7 @@ Landed: - **GOVERNANCE §28 — OpenSpec first-class** for every committed artefact. - **`openspec/specs/repo-automation/`** with base spec - + `profiles/bash.md` + `profiles/github-actions.md`. + plus `profiles/bash.md` and `profiles/github-actions.md`. - **`tools/setup/doctor.sh`** — read-only toolchain drift detector.