Skip to content

fix(claude-code): support retain tags env override#2897

Open
koriyoshi2041 wants to merge 1 commit into
vectorize-io:mainfrom
koriyoshi2041:fix/2896-claude-retain-tags-env
Open

fix(claude-code): support retain tags env override#2897
koriyoshi2041 wants to merge 1 commit into
vectorize-io:mainfrom
koriyoshi2041:fix/2896-claude-retain-tags-env

Conversation

@koriyoshi2041

Copy link
Copy Markdown
Contributor

Summary

  • add the missing HINDSIGHT_RETAIN_TAGS override to the Claude Code config loader
  • cover comma-separated tag parsing and precedence through load_config()
  • document the override in the integration README and synced docs copies

Tests

  • uv run pytest hindsight-integrations/claude-code/tests/test_config.py (22 passed)
  • uv run ruff check hindsight-integrations/claude-code/scripts/lib/config.py hindsight-integrations/claude-code/tests/test_config.py
  • uv run ruff format --check hindsight-integrations/claude-code/scripts/lib/config.py hindsight-integrations/claude-code/tests/test_config.py
  • git diff --check

Closes #2896

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.

Missing HINDSIGHT_RETAIN_TAGS environment variable override in Claude Code integration

1 participant