proagents 1.6.20 → 1.6.22

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 (136) hide show
  1. package/.claude/settings.local.json +3 -1
  2. package/.proagents/.cursorrules +1 -1
  3. package/.proagents/.windsurfrules +1 -1
  4. package/.proagents/AGENTS.md +1 -1
  5. package/.proagents/AI_INSTRUCTIONS.md +29 -1
  6. package/.proagents/BOLT.md +1 -1
  7. package/.proagents/CLAUDE.md +1 -1
  8. package/.proagents/GEMINI.md +1 -1
  9. package/.proagents/KIRO.md +1 -1
  10. package/.proagents/LOVABLE.md +1 -1
  11. package/.proagents/REPLIT.md +1 -1
  12. package/.proagents/custom-commands.yaml +1 -2
  13. package/.proagents/docs/command-details.md +1 -2
  14. package/.proagents/getting-started/ai-training-setup.md +0 -1
  15. package/.proagents/performance/README.md +59 -0
  16. package/.proagents/performance/bundle-analysis.md +375 -0
  17. package/.proagents/performance/load-testing.md +563 -0
  18. package/.proagents/performance/runtime-metrics.md +489 -0
  19. package/.proagents/performance/web-vitals.md +425 -0
  20. package/.proagents/proagents.config.yaml +55 -1
  21. package/.proagents/prompts/11-session-tracking.md +100 -0
  22. package/.proagents/prompts/13-commit.md +426 -0
  23. package/.proagents/workflow-modes/entry-modes.md +1 -6
  24. package/COMMANDS.md +19 -0
  25. package/lib/commands/init.js +62 -11
  26. package/package.json +1 -1
  27. package/.proagents/api-versioning/README.md +0 -257
  28. package/.proagents/api-versioning/changelog-template.md +0 -225
  29. package/.proagents/api-versioning/deprecation-workflow.md +0 -470
  30. package/.proagents/api-versioning/versioning-strategy.md +0 -291
  31. package/.proagents/automation/README.md +0 -38
  32. package/.proagents/automation/ai-behavior-rules.md +0 -339
  33. package/.proagents/automation/ai-prompt-injection.md +0 -331
  34. package/.proagents/automation/auto-decisions.md +0 -535
  35. package/.proagents/automation/decision-defaults.yaml +0 -317
  36. package/.proagents/cache/README.md +0 -110
  37. package/.proagents/cache/analysis-metadata.json +0 -76
  38. package/.proagents/cache/conventions.json +0 -125
  39. package/.proagents/cache/dependencies.json +0 -85
  40. package/.proagents/cache/features.json +0 -115
  41. package/.proagents/cache/patterns.json +0 -105
  42. package/.proagents/cache/schemas/conventions-schema.json +0 -138
  43. package/.proagents/cache/schemas/dependencies-schema.json +0 -95
  44. package/.proagents/cache/schemas/features-schema.json +0 -104
  45. package/.proagents/cache/schemas/metadata-schema.json +0 -83
  46. package/.proagents/cache/schemas/patterns-schema.json +0 -136
  47. package/.proagents/cache/schemas/structure-schema.json +0 -72
  48. package/.proagents/cache/structure.json +0 -109
  49. package/.proagents/checklists/README.md +0 -261
  50. package/.proagents/checklists/code-quality.md +0 -137
  51. package/.proagents/checklists/code-review.md +0 -148
  52. package/.proagents/checklists/pr-checklist.md +0 -78
  53. package/.proagents/checklists/pre-deployment.md +0 -132
  54. package/.proagents/checklists/pre-implementation.md +0 -80
  55. package/.proagents/checklists/testing.md +0 -120
  56. package/.proagents/checkpoints.json +0 -13
  57. package/.proagents/cicd/README.md +0 -338
  58. package/.proagents/cicd/azure-devops.md +0 -267
  59. package/.proagents/cicd/github-actions.md +0 -375
  60. package/.proagents/cicd/gitlab-ci.md +0 -278
  61. package/.proagents/cicd/jenkins.md +0 -317
  62. package/.proagents/collaboration/README.md +0 -143
  63. package/.proagents/collaboration/roles.md +0 -248
  64. package/.proagents/collaboration/sessions.md +0 -390
  65. package/.proagents/collaboration/sync.md +0 -358
  66. package/.proagents/cost/README.md +0 -48
  67. package/.proagents/cost/cost-template.md +0 -283
  68. package/.proagents/cost/estimation-framework.md +0 -287
  69. package/.proagents/database/README.md +0 -72
  70. package/.proagents/database/examples/001-create-users.sql +0 -129
  71. package/.proagents/database/examples/002-add-preferences.sql +0 -94
  72. package/.proagents/database/examples/003-add-index.sql +0 -105
  73. package/.proagents/database/examples/004-rename-column.sql +0 -122
  74. package/.proagents/database/examples/005-add-foreign-key.sql +0 -142
  75. package/.proagents/database/examples/006-data-migration.sql +0 -196
  76. package/.proagents/database/examples/007-drop-column.sql +0 -163
  77. package/.proagents/database/examples/README.md +0 -89
  78. package/.proagents/database/migration-workflow.md +0 -478
  79. package/.proagents/database/rollback-scripts.md +0 -487
  80. package/.proagents/database/safety-checks.md +0 -447
  81. package/.proagents/git/README.md +0 -68
  82. package/.proagents/git/branch-strategy.md +0 -164
  83. package/.proagents/git/commit-conventions.md +0 -241
  84. package/.proagents/git/pr-workflow.md +0 -286
  85. package/.proagents/git/rollback-procedures.md +0 -416
  86. package/.proagents/ide-integration/README.md +0 -124
  87. package/.proagents/ide-integration/cline-config.md +0 -429
  88. package/.proagents/ide-integration/continue-config.md +0 -380
  89. package/.proagents/ide-integration/cursor-rules.md +0 -280
  90. package/.proagents/ide-integration/github-copilot.md +0 -384
  91. package/.proagents/ide-integration/windsurf-rules.md +0 -314
  92. package/.proagents/integrations/README.md +0 -97
  93. package/.proagents/integrations/pm/README.md +0 -344
  94. package/.proagents/learning/README.md +0 -136
  95. package/.proagents/learning/adaptation.md +0 -305
  96. package/.proagents/learning/data-collection.md +0 -283
  97. package/.proagents/learning/implementation-guide.md +0 -865
  98. package/.proagents/learning/reports.md +0 -306
  99. package/.proagents/mcp/README.md +0 -133
  100. package/.proagents/mcp/context-providers.md +0 -442
  101. package/.proagents/mcp/server-config.md +0 -306
  102. package/.proagents/mcp/tools-definition.md +0 -513
  103. package/.proagents/pm-integration/README.md +0 -151
  104. package/.proagents/pm-integration/asana.md +0 -346
  105. package/.proagents/pm-integration/github-issues.md +0 -308
  106. package/.proagents/pm-integration/gitlab-issues.md +0 -482
  107. package/.proagents/pm-integration/jira.md +0 -364
  108. package/.proagents/pm-integration/linear.md +0 -409
  109. package/.proagents/pm-integration/notion.md +0 -275
  110. package/.proagents/pm-integration/sync-config.md +0 -533
  111. package/.proagents/pm-integration/trello.md +0 -159
  112. package/.proagents/rules/README.md +0 -179
  113. package/.proagents/rules/custom-rules-template.yaml +0 -286
  114. package/.proagents/rules/custom-rules.md +0 -754
  115. package/.proagents/rules/validation-rules-template.yaml +0 -517
  116. package/.proagents/runbooks/README.md +0 -219
  117. package/.proagents/runbooks/dependency-vulnerability.md +0 -505
  118. package/.proagents/runbooks/incident-response.md +0 -451
  119. package/.proagents/runbooks/performance-degradation.md +0 -584
  120. package/.proagents/runbooks/production-debugging.md +0 -489
  121. package/.proagents/sessions/README.md +0 -5
  122. package/.proagents/sprints/README.md +0 -58
  123. package/.proagents/team/README.md +0 -256
  124. package/.proagents/team/code-ownership.md +0 -306
  125. package/.proagents/team/communication-templates.md +0 -441
  126. package/.proagents/team/handoff-protocol.md +0 -380
  127. package/.proagents/team/ide-setup/README.md +0 -103
  128. package/.proagents/team/ide-setup/cursor.md +0 -276
  129. package/.proagents/team/ide-setup/jetbrains.md +0 -330
  130. package/.proagents/team/ide-setup/neovim.md +0 -640
  131. package/.proagents/team/ide-setup/vscode.md +0 -348
  132. package/.proagents/team/onboarding.md +0 -278
  133. package/.proagents/time-tracking.json +0 -19
  134. package/.proagents/troubleshooting/README.md +0 -730
  135. package/.proagents/troubleshooting/ai-issues.md +0 -601
  136. package/.proagents/troubleshooting/workflow-issues.md +0 -571
