Skip to content

docs: prepare repository for public launch - #33

Merged
timimsms merged 2 commits into
mainfrom
docs/public-launch-prep
Jul 15, 2026
Merged

docs: prepare repository for public launch#33
timimsms merged 2 commits into
mainfrom
docs/public-launch-prep

Conversation

@timimsms

Copy link
Copy Markdown
Owner

Summary

Prepares the repository for public launch:

  • README: adds an unofficial-project disclaimer (not affiliated with or endorsed by ClickUp) and fixes the Installation section — Homebrew is brew install timimsms/cu/cu (macOS, live with the first tagged release), adds go install github.com/timimsms/cu/cmd/cu@latest, notes npm is planned as @timimsms/cu (not yet published), and fixes the releases link.
  • docs/site/index.md: mirrors the disclaimer and install fixes.
  • New community files: CONTRIBUTING.md (dev setup, conventional commits, tests, docs regeneration, mkdocs preview), SECURITY.md (keychain-based token storage, revocation, private vulnerability reporting), issue templates, and a PR template.
  • Auth accuracy: removes the inaccurate "OAuth device flow" / "or OAuth" claims from cu auth / cu auth login help text (token-only is what exists) and regenerates the two affected command docs. Footer-only regeneration noise on the other 43 command docs was reverted.
  • New docs page: docs/site/authentication.md (Authentication & Security — token creation, per-OS storage, headless Linux caveat, revocation), added to the mkdocs nav.
  • mkdocs: fixes edit_uri to edit/main/docs/site/ (docs_dir is docs/site); deploy workflow now builds with --strict.

Merge Order

This PR should merge AFTER the module-rename PR (github.com/tim/cugithub.com/timimsms/cu), since the README/docs reference go install github.com/timimsms/cu/cmd/cu@latest, which is only valid once the module path is renamed.

Verification

  • mkdocs build --strict passes (mkdocs-material)
  • go build ./... and go test ./... pass

🤖 Generated with Claude Code

timimsms and others added 2 commits July 14, 2026 23:54
- README: add unofficial-project disclaimer; fix install instructions
  (Homebrew tap timimsms/cu/cu, go install, npm planned as @timimsms/cu,
  correct releases link)
- docs/site/index.md: mirror install fixes and disclaimer
- Add CONTRIBUTING.md, SECURITY.md, issue and PR templates
- auth: remove inaccurate OAuth claims from command help (token-only)
- Regenerate cu auth command docs to match
- Add Authentication & Security docs page and nav entry
- mkdocs: fix edit_uri to point at docs/site/
- deploy-docs workflow: build with --strict

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@timimsms
timimsms merged commit a1943b0 into main Jul 15, 2026
16 checks passed
@timimsms
timimsms deleted the docs/public-launch-prep branch July 15, 2026 07:10
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