Commit graph

4 commits

Author SHA1 Message Date
jedarden
fbfc4bed95 docs(pdftract-1j0f8): update verification note with latest work 2026-06-08 16:52:47 -04:00
jedarden
974227b7c6 docs(pdftract-1j0f8): update verification note with comprehensive status
Expands verification note with detailed implementation status showing:
- CLI Reference Page (646 lines, 28 command sections)
- Generator Binary (gen-cli-reference)
- Library Export (generate_cli_markdown())
- CI Gate (cli-ref-gen step)
- mdBook Integration

All acceptance criteria PASS. Infrastructure is complete and working.
2026-06-08 16:46:43 -04:00
jedarden
3e3fff08e1 fix(pdftract-1j0f8): fix clap short flag conflict in conformance subcommand
The conformance subcommand had duplicate short options (-s) for both
--suite and --sdk, causing the CLI reference generator to panic with
"Short option names must be unique".

Changed --sdk short option from -s to -k (matching the CI workflow
convention). This allows the gen-cli-reference binary to run and the
CI cli-ref-gen gate to function correctly.

Also regenerated mdBook build output including the new cli-reference.html.

Closes pdftract-1j0f8. Verification: notes/pdftract-1j0f8.md.
2026-06-08 16:06:26 -04:00
jedarden
24db1228e7 feat(pdftract-3mdb7): add missing data attributes to tooltip display
- Update setupTooltips to display data-bbox, data-block-ref, data-mcid, and data-reading-idx
- These attributes are already emitted by spans.rs but weren't being shown in tooltip
- Tooltip now shows complete span information on hover

References pdftract-3mdb7 acceptance criteria:
- Tooltip shows the data-* attrs as formatted rows

Bead-Id: pdftract-145s8
2026-06-01 00:56:20 -04:00