Rename to tiny-code and scope package as @therr/tiny-code#1
Merged
Conversation
Audit of the initial build-out: replace all references to the old working name (therr-agent / @therr/agent) with tiny-code. - package name and bin: tiny-code (package.json + package-lock.json) - env var prefix THERR_AGENT_* -> TINY_CODE_* - config dir ~/.config/therr-agent -> ~/.config/tiny-code - project config file therr-agent.config.json -> tiny-code.config.json - CLI usage text and REPL banner - README, AGENTS.md, .env.example - test fixtures (env keys, config filenames, temp-dir prefixes) Build, lint, typecheck, and all 59 tests pass.
Use the scoped package name @therr/tiny-code (package.json + package-lock.json) while keeping the binary as tiny-code. Update the README install command and name note accordingly. Build, lint, typecheck, and all 59 tests pass.
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
Audit and renaming pass over the initial tiny-code build-out, migrated out of the
therr-appmonorepo into its own repo. The base branch (main) is the verified initial commit; this PR contains the follow-up renaming work.Two commits:
therr-agent/@therr/agent). A repo-wide grep fortherrwent from 35 hits across 9 files to zero, then the package was scoped.What changed
@therr/agent@therr/tiny-codetherr-agenttiny-codeTHERR_AGENT_*TINY_CODE_*~/.config/therr-agent/~/.config/tiny-code/therr-agent.config.jsontiny-code.config.jsontherr-agenttiny-code.env.example, test env keys + temp-dir prefixesThe env-var prefix and config dir/file names are read at runtime by
src/config/load.ts, so source,.env.example, and the config tests moved together.Verification
Run in a clean checkout:
npm run build— ✅ (tiny-code --version/--helpshow new branding)npm run lint— ✅npm run typecheck— ✅npm test— ✅ 59/59 passinghttps://claude.ai/code/session_01DMfaodBb4p4AUA4TDcc64m
Generated by Claude Code