gitdataai/libs/git/hook/pool
ZhenYi 2a9ec6d509 feat(tag): vectorize repo tags after hook sync with incremental embedding + FC tool
- HookWorker gains optional embed_service field
- Captures changed tag names during webhook dispatch, batch-embeds after completion
- HookService auto-inits EmbedService from config for standalone git-hook binary
- Adds agent dep to git crate (no circular dep)
- SSH/HTTP servers no longer call start_worker (dedicated git-hook handles it)
- git_tag_search FC tool for agent semantic tag search with project isolation
2026-04-28 13:04:10 +08:00
..
mod.rs feat(tag): vectorize repo tags after hook sync with incremental embedding + FC tool 2026-04-28 13:04:10 +08:00
redis.rs chore(git): minor fixes and improvements across git library modules 2026-04-27 08:28:09 +08:00
types.rs feat(git): add Redis-backed hook worker with per-repo distributed locking 2026-04-17 12:33:58 +08:00
worker.rs feat(tag): vectorize repo tags after hook sync with incremental embedding + FC tool 2026-04-28 13:04:10 +08:00