Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: UltimaPhoenix/dev-coach
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: UltimaPhoenix/dev-coach
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.1
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 9, 2026

  1. fix(hooks): confirm a missing lesson card against the transcript befo…

    …re recovering
    
    last_assistant_message is only the FINAL assistant message of the turn, not the
    whole visible reply: in a multi-phase turn (card mid-turn → post-log_lesson
    checkpoint work → closing line) the card lives in an earlier message, so the
    old check fired a false card-recovery block at every notebook checkpoint (seen
    live in session 1a4dea33). A positive match on the final message is still
    trusted; a negative is now confirmed by scanning the transcript's last turn
    (transcript_path, skipping sidechains), and with no readable transcript there
    is no reliable signal — never recover blindly. Scan cost is confined to the
    one stop right after a log_lesson (display flag armed).
    UltimaPhoenix committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    ee0ba40 View commit details
    Browse the repository at this point in the history
  2. feat(ui): two-tone devcoach wordmark matching the docs site brand

    "dev" in the theme foreground, "coach" in the teal accent — same treatment
    and colors as the Docusaurus navbar (#0d9488 light / #5eead4 dark, i.e.
    Tailwind teal-600/teal-300), replacing the old indigo wordmark.
    UltimaPhoenix committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    f75af77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da7cfd0 View commit details
    Browse the repository at this point in the history
Loading