Skip to content

refactor: rename /classifier/ endpoints to /context/#134

Merged
tim-thacker-nullify merged 1 commit intomainfrom
rename-classifier-to-context
Mar 16, 2026
Merged

refactor: rename /classifier/ endpoints to /context/#134
tim-thacker-nullify merged 1 commit intomainfrom
rename-classifier-to-context

Conversation

@tim-thacker-nullify
Copy link
Member

Summary

  • Updated code generator config to map /context/ prefix instead of /classifier/
  • Regenerated API client (internal/api/context.go) and CLI commands (internal/commands/context.go) with Context naming
  • Renamed MCP tools file and updated all /classifier/ API paths to /context/ in MCP tools, resources, and server wiring
  • Updated hand-written references in repos.go and root.go

Test plan

  • go build ./... passes
  • go vet ./... passes
  • Verify CLI commands work against updated backend (e.g. nullify api context list-repositories)
  • Verify MCP tools return correct data from /context/ endpoints

🤖 Generated with Claude Code

Backend API has renamed all /classifier/ endpoints to /context/. This
updates the CLI generator config, regenerated API client and command
files, MCP tools, resources, and hand-written references to match.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@tim-thacker-nullify tim-thacker-nullify added the minor Minor version updates (features) label Mar 16, 2026
@tim-thacker-nullify tim-thacker-nullify merged commit d81bd33 into main Mar 16, 2026
2 of 3 checks passed
@tim-thacker-nullify tim-thacker-nullify deleted the rename-classifier-to-context branch March 16, 2026 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version updates (features)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants