Commit Graph

347 Commits

Author SHA1 Message Date
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
6ba5670f83 merge: batch2 parser-sublist-memstore remainders 2026-02-28 07:18:31 -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
38b6fc86db docs(CLAUDE.md): add tmux-cli + codex (ccc) usage instructions
Document the workflow for delegating tasks to Codex via tmux-cli
instead of using the Codex MCP server for long-running commands.
2026-02-28 07:07:03 -05:00
Joseph Doherty
3ace39d606 feat(batch2): verify parser remainder features 2026-02-28 07:06:09 -05:00
Joseph Doherty
f17d6c6bfb Rename 29 ImplBacklog test files from .Impltests.cs to .cs to match PortTracker class names 2026-02-28 06:56:52 -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
Joseph Doherty
b94a67be6e Implement deferred core utility parity APIs/tests and refresh tracking artifacts 2026-02-27 10:27:05 -05:00
Joseph Doherty
c0aaae9236 chore: verify 43 already-implemented features across scheduler, monitor sort, errors, sdm, ring modules 2026-02-27 10:04:33 -05:00
Joseph Doherty
4e96fb2ba8 Update report artifacts after main merge 2026-02-27 09:59:28 -05:00
Joseph Doherty
ae0a553ab8 Merge branch 'codex/deferred-waitqueue-disk-noop' 2026-02-27 09:58:49 -05:00
Joseph Doherty
a660e38575 Implement deferred WaitQueue, DiskAvailability, and NoOpCache behavior with tests 2026-02-27 09:58:37 -05:00