plan(config): ZB.MOM.WW.Configuration implementation plan (9 tasks, TDD)
Folds the approved design into the sibling combined-doc format and adds the phased, bite-sized TDD implementation plan: normalization docs (T1-2), library scaffold + 4 public types via TDD (T3-7), pack + register (T8-9). Co-located .tasks.json for executing-plans resume.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"planPath": "docs/plans/2026-06-01-zb-mom-ww-configuration-shared-library.md",
|
||||
"tasks": [
|
||||
{"id": 1, "subject": "Task 1: components/configuration spec + shared-contract", "status": "pending"},
|
||||
{"id": 2, "subject": "Task 2: components/configuration current-state x3 + GAPS + README", "status": "pending"},
|
||||
{"id": 3, "subject": "Task 3: scaffold nested repo, solution, library + test projects", "status": "pending"},
|
||||
{"id": 4, "subject": "Task 4: Checks (internal) + ValidationBuilder", "status": "pending", "blockedBy": [3]},
|
||||
{"id": 5, "subject": "Task 5: OptionsValidatorBase<TOptions>", "status": "pending", "blockedBy": [4]},
|
||||
{"id": 6, "subject": "Task 6: ServiceCollectionExtensions.AddValidatedOptions", "status": "pending", "blockedBy": [4]},
|
||||
{"id": 7, "subject": "Task 7: ConfigPreflight", "status": "pending", "blockedBy": [4]},
|
||||
{"id": 8, "subject": "Task 8: README + dotnet pack -> verify single nupkg", "status": "pending", "blockedBy": [5, 6, 7]},
|
||||
{"id": 9, "subject": "Task 9: register in indexes (components/README, root CLAUDE.md, upcoming.md)", "status": "pending", "blockedBy": [1, 2, 8]}
|
||||
],
|
||||
"lastUpdated": "2026-06-01"
|
||||
}
|
||||
Reference in New Issue
Block a user