โ– humdrum codex / glint v1.0.2
license AGPL-3.0

โ† issues

TASK-022 Track-changes / diff view + portable change markup (Fuss interop)

๐ŸŸฆ Backlog feature priority: medium release-2

created 2026-06-29 20:57 ยท updated 2026-06-30 00:22

Description

Add a diff / track-changes capability to glint, plus a markup that travels inside the .md file so the same tracked changes are usable in Fuss โ€” the collaborative web app for markdown track changes. The on-disk format is the contract between glint (terminal) and Fuss (web): edits made in one show as reviewable changes in the other. CriticMarkup is the established standard for this ({++ins++}, {--del--}, {old>new~}, {==highlight==}, {>>comment<<}); glint already renders ==highlight==, so adopting CriticMarkup is the natural path. Scope is two related pieces that can ship independently: (1) a diff / track-changes VIEW in the editor, and (2) read/write of the portable change markup.

Acceptance Criteria