refactor(content): move orchestration markers off quick_context to typed jsonb

This commit is contained in:
Renn F
2026-06-21 02:48:07 +02:00
parent 7e74112fcc
commit 0fba4eed01
21 changed files with 270 additions and 316 deletions
@@ -44,6 +44,9 @@ _LINE_MARKERS: dict[str, tuple[str, bool]] = {
"original_developer:": ("original_developer", False),
"documenter:": ("documenter", False),
"required_cells:": ("required_cells", True),
# pr_author was a write-only marker (no reader); park legacy values out of
# the human quick_context rather than leave them as panel soup.
"pr_author:": ("pr_author", False),
}
# Whitespace-token ``key=value`` markers (may be space-appended onto a line).
_TOKEN_MARKERS: dict[str, str] = {