wip: pull request view & md rendering
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"state": "closed",
|
||||
"state_reason": "completed",
|
||||
"title": "feat(calendar): ship release handoff checklist in weekly planner",
|
||||
"body": "Adds the release checklist views and marks the handoff flow complete for the May rollout.",
|
||||
"body": "## Release handoff checklist\n\nAdds the release checklist views and closes the loop for the May rollout.\n\n### Included\n- launch readiness checklist for QA, docs, and release engineering\n- handoff status badges in the weekly planner\n- empty-state copy for weeks without a scheduled release\n\n### Verification\n1. Open a release week and confirm checklist sections render in order.\n2. Mark each handoff item complete and confirm the summary badge updates.\n3. Review the planner on a narrow viewport.\n\n```text\nrelease_week -> handoff_panel -> checklist_sections\n```",
|
||||
"body_text": "Adds the release checklist views and marks the handoff flow complete for the May rollout.",
|
||||
"body_html": null,
|
||||
"user": {
|
||||
@@ -141,7 +141,7 @@
|
||||
"state": "open",
|
||||
"state_reason": null,
|
||||
"title": "feat(prompts): split context loading from execution workers",
|
||||
"body": "Separates prompt packing from worker orchestration to make delegation easier to reason about.",
|
||||
"body": "## Goal\n\nSeparates prompt packing from worker orchestration to make delegation easier to reason about.\n\n### What changed\n- `ContextLoader` now owns repository and file hydration\n- workers receive a normalized prompt payload\n- retry handling stays at the orchestration layer\n\n### Open questions\n- should prompt packing expose token counts in debug builds?\n- should draft workers emit a dry-run preview?\n\n> Keeps the worker boundary small enough to test in isolation.",
|
||||
"body_text": "Separates prompt packing from worker orchestration to make delegation easier to reason about.",
|
||||
"body_html": null,
|
||||
"user": {
|
||||
@@ -246,7 +246,7 @@
|
||||
"state": "open",
|
||||
"state_reason": null,
|
||||
"title": "chore(tokens): tighten dashboard spacing scale",
|
||||
"body": "Normalizes horizontal gutters and sidebar section padding before the visual refresh.",
|
||||
"body": "## Summary\n\nNormalizes horizontal gutters and sidebar section padding before the visual refresh.\n\n### Token updates\n- `space.3` now anchors compact sidebar gaps\n- `space.5` is used for section-to-section rhythm\n- `space.8` stays reserved for page-level breaks\n\n### Review notes\n- compare the dashboard at 1280px and 1440px\n- verify headings still align with list rows\n- [ ] revisit mobile spacing once nav collapse lands",
|
||||
"body_text": "Normalizes horizontal gutters and sidebar section padding before the visual refresh.",
|
||||
"body_html": null,
|
||||
"user": {
|
||||
|
||||
Reference in New Issue
Block a user