docs: turn README into a complete first-use guide - #201
Conversation
📝 WalkthroughWalkthroughREADME.md is reworked into a task-oriented first-use guide covering setup, authentication, profiles, OAuth, operations, troubleshooting, and task-based links. Configuration docs align with v3, and contract tests validate documented commands, links, catalogs, anchors, and examples. ChangesREADME onboarding and setup
Configuration and validation
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Around line 263-275: Replace the shell-unsafe oauthconn:<uuid> placeholders
throughout the README command sequence with a pasteable placeholder such as
oauthconn:UUID_FROM_PLAN, or define and reuse a shell variable for the generated
connection ID in the commands.
- Around line 357-359: Update the troubleshooting command in the
SECRET_ENV_MISSING section to pass the same ~/.config/miftah/github.json
configuration path created by the documented first-use flow via --config,
ensuring miftah doctor checks the edited configuration.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: f9b36812-6783-4349-a9ed-b42fcbb3ba75
📒 Files selected for processing (4)
CHANGELOG.mdREADME.mddocs/config.mdtests/readme-product-contract.test.ts
Summary
Validation
Closes #200
Summary by CodeRabbit
Documentation
Tests