Skip to content

chore: remove internal name references from docs and metadata#5

Merged
shirshanka merged 1 commit into
mainfrom
chore/remove-internal-name-references
May 2, 2026
Merged

chore: remove internal name references from docs and metadata#5
shirshanka merged 1 commit into
mainfrom
chore/remove-internal-name-references

Conversation

@shirshanka

@shirshanka shirshanka commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

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).

File Was Now
CLAUDE.md /path/to/talkster /path/to/analytics-agent
frontend/package.json datahub-talk-to-data-ui datahub-analytics-agent-ui
tests/unit/test_config.py test_talkster_yaml_config_* test_yaml_config_*
skills/*/SKILL.md (×3) author: talkster author: analytics-agent

What's deferred

docker-compose.yml (Postgres credentials/db) and quickstart.sh (MySQL schema + DATABASE_URL) renames are deferred to avoid silently breaking existing installations. The migration will be added as part of analytics-agent migrate on top of PR #12.

🤖 Generated with Claude Code

@shirshanka shirshanka force-pushed the chore/remove-internal-name-references branch from 3ddcc6b to 216a12a Compare May 2, 2026 21:30
- 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>
@shirshanka shirshanka force-pushed the chore/remove-internal-name-references branch from 216a12a to 3a06d60 Compare May 2, 2026 21:59
@shirshanka shirshanka changed the title chore: remove all internal name references (talkster, datahub-talk-to-data) chore: remove internal name references from docs and metadata May 2, 2026
@shirshanka shirshanka merged commit 2ebe4d4 into main May 2, 2026
5 checks passed
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