gitdataai/libs/service/skill
ZhenYi 2db7934596 fix(skill): deduplicate skills by repo_id+blob_hash
- Change deduplication key from slug to {repo_id}+{blob_hash}
- Keep latest version by commit_sha when duplicates found
- Use git2 to open repos and get correct workdir and commit_sha
- Fix case-insensitive SKILL.md detection in scanner
2026-04-28 21:27:38 +08:00
..
info.rs init 2026-04-15 09:08:09 +08:00
manage.rs feat(service): trigger Qdrant embedding on issue/repo/skill creation 2026-04-28 13:04:04 +08:00
mod.rs init 2026-04-15 09:08:09 +08:00
scan.rs fix(skill): deduplicate skills by repo_id+blob_hash 2026-04-28 21:27:38 +08:00
scanner.rs fix(skill): deduplicate skills by repo_id+blob_hash 2026-04-28 21:27:38 +08:00