Skip to content

Remove stale artifacts (hdbscan-benchmark, unused fixture)#137

Merged
gvonness-apolitical merged 1 commit intomainfrom
cleanup/phase-0-stale-artifacts
Feb 28, 2026
Merged

Remove stale artifacts (hdbscan-benchmark, unused fixture)#137
gvonness-apolitical merged 1 commit intomainfrom
cleanup/phase-0-stale-artifacts

Conversation

@gvonness-apolitical
Copy link
Contributor

Summary

  • Remove scripts/benchmarks/hdbscan-benchmark.ts — imports hdbscan-ts which is not a project dependency; @ts-ignore masks the MODULE_NOT_FOUND runtime error
  • Remove test/fixtures/labeled-pairs.json — unreferenced by any .ts file; experiment scripts read from corpus/labeled-pairs.json (gitignored, generated) instead
  • Verified scripts/ops/recluster-fast.ts is unaffected (uses Python subprocess, not hdbscan-ts)

Test plan

  • npm run build passes
  • npm test — all 2053 tests pass
  • npm run lint — zero errors, zero warnings

hdbscan-benchmark.ts imports hdbscan-ts which is not a project
dependency — the @ts-ignore masks a MODULE_NOT_FOUND runtime error.
labeled-pairs.json in test/fixtures/ is unreferenced; the experiment
scripts read from corpus/labeled-pairs.json instead.
@gvonness-apolitical gvonness-apolitical merged commit 0426920 into main Feb 28, 2026
3 checks passed
@gvonness-apolitical gvonness-apolitical deleted the cleanup/phase-0-stale-artifacts branch February 28, 2026 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant