Expand description
Entity → Markdown generator. Deterministic output for roundtrip stability.
Output order:
- YAML frontmatter (metadata keys in schema metadata_fields order)
# {title}- Required sections (schema order)
- Relationships section (if any explicit relations)
- Optional sections (schema order)
Constants§
- MISSING_
DATE_ SENTINEL - Sentinel value emitted into the frontmatter for required date fields the caller did not supply and the schema does not auto-fill. Reads cleanly as “obviously a placeholder” to humans and agents (epoch zero in ISO 8601) and never gets mistaken for a real claim.
Functions§
- generate_
markdown - Generate markdown from a structured entity.