From 8cfd5ee2c403d3e0d74618f4e6f2a65cfde12406 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 22 Jul 2026 12:30:34 -0600 Subject: [PATCH] docs(render): update phase 2.7 SHA after amend --- .sisyphus/plans/rich-markdown-renderer-tables.md | 2 +- .sisyphus/plans/rich-markdown-renderer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.sisyphus/plans/rich-markdown-renderer-tables.md b/.sisyphus/plans/rich-markdown-renderer-tables.md index dbf409a..572df48 100644 --- a/.sisyphus/plans/rich-markdown-renderer-tables.md +++ b/.sisyphus/plans/rich-markdown-renderer-tables.md @@ -576,7 +576,7 @@ Append-only. One entry per commit or session. - Updated all 17 existing test call sites of `render_markdown_line` (via ast-grep) to pass `None` — Phase 1 behavior preserved end-to-end. - 8 new tests: bullet 2-space indent, numbered 4-space (`42. `) and 5-space (`100. `) indent, task 4-space indent, blockquote pipe-on-every-line, nested-bullet leading indent, `None` single-line short-circuit, inline markdown intact after wrap. -### 2026-07-22 — Phase 2.7 complete (commit `336b374`) +### 2026-07-22 — Phase 2.7 complete (commit `e82e5ab`) - 4 integration/edge-case tests: mixed-content document (heading + paragraph + list + blockquote + table + trailing prose), table renders without theme, table borders pick up custom theme color, column-count mismatch tolerated by comfy-table. - Full test suite: 1246 pass, 0 fail. `cargo check` clean. - Manual REPL verification deferred (requires interactive terminal); test coverage validates rendering pipeline end-to-end. diff --git a/.sisyphus/plans/rich-markdown-renderer.md b/.sisyphus/plans/rich-markdown-renderer.md index b48d52d..caba63b 100644 --- a/.sisyphus/plans/rich-markdown-renderer.md +++ b/.sisyphus/plans/rich-markdown-renderer.md @@ -262,4 +262,4 @@ Append-only. One entry per commit or session. - 6 more tests filling out the coverage checklist: bold nested inside a heading, partial bold/link spans via `render_line` (streaming path), rich rendering with `theme=None` still strips syntax and emits block glyphs, rich vs raw paths diverge on the same input, and fenced code blocks still route through syntect. Total: 55 markdown tests, 1207 total tests pass, `cargo check` clean. ### 2026-07-22 — Phase 2 complete (Phase 1 successor shipped) -- Phase 2 (tables + hanging-indent list/blockquote wrapping) is complete on top of this foundation. See `rich-markdown-renderer-tables.md` for the full plan and per-sub-phase progress log. Final commits: `fcc4a1d` (2.1) → `7671d28` (2.2) → `c062f34` (2.3) → `cdfaa0f` (2.4) → `bf06d5e` (2.5) → `d790782` (2.6) → `336b374` (2.7). Total markdown tests grew from 55 → 94; total test suite 1207 → 1246, all passing, `cargo check` clean. +- Phase 2 (tables + hanging-indent list/blockquote wrapping) is complete on top of this foundation. See `rich-markdown-renderer-tables.md` for the full plan and per-sub-phase progress log. Final commits: `fcc4a1d` (2.1) → `7671d28` (2.2) → `c062f34` (2.3) → `cdfaa0f` (2.4) → `bf06d5e` (2.5) → `d790782` (2.6) → `e82e5ab` (2.7). Total markdown tests grew from 55 → 94; total test suite 1207 → 1246, all passing, `cargo check` clean.