docs: add implementation plan for hardening base server
Four tasks: -ERR infrastructure, MaxConnections enforcement, pedantic subject validation + max payload on PUB, PING keepalive. Full TDD steps with exact code and commands.
This commit is contained in:
10
docs/plans/2026-02-22-harden-base-server-plan.md.tasks.json
Normal file
10
docs/plans/2026-02-22-harden-base-server-plan.md.tasks.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"planPath": "docs/plans/2026-02-22-harden-base-server-plan.md",
|
||||
"tasks": [
|
||||
{"id": 5, "subject": "Task 1: -ERR Response Infrastructure", "status": "pending"},
|
||||
{"id": 6, "subject": "Task 2: MaxConnections Enforcement", "status": "pending", "blockedBy": [5]},
|
||||
{"id": 7, "subject": "Task 3: Subject Validation and Max Payload on PUB", "status": "pending", "blockedBy": [5]},
|
||||
{"id": 8, "subject": "Task 4: Server-Side PING Keepalive", "status": "pending", "blockedBy": [5]}
|
||||
],
|
||||
"lastUpdated": "2026-02-22T00:00:00Z"
|
||||
}
|
||||
Reference in New Issue
Block a user