FountainMarkdownPresentationKit.git · README.md
FountainMarkdownPresentationKit.git / README.md
revision 0f5ea57c2bb23c34192f14f39f4e4e97de8280c0 · complete file
# FountainMarkdownPresentationKit FCIS-KIT candidate for readable assistant output. This library owns the reusable boundary between a governed Markdown stream and a WYSIWYG document model: - `FountainMarkdownRenderer` serializes semantic blocks into deterministic Markdown. - `FountainMarkdownDocument` parses Markdown with Foundation's Markdown support and recognizes Fountain screenplay nodes through `FountainEditorKit`. - Consumers render the resulting attributed content in their own accessibility-aware surface. The kit does not own command mediation, Composer input, provider or host policy, FountainStore selection, or product semantics. It introduces no HTTP/OpenAPI contract and no new MIDI2 operation; those remain governed by the consuming instrument and the MIDI backplane IDL. This repository-local package is an implementation candidate. It is not a released or publicly published artifact until its FCIS-KIT lifecycle evidence, package release, and consumer pin have been completed.