feat: basic pr diff rendering

This commit is contained in:
2026-05-24 16:44:10 +01:00
parent 1843622540
commit b3e041a257
23 changed files with 903 additions and 353 deletions

View File

@@ -1,4 +1,5 @@
{
"id": "PR_kwDOAgent47",
"title": "feat(prompts): split context loading from execution workers",
"state": "OPEN",
"is_draft": true,

View File

@@ -1,4 +1,5 @@
{
"id": "PR_kwDODesign31",
"title": "chore(tokens): tighten dashboard spacing scale",
"state": "OPEN",
"is_draft": false,

View File

@@ -1,4 +1,5 @@
{
"id": "PR_kwDOInfra19",
"title": "docs(deploy): document manual failover steps",
"state": "CLOSED",
"is_draft": false,

View File

@@ -1,4 +1,5 @@
{
"id": "PR_kwDONovem84",
"title": "feat(dashboard): hydrate issue pane from cached query state",
"state": "OPEN",
"is_draft": false,

View File

@@ -1,4 +1,5 @@
{
"id": "PR_kwDONovem85",
"title": "feat(repo): add cached repository query for titlebar picker",
"state": "OPEN",
"is_draft": false,

View File

@@ -1,4 +1,5 @@
{
"id": "PR_kwDOSprint62",
"title": "feat(calendar): ship release handoff checklist in weekly planner",
"state": "MERGED",
"is_draft": false,

View File

@@ -0,0 +1,19 @@
{
"node": {
"__typename": "PullRequest",
"files": {
"edges": [
{
"cursor": "file:PR_kwDONovem85:1",
"node": {
"changeType": "MODIFIED",
"additions": 42,
"deletions": 7,
"path": "src/api/repo.rs",
"viewerViewedState": "UNVIEWED"
}
}
]
}
}
}