Point CLAUDE.md at README for setup; fix stale Studio architecture note#8
Merged
Merged
Conversation
- Add a one-line pointer under Validation to README.md for setup/run steps (deps, TWITTERAPI_IO_KEY, vars.json, Studio npm) instead of duplicating them, so a fresh AI session knows where run instructions live. - Fix the Architecture note: App.jsx is no longer 'the entire Studio UI' since it was split into lib/ + components/ with Vitest tests.
cybermejo
pushed a commit
that referenced
this pull request
Jun 18, 2026
PR #10 (config/query/api/cli split + __main__.py) had merged into its stacked base branch but not into main, which still carried the flat tweet_scraper.py. Bring the split to main. Touches only scraper/CI/docs — no Studio files, so the PR #6/#7 Studio work is untouched. CLAUDE.md auto-merged (kept the PR #8 Studio note + the split's python -m updates). Validation loop green: 65 tests, mypy on the package, python -m tweet_scraper verified.
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
CLAUDE.mdtoREADME.mdfor setup/run steps (deps,TWITTERAPI_IO_KEY,vars.json, Studionpmcommands) — so a fresh AI session knows run instructions exist, without duplicating them (avoids drift).App.jsxwas described as "the entire Studio UI," but PR Modularize Studio App.jsx into lib/components + add Vitest test suite #2 split it intolib/+components/with Vitest tests. Updated to describe the real structure.Docs only — no code changes.