inkhaven 1.8.14

Inkhaven — TUI literary work editor for Typst books
1
2
3
4
5
6
7
//! The Inner Poet (POEM-3) — the fifth Inner-family reader, reached by
//! `Ctrl+B J → P`. It reads a poem and reports what it is doing prosodically:
//! never writes, never prescribes. This module is the deterministic **fast
//! track** (metre + rhyme scan → Output pane); the LLM slow track lands later.

pub mod fast;
pub mod slow;