proagents 1.6.17 → 1.6.19

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.
Files changed (185) hide show
  1. package/.claude/settings.local.json +169 -0
  2. package/.proagents/AGENTS.md +2 -0
  3. package/.proagents/AI_INSTRUCTIONS.md +13 -0
  4. package/.proagents/ANTIGRAVITY.md +2 -0
  5. package/.proagents/BOLT.md +2 -0
  6. package/.proagents/CHATGPT.md +2 -0
  7. package/.proagents/CLAUDE.md +2 -0
  8. package/.proagents/GEMINI.md +2 -0
  9. package/.proagents/GROQ.md +2 -0
  10. package/.proagents/KIRO.md +2 -0
  11. package/.proagents/LOVABLE.md +2 -0
  12. package/.proagents/PROAGENTS.md +2 -0
  13. package/.proagents/REPLIT.md +2 -0
  14. package/.proagents/prompts/00-project-setup.md +878 -0
  15. package/.proagents/prompts/04-planning.md +38 -0
  16. package/.proagents/prompts/12-rnd.md +957 -0
  17. package/.proagents/workflow-modes/entry-modes.md +27 -0
  18. package/.proagents/worklog/_context.template.md +47 -0
  19. package/COMMANDS.md +654 -0
  20. package/README.md +16 -24
  21. package/package.json +2 -7
  22. package/.proagents/ai-models/README.md +0 -141
  23. package/.proagents/ai-models/cost-management.md +0 -362
  24. package/.proagents/ai-models/fallbacks.md +0 -342
  25. package/.proagents/ai-models/model-config.md +0 -318
  26. package/.proagents/ai-models/task-routing.md +0 -503
  27. package/.proagents/ai-training/README.md +0 -155
  28. package/.proagents/ai-training/continuous-learning.md +0 -413
  29. package/.proagents/ai-training/domain-knowledge.md +0 -378
  30. package/.proagents/ai-training/pattern-learning.md +0 -455
  31. package/.proagents/ai-training/training-data.md +0 -337
  32. package/.proagents/ai-training/user-preferences.md +0 -346
  33. package/.proagents/approval-workflows/README.md +0 -146
  34. package/.proagents/approval-workflows/approval-config.md +0 -332
  35. package/.proagents/approval-workflows/approval-stages.md +0 -503
  36. package/.proagents/approval-workflows/emergency-bypass.md +0 -351
  37. package/.proagents/approval-workflows/examples.md +0 -859
  38. package/.proagents/approval-workflows/notifications.md +0 -320
  39. package/.proagents/compliance/README.md +0 -206
  40. package/.proagents/compliance/access-control.md +0 -310
  41. package/.proagents/compliance/audit-logging.md +0 -444
  42. package/.proagents/compliance/compliance-frameworks.md +0 -429
  43. package/.proagents/compliance/reports.md +0 -491
  44. package/.proagents/compliance/retention-policies.md +0 -454
  45. package/.proagents/config-versioning/README.md +0 -120
  46. package/.proagents/config-versioning/changelog.md +0 -300
  47. package/.proagents/config-versioning/rollback.md +0 -283
  48. package/.proagents/config-versioning/versioning.md +0 -330
  49. package/.proagents/contract-testing/README.md +0 -223
  50. package/.proagents/contract-testing/contract-testing.md +0 -614
  51. package/.proagents/contract-testing/pact-integration.md +0 -507
  52. package/.proagents/contract-testing/schema-validation.md +0 -565
  53. package/.proagents/dependency-management/README.md +0 -140
  54. package/.proagents/dependency-management/automation.md +0 -363
  55. package/.proagents/dependency-management/compatibility.md +0 -319
  56. package/.proagents/dependency-management/security-scanning.md +0 -413
  57. package/.proagents/dependency-management/update-policies.md +0 -374
  58. package/.proagents/disaster-recovery/README.md +0 -247
  59. package/.proagents/disaster-recovery/automation.md +0 -366
  60. package/.proagents/disaster-recovery/backup-recovery.md +0 -571
  61. package/.proagents/disaster-recovery/incident-response.md +0 -565
  62. package/.proagents/disaster-recovery/rollback-procedures.md +0 -499
  63. package/.proagents/disaster-recovery/runbooks.md +0 -603
  64. package/.proagents/disaster-recovery/scenarios.md +0 -892
  65. package/.proagents/disaster-recovery/testing.md +0 -438
  66. package/.proagents/environments/README.md +0 -244
  67. package/.proagents/environments/configuration.md +0 -437
  68. package/.proagents/environments/promotion.md +0 -434
  69. package/.proagents/environments/setup.md +0 -420
  70. package/.proagents/examples/README.md +0 -55
  71. package/.proagents/examples/backend-nodejs/README.md +0 -188
  72. package/.proagents/examples/backend-nodejs/complete-conversation.md +0 -601
  73. package/.proagents/examples/backend-nodejs/proagents.config.yaml +0 -415
  74. package/.proagents/examples/backend-nodejs/workflow-example.md +0 -909
  75. package/.proagents/examples/fullstack-nextjs/README.md +0 -155
  76. package/.proagents/examples/fullstack-nextjs/complete-conversation.md +0 -604
  77. package/.proagents/examples/fullstack-nextjs/proagents.config.yaml +0 -287
  78. package/.proagents/examples/fullstack-nextjs/workflow-example.md +0 -553
  79. package/.proagents/examples/mobile-react-native/README.md +0 -171
  80. package/.proagents/examples/mobile-react-native/complete-conversation.md +0 -825
  81. package/.proagents/examples/mobile-react-native/proagents.config.yaml +0 -330
  82. package/.proagents/examples/mobile-react-native/workflow-example.md +0 -723
  83. package/.proagents/examples/web-frontend-react/README.md +0 -125
  84. package/.proagents/examples/web-frontend-react/complete-conversation.md +0 -556
  85. package/.proagents/examples/web-frontend-react/proagents.config.yaml +0 -183
  86. package/.proagents/examples/web-frontend-react/workflow-example.md +0 -603
  87. package/.proagents/existing-projects/README.md +0 -65
  88. package/.proagents/existing-projects/challenges.md +0 -861
  89. package/.proagents/existing-projects/coexistence-mode.md +0 -483
  90. package/.proagents/existing-projects/compatibility-assessment.md +0 -541
  91. package/.proagents/existing-projects/gradual-adoption.md +0 -515
  92. package/.proagents/existing-projects/migration-strategies.md +0 -788
  93. package/.proagents/existing-projects/pattern-reconciliation.md +0 -489
  94. package/.proagents/existing-projects/team-onboarding.md +0 -617
  95. package/.proagents/existing-projects/technical-debt-handling.md +0 -644
  96. package/.proagents/feature-flags/README.md +0 -263
  97. package/.proagents/feature-flags/ab-testing.md +0 -413
  98. package/.proagents/feature-flags/configuration.md +0 -420
  99. package/.proagents/feature-flags/kill-switches.md +0 -444
  100. package/.proagents/feature-flags/rollout-strategies.md +0 -392
  101. package/.proagents/history.log +0 -12
  102. package/.proagents/i18n/README.md +0 -133
  103. package/.proagents/i18n/extraction.md +0 -433
  104. package/.proagents/i18n/tms-integration.md +0 -332
  105. package/.proagents/i18n/translation-workflow.md +0 -413
  106. package/.proagents/i18n/validation.md +0 -355
  107. package/.proagents/logging/README.md +0 -276
  108. package/.proagents/logging/aggregation.md +0 -475
  109. package/.proagents/logging/log-levels.md +0 -376
  110. package/.proagents/logging/sensitive-data.md +0 -423
  111. package/.proagents/logging/structured-logging.md +0 -406
  112. package/.proagents/metrics/README.md +0 -69
  113. package/.proagents/metrics/code-quality-kpis.md +0 -461
  114. package/.proagents/metrics/deployment-metrics.md +0 -517
  115. package/.proagents/metrics/developer-productivity.md +0 -368
  116. package/.proagents/metrics/learning-effectiveness.md +0 -478
  117. package/.proagents/migrations/README.md +0 -77
  118. package/.proagents/migrations/from-claude-projects.md +0 -313
  119. package/.proagents/migrations/from-cursor-rules.md +0 -345
  120. package/.proagents/migrations/from-custom-workflows.md +0 -410
  121. package/.proagents/monitoring/README.md +0 -308
  122. package/.proagents/monitoring/alerting.md +0 -449
  123. package/.proagents/monitoring/dashboards.md +0 -454
  124. package/.proagents/monitoring/health-checks.md +0 -436
  125. package/.proagents/monitoring/metrics.md +0 -434
  126. package/.proagents/multi-project/README.md +0 -170
  127. package/.proagents/multi-project/coordinated-deploy.md +0 -510
  128. package/.proagents/multi-project/cross-project-deps.md +0 -395
  129. package/.proagents/multi-project/unified-changelog.md +0 -477
  130. package/.proagents/multi-project/walkthroughs/monorepo-setup.md +0 -787
  131. package/.proagents/multi-project/workspace-config.md +0 -408
  132. package/.proagents/notifications/README.md +0 -151
  133. package/.proagents/notifications/channels.md +0 -457
  134. package/.proagents/notifications/preferences.md +0 -415
  135. package/.proagents/notifications/routing.md +0 -449
  136. package/.proagents/notifications/scheduling.md +0 -425
  137. package/.proagents/notifications/templates.md +0 -446
  138. package/.proagents/offline-mode/README.md +0 -145
  139. package/.proagents/offline-mode/caching.md +0 -344
  140. package/.proagents/offline-mode/offline-operations.md +0 -312
  141. package/.proagents/offline-mode/queue-specifications.md +0 -679
  142. package/.proagents/offline-mode/sync.md +0 -475
  143. package/.proagents/parallel-features/README.md +0 -85
  144. package/.proagents/parallel-features/conflict-detection.md +0 -226
  145. package/.proagents/parallel-features/dependency-management.md +0 -392
  146. package/.proagents/parallel-features/merge-coordination.md +0 -506
  147. package/.proagents/parallel-features/tracking-system.md +0 -416
  148. package/.proagents/performance/README.md +0 -59
  149. package/.proagents/performance/bundle-analysis.md +0 -375
  150. package/.proagents/performance/load-testing.md +0 -563
  151. package/.proagents/performance/runtime-metrics.md +0 -489
  152. package/.proagents/performance/web-vitals.md +0 -425
  153. package/.proagents/plugins/README.md +0 -139
  154. package/.proagents/plugins/creating-plugins.md +0 -504
  155. package/.proagents/plugins/plugin-api.md +0 -467
  156. package/.proagents/plugins/plugin-registry.md +0 -276
  157. package/.proagents/reporting/README.md +0 -158
  158. package/.proagents/reporting/dashboards.md +0 -366
  159. package/.proagents/reporting/exports.md +0 -524
  160. package/.proagents/reporting/quality-metrics.md +0 -385
  161. package/.proagents/reporting/templates/README.md +0 -56
  162. package/.proagents/reporting/templates/dashboard-config.json +0 -187
  163. package/.proagents/reporting/templates/metrics-queries.md +0 -427
  164. package/.proagents/reporting/templates/react-dashboard.tsx +0 -544
  165. package/.proagents/reporting/templates/widgets.md +0 -451
  166. package/.proagents/reporting/velocity-metrics.md +0 -340
  167. package/.proagents/reverse-engineering/README.md +0 -151
  168. package/.proagents/reverse-engineering/architecture-extraction.md +0 -325
  169. package/.proagents/reverse-engineering/code-analysis.md +0 -377
  170. package/.proagents/reverse-engineering/dependency-mapping.md +0 -567
  171. package/.proagents/reverse-engineering/diagram-generation.md +0 -586
  172. package/.proagents/reverse-engineering/documentation-generation.md +0 -468
  173. package/.proagents/reverse-engineering/pattern-detection.md +0 -569
  174. package/.proagents/reverse-engineering/quality-assessment.md +0 -733
  175. package/.proagents/secrets/README.md +0 -278
  176. package/.proagents/secrets/access-control.md +0 -443
  177. package/.proagents/secrets/rotation.md +0 -403
  178. package/.proagents/secrets/scanning.md +0 -487
  179. package/.proagents/secrets/storage.md +0 -394
  180. package/.proagents/webhooks/README.md +0 -126
  181. package/.proagents/webhooks/endpoints.md +0 -298
  182. package/.proagents/webhooks/events.md +0 -316
  183. package/.proagents/webhooks/payloads.md +0 -325
  184. package/.proagents/webhooks/reliability.md +0 -363
  185. package/.proagents/webhooks/security.md +0 -380
