This commit is contained in:
2026-06-12 02:17:34 +01:00
parent 88c17a2892
commit d0bdbee41e
14 changed files with 877 additions and 360 deletions

View File

@@ -51,6 +51,14 @@
"messageHeadline": "Split prompt packing from worker execution"
}
},
{
"__typename": "PullRequestCommit",
"commit": {
"committedDate": "2026-05-01T03:12:00Z",
"abbreviatedOid": "b71c44e",
"messageHeadline": "Add worker context envelope validation"
}
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-01T03:20:00Z",
@@ -61,6 +69,16 @@
},
"body": "Let us keep this in draft until telemetry lands."
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-01T03:45:00Z",
"author": {
"__typename": "User",
"login": "leaferiksen",
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
},
"body": "Telemetry hooks are now wired through the worker boundary."
},
{
"__typename": "ConvertToDraftEvent",
"createdAt": "2026-05-01T04:00:00Z",
@@ -94,6 +112,35 @@
},
"state": "COMMENTED",
"body": "Split looks good; leaving draft until telemetry is in."
},
{
"__typename": "ReadyForReviewEvent",
"createdAt": "2026-05-02T01:10:00Z",
"actor": {
"__typename": "User",
"login": "leaferiksen",
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
}
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-02T01:25:00Z",
"author": {
"__typename": "User",
"login": "leaferiksen",
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
},
"body": "Telemetry is now visible in the worker trace panel."
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-02T01:40:00Z",
"author": {
"__typename": "User",
"login": "kennethnym",
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
},
"body": "The context envelope boundary is clear now; ready for final review."
}
]
}