feat: add detailed implementation plan for base NATS server port
10 tasks from scaffolding through integration tests, each with TDD steps, exact file paths, and complete code. Bottom-up order: SubList → Parser → Client → Server → Integration.
This commit is contained in:
2721
docs/plans/2026-02-22-base-server-plan.md
Normal file
2721
docs/plans/2026-02-22-base-server-plan.md
Normal file
File diff suppressed because it is too large
Load Diff
16
docs/plans/2026-02-22-base-server-plan.md.tasks.json
Normal file
16
docs/plans/2026-02-22-base-server-plan.md.tasks.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"planPath": "docs/plans/2026-02-22-base-server-plan.md",
|
||||
"tasks": [
|
||||
{"id": 7, "subject": "Task 0: Project Scaffolding", "status": "pending"},
|
||||
{"id": 8, "subject": "Task 1: Subscription Types and Subject Validation", "status": "pending", "blockedBy": [7]},
|
||||
{"id": 9, "subject": "Task 2: SubList Trie — Insert, Remove, Match", "status": "pending", "blockedBy": [8]},
|
||||
{"id": 10, "subject": "Task 3: Protocol Constants and Types", "status": "pending", "blockedBy": [7]},
|
||||
{"id": 11, "subject": "Task 4: Protocol Parser", "status": "pending", "blockedBy": [10]},
|
||||
{"id": 12, "subject": "Task 5: NatsClient — Connection Handler", "status": "pending", "blockedBy": [9, 11]},
|
||||
{"id": 13, "subject": "Task 6: NatsServer — Orchestrator", "status": "pending", "blockedBy": [12]},
|
||||
{"id": 14, "subject": "Task 7: Host Console Application", "status": "pending", "blockedBy": [13]},
|
||||
{"id": 15, "subject": "Task 8: Integration Tests with NATS.Client.Core", "status": "pending", "blockedBy": [13]},
|
||||
{"id": 16, "subject": "Task 9: Final Validation and Cleanup", "status": "pending", "blockedBy": [14, 15]}
|
||||
],
|
||||
"lastUpdated": "2026-02-22T18:00:00Z"
|
||||
}
|
||||
Reference in New Issue
Block a user