Commit Graph

7 Commits

Author SHA1 Message Date
wauxing e431abf8ef chore(sweep): add workflow runtime deps + test repo scripts
- workflows/community-ops-sweep/scripts/gitlink_workflow.py: CLI wrapper
  imported by community_ops_sweep.py (was missing from tree → import error)
- community-ops-sweep.wf.js: fix ENGINE path (examples/ → workflows/) and
  pass --routing to the plan phase
- scripts/restore-test-repo.sh: reset baoerjun/gitlink-cli test repo; fix
  issue batch-delete flag (--yes → --confirm, the CLI uses --confirm and
  silently skipped deletion on unknown flag, causing duplicate imports)
- scripts/import-test-data.sh: companion importer called by restore
2026-07-07 19:24:23 +08:00
whale 39f634535c feat(research): 新增子赛题四 Python 科研算法层 (S1-S6)
Go 出数据 + Python 做算法:collect.py/gitlink_data.py 封装 gitlink-cli 数据采集;lineage(S1)/graph_build(S2)/repro(S3)/match(S4)/report(S5)/visual(S6) 实现六个科研场景的可复现算法;含 topics 词典与 7 个测试文件 ~111 用例。

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-05 22:02:00 +08:00
wbtiger f7263cc466 chore: add golangci-lint config and fix lint issues
- Add .golangci.yml with 8 essential linters (errcheck, govet,
  ineffassign, staticcheck, unused, errorlint, gosec, misspell)
- Fix real bugs: errors.As, %w wrapping, nil map check, dead code,
  unnecessary conversion, unused parameters
- Add `make lint` target, include it in `make check` pipeline
- Update pre-commit hook to run lint step

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 00:37:45 +08:00
wbtiger 6ded4851cb ci: add local checks (make check, pre-commit hook) and Gitea Actions workflow skeleton 2026-05-29 23:58:51 +08:00
wangyue789 cdca68ff3e fix(npm): improve missing binary diagnostics 2026-05-19 16:56:50 +08:00
wbtiger d5e15c6e71 ci: add GitHub Release workflow with npm publish 2026-05-17 14:49:16 +08:00
wbtiger e892370de8 init gitlink-cli 2026-04-17 10:01:30 +08:00