Add batch plans for batches 6-7, 9-12, 16-17 (rounds 4-7)

Generated design docs and implementation plans via Codex for:
- Batch 6: Opts package-level functions
- Batch 7: Opts class methods + Reload
- Batch 9: Auth, DirStore, OCSP foundations
- Batch 10: OCSP Cache + JS Events
- Batch 11: FileStore Init
- Batch 12: FileStore Recovery
- Batch 16: Client Core (first half)
- Batch 17: Client Core (second half)

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:56:19 -05:00
parent b928be4f2f
commit f0455a1e45
19 changed files with 4977 additions and 9 deletions

View File

@@ -20,18 +20,18 @@
| 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 |
| 6 | Opts package-level functions | [design](plans/2026-02-27-batch-6-opts-package-level-functions-design.md) | [plan](plans/2026-02-27-batch-6-opts-package-level-functions-plan.md) | planned |
| 7 | Opts class methods + Reload | [design](plans/2026-02-27-batch-7-opts-class-methods-reload-design.md) | [plan](plans/2026-02-27-batch-7-opts-class-methods-reload-plan.md) | 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 |
| 12 | FileStore Recovery | | | not_planned |
| 9 | Auth, DirStore, OCSP foundations | [design](plans/2026-02-27-batch-9-auth-dirstore-ocsp-foundations-design.md) | [plan](plans/2026-02-27-batch-9-auth-dirstore-ocsp-foundations-plan.md) | planned |
| 10 | OCSP Cache + JS Events | [design](plans/2026-02-27-batch-10-ocsp-cache-js-events-design.md) | [plan](plans/2026-02-27-batch-10-ocsp-cache-js-events-plan.md) | planned |
| 11 | FileStore Init | [design](plans/2026-02-27-batch-11-filestore-init-design.md) | [plan](plans/2026-02-27-batch-11-filestore-init-implementation-plan.md) | planned |
| 12 | FileStore Recovery | [design](plans/2026-02-27-batch-12-filestore-recovery-design.md) | [plan](plans/2026-02-27-batch-12-filestore-recovery-plan.md) | planned |
| 13 | FileStore Read/Query | | | not_planned |
| 14 | FileStore Write/Lifecycle | | | not_planned |
| 15 | MsgBlock + ConsumerFileStore | | | not_planned |
| 16 | Client Core (first half) | | | not_planned |
| 17 | Client Core (second half) | | | not_planned |
| 16 | Client Core (first half) | [design](plans/2026-02-27-batch-16-client-core-first-half-design.md) | [plan](plans/2026-02-27-batch-16-client-core-first-half-plan.md) | planned |
| 17 | Client Core (second half) | [design](plans/2026-02-27-batch-17-client-core-second-half-design.md) | [plan](plans/2026-02-27-batch-17-client-core-second-half-plan.md) | planned |
| 18 | Server Core | | | not_planned |
| 19 | Accounts Core | | | not_planned |
| 20 | Accounts Resolvers | | | not_planned |