Block a user
TapTap
deleted branch feat/opencode-agents-and-skills from TapTap/FastSync
2026-07-19 14:54:52 +02:00
feat: add opencode agents and skills for development workflows
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…
feat: add opencode agents and skills for development workflows
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.…
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.
feat: add delta transfer for incremental sync
CRITICAL:
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…
feat: add delta transfer for incremental sync
refactor: split test.py into modular pytest integration tests + benchmark tool