Skip to content

[HUM-130] Rename internal/index → internal/recall - #34

Merged
StephanSchmidt merged 1 commit into
mainfrom
hum-130-rename-index-to-recall
Jun 20, 2026
Merged

[HUM-130] Rename internal/index → internal/recall#34
StephanSchmidt merged 1 commit into
mainfrom
hum-130-rename-index-to-recall

Conversation

@StephanSchmidt

Copy link
Copy Markdown
Collaborator

Renames the cross-tracker search package internal/indexinternal/recall — named for its purpose (instant recall across all trackers + Notion) rather than its data structure, and disambiguated from codenav's code index (internal/codenav/index).

  • Package + directory renamed; imports updated in 3 files (cmd/cmdindex, cmd/cmdutil/instances.go).
  • Unchanged: the human index / human search commands and the ~/.human/index.db filename.
  • go build ./..., make lint, make check-test green.

Closes HUM-130.

🤖 Generated with Claude Code

internal/index was named after its data structure, not its purpose: it
builds a local SQLite FTS index over tracker issues + Notion to power
'human search' (Cross-Tracker Search). The name was generic and ambiguous
with codenav's code index (internal/codenav/index). Rename the package and
directory to internal/recall; the 'human index'/'human search' commands and
the ~/.human/index.db filename are unchanged.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@StephanSchmidt
StephanSchmidt merged commit 4f964b0 into main Jun 20, 2026
2 of 3 checks passed
@StephanSchmidt
StephanSchmidt deleted the hum-130-rename-index-to-recall branch June 20, 2026 14:29
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