Run artifact

workspace/targets/commonmark/DECISIONS.json

[
  {
    "id": "Q-001",
    "type": "choice",
    "severity": "material",
    "origin": "plan",
    "blueprint": "ARCHITECTURE.md",
    "story": "architecture",
    "status": "recommended",
    "archived": false,
    "title": "Parser implementation structure",
    "description": "The parser is implemented as a two-phase Python command-line application with independently testable block parsing, inline parsing, rendering, and process boundaries.",
    "options": [
      {
        "value": "single-module",
        "label": "Single parser module"
      },
      {
        "value": "layered-modules",
        "label": "Layered parser modules"
      }
    ],
    "system_choice": "layered-modules"
  },
  {
    "id": "Q-002",
    "type": "choice",
    "severity": "low",
    "origin": "plan",
    "blueprint": "FEATURE-CONFORMANCE-FULL.md",
    "story": "conformance-full",
    "status": "recommended",
    "archived": false,
    "title": "Full-suite wrapper",
    "description": "The complete verification command is provided by a repository-local POSIX shell wrapper that invokes the staged Python harness without filtering.",
    "options": [
      {
        "value": "shell-wrapper",
        "label": "POSIX shell wrapper"
      },
      {
        "value": "direct-python",
        "label": "Direct Python invocation"
      }
    ],
    "system_choice": "shell-wrapper"
  },
  {
    "id": "acceptance-block-quotes-basic-tooling",
    "type": "text",
    "severity": "blocking",
    "origin": "build",
    "blueprint": "FEATURE-BLOCK-QUOTES.md",
    "story": "block-quotes",
    "status": "open",
    "archived": false,
    "title": "Authorize block-quotes-basic test tooling",
    "description": "Authorize executable=\n\nTraceback (most recent call last):\n  File  for test scope. Planned installation: provision executable \n\nTraceback (most recent call last):\n  File  outside Drydock. Affected acceptance check: FEATURE-BLOCK-QUOTES.md#block-quotes-basic (The implementation passes basic and nested block quote conformance examples.).",
    "options": [],
    "system_choice": "not authorized"
  },
  {
    "id": "analyze-display_name",
    "type": "text",
    "severity": "material",
    "origin": "analyze-questionnaire",
    "blueprint": "ARCHITECTURE.md",
    "story": null,
    "status": "answered",
    "archived": false,
    "title": "Display Name",
    "description": "The display name Drydock will use for this project. Edit to override the proposal.",
    "options": [],
    "system_choice": "CommonMark",
    "commander_direction": "CommonMark"
  },
  {
    "id": "analyze-short_description",
    "type": "text",
    "severity": "material",
    "origin": "analyze-questionnaire",
    "blueprint": "ARCHITECTURE.md",
    "story": null,
    "status": "answered",
    "archived": false,
    "title": "Short Description",
    "description": "One-sentence description of what this project does. Edit to override the proposal.",
    "options": [],
    "system_choice": "A command-line CommonMark 0.31.2 parser that converts standard-input Markdown to HTML on standard output.",
    "commander_direction": "A command-line CommonMark 0.31.2 parser that converts standard-input Markdown to HTML on standard output."
  }
]