codinget
  • Joined on 2022-10-19
codinget pushed to worktree-bridge-cse_01MVZVLWTamPEWHQX4tLjCAV at webnet/webnet 2026-06-24 21:35:35 +02:00
b0c25375d4 fix(tsconnect-worker): close MessagePort in close() to prevent event loop hang
codinget created pull request webnet/webnet#50 2026-06-24 20:51:01 +02:00
WIP: test: fill unit test coverage gaps (xml, tsconnect-redux, vfs, tsconnect-worker)
codinget pushed to worktree-bridge-cse_01MVZVLWTamPEWHQX4tLjCAV at webnet/webnet 2026-06-24 20:50:47 +02:00
a49588d3b1 docs(ai): log test coverage gap-fill for xml, tsconnect-redux, vfs, tsconnect-worker
23a2dca900 test: fill coverage gaps across xml, tsconnect-redux, vfs, tsconnect-worker
Compare 2 commits »
codinget created branch worktree-bridge-cse_01MVZVLWTamPEWHQX4tLjCAV in webnet/webnet 2026-06-24 20:50:47 +02:00
codinget deleted branch docs/agent-ci-review-notify from webnet/webnet 2026-06-24 14:25:59 +02:00
codinget pushed to main at webnet/webnet 2026-06-24 14:25:58 +02:00
b69bac3c24 docs(agents): add CI watch, auto-review, and push-notification guidance
codinget merged pull request webnet/webnet#49 2026-06-24 14:25:57 +02:00
docs(agents): add CI watch, auto-review, and push-notification guidance
codinget created pull request webnet/webnet#49 2026-06-24 12:24:24 +02:00
WIP: docs(agents): add CI watch, auto-review, and push-notification guidance
codinget pushed to docs/agent-ci-review-notify at webnet/webnet 2026-06-24 12:24:15 +02:00
b69bac3c24 docs(agents): add CI watch, auto-review, and push-notification guidance
codinget created branch docs/agent-ci-review-notify in webnet/webnet 2026-06-24 12:24:15 +02:00
codinget commented on pull request webnet/webnet#48 2026-06-24 12:15:09 +02:00
feat(tsconnect-worker): wire FileOps limits through WorkerConfig to init

Reviewed protocol.ts and worker.ts against the existing setFileOpsConfig path and FsaFileOps.createFromOpfs in packages/tsconnect/src/helpers.ts.

Correctness — looks good. The…

codinget deleted branch worktree-bridge-cse_017gnGUHhrcBft2ySQMRyDfz from webnet/webnet 2026-06-24 12:14:25 +02:00
codinget pushed to main at webnet/webnet 2026-06-24 12:14:25 +02:00
ecb5b7e3c4 docs(ai): update AI_CHANGES.md for FileOpsLimits refactor
76579017ee refactor(tsconnect-worker): extract FileOpsLimits type to prevent drift
01a1fed6ec feat(tsconnect-worker): wire FileOps limits through WorkerConfig to init
Compare 3 commits »
codinget merged pull request webnet/webnet#48 2026-06-24 12:14:23 +02:00
feat(tsconnect-worker): wire FileOps limits through WorkerConfig to init
codinget pushed to worktree-bridge-cse_017gnGUHhrcBft2ySQMRyDfz at webnet/webnet 2026-06-24 11:43:03 +02:00
ecb5b7e3c4 docs(ai): update AI_CHANGES.md for FileOpsLimits refactor
76579017ee refactor(tsconnect-worker): extract FileOpsLimits type to prevent drift
01a1fed6ec feat(tsconnect-worker): wire FileOps limits through WorkerConfig to init
488ec9bb2d docs(ai): log turbo typecheck fix alongside CI workflow addition
a1942ff38e fix(turbo): make @webnet/tsconnect#typecheck depend on its own build
Compare 7 commits »
codinget pushed to worktree-bridge-cse_017gnGUHhrcBft2ySQMRyDfz at webnet/webnet 2026-06-24 11:17:59 +02:00
942f7295f8 docs(ai): update AI_CHANGES.md for FileOpsLimits refactor
codinget pushed to worktree-bridge-cse_017gnGUHhrcBft2ySQMRyDfz at webnet/webnet 2026-06-24 11:17:27 +02:00
7a0cc9a12a refactor(tsconnect-worker): extract FileOpsLimits type to prevent drift
codinget commented on pull request webnet/webnet#48 2026-06-24 11:15:41 +02:00
feat(tsconnect-worker): wire FileOps limits through WorkerConfig to init

Code review (autonomous): reviewed protocol.ts and worker.ts.

Correctness — looks good. The three fields wire correctly: WorkerConfig → init() → FsaFileOps.createFromOpfs(dir, { maxFiles,…

codinget created pull request webnet/webnet#48 2026-06-24 11:11:02 +02:00
WIP: feat(tsconnect-worker): wire FileOps limits through WorkerConfig to init