proagents 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -12
- package/lib/commands/init.js +122 -11
- package/package.json +1 -1
- package/proagents/PROAGENTS.md +54 -0
- package/proagents/README.md +17 -17
- package/proagents/WORKFLOW.md +110 -110
- package/proagents/active-features/README.md +9 -9
- package/proagents/adr/README.md +15 -15
- package/proagents/api-versioning/changelog-template.md +4 -4
- package/proagents/api-versioning/deprecation-workflow.md +6 -6
- package/proagents/api-versioning/versioning-strategy.md +5 -5
- package/proagents/automation/ai-behavior-rules.md +1 -1
- package/proagents/automation/auto-decisions.md +6 -6
- package/proagents/cache/README.md +1 -1
- package/proagents/changelog/README.md +16 -16
- package/proagents/changelog/entry-template.md +4 -4
- package/proagents/cli/README.md +1 -1
- package/proagents/cli/slash-commands.md +202 -202
- package/proagents/collaboration/sessions.md +6 -6
- package/proagents/config/integrations/README.md +1 -1
- package/proagents/contract-testing/README.md +5 -5
- package/proagents/contract-testing/schema-validation.md +6 -6
- package/proagents/cost/cost-template.md +6 -6
- package/proagents/cost/estimation-framework.md +5 -5
- package/proagents/database/migration-workflow.md +6 -6
- package/proagents/database/rollback-scripts.md +6 -6
- package/proagents/database/safety-checks.md +6 -6
- package/proagents/examples/backend-nodejs/workflow-example.md +1 -1
- package/proagents/examples/web-frontend-react/workflow-example.md +1 -1
- package/proagents/existing-projects/README.md +3 -3
- package/proagents/existing-projects/challenges.md +1 -1
- package/proagents/existing-projects/coexistence-mode.md +8 -8
- package/proagents/existing-projects/compatibility-assessment.md +12 -12
- package/proagents/existing-projects/gradual-adoption.md +14 -14
- package/proagents/existing-projects/migration-strategies.md +7 -7
- package/proagents/existing-projects/pattern-reconciliation.md +10 -10
- package/proagents/existing-projects/team-onboarding.md +23 -23
- package/proagents/existing-projects/technical-debt-handling.md +24 -24
- package/proagents/getting-started/README.md +3 -3
- package/proagents/getting-started/ai-training-setup.md +24 -24
- package/proagents/getting-started/pm-integration.md +22 -22
- package/proagents/getting-started/prompt-engineering.md +4 -4
- package/proagents/getting-started/team-onboarding.md +5 -5
- package/proagents/git/branch-strategy.md +10 -10
- package/proagents/git/commit-conventions.md +5 -5
- package/proagents/git/pr-workflow.md +5 -5
- package/proagents/git/rollback-procedures.md +7 -7
- package/proagents/ide-integration/README.md +1 -1
- package/proagents/ide-integration/cline-config.md +10 -10
- package/proagents/ide-integration/continue-config.md +1 -1
- package/proagents/ide-integration/cursor-rules.md +10 -10
- package/proagents/ide-integration/github-copilot.md +4 -4
- package/proagents/ide-integration/windsurf-rules.md +9 -9
- package/proagents/learning/adaptation.md +10 -10
- package/proagents/learning/data-collection.md +9 -9
- package/proagents/learning/reports.md +14 -14
- package/proagents/metrics/README.md +6 -6
- package/proagents/metrics/code-quality-kpis.md +6 -6
- package/proagents/metrics/deployment-metrics.md +6 -6
- package/proagents/metrics/developer-productivity.md +5 -5
- package/proagents/metrics/learning-effectiveness.md +6 -6
- package/proagents/migrations/from-claude-projects.md +7 -6
- package/proagents/migrations/from-cursor-rules.md +1 -1
- package/proagents/notifications/templates.md +3 -3
- package/proagents/parallel-features/README.md +5 -5
- package/proagents/parallel-features/conflict-detection.md +6 -6
- package/proagents/parallel-features/dependency-management.md +7 -7
- package/proagents/parallel-features/merge-coordination.md +8 -8
- package/proagents/parallel-features/tracking-system.md +7 -7
- package/proagents/performance/bundle-analysis.md +4 -4
- package/proagents/performance/load-testing.md +7 -7
- package/proagents/performance/runtime-metrics.md +6 -6
- package/proagents/performance/web-vitals.md +6 -6
- package/proagents/plugins/README.md +1 -1
- package/proagents/plugins/creating-plugins.md +1 -1
- package/proagents/plugins/plugin-api.md +2 -2
- package/proagents/plugins/plugin-registry.md +3 -3
- package/proagents/proagents.config.yaml +32 -9
- package/proagents/prompts/00-init-wizard.md +18 -18
- package/proagents/prompts/00-init.md +93 -93
- package/proagents/prompts/01-analysis.md +5 -5
- package/proagents/prompts/02-requirements.md +8 -8
- package/proagents/prompts/03-ui-design.md +14 -14
- package/proagents/prompts/04-planning.md +10 -10
- package/proagents/prompts/05-implementation.md +10 -10
- package/proagents/prompts/06-testing.md +14 -14
- package/proagents/prompts/06.5-code-review.md +8 -8
- package/proagents/prompts/07-documentation.md +142 -20
- package/proagents/prompts/08-deployment.md +12 -12
- package/proagents/prompts/09-rollback.md +12 -12
- package/proagents/prompts/README.md +4 -4
- package/proagents/prompts/accessibility/README.md +6 -6
- package/proagents/prompts/accessibility/audit.md +3 -3
- package/proagents/prompts/accessibility/wcag.md +1 -1
- package/proagents/prompts/debugging/README.md +4 -4
- package/proagents/prompts/debugging/performance-debug.md +5 -5
- package/proagents/prompts/debugging/systematic.md +4 -4
- package/proagents/prompts/performance/README.md +4 -4
- package/proagents/prompts/performance/analyze.md +4 -4
- package/proagents/prompts/refactoring/README.md +4 -4
- package/proagents/prompts/refactoring/code-smells.md +9 -9
- package/proagents/prompts/refactoring/patterns.md +6 -6
- package/proagents/prompts/security-audit/README.md +6 -6
- package/proagents/prompts/security-audit/code-review.md +5 -5
- package/proagents/reverse-engineering/README.md +21 -21
- package/proagents/reverse-engineering/architecture-extraction.md +6 -6
- package/proagents/reverse-engineering/code-analysis.md +6 -6
- package/proagents/reverse-engineering/dependency-mapping.md +10 -10
- package/proagents/reverse-engineering/diagram-generation.md +9 -9
- package/proagents/reverse-engineering/documentation-generation.md +7 -7
- package/proagents/reverse-engineering/pattern-detection.md +8 -8
- package/proagents/reverse-engineering/quality-assessment.md +10 -10
- package/proagents/rules/README.md +7 -7
- package/proagents/rules/custom-rules.md +8 -8
- package/proagents/runbooks/README.md +9 -9
- package/proagents/runbooks/dependency-vulnerability.md +4 -4
- package/proagents/runbooks/incident-response.md +12 -12
- package/proagents/runbooks/performance-degradation.md +5 -5
- package/proagents/runbooks/production-debugging.md +5 -5
- package/proagents/scaffolding/nextjs/README.md +10 -10
- package/proagents/scaffolding/nodejs/README.md +10 -10
- package/proagents/scaffolding/project-types.md +7 -7
- package/proagents/scaffolding/react/README.md +6 -6
- package/proagents/scaffolding/react-native/README.md +10 -10
- package/proagents/security/owasp-checklist.md +3 -3
- package/proagents/security/sast-guide.md +6 -6
- package/proagents/security/security-report-template.md +5 -5
- package/proagents/security/vulnerability-scanning.md +6 -6
- package/proagents/slash-commands.json +50 -75
- package/proagents/standards/README.md +4 -4
- package/proagents/standards/architecture-patterns.md +10 -10
- package/proagents/standards/naming-conventions-template.md +4 -4
- package/proagents/standards/override-system.md +8 -8
- package/proagents/team/code-ownership.md +4 -4
- package/proagents/team/communication-templates.md +6 -6
- package/proagents/team/handoff-protocol.md +4 -4
- package/proagents/team/ide-setup/cursor.md +1 -1
- package/proagents/templates/README.md +1 -1
- package/proagents/templates/release-notes.md +214 -0
- package/proagents/ui-integration/figma-guide.md +3 -3
- package/proagents/ui-integration/manual-export-guide.md +2 -2
- package/proagents/ui-integration/sketch-interpretation.md +2 -2
- package/proagents/webhooks/events.md +3 -3
- package/proagents/workflow-modes/README.md +11 -11
- package/proagents/workflow-modes/deferred-tracking.md +12 -12
- package/proagents/workflow-modes/entry-modes.md +16 -16
- package/proagents/workflow-modes/guardrails.md +7 -7
- package/proagents/workflow-modes/mode-detection.md +7 -7
- package/proagents/workflow-modes/mode-switching.md +9 -9
|
@@ -10,7 +10,7 @@ Quick start guides for setting up ProAgents features.
|
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
12
|
# In your project directory
|
|
13
|
-
|
|
13
|
+
pa:init
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
This creates the `.proagents/` directory with default configuration.
|
|
@@ -33,7 +33,7 @@ checkpoints:
|
|
|
33
33
|
### 3. Start Your First Feature
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
|
|
36
|
+
pa:feature "Add user authentication"
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
That's it! ProAgents will guide you through the workflow.
|
|
@@ -54,7 +54,7 @@ That's it! ProAgents will guide you through the workflow.
|
|
|
54
54
|
|
|
55
55
|
## Next Steps
|
|
56
56
|
|
|
57
|
-
1. **Explore Commands**: Run
|
|
57
|
+
1. **Explore Commands**: Run `pa:help` to see all available commands
|
|
58
58
|
2. **Customize Standards**: Set up [coding standards](../standards/)
|
|
59
59
|
3. **Configure Rules**: Add [validation rules](../rules/)
|
|
60
60
|
4. **Set Up Integrations**: Connect your [tools](../integrations/)
|
|
@@ -32,20 +32,20 @@ That's it! Learning starts automatically.
|
|
|
32
32
|
As you work, the system learns:
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
|
-
|
|
35
|
+
pa:feature "Add user profile"
|
|
36
36
|
# → Learns feature naming patterns
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
pa:analyze
|
|
39
39
|
# → Learns project structure
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
pa:implement
|
|
42
42
|
# → Learns code patterns
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
### Step 3: Check Learning Progress
|
|
46
46
|
|
|
47
47
|
```bash
|
|
48
|
-
|
|
48
|
+
pa:learning status
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
Output:
|
|
@@ -167,13 +167,13 @@ You can explicitly teach patterns:
|
|
|
167
167
|
|
|
168
168
|
```bash
|
|
169
169
|
# Teach a naming convention
|
|
170
|
-
|
|
170
|
+
pa:learning teach "Components should use PascalCase with 'View' suffix"
|
|
171
171
|
|
|
172
172
|
# Teach a code pattern
|
|
173
|
-
|
|
173
|
+
pa:learning teach "Always use React Query for data fetching"
|
|
174
174
|
|
|
175
175
|
# Teach domain terminology
|
|
176
|
-
|
|
176
|
+
pa:learning teach "A 'Workspace' contains multiple 'Projects'"
|
|
177
177
|
```
|
|
178
178
|
|
|
179
179
|
### Correction Learning
|
|
@@ -250,7 +250,7 @@ learning:
|
|
|
250
250
|
### View Learning Summary
|
|
251
251
|
|
|
252
252
|
```bash
|
|
253
|
-
|
|
253
|
+
pa:learning report
|
|
254
254
|
```
|
|
255
255
|
|
|
256
256
|
Output:
|
|
@@ -276,16 +276,16 @@ Output:
|
|
|
276
276
|
### View Specific Patterns
|
|
277
277
|
|
|
278
278
|
```bash
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
279
|
+
pa:learning patterns # View all learned patterns
|
|
280
|
+
pa:learning patterns naming # View naming patterns
|
|
281
|
+
pa:learning patterns testing # View testing patterns
|
|
282
282
|
```
|
|
283
283
|
|
|
284
284
|
### View Corrections
|
|
285
285
|
|
|
286
286
|
```bash
|
|
287
|
-
|
|
288
|
-
|
|
287
|
+
pa:learning corrections # View all auto-corrections
|
|
288
|
+
pa:learning corrections active # View active corrections
|
|
289
289
|
```
|
|
290
290
|
|
|
291
291
|
---
|
|
@@ -295,36 +295,36 @@ Output:
|
|
|
295
295
|
### Export Learning Data
|
|
296
296
|
|
|
297
297
|
```bash
|
|
298
|
-
|
|
298
|
+
pa:learning export --output ./learning-export.json
|
|
299
299
|
```
|
|
300
300
|
|
|
301
301
|
### Import Learning Data
|
|
302
302
|
|
|
303
303
|
```bash
|
|
304
|
-
|
|
304
|
+
pa:learning import ./learning-export.json
|
|
305
305
|
```
|
|
306
306
|
|
|
307
307
|
### Reset Learning
|
|
308
308
|
|
|
309
309
|
```bash
|
|
310
310
|
# Reset specific category
|
|
311
|
-
|
|
311
|
+
pa:learning reset patterns
|
|
312
312
|
|
|
313
313
|
# Reset all learning
|
|
314
|
-
|
|
314
|
+
pa:learning reset --all
|
|
315
315
|
|
|
316
316
|
# Reset with confirmation
|
|
317
|
-
|
|
317
|
+
pa:learning reset --all --confirm
|
|
318
318
|
```
|
|
319
319
|
|
|
320
320
|
### Disable Specific Learning
|
|
321
321
|
|
|
322
322
|
```bash
|
|
323
323
|
# Temporarily disable a learned pattern
|
|
324
|
-
|
|
324
|
+
pa:learning disable "Use apiClient instead of fetch"
|
|
325
325
|
|
|
326
326
|
# Re-enable
|
|
327
|
-
|
|
327
|
+
pa:learning enable "Use apiClient instead of fetch"
|
|
328
328
|
```
|
|
329
329
|
|
|
330
330
|
---
|
|
@@ -335,20 +335,20 @@ Output:
|
|
|
335
335
|
|
|
336
336
|
```bash
|
|
337
337
|
# Check status
|
|
338
|
-
|
|
338
|
+
pa:learning status
|
|
339
339
|
|
|
340
340
|
# Debug mode
|
|
341
|
-
|
|
341
|
+
pa:learning debug
|
|
342
342
|
```
|
|
343
343
|
|
|
344
344
|
### Wrong Pattern Learned
|
|
345
345
|
|
|
346
346
|
```bash
|
|
347
347
|
# Remove incorrect pattern
|
|
348
|
-
|
|
348
|
+
pa:learning remove "incorrect pattern"
|
|
349
349
|
|
|
350
350
|
# Or correct it
|
|
351
|
-
|
|
351
|
+
pa:learning correct "old pattern" --to "correct pattern"
|
|
352
352
|
```
|
|
353
353
|
|
|
354
354
|
### Performance Issues
|
|
@@ -23,15 +23,15 @@ Connect ProAgents to your project management tools for seamless workflow trackin
|
|
|
23
23
|
### Step 1: Choose Your Tool
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
|
|
26
|
+
pa:pm setup
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
Select from the interactive menu, or specify directly:
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
pa:pm setup jira
|
|
33
|
+
pa:pm setup linear
|
|
34
|
+
pa:pm setup github
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
### Step 2: Authenticate
|
|
@@ -77,7 +77,7 @@ integrations:
|
|
|
77
77
|
### Step 3: Test Connection
|
|
78
78
|
|
|
79
79
|
```bash
|
|
80
|
-
|
|
80
|
+
pa:pm test
|
|
81
81
|
```
|
|
82
82
|
|
|
83
83
|
Expected output:
|
|
@@ -97,7 +97,7 @@ Expected output:
|
|
|
97
97
|
|
|
98
98
|
When you start a feature:
|
|
99
99
|
```bash
|
|
100
|
-
|
|
100
|
+
pa:feature "Add user authentication"
|
|
101
101
|
```
|
|
102
102
|
|
|
103
103
|
ProAgents automatically:
|
|
@@ -108,7 +108,7 @@ ProAgents automatically:
|
|
|
108
108
|
### Sync Status
|
|
109
109
|
|
|
110
110
|
```bash
|
|
111
|
-
|
|
111
|
+
pa:pm sync
|
|
112
112
|
```
|
|
113
113
|
|
|
114
114
|
Updates your PM tool with current feature status.
|
|
@@ -116,7 +116,7 @@ Updates your PM tool with current feature status.
|
|
|
116
116
|
### Link Existing Issue
|
|
117
117
|
|
|
118
118
|
```bash
|
|
119
|
-
|
|
119
|
+
pa:feature "Add auth" --issue PROJ-123
|
|
120
120
|
```
|
|
121
121
|
|
|
122
122
|
---
|
|
@@ -231,7 +231,7 @@ integrations:
|
|
|
231
231
|
|
|
232
232
|
```
|
|
233
233
|
┌─────────────────┐
|
|
234
|
-
│
|
|
234
|
+
│ pa:feature │
|
|
235
235
|
└────────┬────────┘
|
|
236
236
|
│
|
|
237
237
|
▼
|
|
@@ -262,7 +262,7 @@ integrations:
|
|
|
262
262
|
### Bug Fix Integration
|
|
263
263
|
|
|
264
264
|
```bash
|
|
265
|
-
|
|
265
|
+
pa:fix "Login button broken" --issue BUG-456
|
|
266
266
|
```
|
|
267
267
|
|
|
268
268
|
ProAgents:
|
|
@@ -277,24 +277,24 @@ ProAgents:
|
|
|
277
277
|
|
|
278
278
|
```bash
|
|
279
279
|
# Setup
|
|
280
|
-
|
|
280
|
+
pa:pm setup [tool] # Initialize PM integration
|
|
281
281
|
|
|
282
282
|
# Status
|
|
283
|
-
|
|
284
|
-
|
|
283
|
+
pa:pm status # Show integration status
|
|
284
|
+
pa:pm test # Test connection
|
|
285
285
|
|
|
286
286
|
# Sync
|
|
287
|
-
|
|
288
|
-
|
|
287
|
+
pa:pm sync # Sync current feature
|
|
288
|
+
pa:pm sync-all # Sync all active features
|
|
289
289
|
|
|
290
290
|
# Issues
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
291
|
+
pa:pm create "Title" # Create new issue
|
|
292
|
+
pa:pm link ISSUE-123 # Link current feature to issue
|
|
293
|
+
pa:pm unlink # Unlink current feature
|
|
294
294
|
|
|
295
295
|
# Queries
|
|
296
|
-
|
|
297
|
-
|
|
296
|
+
pa:pm issues # List assigned issues
|
|
297
|
+
pa:pm search "query" # Search issues
|
|
298
298
|
```
|
|
299
299
|
|
|
300
300
|
---
|
|
@@ -305,10 +305,10 @@ ProAgents:
|
|
|
305
305
|
|
|
306
306
|
```bash
|
|
307
307
|
# Re-authenticate
|
|
308
|
-
|
|
308
|
+
pa:pm auth
|
|
309
309
|
|
|
310
310
|
# Test with debug output
|
|
311
|
-
|
|
311
|
+
pa:pm test --debug
|
|
312
312
|
```
|
|
313
313
|
|
|
314
314
|
### Status Not Syncing
|
|
@@ -423,16 +423,16 @@ Let's wrap up. Please:
|
|
|
423
423
|
|
|
424
424
|
## ProAgents-Specific Tips
|
|
425
425
|
|
|
426
|
-
### Use
|
|
426
|
+
### Use Commands
|
|
427
427
|
|
|
428
428
|
```bash
|
|
429
|
-
|
|
429
|
+
pa:feature "Add user authentication"
|
|
430
430
|
# More effective than: "I want to add auth"
|
|
431
431
|
|
|
432
|
-
|
|
432
|
+
pa:fix "Login button not responding"
|
|
433
433
|
# More effective than: "There's a bug"
|
|
434
434
|
|
|
435
|
-
|
|
435
|
+
pa:analyze
|
|
436
436
|
# Let ProAgents understand your codebase first
|
|
437
437
|
```
|
|
438
438
|
|
|
@@ -54,16 +54,16 @@ ProAgents uses a 10-phase development workflow:
|
|
|
54
54
|
|
|
55
55
|
```bash
|
|
56
56
|
# Start a new feature
|
|
57
|
-
|
|
57
|
+
pa:feature "Feature name"
|
|
58
58
|
|
|
59
59
|
# Check status
|
|
60
|
-
|
|
60
|
+
pa:status
|
|
61
61
|
|
|
62
62
|
# Get help
|
|
63
|
-
|
|
63
|
+
pa:help
|
|
64
64
|
|
|
65
65
|
# Quick bug fix
|
|
66
|
-
|
|
66
|
+
pa:fix "Bug description"
|
|
67
67
|
```
|
|
68
68
|
|
|
69
69
|
### 3. Important Files
|
|
@@ -220,7 +220,7 @@ entry_modes:
|
|
|
220
220
|
- [Node.js Example](../examples/backend-nodejs/)
|
|
221
221
|
|
|
222
222
|
### Support
|
|
223
|
-
- Check
|
|
223
|
+
- Check `pa:help` for command reference
|
|
224
224
|
- Review troubleshooting guides
|
|
225
225
|
- Ask in team Slack channel
|
|
226
226
|
|
|
@@ -79,9 +79,9 @@ git pull origin develop
|
|
|
79
79
|
git checkout -b feature/my-feature
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
Or use
|
|
82
|
+
Or use command:
|
|
83
83
|
```
|
|
84
|
-
|
|
84
|
+
pa:branch-feature "my-feature"
|
|
85
85
|
```
|
|
86
86
|
|
|
87
87
|
### Working on Feature
|
|
@@ -103,7 +103,7 @@ git rebase origin/develop
|
|
|
103
103
|
git push origin feature/my-feature
|
|
104
104
|
|
|
105
105
|
# Create PR to develop
|
|
106
|
-
# (Or use
|
|
106
|
+
# (Or use pa:pr-create)
|
|
107
107
|
```
|
|
108
108
|
|
|
109
109
|
### Hotfix
|
|
@@ -126,16 +126,16 @@ git merge hotfix/critical-fix
|
|
|
126
126
|
|
|
127
127
|
---
|
|
128
128
|
|
|
129
|
-
##
|
|
129
|
+
## Commands for Git
|
|
130
130
|
|
|
131
131
|
| Command | Action |
|
|
132
132
|
|---------|--------|
|
|
133
|
-
|
|
|
134
|
-
|
|
|
135
|
-
|
|
|
136
|
-
|
|
|
137
|
-
|
|
|
138
|
-
|
|
|
133
|
+
| `pa:branch-feature "name"` | Create feature branch |
|
|
134
|
+
| `pa:branch-hotfix "name"` | Create hotfix branch |
|
|
135
|
+
| `pa:branch-release "v1.0.0"` | Create release branch |
|
|
136
|
+
| `pa:commit-feat` | Feature commit |
|
|
137
|
+
| `pa:commit-fix` | Fix commit |
|
|
138
|
+
| `pa:pr-create` | Create pull request |
|
|
139
139
|
|
|
140
140
|
---
|
|
141
141
|
|
|
@@ -231,11 +231,11 @@ npx husky add .husky/commit-msg 'npx commitlint --edit $1'
|
|
|
231
231
|
|
|
232
232
|
---
|
|
233
233
|
|
|
234
|
-
##
|
|
234
|
+
## Commands
|
|
235
235
|
|
|
236
236
|
| Command | Description |
|
|
237
237
|
|---------|-------------|
|
|
238
|
-
|
|
|
239
|
-
|
|
|
240
|
-
|
|
|
241
|
-
|
|
|
238
|
+
| `pa:commit-feat` | Create feature commit |
|
|
239
|
+
| `pa:commit-fix` | Create fix commit |
|
|
240
|
+
| `pa:commit-docs` | Create docs commit |
|
|
241
|
+
| `pa:commit-refactor` | Create refactor commit |
|
|
@@ -276,11 +276,11 @@ git push --force-with-lease
|
|
|
276
276
|
|
|
277
277
|
---
|
|
278
278
|
|
|
279
|
-
##
|
|
279
|
+
## Commands
|
|
280
280
|
|
|
281
281
|
| Command | Description |
|
|
282
282
|
|---------|-------------|
|
|
283
|
-
|
|
|
284
|
-
|
|
|
285
|
-
|
|
|
286
|
-
|
|
|
283
|
+
| `pa:pr-create` | Create pull request |
|
|
284
|
+
| `pa:pr-update` | Update PR description |
|
|
285
|
+
| `pa:pr-merge` | Merge pull request |
|
|
286
|
+
| `pa:pr-review` | Request review |
|
|
@@ -404,13 +404,13 @@ git:
|
|
|
404
404
|
|
|
405
405
|
---
|
|
406
406
|
|
|
407
|
-
##
|
|
407
|
+
## Commands
|
|
408
408
|
|
|
409
409
|
| Command | Description |
|
|
410
410
|
|---------|-------------|
|
|
411
|
-
|
|
|
412
|
-
|
|
|
413
|
-
|
|
|
414
|
-
|
|
|
415
|
-
|
|
|
416
|
-
|
|
|
411
|
+
| `pa:rollback` | Start rollback wizard |
|
|
412
|
+
| `pa:rollback --last` | Revert last commit |
|
|
413
|
+
| `pa:rollback --to [tag]` | Rollback to specific tag |
|
|
414
|
+
| `pa:rollback --commits [n]` | Revert last n commits |
|
|
415
|
+
| `pa:rollback --dry-run` | Preview rollback changes |
|
|
416
|
+
| `pa:rollback --status` | Check current rollback status |
|
|
@@ -51,7 +51,7 @@ IDE rules configure the AI assistant to:
|
|
|
51
51
|
|
|
52
52
|
1. **Follow ProAgents Workflow**: Use the correct phases and checkpoints
|
|
53
53
|
2. **Match Project Patterns**: Follow detected code conventions
|
|
54
|
-
3. **Use
|
|
54
|
+
3. **Use Commands**: Recognize `pa:feature`, `pa:fix`, `pa:doc` commands
|
|
55
55
|
4. **Maintain Context**: Keep track of current feature and phase
|
|
56
56
|
5. **Apply Standards**: Enforce project-specific coding standards
|
|
57
57
|
|
|
@@ -38,13 +38,13 @@ Respond to these commands:
|
|
|
38
38
|
|
|
39
39
|
| Command | Description | Action |
|
|
40
40
|
|---------|-------------|--------|
|
|
41
|
-
|
|
|
42
|
-
|
|
|
43
|
-
|
|
|
44
|
-
|
|
|
45
|
-
|
|
|
46
|
-
|
|
|
47
|
-
|
|
|
41
|
+
| `pa:init` | Initialize ProAgents | Set up workflow configuration |
|
|
42
|
+
| `pa:feature <name>` | New feature | Full development workflow |
|
|
43
|
+
| `pa:fix <bug>` | Bug fix | Streamlined fix workflow |
|
|
44
|
+
| `pa:doc` | Documentation | Generate docs for code |
|
|
45
|
+
| `pa:test` | Testing | Write/run tests |
|
|
46
|
+
| `pa:review` | Code review | Review current changes |
|
|
47
|
+
| `pa:status` | Status check | Show workflow progress |
|
|
48
48
|
|
|
49
49
|
## Task Execution
|
|
50
50
|
|
|
@@ -267,7 +267,7 @@ Add to `.vscode/settings.json`:
|
|
|
267
267
|
|
|
268
268
|
```json
|
|
269
269
|
{
|
|
270
|
-
"cline.customInstructions": "Follow ProAgents workflow. Use
|
|
270
|
+
"cline.customInstructions": "Follow ProAgents workflow. Use pa:feature for new features, pa:fix for bugs.",
|
|
271
271
|
|
|
272
272
|
"cline.alwaysAllowReads": true,
|
|
273
273
|
"cline.alwaysAllowWrites": false,
|
|
@@ -360,7 +360,7 @@ ide:
|
|
|
360
360
|
### Starting a Feature
|
|
361
361
|
|
|
362
362
|
```
|
|
363
|
-
User:
|
|
363
|
+
User: pa:feature user-authentication
|
|
364
364
|
|
|
365
365
|
Cline:
|
|
366
366
|
I'll help you implement user authentication. Let me start by analyzing the codebase.
|
|
@@ -383,7 +383,7 @@ Shall I proceed with this plan?
|
|
|
383
383
|
### Bug Fix
|
|
384
384
|
|
|
385
385
|
```
|
|
386
|
-
User:
|
|
386
|
+
User: pa:fix Login button not responding
|
|
387
387
|
|
|
388
388
|
Cline:
|
|
389
389
|
I'll investigate the login button issue.
|
|
@@ -86,7 +86,7 @@ Create `.continuerc.json` in your project root:
|
|
|
86
86
|
"steps": [
|
|
87
87
|
{
|
|
88
88
|
"type": "prompt",
|
|
89
|
-
"prompt": "You are integrated with ProAgents workflow. Available commands:\n-
|
|
89
|
+
"prompt": "You are integrated with ProAgents workflow. Available commands:\n- pa:feature <name> - Start new feature\n- pa:fix <bug> - Fix a bug\n- pa:doc - Generate documentation\n- pa:test - Generate tests\n- pa:review - Code review\n\nUser request: {{{ input }}}"
|
|
90
90
|
}
|
|
91
91
|
]
|
|
92
92
|
}
|
|
@@ -32,16 +32,16 @@ You are an AI assistant integrated with the ProAgents development workflow. Foll
|
|
|
32
32
|
|
|
33
33
|
## Workflow Commands
|
|
34
34
|
|
|
35
|
-
When the user types a
|
|
36
|
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
35
|
+
When the user types a command, follow the corresponding workflow:
|
|
36
|
+
|
|
37
|
+
- `pa:init` - Initialize ProAgents in this project
|
|
38
|
+
- `pa:feature <name>` - Start a new feature with full workflow
|
|
39
|
+
- `pa:fix <description>` - Start bug fix workflow
|
|
40
|
+
- `pa:doc` - Generate documentation
|
|
41
|
+
- `pa:test` - Run tests
|
|
42
|
+
- `pa:qa` - Quality assurance checks
|
|
43
|
+
- `pa:deploy` - Deployment workflow
|
|
44
|
+
- `pa:status` - Show current workflow status
|
|
45
45
|
|
|
46
46
|
## Development Phases
|
|
47
47
|
|
|
@@ -234,25 +234,25 @@ You are a senior developer helping with the ProAgents workflow.
|
|
|
234
234
|
- Explain trade-offs of different approaches
|
|
235
235
|
- Reference existing project patterns
|
|
236
236
|
|
|
237
|
-
##
|
|
237
|
+
## Commands
|
|
238
238
|
|
|
239
239
|
Respond to these custom commands:
|
|
240
240
|
|
|
241
|
-
###
|
|
241
|
+
### pa:feature
|
|
242
242
|
Start a new feature workflow:
|
|
243
243
|
1. Ask about the feature requirements
|
|
244
244
|
2. Analyze affected areas
|
|
245
245
|
3. Propose implementation plan
|
|
246
246
|
4. Guide through implementation
|
|
247
247
|
|
|
248
|
-
###
|
|
248
|
+
### pa:fix
|
|
249
249
|
Quick bug fix workflow:
|
|
250
250
|
1. Help identify the bug
|
|
251
251
|
2. Suggest fix approach
|
|
252
252
|
3. Generate fix code
|
|
253
253
|
4. Suggest test cases
|
|
254
254
|
|
|
255
|
-
###
|
|
255
|
+
### pa:review
|
|
256
256
|
Code review assistance:
|
|
257
257
|
1. Check for common issues
|
|
258
258
|
2. Verify patterns are followed
|
|
@@ -36,13 +36,13 @@ Recognize and respond to these workflow commands:
|
|
|
36
36
|
|
|
37
37
|
| Command | Action |
|
|
38
38
|
|---------|--------|
|
|
39
|
-
|
|
|
40
|
-
|
|
|
41
|
-
|
|
|
42
|
-
|
|
|
43
|
-
|
|
|
44
|
-
|
|
|
45
|
-
|
|
|
39
|
+
| `pa:init` | Initialize ProAgents workflow |
|
|
40
|
+
| `pa:feature <name>` | Start new feature development |
|
|
41
|
+
| `pa:fix <desc>` | Quick bug fix workflow |
|
|
42
|
+
| `pa:doc` | Generate documentation |
|
|
43
|
+
| `pa:test` | Run test suite |
|
|
44
|
+
| `pa:qa` | Quality checks |
|
|
45
|
+
| `pa:deploy` | Deployment preparation |
|
|
46
46
|
|
|
47
47
|
## Cascade Flow Integration
|
|
48
48
|
|
|
@@ -184,7 +184,7 @@ Configure custom flows in `.windsurfrules`:
|
|
|
184
184
|
```markdown
|
|
185
185
|
## Custom Flows
|
|
186
186
|
|
|
187
|
-
###
|
|
187
|
+
### pa:refactor Flow
|
|
188
188
|
1. Analyze current implementation
|
|
189
189
|
2. Identify improvement opportunities
|
|
190
190
|
3. Propose refactoring plan
|
|
@@ -192,7 +192,7 @@ Configure custom flows in `.windsurfrules`:
|
|
|
192
192
|
5. Verify no regressions
|
|
193
193
|
6. Update tests if needed
|
|
194
194
|
|
|
195
|
-
###
|
|
195
|
+
### pa:optimize Flow
|
|
196
196
|
1. Profile current performance
|
|
197
197
|
2. Identify bottlenecks
|
|
198
198
|
3. Propose optimizations
|
|
@@ -194,13 +194,13 @@ context_awareness:
|
|
|
194
194
|
reversibility:
|
|
195
195
|
# All adaptations can be undone
|
|
196
196
|
undo_commands:
|
|
197
|
-
- "
|
|
198
|
-
- "
|
|
199
|
-
- "
|
|
197
|
+
- "pa:learning-undo last"
|
|
198
|
+
- "pa:learning-undo [adaptation-id]"
|
|
199
|
+
- "pa:learning-disable [pattern]"
|
|
200
200
|
|
|
201
201
|
# Reset to defaults
|
|
202
202
|
reset:
|
|
203
|
-
- "
|
|
203
|
+
- "pa:learning-reset"
|
|
204
204
|
- "Clears all learned patterns"
|
|
205
205
|
- "Returns to default behavior"
|
|
206
206
|
```
|
|
@@ -294,12 +294,12 @@ learning:
|
|
|
294
294
|
|
|
295
295
|
---
|
|
296
296
|
|
|
297
|
-
##
|
|
297
|
+
## Commands
|
|
298
298
|
|
|
299
299
|
| Command | Description |
|
|
300
300
|
|---------|-------------|
|
|
301
|
-
|
|
|
302
|
-
|
|
|
303
|
-
|
|
|
304
|
-
|
|
|
305
|
-
|
|
|
301
|
+
| `pa:adaptation-status` | View current adaptations |
|
|
302
|
+
| `pa:adaptation-disable [id]` | Disable specific adaptation |
|
|
303
|
+
| `pa:adaptation-enable [id]` | Re-enable adaptation |
|
|
304
|
+
| `pa:adaptation-reset` | Reset all adaptations |
|
|
305
|
+
| `pa:adaptation-review` | Review pending adaptations |
|
|
@@ -265,19 +265,19 @@ learning:
|
|
|
265
265
|
|
|
266
266
|
# Reset options
|
|
267
267
|
reset_commands:
|
|
268
|
-
- "
|
|
269
|
-
- "
|
|
270
|
-
- "
|
|
268
|
+
- "pa:learning-reset all" # Reset everything
|
|
269
|
+
- "pa:learning-reset project" # Reset current project
|
|
270
|
+
- "pa:learning-reset patterns" # Reset patterns only
|
|
271
271
|
```
|
|
272
272
|
|
|
273
273
|
---
|
|
274
274
|
|
|
275
|
-
##
|
|
275
|
+
## Commands
|
|
276
276
|
|
|
277
277
|
| Command | Description |
|
|
278
278
|
|---------|-------------|
|
|
279
|
-
|
|
|
280
|
-
|
|
|
281
|
-
|
|
|
282
|
-
|
|
|
283
|
-
|
|
|
279
|
+
| `pa:learning-status` | Show learning statistics |
|
|
280
|
+
| `pa:learning-patterns` | View learned patterns |
|
|
281
|
+
| `pa:learning-corrections` | View correction history |
|
|
282
|
+
| `pa:learning-reset` | Reset learning data |
|
|
283
|
+
| `pa:learning-export` | Export learning data |
|