docs: remove dead references to a retired repository (green)
The annotation surface's provenance is now described as the pattern it follows (pencil toggle, intent buttons, popover form, structured export) rather than by naming a repository that no longer exists. Touches the plugin/package descriptions, README, docs/architecture.md, the v5.0.3 CHANGELOG entry, and two comments in scripts/annotate.mjs and its test. Retired-reference check: 12 hits in 7 files -> 0 (content and path names). Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
parent
e1637c2530
commit
d0dee914be
7 changed files with 16 additions and 16 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// tests/scripts/annotate.test.mjs
|
||||
// Covers scripts/annotate.mjs — the v5.0.3 operator-annotation HTML
|
||||
// generator. UX modelled on claude-code-100x/build-site.js (pencil
|
||||
// generator. UX modelled on an existing annotation surface (pencil
|
||||
// toggle, intent buttons, form popover, selection-anchoring, localStorage
|
||||
// persistence, structured markdown export).
|
||||
//
|
||||
|
|
@ -144,7 +144,7 @@ test('parseArgs handles --out, positional input, and --help', () => {
|
|||
});
|
||||
|
||||
test('buildHtml wires the v5.0.3 operator-driven annotation affordances', () => {
|
||||
// Pin every UX-critical affordance modelled on claude-code-100x/build-site.js:
|
||||
// Pin every UX-critical affordance modelled on the reference annotation surface:
|
||||
// - Pencil-toggle button (annotation mode on/off)
|
||||
// - Form popover with three intent buttons (Fiks/Endre/Spørsmål)
|
||||
// - Annotations sidebar (Your annotations + Clear all + Copy Prompt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue