Commit 87b7a08
Test User
feat: implement Phase 3 IDE Integration
- Update RulesGenerator to generate rules to .doplan/ai/rules/
- Create AgentsGenerator for 6 agent types (planner, coder, designer, reviewer, tester, devops)
- Enhance Cursor integration with rules file and improved symlink handling
- Implement VS Code integration with tasks.json, settings.json, and Copilot prompts
- Implement CLI IDE integrations (Gemini, Claude, Codex, OpenCode, Qwen) with usage guides
- Implement other IDE integrations (Kiro, Windsurf, Qoder) with setup guides
- Add verification functions for all 10 supported IDEs
- Create integration guide generator with master and IDE-specific guides
- Update install command to call integration setup, generate agents, and verify
- Add comprehensive integration tests for all IDE setups and Windows compatibility
All IDEs now use central .doplan/ai/ storage with symlinks/copies to IDE-specific directories.1 parent 322d755 commit 87b7a08
File tree
9 files changed
+2086
-19
lines changed- internal
- commands
- generators
- integration
9 files changed
+2086
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
73 | 86 | | |
74 | 87 | | |
75 | 88 | | |
| |||
96 | 109 | | |
97 | 110 | | |
98 | 111 | | |
99 | | - | |
| 112 | + | |
100 | 113 | | |
| 114 | + | |
| 115 | + | |
101 | 116 | | |
102 | 117 | | |
103 | 118 | | |
104 | 119 | | |
| 120 | + | |
105 | 121 | | |
106 | 122 | | |
107 | 123 | | |
| |||
1510 | 1526 | | |
1511 | 1527 | | |
1512 | 1528 | | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
1513 | 1534 | | |
1514 | 1535 | | |
1515 | 1536 | | |
1516 | 1537 | | |
1517 | 1538 | | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
| 1546 | + | |
| 1547 | + | |
| 1548 | + | |
1518 | 1549 | | |
1519 | 1550 | | |
1520 | 1551 | | |
| |||
0 commit comments