Commit Graph

135 Commits

Author SHA1 Message Date
Joseph Doherty
62169c82d9 feat(batch6-task6): port t1 opts reload jwt tests 2026-02-28 10:04:45 -05:00
Joseph Doherty
3c1ab92a3a feat(batch6-task5): implement f4 permissions tls websocket mqtt cli options 2026-02-28 09:58:19 -05:00
Joseph Doherty
cd24ea01c5 feat(batch6-task4): implement f3 account authorization parsing 2026-02-28 09:47:32 -05:00
Joseph Doherty
eb0ab64b42 feat(batch6-task3): implement F2 jetstream leaf tls helpers 2026-02-28 09:37:42 -05:00
Joseph Doherty
4c8fb4e344 feat(batch6-task2): implement F1 opts parsing and verify features 2026-02-28 09:29:50 -05:00
Joseph Doherty
edc2afbb2f chore(batch6-task1): start batch and mark F1 features stub 2026-02-28 09:23:20 -05:00
Joseph Doherty
bbe0cc8b19 feat(batch5): port jetstream error constructors and verify mapped tests 2026-02-28 09:17:15 -05:00
Joseph Doherty
9fa81d472e chore: ignore local worktrees directory 2026-02-28 08:18:04 -05:00
Joseph Doherty
20227cee54 feat(batch4): implement logging features and mapped tests with verification evidence 2026-02-28 08:15:45 -05:00
Joseph Doherty
47fdd6b910 chore(batch3): mark batch 3 complete 2026-02-28 07:44:36 -05:00
Joseph Doherty
7a2a8e4474 chore(batch3): close sendq-service-client-proxyproto batch 2026-02-28 07:42:16 -05:00
Joseph Doherty
f3b2f0535a test(batch3): handle route pool same-index test 2026-02-28 07:39:47 -05:00
Joseph Doherty
7ebbaeb6b3 feat(batch3): implement service feature group 2026-02-28 07:37:17 -05:00
Joseph Doherty
beab0e60da feat(batch3): implement send queue feature group 2026-02-28 07:31:12 -05:00
Joseph Doherty
6b67c83c0e feat(batch3): verify client proxy protocol feature group 2026-02-28 07:24:45 -05:00
Joseph Doherty
615c14b639 chore(reports): refresh current status timestamp 2026-02-28 07:18:21 -05:00
Joseph Doherty
6bf0f86f2f chore(batch2): complete parser-sublist-memstore remainder batch 2026-02-28 07:17:22 -05:00
Joseph Doherty
c2a73b49f7 feat(batch2): verify memstore remainder features 2026-02-28 07:17:01 -05:00
Joseph Doherty
1a0ac59df8 feat(batch2): verify sublist helper remainder features 2026-02-28 07:11:42 -05:00
Joseph Doherty
523f86684b chore(gitignore): ignore reports folder and stop tracking generated reports 2026-02-28 06:55:41 -05:00
Joseph Doherty
818dc90bbf merge: batch1 proto/const/ciphers/nkey/jwt
# Conflicts:
#	reports/current.md
#	reports/report_eed6169.md
2026-02-28 06:54:22 -05:00
Joseph Doherty
6e6f687e98 chore(reports): include hook-generated reports 2026-02-28 06:53:39 -05:00
Joseph Doherty
25d78b77f3 feat(batch1): complete proto/const/ciphers/nkey/jwt feature set 2026-02-28 06:37:02 -05:00
Joseph Doherty
3c98c4c4fd feat(batch1): implement proto varint encoder parity 2026-02-28 06:35:12 -05:00
Joseph Doherty
c1ae46fc66 feat(batch1): add mapped proto scan helpers with boundary tests 2026-02-28 06:33:09 -05:00
Joseph Doherty
d8d71eab95 feat(batch1): implement jwt wipe and nonce-required internal logic 2026-02-28 06:30:23 -05:00
Joseph Doherty
f9b582dcca feat(batch1): add init parity hooks for ciphers and constants 2026-02-28 06:05:06 -05:00
Joseph Doherty
eed61696af merge: integrate batch0 implementable test porting 2026-02-28 05:54:54 -05:00
Joseph Doherty
ac24c03d70 chore: add batch prompt and report artifacts 2026-02-28 05:54:25 -05:00
Joseph Doherty
097c22b997 test(batch0): complete batch 0 implementable tests verification 2026-02-28 05:21:48 -05:00
Joseph Doherty
44d1f4c515 test(batch0): port mqtt implementable tests 2026-02-28 05:19:51 -05:00
Joseph Doherty
a7819ea14c test(batch0): port jetstream consumer/engine implementable tests 2026-02-28 05:14:59 -05:00
Joseph Doherty
e279b832bb test(batch0): port jetstream small/deterministic implementable tests 2026-02-28 05:07:05 -05:00
Joseph Doherty
9bf1d99068 test(batch0): port concurrency implementable tests 2026-02-28 05:02:39 -05:00
Joseph Doherty
7712b6b7bd test(batch0): port monitoring/events/server implementable tests 2026-02-28 04:59:21 -05:00
Joseph Doherty
a7cfcc24e8 test(batch0): port routing/gateway/leaf/websocket implementable tests 2026-02-28 04:49:28 -05:00
Joseph Doherty
27bbd63ce2 test(batch0): port account/auth/options implementable tests 2026-02-28 04:39:13 -05:00
Joseph Doherty
564b91ded1 Add batch tracking markdown with all 42 implementation batches 2026-02-27 21:41:53 -05:00
Joseph Doherty
8a126c4932 Add batch plans for batches 37-41 (rounds 19-21)
Generated design docs and implementation plans via Codex for:
- Batch 37: Stream Messages
- Batch 38: Consumer Lifecycle
- Batch 39: Consumer Dispatch
- Batch 40: MQTT Server/JSA
- Batch 41: MQTT Client/IO

