Skip to content

refactor(importers): share importer glue helpers#207

Merged
upsetbit merged 1 commit into
masterfrom
codex/issue-90-importerutil-shared-glue
Jun 6, 2026
Merged

refactor(importers): share importer glue helpers#207
upsetbit merged 1 commit into
masterfrom
codex/issue-90-importerutil-shared-glue

Conversation

@upsetbit
Copy link
Copy Markdown
Contributor

@upsetbit upsetbit commented Jun 6, 2026

Closes #90.

Summary

  • add shared importerutil helpers for hashing, raw preservation, RFC3339 parsing, preview truncation, scanner limits, and read-only SQLite opens
  • switch Claude Code, Codex, Cursor, Gemini, Antigravity, and Hermes to the shared helpers
  • remove duplicated raw-copy helpers from importer packages while keeping traversal/raw preservation coverage

Local validation

  • go test ./internal/importers/...
  • go test ./internal/importers/... -race
  • devbox run -- just lint
  • devbox run -- just test-race

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

@upsetbit upsetbit merged commit 11474da into master Jun 6, 2026
5 checks passed
@upsetbit upsetbit deleted the codex/issue-90-importerutil-shared-glue branch June 6, 2026 06:58
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.

Extract shared importerutil for hash/raw/scan/timestamp/SQLite helpers

1 participant