Skip to content

Fix docs for public release: real install command + stale branding - #12

Merged
fioenix merged 1 commit into
mainfrom
chore/public-readiness
Jun 30, 2026
Merged

Fix docs for public release: real install command + stale branding#12
fioenix merged 1 commit into
mainfrom
chore/public-readiness

Conversation

@fioenix

@fioenix fioenix commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Prep for flipping the repo public.

Fixes

  • Install command was wrong. Docs said pipx install threads-cli but the package is not on PyPI (404). Switched to pipx install git+https://github.com/finolabs/threads-cli across README, AGENTS, INSTALL, cli-cheatsheet, SKILL.
  • Stale "OpenClaw" branding removed: AGENTS.md → Codex; example scripts' ~/.openclaw/workspace/... paths → ~/.threads/.env.
  • .env.example outdated python -m threads_cli auth-localthreads login.

Verified clean for public

  • No real tokens/secrets/PII in tracked files or git history (only app_secret=None param names).
  • .gitignore covers .env/*.env; no env files tracked.
  • 87 tests pass · ruff clean · build OK.

🤖 Generated with Claude Code

- Install docs used `pipx install threads-cli`, but the package is not on PyPI.
  Switch to `pipx install git+https://github.com/finolabs/threads-cli` (works
  once the repo is public) across README, AGENTS, INSTALL, cheatsheet, SKILL.
- Replace stale "OpenClaw" branding: AGENTS.md -> Codex; example scripts'
  `--env-file ~/.openclaw/...` -> `~/.threads/.env` (current convention).
- .env.example: outdated `python -m threads_cli auth-local` -> `threads login`.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@fioenix
fioenix merged commit 5ee40d4 into main Jun 30, 2026
6 checks passed
@fioenix
fioenix deleted the chore/public-readiness branch June 30, 2026 09:17
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