@@ -1,305 +0,0 @@
1
- # Learning Adaptation
2
-
3
- How ProAgents applies learned patterns to improve over time.
4
-
5
- ---
6
-
7
- ## Adaptation Types
8
-
9
- ### 1. Automatic Corrections
10
-
11
- When the same correction is made 3+ times, apply automatically:
12
-
13
- ```yaml
14
- auto_corrections:
15
- threshold: 3 # Apply after 3 similar corrections
16
-
17
- example:
18
- pattern: "AI suggests Redux"
19
- correction: "User chooses Zustand"
20
- occurrences: 5
21
- status: "auto_applied"
22
- action: "Now suggests Zustand by default"
23
- ```
24
-
25
- **Adaptation Flow:**
26
- ```
27
- Correction 1: "Use Zustand, not Redux" → Noted
28
- Correction 2: "Use Zustand, not Redux" → Noted
29
- Correction 3: "Use Zustand, not Redux" → AUTO-APPLY ENABLED
30
- Future: AI automatically uses Zustand
31
- ```
32
-
33
- ---
34
-
35
- ### 2. Checkpoint Optimization
36
-
37
- Learn which checkpoints user actually reviews:
38
-
39
- ```yaml
40
- checkpoint_adaptation:
41
- # If user skips checkpoint >80% of time
42
- high_skip_rate:
43
- action: "suggest_disable"
44
- threshold: 0.8
45
-
46
- # If user always reviews carefully
47
- careful_review:
48
- action: "keep_enabled"
49
- indicators:
50
- - "review_time > 2min"
51
- - "makes_changes"
52
-
53
- current_optimization:
54
- after_requirements: "suggest_skip" # 90% skip rate
55
- after_design: "keep" # Always reviewed
56
- after_testing: "suggest_skip" # 85% skip rate
57
- before_deployment: "keep" # Always reviewed
58
- ```
59
-
60
- ---
61
-
62
- ### 3. Pattern Following
63
-
64
- Automatically follow established codebase patterns:
65
-
66
- ```yaml
67
- pattern_adaptation:
68
- # Component creation
69
- when: "creating_component"
70
- learned:
71
- location: "src/components/{category}/"
72
- structure: "folder-per-component"
73
- includes:
74
- - "{Name}.tsx"
75
- - "{Name}.test.tsx"
76
- - "index.ts"
77
- style: "functional with memo"
78
- props: "interface above component"
79
-
80
- # Service creation
81
- when: "creating_service"
82
- learned:
83
- location: "src/services/"
84
- naming: "{name}Service.ts"
85
- pattern: "object with methods"
86
- includes_types: true
87
- ```
88
-
89
- ---
90
-
91
- ### 4. Output Calibration
92
-
93
- Adjust output based on user preferences:
94
-
95
- ```yaml
96
- output_adaptation:
97
- verbosity:
98
- learned: "moderate"
99
- indicators:
100
- - "user rarely reads long explanations"
101
- - "prefers bullet points"
102
- - "wants code more than prose"
103
-
104
- code_style:
105
- learned:
106
- comments: "minimal"
107
- type_annotations: "comprehensive"
108
- error_handling: "always_include"
109
-
110
- communication:
111
- learned:
112
- announce_decisions: true
113
- explain_reasoning: "brief"
114
- suggest_alternatives: false
115
- ```
116
-
117
- ---
118
-
119
- ### 5. Decision Prediction
120
-
121
- Predict decisions based on history:
122
-
123
- ```yaml
124
- decision_prediction:
125
- # High confidence predictions
126
- high_confidence:
127
- - decision: "state_management"
128
- prediction: "zustand"
129
- confidence: 0.95
130
- basis: "100% historical choice"
131
-
132
- - decision: "styling"
133
- prediction: "tailwind"
134
- confidence: 0.92
135
- basis: "used in all features"
136
-
137
- # Medium confidence
138
- medium_confidence:
139
- - decision: "error_handling"
140
- prediction: "error_boundary"
141
- confidence: 0.70
142
- basis: "used in 70% of components"
143
-
144
- # Apply predictions
145
- application:
146
- high_confidence: "auto_apply"
147
- medium_confidence: "suggest_with_note"
148
- low_confidence: "present_options"
149
- ```
150
-
151
- ---
152
-
153
- ## Adaptation Rules
154
-
155
- ### Rule 1: Conservative Learning
156
-
157
- ```yaml
158
- conservative_learning:
159
- # Don't learn from one-off decisions
160
- minimum_occurrences: 3
161
-
162
- # Decay old patterns
163
- pattern_decay:
164
- after_days: 90
165
- reduce_confidence_by: 0.1
166
-
167
- # Allow override
168
- user_can_override: true
169
- ```
170
-
171
- ### Rule 2: Context-Aware Application
172
-
173
- ```yaml
174
- context_awareness:
175
- # Different contexts may have different patterns
176
- contexts:
177
- - context: "component"
178
- patterns: [...]
179
- - context: "service"
180
- patterns: [...]
181
- - context: "api"
182
- patterns: [...]
183
-
184
- # Match context before applying
185
- matching:
186
- use_file_location: true
187
- use_task_description: true
188
- use_existing_imports: true
189
- ```
190
-
191
- ### Rule 3: Reversible Adaptations
192
-
193
- ```yaml
194
- reversibility:
195
- # All adaptations can be undone
196
- undo_commands:
197
- - "pa:learning-undo last"
198
- - "pa:learning-undo [adaptation-id]"
199
- - "pa:learning-disable [pattern]"
200
-
201
- # Reset to defaults
202
- reset:
203
- - "pa:learning-reset"
204
- - "Clears all learned patterns"
205
- - "Returns to default behavior"
206
- ```
207
-
208
- ---
209
-
210
- ## Adaptation Feedback Loop
211
-
212
- ```
213
- ┌─────────────────────────────────────────────────────────────────┐
214
- │ Learning Feedback Loop │
215
- ├─────────────────────────────────────────────────────────────────┤
216
- │ │
217
- │ User Action → Collect Data → Analyze Pattern → Apply Learning │
218
- │ ↑ │ │
219
- │ │ ↓ │
220
- │ └──────────── Verify Outcome ←─────────────────┘ │
221
- │ │
222
- │ If outcome = positive → Reinforce pattern │
223
- │ If outcome = negative → Reduce confidence │
224
- │ If outcome = correction → Learn new pattern │
225
- │ │
226
- └─────────────────────────────────────────────────────────────────┘
227
- ```
228
-
229
- ---
230
-
231
- ## Adaptation Dashboard
232
-
233
- ```
234
- ┌─────────────────────────────────────────────────────────────────┐
235
- │ Learning Adaptations - Active │
236
- ├─────────────────────────────────────────────────────────────────┤
237
- │ Auto-Applied Corrections: 12 │
238
- │ ├── State management: Zustand (5 corrections learned) │
239
- │ ├── Component style: Functional (3 corrections learned) │
240
- │ └── File naming: kebab-case (4 corrections learned) │
241
- ├─────────────────────────────────────────────────────────────────┤
242
- │ Checkpoint Optimizations: │
243
- │ ├── after_requirements: Suggested skip (90% skip rate) │
244
- │ └── after_design: Keep (always reviewed) │
245
- ├─────────────────────────────────────────────────────────────────┤
246
- │ Pattern Following: 45 patterns learned │
247
- │ ├── Component patterns: 15 │
248
- │ ├── Service patterns: 10 │
249
- │ ├── Test patterns: 12 │
250
- │ └── Import patterns: 8 │
251
- ├─────────────────────────────────────────────────────────────────┤
252
- │ Decision Predictions: │
253
- │ ├── High confidence: 8 │
254
- │ ├── Medium confidence: 5 │
255
- │ └── Learning: 3 │
256
- └─────────────────────────────────────────────────────────────────┘
257
- ```
258
-
259
- ---
260
-
261
- ## Configuration
262
-
263
- ```yaml
264
- # proagents.config.yaml
265
-
266
- learning:
267
- adaptation:
268
- # Enable auto-corrections
269
- auto_corrections:
270
- enabled: true
271
- threshold: 3
272
-
273
- # Checkpoint optimization
274
- checkpoint_optimization:
275
- enabled: true
276
- suggest_disable_threshold: 0.8
277
-
278
- # Pattern following
279
- pattern_following:
280
- enabled: true
281
- min_confidence: 0.7
282
-
283
- # Decision prediction
284
- decision_prediction:
285
- enabled: true
286
- auto_apply_threshold: 0.9
287
-
288
- # Safety
289
- safety:
290
- require_confirmation_for_new: false
291
- allow_override: true
292
- max_auto_corrections_per_session: 10
293
- ```
294
-
295
- ---
296
-
297
- ## Commands
298
-
299
- | Command | Description |
300
- |---------|-------------|
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 |
@@ -1,283 +0,0 @@
1
- # Learning Data Collection
2
-
3
- What data ProAgents collects to improve over time.
4
-
5
- ---
6
-
7
- ## Overview
8
-
9
- ProAgents learns from your development patterns to provide better suggestions and reduce friction over time.
10
-
11
- ---
12
-
13
- ## Data Categories
14
-
15
- ### 1. User Preferences
16
-
17
- **What's Collected:**
18
- ```yaml
19
- preferences:
20
- # Checkpoint preferences
21
- checkpoints:
22
- usually_skips: ["after_requirements", "after_testing"]
23
- always_reviews: ["after_design", "before_deployment"]
24
- skip_rate_by_phase:
25
- analysis: 0.2
26
- requirements: 0.8
27
- design: 0.1
28
-
29
- # Detail level
30
- output_preferences:
31
- verbosity: "moderate" # concise | moderate | detailed
32
- code_comments: "minimal"
33
- documentation_depth: "moderate"
34
-
35
- # Review patterns
36
- review_behavior:
37
- average_review_time: "5min"
38
- usually_accepts_first_suggestion: true
39
- common_modifications: ["naming", "structure"]
40
- ```
41
-
42
- **How It's Used:**
43
- - Skip unnecessary checkpoints automatically
44
- - Adjust output verbosity
45
- - Pre-modify suggestions based on patterns
46
-
47
- ---
48
-
49
- ### 2. Correction History
50
-
51
- **What's Collected:**
52
- ```yaml
53
- corrections:
54
- - id: "corr_001"
55
- timestamp: "2024-01-15T10:30:00Z"
56
- original_suggestion: "Use Redux for state management"
57
- user_correction: "Use Zustand instead"
58
- context: "new_feature"
59
- frequency: 3 # How many times this correction happened
60
-
61
- - id: "corr_002"
62
- timestamp: "2024-01-16T14:00:00Z"
63
- original_suggestion: "Create class component"
64
- user_correction: "Use functional component"
65
- context: "component_creation"
66
- frequency: 5
67
- ```
68
-
69
- **How It's Used:**
70
- - After 3 similar corrections → Auto-apply
71
- - Prevent repeated mistakes
72
- - Learn user's preferred approaches
73
-
74
- ---
75
-
76
- ### 3. Project Patterns
77
-
78
- **What's Collected:**
79
- ```yaml
80
- project_patterns:
81
- # File structure
82
- structure:
83
- components_location: "src/components/"
84
- services_location: "src/services/"
85
- hooks_location: "src/hooks/"
86
- pattern_confidence: 0.95
87
-
88
- # Naming conventions
89
- naming:
90
- components: "PascalCase"
91
- hooks: "useCamelCase"
92
- services: "camelCaseService"
93
- files:
94
- components: "PascalCase.tsx"
95
- utilities: "camelCase.ts"
96
- pattern_confidence: 0.92
97
-
98
- # Code patterns
99
- code_style:
100
- component_style: "functional"
101
- state_management: "zustand"
102
- data_fetching: "react-query"
103
- styling: "tailwind"
104
- pattern_confidence: 0.98
105
-
106
- # Import patterns
107
- imports:
108
- style: "named"
109
- order: ["react", "third-party", "local", "styles"]
110
- use_aliases: true
111
- alias_prefix: "@/"
112
- ```
113
-
114
- **How It's Used:**
115
- - Generate code matching existing patterns
116
- - Place files in correct locations
117
- - Follow established conventions
118
-
119
- ---
120
-
121
- ### 4. Decision History
122
-
123
- **What's Collected:**
124
- ```yaml
125
- decisions:
126
- - decision_id: "dec_001"
127
- type: "architecture"
128
- question: "API style selection"
129
- chosen: "rest"
130
- alternatives: ["graphql", "grpc"]
131
- context: "user_service"
132
- outcome: "successful" # successful | needed_revision | failed
133
-
134
- - decision_id: "dec_002"
135
- type: "implementation"
136
- question: "Error handling approach"
137
- chosen: "error-boundary"
138
- alternatives: ["try-catch", "result-type"]
139
- context: "component"
140
- outcome: "successful"
141
- ```
142
-
143
- **How It's Used:**
144
- - Recommend previously successful decisions
145
- - Avoid approaches that needed revision
146
- - Build decision confidence scores
147
-
148
- ---
149
-
150
- ### 5. Time Metrics
151
-
152
- **What's Collected:**
153
- ```yaml
154
- time_metrics:
155
- # Phase durations
156
- phases:
157
- analysis:
158
- average: "15min"
159
- min: "5min"
160
- max: "45min"
161
- implementation:
162
- average: "2hrs"
163
- min: "30min"
164
- max: "8hrs"
165
-
166
- # Feature completion
167
- features:
168
- average_completion: "4hrs"
169
- by_complexity:
170
- simple: "1hr"
171
- medium: "3hrs"
172
- complex: "8hrs"
173
-
174
- # Review times
175
- review:
176
- average_checkpoint_review: "5min"
177
- pr_review_time: "30min"
178
- ```
179
-
180
- **How It's Used:**
181
- - Better task estimation
182
- - Identify bottleneck phases
183
- - Optimize workflow suggestions
184
-
185
- ---
186
-
187
- ### 6. Error Patterns
188
-
189
- **What's Collected:**
190
- ```yaml
191
- errors:
192
- # Common errors
193
- - pattern: "import_path_error"
194
- frequency: 12
195
- usual_cause: "wrong_alias"
196
- usual_fix: "use @/ prefix"
197
-
198
- - pattern: "type_mismatch"
199
- frequency: 8
200
- usual_cause: "optional_property"
201
- usual_fix: "add undefined check"
202
-
203
- # Build failures
204
- build_failures:
205
- - type: "typescript_error"
206
- frequency: 5
207
- common_fixes: ["add_types", "fix_imports"]
208
-
209
- - type: "test_failure"
210
- frequency: 3
211
- common_fixes: ["update_mocks", "fix_assertions"]
212
- ```
213
-
214
- **How It's Used:**
215
- - Proactively prevent common errors
216
- - Suggest fixes based on history
217
- - Improve code generation accuracy
218
-
219
- ---
220
-
221
- ## Storage Structure
222
-
223
- ```
224
- .proagents/learning/
225
- ├── global/ # Cross-project learnings
226
- │ ├── user-preferences.json
227
- │ └── common-corrections.json
228
-
229
- └── projects/
230
- └── [project-hash]/
231
- ├── patterns.json # Project-specific patterns
232
- ├── decisions.json # Decision history
233
- ├── corrections.json # Corrections in this project
234
- ├── metrics.json # Time and performance metrics
235
- └── errors.json # Error patterns
236
- ```
237
-
238
- ---
239
-
240
- ## Privacy & Data Control
241
-
242
- ### What's NOT Collected
243
- - Source code content
244
- - Credentials or secrets
245
- - Personal identifiable information
246
- - Third-party API keys
247
-
248
- ### Data Stays Local
249
- ```yaml
250
- privacy:
251
- data_location: "local" # All data stays on your machine
252
- share_anonymized: false # No cloud sharing by default
253
- retention: "project_lifetime"
254
- ```
255
-
256
- ### User Controls
257
- ```yaml
258
- learning:
259
- # Enable/disable specific tracking
260
- track_preferences: true
261
- track_patterns: true
262
- track_corrections: true
263
- track_metrics: true
264
- track_errors: true
265
-
266
- # Reset options
267
- reset_commands:
268
- - "pa:learning-reset all" # Reset everything
269
- - "pa:learning-reset project" # Reset current project
270
- - "pa:learning-reset patterns" # Reset patterns only
271
- ```
272
-
273
- ---
274
-
275
- ## Commands
276
-
277
- | Command | Description |
278
- |---------|-------------|
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 |