24 KiB
Todo
The plan, in order. Nothing is built. Design questions are settled in AGENTS.md; remaining spec
detail is settled at its own milestone.
Milestones
- 0 — Scaffold.
package.jsonper §6,tsconfig.json,.npmrc(save-exact=true), the Docker tooling,renovate.json(§9), and.gitea/workflows/ci.ymlgating branches:runs-on: docker-host, actions pinned to semver tags. - 1a — The directive grammar (
spec/flavour.md): inline/block/leaf directive forms, attributes, escaping, nesting, canonical form, the opaque-carry spelling, the raw-HTML input policy. - 1b — Block node syntaxes in
spec/flavour.md: panel, expand/nestedExpand, the media family, the pipe-vs-directive table rule and the directive table form, task and decision lists, layout, extensions, syncBlock. - 1c — Inline node syntaxes and marks in
spec/flavour.md: mention, emoji, status, date, inlineCard, mediaInline; underline, subsup, textColor, border; the spelling for text nodes whose whitespace CommonMark cannot hold (literal newlines, leading or trailing spaces) — escape-based, never literal, since pipe cells trim and pad. AtmediaInline, check real payloads for external-URL support — if it exists, revisit the media section's mid-text-image error and its "no slot" ground. - 1d — Corpus start (§10): checked-in fixtures per spec'd node, in
corpus/, one directory per contract kind (corpus/README.md). Settled (the maintainer, 2026-08-26): the nodes CommonMark spells get directive sections of their own, rather than riding the opaque carry. Per@atlaskit/adf-schema57.1.0 every block node it spells —blockquote,bulletList,codeBlock,heading,listItem,orderedList,paragraph,rule— carries alocalIdwith no spelling,codeBlockalsohideLineNumbers,uniqueIdandwrap,blockquotealso marks, andhardBreaktextandlocalId; 2f gives each a place, and the plain spelling stays wherever the attributes are absent. That hands the two collision sites incorpus/unspellable/the second spelling they lacked, so each takes the directive form as amediawith an emptyaltalready does (spec/flavour.md, the CommonMark image): acodeBlockwhose info string is empty, and anorderedListstarting at 1. Also blocked: the link rule covers destination spaces only, so two shapes have no spelling and are refused meanwhile — hrefhttps://example.com/a)band titleHe said "hi", both incorpus/unspellable/. Two defensible spellings each — angle brackets or a backslash escape, and for titles'…'or(…)besides — so §8 leaves the pick here. Also blocked: block separation is unstated for a CommonMark block beside a directive block in a container body — anexpandwhose content isparagraph"A" then apanel(panelTypewarning) holding "B" spellsAand:::panel warningeither on consecutive lines or with a blank line between. Two defensible spellings, so §8 leaves the pick here; the answer governs every unknown node type too, the block carry counting as a CommonMark block since its spelling is a fenced code block.unspelled-block-separationrefuses the pair meanwhile, an empty paragraph's::paragraphbeside a CommonMark block included — and, since amediaSingle's spelling now follows whether CommonMark can spell its URL, two sibling images differing only by an&land in the same refusal.- 1d1 — The CommonMark subset: blockquote, bulletList, codeBlock, heading, orderedList,
paragraph, rule, listItem, hardBreak, text, code spans, and the
code,em,link,strikeandstrongmarks — one mark per text node; nesting is 1d3's. - 1d2 — Block nodes: panel, expand/nestedExpand, the media family and the CommonMark
image shape, both table forms, task and decision lists, layout, extensions, syncBlock —
with the reserved
marksattribute and the fence lengths nesting forces. - 1d3 — Inline nodes and marks: date, emoji, inlineCard, mediaInline, mention, status;
border, subsup, textColor, underline; the content slot's
textattribute and the:text{text="…"}whitespace spelling.
- 1d1 — The CommonMark subset: blockquote, bulletList, codeBlock, heading, orderedList,
paragraph, rule, listItem, hardBreak, text, code spans, and the
- 2 —
adfToMarkdown. First real code. Each sub-item turns one corpus directory green; the two that have no fixtures yet write them in the same chunk, tests first (§10).- 2a — The runner and the CommonMark subset. The corpus runner: walk
corpus/round-trip/, assertadfToMarkdownemits each.mdbyte for byte. Decide here where §10's coverage check lives, and gate that everycorpus/**/*.jsonre-serializes to itself under the library's own canonical serializer — one implementation, keys sorted, two spellings: two-space indent for the corpus files and the block carry's body, compact for the inline carry.commonmark-subset/green. - 2b — Block nodes.
block-nodes/green. A nested list that cannot interrupt the block above it is refused meanwhile, not spelled: the maintainer's answer on tight-versus-blank separation turns that refusal into an emission. The test is broader than the name it carries —interruptsParagraphreads the next list alone, so a list after a block no paragraph continues, a code block say, is refused too — and the same answer narrows it. Block separation becomesseparationBetween(previous, next, container)here — a boolean cannot hold the third casespec/flavour.mdstates for two directive blocks in a container body, and the maintainer's answer on a CommonMark block beside a directive block (1d) drops into the same seam. Give the emitter's refusals a corpus home while the directories grow:corpus/unspellable/, a.jsonbeside theConvertErrorCodeit must return, the emitter half ofcorpus/errors/. - 2c — Inline nodes and marks.
inline-nodes/green.InlineSegmentsplits into its two axes — escapability (backslash,bracketed,none) and the emphasis role. A lone surrogate in a text node emits verbatim and becomes U+FFFD on any UTF-8 encode, a §2 break plain text still holds open — attribute values already escape it. The pipe form's fallback reads the emitted segments rather than naming the nodes whose attribute values spell a pipe as syntax, so 2e's\u007cnarrows it in one place. - 2d — The opaque carry (§3). Fixtures and emitter together, into
corpus/round-trip/opaque-carry/: an unknown node in both positions, the reservedadfinfo string, and thecodeBlockwhose language isadf— carried whole ahead of the attribute fallback 2e owes, since the reservation leaves that node no other spelling whatever 1d decides for itslocalId. - 2e — Carve-outs and combinations. Fixtures and emitter together, into
corpus/round-trip/combinations/.- 2e1 — The carve-outs and the claimed line. The three carve-outs
and their escapes, and a paragraph line inside a container body shaped like a closing
fence (
:::,::: x). GuardfenceNestingFault's bare-run pop here too — a run shorter than the open fence is a fault, not a close — which today's emitter cannot reach. - 2e2 — Mark runs and the runs a carry breaks. The longest-run rule, attributes
included, and a mark spelling that cannot open where it sits (
un**-real**istic; the spec owes the carry a trigger). One mark vocabulary lands here, before 2e3 changes the attribute spelling:emphasisSpellings,linkAttributesand thecode/linknames joininline-directives.ts, which holds four of the nine marks while the rest are branch literals in the emitter — and the parser (3) needs every name to make:em[x]the named errorspec/flavour.mdpromises. - 2e3 — Attribute canonicalization and the quoted value's escape.
Settled (the maintainer, 2026-08-26): a quoted attribute value escapes
`,&,<and|as\u0060,\u0026,\u003cand\u007c, in every directive, block and inline alike — the constructs those four open all bind at or before a directive does, and nothing else reaches into{attrs}. Emitted attributes being inert leaves 3 free to keep CommonMark's own precedence between a directive and a code span, and collapsedescaping: 'attribute'intonone. The escaper's link-opener scan skips emitted syntax to match: a](inside a directive escapes no text[. - 2e4 — The carry's fallback triggers.
spec/flavour.mdcarries a node its section cannot spell — an attrs key no section lists, a value that is not the section's type, an arg slot holding no bare token, marks no nesting spells — where the emitter still refuses, which leaves the refusals a container's own spelling owns. The flanking trigger 2e2 added to that list is the odd one out:unspellableMarkfinds it after assembly and names a mark type against the line's path, so the failing run needs identifying before the carry can replace the refusalmark-inside-wordpinned. - 2e5 — Combined documents and the collision property. Documents combining nodes rather
than isolating one, and the gate's collision property: no two corpus documents may emit
the same bytes — one spelling for two documents is a round-trip break no parser can undo,
and it is provable without one.
Settled (the maintainer, 2026-08-27): the approximation this item inherited — flanking
exact, CommonMark's matching unmodelled — had two round-trip breaks reachable by hand,
so the emitter now models the matching.
process_emphasisruns over the runs the emitter wrote (emphasis-matching.ts) and a pair it hands to another delimiter rides the carry, which is what the multiple-of-3 rule did to the em inun*a**b*****c**istic. A delimiter run in text now escapes wherever CommonMark could open or close with it, not only open: one that could only close stole the spelling around it (un*a* b*istic), and escaping both ways keeps every delimiter the emitter did not write out of the matching. The canonical form gained a backslash where a run only closes —\*not emphasis\*, and 2e1'scarve-out-strikea third and fourth.
- 2e1 — The carve-outs and the claimed line. The three carve-outs
and their escapes, and a paragraph line inside a container body shaped like a closing
fence (
- 2f — The attributes CommonMark cannot hold. 1d's settled answer: the block nodes
CommonMark spells —
blockquote,bulletList,codeBlock,heading,listItem,orderedList,paragraph,rule— get directive sections inspec/flavour.mdcarryinglocalId,codeBlock'shideLineNumbers,uniqueIdandwrap, andblockquote's marks, whilehardBreak'stextandlocalIdjoin the inline directive it already has. The plain spelling stays wherever those attributes are absent, so only a node that carries one takes the directive form — which is what keeps a real payload readable rather than a page of carried JSON. Fixtures and emitter together, and the three documents the answer settles leavecorpus/unspellable/as round-trip pairs:block-local-id,code-block-empty-language,ordered-list-start-one. Settled (the maintainer, 2026-08-27): thecodeBlockdirective's body is one fenced code block, the language staying on the fence line so every renderer still highlights it; a language no info string holds — empty, a backtick, edge whitespace, an entity reference or the reservedadf— rides thelanguageattribute with the fence bare, which retires 2d's carry for the reserved name along with the premise that left it no other spelling. The plain spelling gives way wherever it cannot render what the node carries rather than only where it has no place for it, so a heading level absent or outside 1-6 and an order whose markers would run past 999999999 take the directive form too, andambiguous-attribute-spelling,unspellable-code-block-language,unspellable-list-marker,unspelled-block-marksandunsupported-heading-levelleaveConvertErrorCode; content and placement refusals stay, which leaves the directive form spelling an empty list or a non-listItemchild that the plain form refuses.orderis the first marker, soorder: 1keeps the plain1.— what a real payload carries — and a list carrying noorderhas no number to take and takes the directive form. 2f raises what 1d's unspelled block separation costs: a singlelocalIdon a paragraph beside a plain one now refuses every container body that is a directive's — a panel, an expand, a table cell — where before 2f the attribute refused the document anyway.
- 2a — The runner and the CommonMark subset. The corpus runner: walk
- 3 —
markdownToAdf. The largest single component, so it splits below. Each sub-item lands the fixtures its own code reads, and the runner grows a parse half as they do:parsingDirectoriesbesideemittingDirectories, a round-trip directory joining it only once every fixture in it reads back to its document, and readers forcorpus/normalization/(setext, indented code, loose lists,*/+bullets, entity references, soft wraps — one-way, the markdown not canonical) andcorpus/errors/(a markdown input per named error, the code in a.errorbeside it) with the first fixture each. The raw-HTML element mapping is empty until milestone 6, so at0.1.0every raw-HTML construct in input — a block, an inline tag, a comment, a processing instruction — is a named error.- 3a — The hierarchy. Mechanical, ahead of the first parser file:
src/adf/andsrc/markdown/(html/arrives with its first file, 6-7), the grammar module shared insidemarkdown/, andemphasis-matching.tsbeside it — the parser reuses it whole,delimiterFlagsandmatchEmphasistaking CommonMark's own run vocabulary rather than the emitter's, so no secondprocess_emphasisexists to drift from the first. Three files do not move whole:block-directives.tsandinline-directives.tseach hold a node table milestones 6-7 need inadf/beside a markdown spelling that belongs inmarkdown/, anddirective-attributes.tsfuses the format-neutral conformance walk (vocabularyPairs) with the markdown value spelling HTML has no use for.spellDestination,spellTitleandbalancedleavemarkdown-inline.tshere too — CommonMark destination spellingemitLinkandtryImageLineshare, and the six concerns that file carries are one fewer for it.AttributeKindandAttributeVocabularystay above all of it — the vocabulary a string-typed attribute grammar needs, which is why HTML will want them too, not a markdown spelling. Both node tables are a second copy ofspec/flavour.md's prose with no drift guard, and a mistyped attribute name degrades into a false refusal no test catches; 3e makes them the parser's contract as well, so whether that guard is worth building is asked here. - 3b — The block scanner. CommonMark block structure, ahead of any inline parsing:
paragraph, ATX and setext heading, thematic break, fenced and indented code block,
blockquote, and bullet and ordered list — continuation, laziness, and the tightness ADF
does not record — with the blank lines between them. Block-level claiming is structure's
too: a colon run or an unescaped leading
|is claimed here, the parse behind it 3e's and 3f's, a claim with nothing yet to parse it the named error the claim promises meanwhile. Whether a claimed line interrupts a paragraph is pinned for the plain case and unstated for the lazy one — a closing fence on the line after a blockquote's open paragraph is lazy continuation in CommonMark, which would swallow the fence and leave the container unclosed, and 2e1'sclosing-fence-lineorders its blockquote away from that edge meanwhile — so the answer lands here. - 3c — Inline text. The inline scanner over a block's content: backslash escapes,
entity references decoding to their characters, code spans and the literal they hold —
directive syntax and
~~included — CommonMark's own hard breaks, a trailing backslash and two trailing spaces alike, and a soft line break as one space. - 3d — Emphasis and links.
_,*and~~runs throughmatchEmphasisto theem,strongandstrikemarks; links inline and reference, link reference definitions, autolinks, and the image gap's named errors — a titled image, and one amid other text.spec/flavour.mddoes not yet pin~'scan_open/can_close, the CommonMark flanking the emitter already assumes: it lands here. - 3e — The directive grammar.
commonmark-subset/reads back. The three forms — inline:name[content]{attrs}, container:::name arg {attrs}, leaf::name arg {attrs}— with the attribute grammar and the types each section assigns, the fence-length and nesting rules, an unknown name as a named error, and the malformed listspec/flavour.mdspells. The node tables read backwards turn a parsed directive into its node: the arg to the attribute it names, the body tocontent, the reservedmarkskey to the marks array. Precedence in input between a directive and a code span, an entity or raw HTML written raw inside its attributes is unpinned — 2e3's escape keeps emitted output clear of that collision, so the pick binds input alone — and it lands here. - 3f — The block nodes.
block-nodes/reads back: the plain-versus-directive choice 2f settles, read from the other side; thecodeBlockdirective's fenced body and thelanguageattribute a bare fence leaves it; the media family's composition and the CommonMark image shape; both table forms, the pipe table's cell split and its named errors; and the one paragraph an inline body takes. - 3g — The inline nodes and the marks.
inline-nodes/reads back: the content slot'stextattribute and the error a slot holding anything but one unmarked text node is; the:text{text="…"}whitespace spelling, merged into editor-normal text nodes (§2); the four directive marks and their nesting order, outermost first; and:em[x]as the errorspec/flavour.mdpromises. - 3h — The carry and the combinations.
opaque-carry/andcombinations/read back: theadffence and:adf{json="…"}restoring a deep-equal node, invalid JSON in either a named error, a carry inside a mark spelling another, and the three carve-outs' escapes reading as the literal text they hold. - 3i — The CommonMark spec suite. The suite checked in, pinned to the version it ships,
corpus/README.mdgaining its kind. What it can assert is the open question: no HTML exists to compare against until 7, which leaves §2's canonical fixpoint — every example is either a documented carve-out or gap error, or emits markdown that parses and emits to itself byte for byte. That exception list is contract, so it is the maintainer's.index.tsgainsmarkdownToAdfhere, with the README's status line: a parser still missing syntax is a claim the entrypoint cannot keep, and the corpus reads it from its module meanwhile.
- 3a — The hierarchy. Mechanical, ahead of the first parser file:
- 4 — Round-trip property tests over the corpus, both ways — the thing that proves 2 and
3. Editor-normal (§2) gets its implementation here —
toEditorNormal(doc)and the equality the round-trip asserts, which over normalized input is the canonical serializer's compact spelling — rather than staying spelled inline as?? []at every reader. The reading half isnodeContent/nodeAttrs/nodeMarksover the ~28 sites spelling it inline today, which also lifts the branch floor §10 keeps below 100 for exactly those halves. Generators emit editor-normal ADF (§2). Real sanitized ADF from live Atlassian APIs lands here too (§10), incorpus/real-payloads/: an ADF→markdown→ADF check with no expected markdown, the payloads supplied by the maintainer. This subsumes 2e5's collision property — a document that round-trips proves no other document shares its spelling — so decide here whether that gate stays as the parser-free, faster-failing signal or goes; the half holding no fixture duplicates is hygiene rather than a round-trip claim, and stays either way. - 5 — Release pipeline, ship
0.1.0. Publish-on-version-change (§9),NPM_TOKENsecret, the repo made public first (§6). TheConvertErrorCodefreeze (§8) is checkable here: everycorpus/unspellable/document is a decision or a deferred trigger this file names, so the directory empties as they land and whatever survives is permanent.0.1.0is the markdown round-trip: both markdown directions, the types,isAdfDocument. The build lands here: a build tsconfig emitting JS and.d.tstodist/(the dev config'sallowImportingTsExtensionsforcesnoEmit, so the build config needsrewriteRelativeImportExtensions), plusexports/filesinpackage.json. The maintainer's bump PR also removesprivate: true, the guard against any earlier publish. - 6 — The HTML dialect spec. Element-by-element mapping, the
data-*fidelity scheme, the opaque-carry form, and the documented foreign-element sethtmlToAdfaccepts. - 7 — HTML, ship
0.2.0.adfToHtml,htmlToAdf, the composedmarkdownToHtml/htmlToMarkdown. CommonMark spec suite runs againstmarkdownToHtmlfrom here (§10). - 8 — CLI. A later goal, shaped around the personas once the library exists.
The ADF inventory to cover
From Atlassian's structure
reference — not the
whole schema: real payloads also carry taskList/taskItem, decisionList/decisionItem,
layoutSection/layoutColumn, blockCard/embedCard, extension/bodiedExtension/inlineExtension
and placeholder, none documented there. The documented set is the floor: the floor gets designed
syntax, the rest rides the opaque carry (§3) until it does too.
| Top-level block | blockquote bodiedSyncBlock bulletList codeBlock expand heading mediaGroup mediaSingle multiBodiedExtension orderedList panel paragraph rule syncBlock table |
| Child block | blockTaskItem extensionFrame listItem media nestedExpand tableCell tableHeader tableRow |
| Inline | date emoji hardBreak inlineCard mediaInline mention status text |
| Marks | border code em link strike strong subsup textColor underline |
Plain markdown covers blockquote, bulletList, codeBlock, heading, orderedList,
paragraph, rule, listItem, hardBreak, text, and the code, em, link and strong
marks; strike is the flavour's ~~ carve-out. Everything else is what the flavour is for.