docs: Add Phase 4 work plan for GitHub App authentication support #19
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
Add comprehensive Phase 4 work plan for implementing GitHub App authentication support.
Changes
Added
docs/PHASE4_WORKPLAN.md(1,457 lines) containing:Objective
/install-github-appthe primary recommended authentication method7 Work Packages
WP4.1: Documentation Updates (6 files, 3-4 hours)
WP4.2: Setup Wizard Enhancement (2-3 hours)
setup_github_app(),setup_api_key(),setup_oauth_token()WP4.3: Update Validation Script (45 min)
WP4.4: Command & Agent Updates (1 hour)
/blueprint-initcommand documentationblueprint-setupagentWP4.5: Configuration Template Updates (30 min)
auth.methodfield to all 6 config filesWP4.6: Testing & Validation (2 hours)
WP4.7: Documentation Review & Polish (30 min)
Why This Matters
The blueprint currently misses the official recommended method from Claude Code Action docs. Users are forced through manual API key setup (8-10 min) when a one-command GitHub App solution exists (2-3 min).
Impact:
After Phase 4:
Deliverables
Total: 16 files to modify
Estimated Time: 8-10 hours
Priority: HIGH
Testing Plan
All 3 authentication methods will be tested:
Plus fallback scenarios and documentation review.
Related
Closes #[issue-number-if-exists]
This work plan follows the same format as existing Phase 1, 2, and 3 work plans.