Skip to content

docs: document the widget bridge (AddWidget/AddWidgetVector) and fix stale scope wording - #4

Merged
tannevaled merged 1 commit into
mainfrom
docs/drift-audit-2026-08-05
Aug 5, 2026
Merged

docs: document the widget bridge (AddWidget/AddWidgetVector) and fix stale scope wording#4
tannevaled merged 1 commit into
mainfrom
docs/drift-audit-2026-08-05

Conversation

@tannevaled

Copy link
Copy Markdown
Contributor

Summary

  • README had no mention of the widget bridge at all (AddWidget/AddWidgetVector, shipped in v0.3.0 and extended in v0.4.0) — add a Features bullet and a usage snippet, verified by building a throwaway program against the real API.
  • Drop the version-pinned "out of scope for v0.2" wording from the Scope and limitations section (stale — the current tag is v0.4.0).
  • doc.go's package-level "Widget bridge" comment didn't mention the v0.4.0 TrueType-face selectable-text path (vectorPainter.TextFace); add one sentence.

Test plan

  • GOWORK=off CGO_ENABLED=0 go build ./...
  • GOWORK=off CGO_ENABLED=0 go vet ./...
  • GOWORK=off CGO_ENABLED=0 go test -cover ./... — 100.0% statement coverage, unchanged
  • New README usage snippet built and run standalone against the real module (local replace), producing a valid PDF

🤖 Generated with Claude Code

README lacked any mention of AddWidget/AddWidgetVector (shipped in v0.3.0,
extended in v0.4.0), the Widget bridge Features bullet, and a compiling
usage snippet; add both, verified against the real API in a throwaway
program. Also drop the "out of scope for v0.2" version pin from the scope
note (stale) and note the v0.4.0 TrueType-face selectable-text path in the
doc.go package comment.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@tannevaled
tannevaled merged commit a2ba43e into main Aug 5, 2026
1 check passed
@tannevaled
tannevaled deleted the docs/drift-audit-2026-08-05 branch August 5, 2026 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant