RFC and Specification Workflow Infrastructure
Status: In Progress
Current Understanding
Established comprehensive RFC and specification workflow for Dada language development. RFC-0002 documents the design using MyST directive syntax for spec paragraphs.
Next Steps
Open Questions
Context
RFC-0002 serves as canonical reference documenting the entire workflow. Spec paragraphs use MyST syntax: :::{spec} paragraph.id [rfcN...] [!rfcN...]. Infrastructure includes:
- mdbook for RFCs at
dada-lang.org/rfcs with auto-population
- mdbook for spec with custom preprocessor handling
{spec} directives
- Test-spec linking with
#:spec annotations
cargo xtask rfc new command for RFC creation
RFC and Specification Workflow Infrastructure
Status: In Progress
Current Understanding
Established comprehensive RFC and specification workflow for Dada language development. RFC-0002 documents the design using MyST directive syntax for spec paragraphs.
Next Steps
r[...]to:::{spec}directive syntaxOpen Questions
Context
RFC-0002 serves as canonical reference documenting the entire workflow. Spec paragraphs use MyST syntax:
:::{spec} paragraph.id [rfcN...] [!rfcN...]. Infrastructure includes:dada-lang.org/rfcswith auto-population{spec}directives#:specannotationscargo xtask rfc newcommand for RFC creation