FABRIC.md/ROADMAP.md/ttf_words.c: scope console REPL (4.4), obsolete M8, flip TTF to Cartesian y

FABRIC.md: renumber Artemis-last boundary 4.4 -> 4.5, add new 4.4 REPL item
(console visual design scoped this session -- CANVAS is one shared region
above the REPL strip, 640x480 scroll box centered within it, stroke font,
ANSI color, VM-identity + ACL-identity prompt segments, ~1000-line
scrollback), linked to repl-mockup.png.

ROADMAP.md: mark M8 section OBSOLETE -- replaced by FABRIC.md 4.4, kept for
history only.

ttf_words.c: TTF-TEXT's y argument now Cartesian (origin bottom-left of the
physical framebuffer, y increasing upward) instead of raw framebuffer
coordinates, translated once via fb_height() - y. Verified via amd64
screendump (logs/20260811-070418/), text renders right-side-up with
increasing y moving up the screen.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Robert Allan James
2026-08-11 07:08:32 -04:00
co-authored by Claude Sonnet 5
parent 8e2c5dae5f
commit 20801ded72
6 changed files with 18180 additions and 11 deletions
+21 -7
View File
@@ -4367,8 +4367,9 @@ document and committing that amendment as its own item.*
> note below: glyph rendering (stroke-based font capsules), not yet scoped.
> **Sequencing noted 2026-08-07, not yet scoped:** keyboard input (4.3.54.3.5f) →
> glyph rendering (stroke-based font capsules) → REPL — in that order, before the 4.4
> Artemis boundary. Recorded so the order is not lost between sessions; neither glyph
> glyph rendering (stroke-based font capsules) → REPL — in that order, before the 4.5
> Artemis boundary (renumbered from 4.4, 2026-08-11 — REPL now has its own 4.4 section).
> Recorded so the order is not lost between sessions; neither glyph
> rendering nor REPL has *Done when* criteria yet. Per §25.0 rule 2, each gets scoped in
> detail at its own checkpoint, not now.
@@ -4973,11 +4974,23 @@ document and committing that amendment as its own item.*
> `KEY-EVENT` (4.3.5f) isn't yet wired into the REPL's character source
> (`console_getc()`), and `KEY`/`?TERMINAL` remain the dead stubs already noted above.
⋯ *(4.3.x is open-ended — more items get appended here as Console work is scoped item by*
*item, developed on the fly per §25.0. 4.4 below is unaffected by anything added above*
*this marker.)*
⋯ *(4.3.x is open-ended — more items get appended here as framebuffer/keyboard Console work*
*is scoped item by item, developed on the fly per §25.0. 4.4 below is a new, independent*
*section for the REPL itself — separate because the REPL is independent of the screen-output*
*and keyboard work above. 4.5 (renumbered from 4.4, 2026-08-11) is unaffected by anything*
*added above this marker.)*
- [ ] **4.4 — Artemis last.** It works today; it is the thing that cannot be broken.
- [ ] **4.4 — REPL.** *(Scoped 2026-08-11; independent of the 4.3.x framebuffer/keyboard work.*
*This item replaces `docs/lithosananke/ROADMAP.md`'s M8 section entirely — M8 is marked*
*OBSOLETE there as of 2026-08-11, kept for history only. Detailed spec and punch-list*
*sub-items to be written up in the same style as 4.3.x.)*
*Refs:* §25.5, §27.6.
Original visual mockup (Captain Bob, 2026-08-11): [`repl-mockup.png`](repl-mockup.png) —
CANVAS label, scrollable output region, separate REPL input strip with cursor at the
bottom. Source image for the CANVAS/REPL-strip geometry described below.
- [ ] **4.5 — Artemis last.** It works today; it is the thing that cannot be broken.
*Refs:* §10.
---
@@ -5484,7 +5497,8 @@ of slot.
### 27.6 Glyph rendering, UTF-8 Latin, capsule-loaded (4.3.64.3.6g)
Scoped 2026-08-09, next after the 4.3.5f checkpoint, per the 2026-08-07 sequencing note
(§25.5): keyboard input → glyph rendering → REPL, before the 4.4 Artemis boundary.
(§25.5): keyboard input → glyph rendering → REPL, before the 4.5 Artemis boundary (renumbered
from 4.4, 2026-08-11 — REPL now has its own 4.4 section).
**Purpose and boundary.** Render text onto the CANVAS region of the Stadium UI (per the
reviewed mockup: a fixed REPL strip at the bottom of the screen, a separate large CANVAS