ADR Index
This section records major architecture and implementation decisions.
Suggested Reading Order
- ADR-0001: code block syntax highlighting preservation
- ADR-0002: extract shared types into typub-core subcrate
- ADR-0003: extract html_utils into typub-html subcrate
- ADR-0004: Logging System Architecture
- ADR-0005: centralize main-crate resolution helpers
- ADR-0006: extract typub-engine and make TUI default
- ADR-0007: refactor crate layout for reuse and metadata normalization
- ADR-0008: Use distinct ImageMarker types for pending state
- ADR-0009: split local output adapters: astro for markdown, static for html
- ADR-0010: add requires_config to AdapterCapability for explicit platform registration
- ADR-0011: Unify image types to inline-only representation
- ADR-0012: Unify SVG types to inline-only representation
- ADR-0013: AST v2 big-bang migration strategy