• Joined on 2026-07-08
TapTap deleted branch feat/opencode-agents-and-skills from TapTap/FastSync 2026-07-19 14:54:52 +02:00
TapTap pushed to main at TapTap/FastSync 2026-07-19 14:54:48 +02:00
1fec43be0e Merge pull request 'feat: add opencode agents and skills for development workflows' (#23) from feat/opencode-agents-and-skills into main
8141158a3d feat: add opencode agents and skills for development workflows
Compare 2 commits »
TapTap merged pull request TapTap/FastSync#23 2026-07-19 14:54:47 +02:00
feat: add opencode agents and skills for development workflows
TapTap commented on pull request TapTap/FastSync#23 2026-07-19 14:54:04 +02:00
feat: add opencode agents and skills for development workflows

PASS — PR #23 (OpenCode Agents & Skills)

17 markdown files — 6 new agents, 5 new skills, improvements to existing agents/skills.

New Agents

  • refactorer — DRY, separation of…
TapTap created pull request TapTap/FastSync#23 2026-07-19 14:51:50 +02:00
feat: add opencode agents and skills for development workflows
TapTap created branch feat/opencode-agents-and-skills in TapTap/FastSync 2026-07-19 14:50:11 +02:00
TapTap pushed to feat/opencode-agents-and-skills at TapTap/FastSync 2026-07-19 14:50:11 +02:00
8141158a3d feat: add opencode agents and skills for development workflows
TapTap commented on pull request TapTap/FastSync#21 2026-07-19 14:49:10 +02:00
refactor: split test.py into modular pytest integration tests + benchmark tool

PASS — All review nits are minor and non-blocking. Code is well-structured with clean separation into modular pytest test files. Ready to merge.

Minor nits (non-blocking):

  • `test_features.…
TapTap commented on pull request TapTap/FastSync#22 2026-07-19 14:49:10 +02:00
feat: add delta transfer for incremental sync

PASS — All review findings addressed. Rolling adler32 is correctly implemented in O(1). Code is clean with extracted helpers. Tests improved with 200KB file case. Ready to merge.

TapTap pushed to feature/delta-transfer at TapTap/FastSync 2026-07-19 02:02:31 +02:00
598e4e7514 fix: address PR review - rolling adler32, extract helpers, configurable max file size
TapTap pushed to refactor-tests at TapTap/FastSync 2026-07-18 20:08:56 +02:00
4ed514ad1b benchmark: fix rsync network throttling via rsync daemon
TapTap commented on pull request TapTap/FastSync#22 2026-07-18 20:07:40 +02:00
feat: add delta transfer for incremental sync

CHANGES REQUESTED — 1 critical performance issue

CRITICAL: delta_compute is O(n*m) — not a rolling checksum

delta.c:407-461 — The rolling checksum window advances 1 byte on miss…

TapTap created pull request TapTap/FastSync#22 2026-07-18 20:01:05 +02:00
feat: add delta transfer for incremental sync
TapTap created branch feature/delta-transfer in TapTap/FastSync 2026-07-18 20:00:53 +02:00
TapTap pushed to feature/delta-transfer at TapTap/FastSync 2026-07-18 20:00:53 +02:00
e16db56580 feat: add delta transfer for incremental sync
TapTap pushed to refactor-tests at TapTap/FastSync 2026-07-18 19:55:45 +02:00
f0c7bb791a benchmark: add rsync comparison, configurable data mix, custom network limits
TapTap pushed to refactor-tests at TapTap/FastSync 2026-07-18 19:48:20 +02:00
34b46a92db tests: share server across tests, suppress probe noise
TapTap pushed to refactor-tests at TapTap/FastSync 2026-07-18 19:32:50 +02:00
51f20d1c91 benchmark: suppress server probe noise in output
TapTap created pull request TapTap/FastSync#21 2026-07-18 19:19:51 +02:00
refactor: split test.py into modular pytest integration tests + benchmark tool
TapTap pushed to refactor-tests at TapTap/FastSync 2026-07-18 19:19:34 +02:00
b28bac9f41 refactor: split test.py into modular pytest integration tests + benchmark tool