docs(plans): mark resolver-cache tasks 1-8 complete
This commit is contained in:
@@ -1,15 +1,79 @@
|
|||||||
{
|
{
|
||||||
"planPath": "docs/plans/2026-08-12-script-compile-metadata-resolver-cache.md",
|
"planPath": "docs/plans/2026-08-12-script-compile-metadata-resolver-cache.md",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{"id": 1, "subject": "Task 1: CachingScriptMetadataResolver (TDD)", "status": "pending"},
|
{
|
||||||
{"id": 2, "subject": "Task 2: End-to-end compile-count regression test", "status": "pending", "blockedBy": [1]},
|
"id": 1,
|
||||||
{"id": 3, "subject": "Task 3: Attach resolver — SiteRuntime ScriptCompilationService", "status": "pending", "blockedBy": [1]},
|
"subject": "Task 1: CachingScriptMetadataResolver (TDD)",
|
||||||
{"id": 4, "subject": "Task 4: Attach resolver — InboundAPI InboundScriptExecutor", "status": "pending", "blockedBy": [1]},
|
"status": "completed"
|
||||||
{"id": 5, "subject": "Task 5: Attach resolver — CentralUI ScriptAnalysisService", "status": "pending", "blockedBy": [1]},
|
},
|
||||||
{"id": 6, "subject": "Task 6: Attach resolver — RoslynScriptCompiler deploy gate", "status": "pending", "blockedBy": [1]},
|
{
|
||||||
{"id": 7, "subject": "Task 7: Documentation sync", "status": "pending", "blockedBy": [3, 4, 5, 6]},
|
"id": 2,
|
||||||
{"id": 8, "subject": "Task 8: Milestone verification — build + targeted suites", "status": "pending", "blockedBy": [2, 7]},
|
"subject": "Task 2: End-to-end compile-count regression test",
|
||||||
{"id": 9, "subject": "Task 9 (operator-gated): Live compile-count-keyed gcdump gate", "status": "pending", "blockedBy": [8]}
|
"status": "completed",
|
||||||
|
"blockedBy": [
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"subject": "Task 3: Attach resolver \u2014 SiteRuntime ScriptCompilationService",
|
||||||
|
"status": "completed",
|
||||||
|
"blockedBy": [
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"subject": "Task 4: Attach resolver \u2014 InboundAPI InboundScriptExecutor",
|
||||||
|
"status": "completed",
|
||||||
|
"blockedBy": [
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"subject": "Task 5: Attach resolver \u2014 CentralUI ScriptAnalysisService",
|
||||||
|
"status": "completed",
|
||||||
|
"blockedBy": [
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"subject": "Task 6: Attach resolver \u2014 RoslynScriptCompiler deploy gate",
|
||||||
|
"status": "completed",
|
||||||
|
"blockedBy": [
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"subject": "Task 7: Documentation sync",
|
||||||
|
"status": "completed",
|
||||||
|
"blockedBy": [
|
||||||
|
3,
|
||||||
|
4,
|
||||||
|
5,
|
||||||
|
6
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 8,
|
||||||
|
"subject": "Task 8: Milestone verification \u2014 build + targeted suites",
|
||||||
|
"status": "completed",
|
||||||
|
"blockedBy": [
|
||||||
|
2,
|
||||||
|
7
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 9,
|
||||||
|
"subject": "Task 9 (operator-gated): Live compile-count-keyed gcdump gate",
|
||||||
|
"status": "pending",
|
||||||
|
"blockedBy": [
|
||||||
|
8
|
||||||
|
]
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"lastUpdated": "2026-08-12"
|
"lastUpdated": "2026-08-12"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user