版本发布 2
**Full Changelog**: https://github.com/decisiongraph/dg/compare/v0.1.3...v0.1.4
## What's New ### PROC document type - New **Process Document** type (`PROC`) for business processes, workflows, and SOPs - Schema includes sections for Overview, Inputs/Outputs, Roles, Process Flow (diagram), Steps, Exceptions, Metrics - `dg new proc "Title"` to create ### Dynamic type system - Site navigation, roadmap pill colors, and fallback pages are now schema-driven - Adding custom document types to `schema.kdl` no longer requires Rust code changes - `dg export --features` scans all type folders for Gherkin scenarios, not just SPEC ### Site improvements - Relative image paths in markdown are rewritten to root-relative for the SPA - `dg serve` falls back to project root for static assets (images, etc.) - Roadmap hidden automatically when no OPP documents exist - User avatars vertically centered in table cells ### Fixes - `dg list --no-untyped` now shows H1 headings as titles (was showing `-`) - `dg list` correctly infers type from filename when frontmatter lacks `type` field - SPA `folderToType` mapping built dynamically from `docs.json` (custom types work) - Safari: fix `height="auto"` SVG attribute error breaking SvelteKit initialization - Stop hook treats suggestions as advisory, not blocking - H1 stripping decodes HTML entities before comparing to title