@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"updated_at": "2026-07-12T18:27:51.932Z",
|
"updated_at": "2026-07-12T18:36:43.636Z",
|
||||||
"epics": {
|
"epics": {
|
||||||
"platform-retrofit": {
|
"platform-retrofit": {
|
||||||
"status": "in-progress",
|
"status": "in-progress",
|
||||||
@@ -61,10 +61,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"05-scaffold-optional-cores": {
|
"05-scaffold-optional-cores": {
|
||||||
"status": "todo",
|
"status": "done",
|
||||||
"title": "Scaffold core-events and core-realtime",
|
"title": "Scaffold core-events and core-realtime",
|
||||||
"ac_total": 2,
|
"ac_total": 2,
|
||||||
"ac_completed": 0,
|
"ac_completed": 2,
|
||||||
"depends_on": [],
|
"depends_on": [],
|
||||||
"blocks": [
|
"blocks": [
|
||||||
"08-rewrite-agent-docs"
|
"08-rewrite-agent-docs"
|
||||||
@@ -236,11 +236,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ready": [
|
"ready": [
|
||||||
{
|
|
||||||
"epic": "platform-retrofit",
|
|
||||||
"story": "05-scaffold-optional-cores",
|
|
||||||
"title": "Scaffold core-events and core-realtime"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"epic": "platform-retrofit",
|
"epic": "platform-retrofit",
|
||||||
"story": "08-rewrite-agent-docs",
|
"story": "08-rewrite-agent-docs",
|
||||||
|
|||||||
@@ -3,11 +3,12 @@ id: 05-scaffold-optional-cores
|
|||||||
epic: platform-retrofit
|
epic: platform-retrofit
|
||||||
title: Scaffold core-events and core-realtime
|
title: Scaffold core-events and core-realtime
|
||||||
type: technical-story
|
type: technical-story
|
||||||
status: todo
|
status: done
|
||||||
feature: core-events, core-realtime
|
feature: core-events, core-realtime
|
||||||
depends-on: []
|
depends-on: []
|
||||||
blocks: [08-rewrite-agent-docs]
|
blocks: [08-rewrite-agent-docs]
|
||||||
created: 2026-07-12T10:22:00Z
|
created: 2026-07-12T10:22:00Z
|
||||||
|
updated: 2026-07-12T18:36:43.363Z
|
||||||
---
|
---
|
||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
@@ -32,5 +33,5 @@ The walking-skeleton PRD needs runner status events and pushes; scaffolding the
|
|||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
- [ ] Run `pnpm turbo gen core-package events` to scaffold `@repo/core-events` with its generator-emitted tests and pre-shipped trace (ADR-022) — compile-green, no consumers wired, one commit, all gates pass.
|
- [x] Run `pnpm turbo gen core-package events` to scaffold `@repo/core-events` with its generator-emitted tests and pre-shipped trace (ADR-022) — compile-green, no consumers wired, one commit, all gates pass.
|
||||||
- [ ] Run `pnpm turbo gen core-package realtime` to scaffold `@repo/core-realtime` with its generator-emitted tests and pre-shipped trace (ADR-022) — compile-green, no consumers wired, one commit, all gates pass.
|
- [x] Run `pnpm turbo gen core-package realtime` to scaffold `@repo/core-realtime` with its generator-emitted tests and pre-shipped trace (ADR-022) — compile-green, no consumers wired, one commit, all gates pass.
|
||||||
|
|||||||
Reference in New Issue
Block a user