Kanban Markdown Manage kanban board features stored as markdown files with YAML frontmatter. Each feature is a file; the VS Code kanban-markdown extension renders them as a board. File Format Every feature file follows this exact format: Serialization rules (must match exactly for the extension to parse correctly): - String fields: always - Nullable fields ( , , ): bare when unset - Labels: inline array or - Order: string — fractional index for lexicographic sorting (see below) - Field order: , , , , , , , , , Valid values: - status: | | | | - priority: | | | For full field specs, see referen…