claude@clouddev1 6840b928f9 test: /runda round 2 — pin TeachingEcho kind + cat-3 prose wiring
Second Devil's-Advocate pass over the now-complete ADR-0038 closes
three minor test-coverage gaps the polish (2aab457) left behind. No
production code changes; src/app.rs only, +98 lines of tests.

* bucket_a_success_events_render_the_teaching_echo_beneath_ok and
  bucket_b_multi_line_echo_renders_one_line_per_statement_beneath_ok
  only checked line *text*. After the polish, every echo line is
  pushed via `push_teaching_echo` and carries
  `OutputKind::TeachingEcho` — the kind is what makes
  `ui::render_output_line` fire the dim-prefix + advanced-lex
  branch. Without a kind assertion, a future refactor that regressed
  `push_teaching_echo` to emit `System` would leave the text intact
  but silently break the styling. The `assert_echo_beneath_ok`
  helper now pins kind == TeachingEcho on every event arm covered
  by the bucket_a test, and the bucket_b test asserts the same for
  each of the three multi-statement lines.

* add_column_client_side_notes_render_as_category_three_prose (new)
  pins the broader-scope polish: `handle_dsl_add_column_success`'s
  illuminating client_side_notes (shortid / serial auto-fill,
  per `client_side.auto_fill_*` keys) now route through
  `push_category_three_prose`, producing a System line with a
  whole-text Hint span. The user-confirmed scope extension was
  recorded in ADR-0038's Status block; this test makes the wiring
  enforceable. The closely-related caveat path was already pinned
  by polished_echo_carries_teaching_echo_kind_and_caveat_a_hint_span;
  this completes the cat-3 prose coverage symmetrically.

Tests: 2020 passed / 0 failed / 1 ignored (pre-existing); clippy
clean (`--all-targets -D warnings`, nursery). Nothing to escalate.
2026-05-28 12:39:25 +00:00
2026-05-07 11:17:58 +00:00
S
Description
No description provided
15 MiB
v0.1.0 Latest
2026-06-15 17:57:18 +01:00
Languages
Rust 97.4%
MDX 1.3%
JavaScript 0.8%
Astro 0.2%
CSS 0.1%
Other 0.1%