All plans include mandatory verification protocol and anti-stub guardrails.
Updated batches.md with file paths and planned status.
All 42 batches (0-41) now have design docs and implementation plans.
2026-02-27 17:27:51 -05:00
Joseph Doherty
f8dce79ac0 Add batch plans for batches 31-36 (rounds 16-18)
Generated design docs and implementation plans via Codex for:
- Batch 31: Raft Part 2
- Batch 32: JS Cluster Meta
- Batch 33: JS Cluster Streams
- Batch 34: JS Cluster Consumers
- Batch 35: JS Cluster Remaining
- Batch 36: Stream Lifecycle

All plans include mandatory verification protocol and anti-stub guardrails.
Updated batches.md with file paths and planned status.
2026-02-27 17:01:31 -05:00
Joseph Doherty
c05d93618e Add batch plans for batches 23-30 (rounds 12-15)
Generated design docs and implementation plans via Codex for:
- Batch 23: Routes
- Batch 24: Leaf Nodes
- Batch 25: Gateways
- Batch 26: WebSocket
- Batch 27: JetStream Core
- Batch 28: JetStream API
- Batch 29: JetStream Batching
- Batch 30: Raft Part 1

All plans include mandatory verification protocol and anti-stub guardrails.
Updated batches.md with file paths and planned status.
2026-02-27 16:33:10 -05:00
Joseph Doherty
dc3e162608 Add batch plans for batches 13-15, 18-22 (rounds 8-11)
Generated design docs and implementation plans via Codex for:
- Batch 13: FileStore Read/Query
- Batch 14: FileStore Write/Lifecycle
- Batch 15: MsgBlock + ConsumerFileStore
- Batch 18: Server Core
- Batch 19: Accounts Core
- Batch 20: Accounts Resolvers
- Batch 21: Events + MsgTrace
- Batch 22: Monitoring

All plans include mandatory verification protocol and anti-stub guardrails.
Updated batches.md with file paths and planned status.
2026-02-27 15:43:14 -05:00
Joseph Doherty
f0455a1e45 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.
2026-02-27 14:56:19 -05:00
Joseph Doherty
b928be4f2f 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.
2026-02-27 14:11:29 -05:00
Joseph Doherty
f98e33457f Add batch tracking markdown with all 42 implementation batches 2026-02-27 13:23:17 -05:00
Joseph Doherty
ee0827d7d4 Reconcile batch 0 with 553 implementable tests and add design/plan docs
Map 553 deferred tests whose feature dependencies are all verified into
batch 0 (batch_tests table). Add Codex-generated design and implementation
plan for batch 0 execution.
2026-02-27 13:20:29 -05:00
Joseph Doherty
c5e0416793 Add batch commands to PortTracker CLI and migrate batch tables into porting.db
Implements batch list/show/ready/next/start/complete commands with dependency
validation, migrates 42 implementation batches (2377 features, 2087 tests) from
porting_batches.db into the live tracking database, and documents the batch
workflow in AGENTS.md.
2026-02-27 13:02:43 -05:00
Joseph Doherty
fe3fd7c74d Port impltests backlog batch files and complete the latest parity test slice. Update tracker/report databases so verified status matches the passing batch evidence. 2026-02-27 12:42:31 -05:00
Joseph Doherty
a8c09a271f Add implementable unit tests report (573 tests ready to port)
Lists deferred unit tests whose primary feature is verified and all
call-graph dependencies are satisfied, grouped by Go test file with IDs.
2026-02-27 10:32:33 -05:00
Joseph Doherty
fe2483d448 Update generated reports after deferred core utilities slice 2026-02-27 10:28:21 -05:00