chore: remove internal name references from docs and metadata#5
Merged
Conversation
3ddcc6b to
216a12a
Compare
- CLAUDE.md: /path/to/talkster → /path/to/analytics-agent - skills/*/SKILL.md: author: talkster → author: analytics-agent - frontend/package.json: datahub-talk-to-data-ui → datahub-analytics-agent-ui - tests/unit/test_config.py: test_talkster_* → test_yaml_* Runtime renames (docker-compose.yml, quickstart.sh) are intentionally deferred — they require a one-time migration path which will be added on top of the bootstrap CLI (PR #12). Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
216a12a to
3a06d60
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Scrubs internal project name references from documentation and metadata files only. Runtime artifacts (docker-compose.yml, quickstart.sh) are intentionally unchanged — their rename requires a one-time migration path that will be implemented on top of the bootstrap CLI (PR #12).
CLAUDE.md/path/to/talkster/path/to/analytics-agentfrontend/package.jsondatahub-talk-to-data-uidatahub-analytics-agent-uitests/unit/test_config.pytest_talkster_yaml_config_*test_yaml_config_*skills/*/SKILL.md(×3)author: talksterauthor: analytics-agentWhat's deferred
docker-compose.yml(Postgres credentials/db) andquickstart.sh(MySQL schema + DATABASE_URL) renames are deferred to avoid silently breaking existing installations. The migration will be added as part ofanalytics-agent migrateon top of PR #12.🤖 Generated with Claude Code