@@ -1,475 +0,0 @@
1
- # Offline Sync
2
-
3
- Synchronize work done offline when connectivity is restored.
4
-
5
- ---
6
-
7
- ## Sync Overview
8
-
9
- ```
10
- ┌─────────────────────────────────────────────────────────────┐
11
- │ Offline → Online Sync │
12
- ├─────────────────────────────────────────────────────────────┤
13
- │ │
14
- │ OFFLINE ONLINE │
15
- │ ┌──────────────┐ ┌──────────────┐ │
16
- │ │ Local Queue │ │ AI Services │ │
17
- │ │ ┌──────────┐ │ └──────────────┘ │
18
- │ │ │ Task 1 │ │ ↑ │
19
- │ │ │ Task 2 │ │ ──────▶ Sync │
20
- │ │ │ Task 3 │ │ ↓ │
21
- │ │ └──────────┘ │ ┌──────────────┐ │
22
- │ └──────────────┘ │ PM Systems │ │
23
- │ └──────────────┘ │
24
- │ ┌──────────────┐ ↓ │
25
- │ │ Local Cache │ ┌──────────────┐ │
26
- │ └──────────────┘ ◀────── │ Merge Back │ │
27
- │ └──────────────┘ │
28
- │ │
29
- └─────────────────────────────────────────────────────────────┘
30
- ```
31
-
32
- ---
33
-
34
- ## Sync Configuration
35
-
36
- ### Basic Settings
37
-
38
- ```yaml
39
- offline:
40
- sync:
41
- enabled: true
42
-
43
- # Auto-sync when online
44
- auto_sync_on_reconnect: true
45
-
46
- # Sync frequency when online
47
- background_sync_interval: "5m"
48
-
49
- # Conflict resolution
50
- conflict_strategy: "prompt" # prompt, local_wins, remote_wins
51
-
52
- # Retry settings
53
- retry:
54
- max_attempts: 3
55
- backoff: "exponential"
56
- initial_delay: "1s"
57
- ```
58
-
59
- ### Connectivity Detection
60
-
61
- ```yaml
62
- offline:
63
- connectivity:
64
- # How to detect online status
65
- detection_method: "hybrid" # ping, fetch, hybrid
66
-
67
- # Endpoints to check
68
- check_endpoints:
69
- - "https://api.anthropic.com/health"
70
- - "https://api.openai.com/health"
71
- - "{{pm_integration.url}}/health"
72
-
73
- # Check frequency
74
- check_interval: "30s"
75
-
76
- # Timeout
77
- timeout: "5s"
78
-
79
- # Require multiple endpoints
80
- require_multiple: false
81
- ```
82
-
83
- ---
84
-
85
- ## Queue Sync
86
-
87
- ### Processing Queue
88
-
89
- ```yaml
90
- offline:
91
- sync:
92
- queue:
93
- # Priority order
94
- priority_order:
95
- - "commits" # Git operations first
96
- - "status_updates" # PM system updates
97
- - "ai_requests" # AI completions
98
- - "analytics" # Analytics last
99
-
100
- # Batch processing
101
- batch_size: 10
102
- batch_delay: "1s"
103
-
104
- # Concurrent operations
105
- max_concurrent: 3
106
- ```
107
-
108
- ### Queue Processing
109
-
110
- ```
111
- ┌─────────────────────────────────────────────────────────────┐
112
- │ Sync Queue Processing │
113
- ├─────────────────────────────────────────────────────────────┤
114
- │ │
115
- │ Connection Restored: 2 minutes ago │
116
- │ │
117
- │ Queue Status: │
118
- │ ├── Total Items: 15 │
119
- │ ├── Processed: 12 ✅ │
120
- │ ├── Pending: 2 🔄 │
121
- │ └── Failed: 1 ❌ │
122
- │ │
123
- │ Current: Syncing PM status updates... │
124
- │ [████████████░░░░░░░░] 60% │
125
- │ │
126
- │ Failed Items: │
127
- │ • AI request (auth-suggestions) - Retry in 30s │
128
- │ │
129
- └─────────────────────────────────────────────────────────────┘
130
- ```
131
-
132
- ---
133
-
134
- ## Conflict Resolution
135
-
136
- ### Conflict Types
137
-
138
- ```yaml
139
- offline:
140
- sync:
141
- conflicts:
142
- # File conflicts
143
- file_conflicts:
144
- detection: "hash_comparison"
145
-
146
- resolution:
147
- # If both modified
148
- both_modified: "merge_or_prompt"
149
-
150
- # If remote deleted
151
- remote_deleted: "keep_local"
152
-
153
- # If local deleted
154
- local_deleted: "prompt"
155
-
156
- # Status conflicts
157
- status_conflicts:
158
- # Feature status changed remotely
159
- feature_status:
160
- resolution: "remote_wins"
161
- notify: true
162
-
163
- # Issue updated
164
- pm_status:
165
- resolution: "merge"
166
- fields_to_merge:
167
- - "comments"
168
- - "attachments"
169
- fields_remote_wins:
170
- - "status"
171
- - "assignee"
172
- ```
173
-
174
- ### Conflict Resolution UI
175
-
176
- ```
177
- ┌─────────────────────────────────────────────────────────────┐
178
- │ Sync Conflict Detected │
179
- ├─────────────────────────────────────────────────────────────┤
180
- │ │
181
- │ File: src/auth/login.ts │
182
- │ Conflict Type: Both Modified │
183
- │ │
184
- │ LOCAL VERSION: REMOTE VERSION: │
185
- │ ┌─────────────────────┐ ┌─────────────────────┐ │
186
- │ │ function login() { │ │ function login() { │ │
187
- │ │ // Local change │ │ // Remote change │ │
188
- │ │ validateInput(); │ │ sanitizeInput(); │ │
189
- │ │ } │ │ } │ │
190
- │ └─────────────────────┘ └─────────────────────┘ │
191
- │ │
192
- │ Modified locally: 2h ago │
193
- │ Modified remotely: 30m ago by alice@company.com │
194
- │ │
195
- │ [Keep Local] [Use Remote] [Merge] [View Diff] │
196
- │ │
197
- └─────────────────────────────────────────────────────────────┘
198
- ```
199
-
200
- ### Automatic Merge
201
-
202
- ```yaml
203
- offline:
204
- sync:
205
- auto_merge:
206
- enabled: true
207
-
208
- # Safe to auto-merge
209
- safe_patterns:
210
- - "non_overlapping_changes"
211
- - "additive_changes_only"
212
- - "comment_changes"
213
- - "formatting_only"
214
-
215
- # Never auto-merge
216
- never_auto_merge:
217
- - "same_lines_modified"
218
- - "structural_changes"
219
- - "security_sensitive_files"
220
- ```
221
-
222
- ---
223
-
224
- ## Data Sync
225
-
226
- ### Feature Data
227
-
228
- ```yaml
229
- offline:
230
- sync:
231
- data:
232
- features:
233
- # What to sync
234
- sync_fields:
235
- - "status"
236
- - "phase"
237
- - "progress"
238
- - "notes"
239
- - "attachments"
240
-
241
- # Sync direction
242
- direction: "bidirectional"
243
-
244
- # Conflict handling
245
- conflicts:
246
- status: "remote_wins"
247
- notes: "merge"
248
- attachments: "keep_both"
249
- ```
250
-
251
- ### Analysis Cache
252
-
253
- ```yaml
254
- offline:
255
- sync:
256
- cache:
257
- # Update analysis cache
258
- refresh_analysis: true
259
- refresh_if_stale: "1d"
260
-
261
- # Update pattern cache
262
- refresh_patterns: true
263
-
264
- # Download new resources
265
- download_updates:
266
- - "dependency_vulnerabilities"
267
- - "security_advisories"
268
- - "documentation_updates"
269
- ```
270
-
271
- ---
272
-
273
- ## PM System Sync
274
-
275
- ### Issue Sync
276
-
277
- ```yaml
278
- offline:
279
- sync:
280
- pm_integration:
281
- # Sync pending updates
282
- sync_pending_updates: true
283
-
284
- # Create queued issues
285
- create_queued_issues: true
286
-
287
- # Update comments
288
- sync_comments: true
289
-
290
- # Conflict handling
291
- conflicts:
292
- issue_status:
293
- resolution: "remote_wins"
294
- log_conflict: true
295
-
296
- issue_fields:
297
- resolution: "merge"
298
- fields:
299
- description: "local_wins"
300
- labels: "union"
301
- comments: "append"
302
- ```
303
-
304
- ### Sync Report
305
-
306
- ```
307
- ┌─────────────────────────────────────────────────────────────┐
308
- │ PM System Sync Complete │
309
- ├─────────────────────────────────────────────────────────────┤
310
- │ │
311
- │ Jira Sync: │
312
- │ ├── Issues created: 2 │
313
- │ ├── Issues updated: 5 │
314
- │ ├── Comments synced: 12 │
315
- │ └── Conflicts resolved: 1 (remote status won) │
316
- │ │
317
- │ GitHub Sync: │
318
- │ ├── Commits pushed: 8 │
319
- │ ├── PRs updated: 1 │
320
- │ └── Comments synced: 4 │
321
- │ │
322
- │ Linear Sync: │
323
- │ └── No pending changes │
324
- │ │
325
- └─────────────────────────────────────────────────────────────┘
326
- ```
327
-
328
- ---
329
-
330
- ## AI Request Sync
331
-
332
- ### Queued AI Requests
333
-
334
- ```yaml
335
- offline:
336
- sync:
337
- ai_requests:
338
- # Process queued requests
339
- process_queue: true
340
-
341
- # Priority
342
- priority_order:
343
- - "blocking_requests" # User waiting
344
- - "code_completion" # Active development
345
- - "analysis_requests" # Background
346
- - "documentation" # Low priority
347
-
348
- # Timeout handling
349
- expired_requests:
350
- max_age: "24h"
351
- action: "discard_with_notification"
352
-
353
- # Result delivery
354
- deliver_results:
355
- notification: true
356
- update_cache: true
357
- ```
358
-
359
- ### AI Sync Status
360
-
361
- ```
362
- ┌─────────────────────────────────────────────────────────────┐
363
- │ AI Request Sync │
364
- ├─────────────────────────────────────────────────────────────┤
365
- │ │
366
- │ Queued Requests: 5 │
367
- │ │
368
- │ Processing: │
369
- │ ├── auth-code-review (blocking) [████████░░] 80% │
370
- │ ├── test-suggestions (code_completion) [░░░░░░░░░░] 0% │
371
- │ └── api-docs-gen (documentation) [░░░░░░░░░░] 0% │
372
- │ │
373
- │ Completed (offline): │
374
- │ ├── login-fix-suggestions ✅ Results ready │
375
- │ └── component-analysis ✅ Results ready │
376
- │ │
377
- │ [View Results] [Prioritize] [Cancel Pending] │
378
- │ │
379
- └─────────────────────────────────────────────────────────────┘
380
- ```
381
-
382
- ---
383
-
384
- ## Sync Commands
385
-
386
- ### Manual Sync
387
-
388
- ```bash
389
- # Full sync
390
- proagents sync
391
-
392
- # Sync specific type
393
- proagents sync --type pm
394
- proagents sync --type git
395
- proagents sync --type ai
396
-
397
- # Force sync (ignore conflicts)
398
- proagents sync --force
399
-
400
- # Dry run
401
- proagents sync --dry-run
402
-
403
- # View queue
404
- proagents sync queue
405
-
406
- # Resolve conflicts
407
- proagents sync conflicts
408
- ```
409
-
410
- ### Sync Status
411
-
412
- ```bash
413
- # Check sync status
414
- proagents sync status
415
-
416
- # Output:
417
- ┌─────────────────────────────────────────────────────────────┐
418
- │ Sync Status │
419
- ├─────────────────────────────────────────────────────────────┤
420
- │ Connection: Online ✅ │
421
- │ Last sync: 5 minutes ago │
422
- │ │
423
- │ Pending: │
424
- │ • 0 git operations │
425
- │ • 2 PM updates │
426
- │ • 1 AI request │
427
- │ │
428
- │ Conflicts: 0 │
429
- │ Errors: 0 │
430
- │ │
431
- │ Next auto-sync: 4 minutes │
432
- └─────────────────────────────────────────────────────────────┘
433
- ```
434
-
435
- ---
436
-
437
- ## Notifications
438
-
439
- ### Sync Notifications
440
-
441
- ```yaml
442
- offline:
443
- sync:
444
- notifications:
445
- # Notify on sync complete
446
- on_complete:
447
- enabled: true
448
- summary: true
449
-
450
- # Notify on conflicts
451
- on_conflict:
452
- enabled: true
453
- require_action: true
454
-
455
- # Notify on errors
456
- on_error:
457
- enabled: true
458
- include_retry_info: true
459
-
460
- # Channels
461
- channels:
462
- - "desktop"
463
- - "cli"
464
- ```
465
-
466
- ---
467
-
468
- ## Best Practices
469
-
470
- 1. **Sync Regularly**: Don't let queue grow too large
471
- 2. **Review Conflicts**: Don't blindly accept resolutions
472
- 3. **Monitor Failed Items**: Address sync failures promptly
473
- 4. **Prioritize Correctly**: Ensure blocking items sync first
474
- 5. **Backup Before Sync**: Keep local backup of important work
475
- 6. **Test Connectivity**: Verify stable connection before large syncs
@@ -1,85 +0,0 @@
1
- # Parallel Feature Development
2
-
3
- Support for developing multiple features simultaneously.
4
-
5
- ---
6
-
7
- ## Overview
8
-
9
- ProAgents supports parallel development of multiple features with:
10
-
11
- - Conflict detection and prevention
12
- - Dependency management
13
- - Merge coordination
14
- - Progress tracking across features
15
-
16
- ---
17
-
18
- ## How It Works
19
-
20
- ### Feature Isolation
21
-
22
- Each feature gets:
23
- - Dedicated Git branch
24
- - Separate tracking directory
25
- - Independent phase progression
26
- - Own requirements and design docs
27
-
28
- ### Conflict Prevention
29
-
30
- Before modifying files:
31
- 1. Check if other features touch same files
32
- 2. Identify overlapping sections
33
- 3. Alert or coordinate as needed
34
-
35
- ### Merge Order
36
-
37
- Based on dependencies and conflicts:
38
- ```
39
- Recommended merge order:
40
- 1. feature-user-auth (no dependencies)
41
- 2. feature-dashboard (depends on auth)
42
- 3. feature-notifications (depends on dashboard)
43
- ```
44
-
45
- ---
46
-
47
- ## Configuration
48
-
49
- ```yaml
50
- # proagents.config.yaml
51
- parallel_features:
52
- enabled: true
53
- max_concurrent: 3
54
-
55
- conflict_detection:
56
- check_on:
57
- - feature_start
58
- - file_save
59
- - pre_commit
60
-
61
- risk_thresholds:
62
- same_file_different_sections: "low"
63
- same_file_same_section: "medium"
64
- same_function: "high"
65
- ```
66
-
67
- ---
68
-
69
- ## Files
70
-
71
- | File | Description |
72
- |------|-------------|
73
- | `README.md` | This file |
74
- | `conflict-detection.md` | Detailed conflict detection guide |
75
-
76
- ---
77
-
78
- ## Commands
79
-
80
- | Command | Description |
81
- |---------|-------------|
82
- | `pa:conflict-check` | Check for conflicts |
83
- | `pa:conflict-status` | View conflict dashboard |
84
- | `pa:feature-deps` | View feature dependencies |
85
- | `pa:merge-order` | Get recommended merge order |