Add batch plans for batches 1-5 and 8 (rounds 1-3)

Generated design docs and implementation plans via Codex for:
- Batch 1: Proto, Const, CipherSuites, NKey, JWT
- Batch 2: Parser, Sublist, MemStore remainders
- Batch 3: SendQ, Service, Client ProxyProto
- Batch 4: Logging
- Batch 5: JetStream Errors
- Batch 8: Store Interfaces

All plans include mandatory verification protocol and anti-stub guardrails.
Updated batches.md with file paths and planned status.
This commit is contained in:
Joseph Doherty
2026-02-27 14:11:29 -05:00
parent f98e33457f
commit b928be4f2f
15 changed files with 3784 additions and 8 deletions

View File

@@ -14,15 +14,15 @@
| Batch # | Batch Name | Design File | Plan File | Status |
|---------|------------|-------------|-----------|--------|
| 0 | Implementable Tests | | | not_planned |
| 1 | Proto, Const, CipherSuites, NKey, JWT | | | not_planned |
| 2 | Parser, Sublist, MemStore remainders | | | not_planned |
| 3 | SendQ, Service, Client ProxyProto | | | not_planned |
| 4 | Logging | | | not_planned |
| 5 | JetStream Errors | | | not_planned |
| 0 | Implementable Tests | [design](plans/2026-02-27-batch-0-implementable-tests-design.md) | [plan](plans/2026-02-27-batch-0-implementable-tests-plan.md) | planned |
| 1 | Proto, Const, CipherSuites, NKey, JWT | [design](plans/2026-02-27-batch-1-proto-const-ciphersuites-nkey-jwt-design.md) | [plan](plans/2026-02-27-batch-1-proto-const-ciphersuites-nkey-jwt-plan.md) | planned |
| 2 | Parser, Sublist, MemStore remainders | [design](plans/2026-02-27-batch-2-parser-sublist-memstore-remainders-design.md) | [plan](plans/2026-02-27-batch-2-parser-sublist-memstore-remainders-plan.md) | planned |
| 3 | SendQ, Service, Client ProxyProto | [design](plans/2026-02-27-batch-3-sendq-service-client-proxyproto-design.md) | [plan](plans/2026-02-27-batch-3-sendq-service-client-proxyproto-plan.md) | planned |
| 4 | Logging | [design](plans/2026-02-27-batch-4-logging-design.md) | [plan](plans/2026-02-27-batch-4-logging-plan.md) | planned |
| 5 | JetStream Errors | [design](plans/2026-02-27-batch-5-jetstream-errors-design.md) | [plan](plans/2026-02-27-batch-5-jetstream-errors-plan.md) | planned |
| 6 | Opts package-level functions | | | not_planned |
| 7 | Opts class methods + Reload | | | not_planned |
| 8 | Store Interfaces | | | not_planned |
| 8 | Store Interfaces | [design](plans/2026-02-27-batch-8-store-interfaces-design.md) | [plan](plans/2026-02-27-batch-8-store-interfaces-plan.md) | planned |
| 9 | Auth, DirStore, OCSP foundations | | | not_planned |
| 10 | OCSP Cache + JS Events | | | not_planned |
| 11 | FileStore Init | | | not_planned |