• Joined on 2026-07-08
TapTap merged pull request TapTap/FastSync#26 2026-07-20 14:38:52 +02:00
feat: update AI automation agents, add reviewer agent, enhance CI
TapTap pushed to testing/comprehensive-test-suite at TapTap/FastSync 2026-07-20 14:38:21 +02:00
02ec38c8a7 fix: address re-review — coverage build, chunk OOB guard, UBSan loads, srand scope
cda61f5153 ci: bump CI image to v9 with libclang-rt-18-dev
62d4c10168 fix: bake CI deps into Docker image, fix chunk use_metadata OOB
c9369b7118 fix: address PR review — fuzz target fixes, UBSan, CI improvements
20cfc5f438 ci: fix coverage and valgrind jobs, skip fork tests under valgrind
Compare 13 commits »
TapTap commented on pull request TapTap/FastSync#26 2026-07-20 14:37:46 +02:00
feat: update AI automation agents, add reviewer agent, enhance CI

Re-review 2: Approve

All 3 critical + 3 warning items from the last review are fixed. The config leak is now actually fixed (not just suppressed), docs corrected, and the LSAN…

TapTap commented on pull request TapTap/FastSync#25 2026-07-20 14:36:13 +02:00
testing: add comprehensive test suite for test-driven development

Re-review 2: Approve

All 4 findings from the last review are fixed. Clean, targeted changes.

Verified

TapTap created pull request TapTap/FastSync#28 2026-07-20 14:35:08 +02:00
Improve agentic workflow — CI rules, branch strategy, deprecation rules, and new agents
TapTap pushed to improve-agentic-workflow at TapTap/FastSync 2026-07-20 14:34:22 +02:00
6501b15574 fix: set issue-creator mode to subagent, move into .opencode/agents/
TapTap pushed to feat/ai-automation-updates at TapTap/FastSync 2026-07-20 14:29:16 +02:00
5c686b0655 fix: address PR review — doc accuracy, clang-tidy info, config leak fix
c7f34eaf9d ci: symlink build dir for sanitizer integration tests
bd17f50f9b feat: update AI automation agents, add reviewer agent, fix leaks, enhance CI
a4b35e136b Merge pull request 'docs: add AGENTS.md with custom-image dependency install rule' (#27) from feat/custom-image-deps-rule into main
02ceb6828b fix: re-review cleanup — deps/conventions/sanitizer sections in cmake-expert, AGENTS.md notes
Compare 7 commits »
TapTap commented on pull request TapTap/FastSync#25 2026-07-20 14:28:01 +02:00
testing: add comprehensive test suite for test-driven development

All items addressed.

Critical: coverage job no longer uses STRICT_WARNINGS (fixes _FORTIFY_SOURCE+O0 fatal). Warnings: chunk.c metadata guard peeks present flag first; UBSan misaligned loads use…

TapTap pushed to improve-agentic-workflow at TapTap/FastSync 2026-07-20 14:27:41 +02:00
b10da86f87 doc: clarify CI vs host deps (Docker image for CI, nix-shell for host)
TapTap pushed to testing/comprehensive-test-suite at TapTap/FastSync 2026-07-20 14:27:22 +02:00
952f693789 fix: address re-review — coverage build, chunk OOB guard, UBSan loads, srand scope
TapTap commented on pull request TapTap/FastSync#25 2026-07-20 14:23:26 +02:00
testing: add comprehensive test suite for test-driven development

Re-review: Request changes

Verified locally: strict build , unit tests 16/16 , ASan 16/16 , UBSan 2 reports ⚠️, coverage build . Docker image :v9 exists and pulls. The 5 previous…

TapTap created branch improve-agentic-workflow in TapTap/FastSync 2026-07-20 14:22:21 +02:00
TapTap pushed to improve-agentic-workflow at TapTap/FastSync 2026-07-20 14:22:21 +02:00
d3b0cb9357 doc: improve agentic workflow — CI wait, branch strategy, dependency rules for all agents
TapTap pushed to testing/comprehensive-test-suite at TapTap/FastSync 2026-07-19 23:11:27 +02:00
c9fddf0e7f ci: bump CI image to v9 with libclang-rt-18-dev
TapTap pushed to testing/comprehensive-test-suite at TapTap/FastSync 2026-07-19 23:05:48 +02:00
a507683589 fix: add libclang-rt-18-dev to CI image for fuzz targets
TapTap commented on pull request TapTap/FastSync#26 2026-07-19 22:59:37 +02:00
feat: update AI automation agents, add reviewer agent, enhance CI

Re-review: Request changes

The force-push addressed the previous `

TapTap deleted branch feat/custom-image-deps-rule from TapTap/FastSync 2026-07-19 22:57:23 +02:00
TapTap pushed to main at TapTap/FastSync 2026-07-19 22:57:18 +02:00
a4b35e136b Merge pull request 'docs: add AGENTS.md with custom-image dependency install rule' (#27) from feat/custom-image-deps-rule into main
02ceb6828b fix: re-review cleanup — deps/conventions/sanitizer sections in cmake-expert, AGENTS.md notes
0f9e689e39 fix: address PR review — lcov/valgrind in Dockerfile, correct cmake-expert.md, expand AGENTS.md
a7bb6454a4 docs: add AGENTS.md with custom-image dependency install rule
Compare 4 commits »
TapTap merged pull request TapTap/FastSync#27 2026-07-19 22:57:16 +02:00
docs: add AGENTS.md with custom-image dependency install rule
TapTap pushed to testing/comprehensive-test-suite at TapTap/FastSync 2026-07-19 22:56:29 +02:00
1d95b44d10 fix: bake CI deps into Docker image, fix chunk use_metadata OOB