Files
insertr/justfile
Joakim 27a619b452 Simplify demo workflow to use unified enhancement command
- Replace complex two-step process (auto-enhance + enhance) with single enhance command
- Eliminate temporary directory management and cleanup
- Direct input → output enhancement using unified Discoverer + Enhancer pipeline
- Verified working on simple test site with proper:
  * Element discovery (h1, p elements get insertr class)
  * Container expansion (div with multiple children)
  * ID generation (deterministic data-content-id attributes)
  * Content type detection (text, markdown types)

The justfile workflow is now much cleaner and matches our documented single-command approach.
2025-09-16 16:52:12 +02:00

11 KiB