Commit 29b570a
Test User
feat: Complete Phase 3 - Secrets & API Keys (RAKD/SOPS)
- Add RAKD (Required API Keys Document) system:
- Service detection from package.json, go.mod, requirements.txt, and code
- API key validation from .env file with format checking
- RAKD.md generator with comprehensive status sections
- Support for 10+ services (Stripe, SendGrid, AWS, Supabase, Auth0, Clerk, OpenAI, Sentry, etc.)
- Add SOPS (Service Operating Procedures) system:
- Auto-generate service setup guides in .doplan/SOPS/
- Templates for authentication, database, payment, storage, email, analytics, AI services
- Each SOP includes: overview, setup steps, API key creation, env vars, code examples, testing, common issues, resources
- Implement keys management TUI:
- Interactive service list with status indicators
- Service detail view showing all API keys
- Validate all keys (V key)
- Sync .env.example (S key)
- Navigation with arrow keys
- Add API keys status widget to dashboard:
- Progress bar showing configuration percentage
- Status summary (configured/pending/required/optional)
- Warning highlight for high-priority missing keys
- Keyboard shortcut [k] to open keys management
- Integrate with TUI menu and command executor
- Wire up keys command to menu action
Phase 3 of v0.0.19-beta complete.1 parent 5531b1c commit 29b570a
File tree
10 files changed
+1837
-60
lines changed- internal
- commands
- rakd
- sops
- tui
- screens
- wizard
10 files changed
+1837
-60
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
0 commit comments