Commit Graph

118 Commits

Author SHA1 Message Date
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
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
a660e38575 Implement deferred WaitQueue, DiskAvailability, and NoOpCache behavior with tests 2026-02-27 09:58:37 -05:00
Joseph Doherty
8849265780 Eliminate PortTracker stub backlog by implementing Raft/file-store/stream/server/client/OCSP stubs and adding coverage. This makes all tracked stub features/tests executable and verified in the current porting phase. 2026-02-27 08:56:26 -05:00
Joseph Doherty
ba4f41cf71 feat: implement SubscriptionIndex + JetStreamMemStore cluster — 39 features verified
Add SubscriptionIndex factory methods, notification wrappers, and
ValidateMapping. Implement 24 MemStore methods (TTL, scheduling, SDM,
age-check, purge/compact/reset) with JetStream header helpers and
constants. Verified features: 987 → 1026.
2026-02-27 06:19:47 -05:00
Joseph Doherty
4e61314c1c docs: add AGENTS.md for OpenAI Codex with PortTracker reference and porting workflow 2026-02-27 06:11:11 -05:00
Joseph Doherty
db1de2a384 chore: update porting reports 2026-02-27 05:51:26 -05:00
Joseph Doherty
7a338dd510 feat: add audit-verified status updates with override tracking
Status updates (feature/test update and batch-update) now verify the
requested status against Roslyn audit classification. Mismatches
require --override "reason" to force. Overrides are logged to a new
status_overrides table and reviewable via 'override list' command.
2026-02-27 05:50:15 -05:00
Joseph Doherty
3297334261 docs: add audit-verified status updates design 2026-02-27 05:46:12 -05:00
Joseph Doherty
4972f998b7 feat: run unit test audit — classify 2680 deferred tests
Reset 2680 deferred unit tests to unknown and ran audit against
dotnet/tests/. Results: 18 reclassified as stub (JetStreamErrors
and SignalHandler test stubs), 2662 remain deferred.
2026-02-27 05:36:34 -05:00
Joseph Doherty
7518b97b79 feat: extend audit command to support unit tests with --type flag 2026-02-27 05:35:51 -05:00
Joseph Doherty
485c7b0c2e docs: add unit test audit extension design 2026-02-27 05:34:31 -05:00
Joseph Doherty
9e2d763741 chore: add unknown status to schema and update porting report 2026-02-27 05:27:47 -05:00
Joseph Doherty
0c9eb2a06c fix: correct 87 dotnet_class name mismatches and re-audit
Fixed 630 features with wrong class names in the DB:
- JetStreamErrors -> JsApiErrors (208)
- RaftNode -> IRaftNode (169)
- JetStreamMemoryStore -> JetStreamMemStore (80)
- 42 *Option -> *ReloadOption mappings
- 13 Sort* -> SortBy* mappings
- 21 other class name corrections

Re-audit reclassified 192 features from deferred:
  verified: 987 (+412 from initial 575)
  stub:     168 (+59 from initial 109)
  deferred: 2500 (-192 from initial 2692)
  n_a:      18 (unchanged)
2026-02-27 05:26:55 -05:00
Joseph Doherty
a91cfbc7bd feat: run feature status audit — classify 3394 unknown features
Automated classification using Roslyn syntax tree analysis:
  verified:  575
  stub:      109
  n_a:       18
  deferred:  2692
2026-02-27 05:21:45 -05:00
Joseph Doherty
26d6d7fe68 feat: add audit command — orchestrates feature status classification 2026-02-27 05:18:28 -05:00
Joseph Doherty
0436e08fc1 feat: add FeatureClassifier — heuristic-based feature classification 2026-02-27 05:17:35 -05:00