kiro-agent-team 1.0.0

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 (155) hide show
  1. package/.kiro/README.md +228 -0
  2. package/.kiro/agents/backend-engineer.json +6 -0
  3. package/.kiro/agents/backend-engineer.md +643 -0
  4. package/.kiro/agents/database-specialist.json +6 -0
  5. package/.kiro/agents/database-specialist.md +390 -0
  6. package/.kiro/agents/development-logger.json +6 -0
  7. package/.kiro/agents/development-logger.md +265 -0
  8. package/.kiro/agents/devops-engineer.json +6 -0
  9. package/.kiro/agents/devops-engineer.md +287 -0
  10. package/.kiro/agents/frontend-architect.json +6 -0
  11. package/.kiro/agents/frontend-architect.md +1032 -0
  12. package/.kiro/agents/hooks/backend-engineer-hooks.yaml +540 -0
  13. package/.kiro/agents/hooks/database-specialist-hooks.yaml +488 -0
  14. package/.kiro/agents/hooks/development-logger-hooks.yaml +361 -0
  15. package/.kiro/agents/hooks/devops-engineer-hooks.yaml +345 -0
  16. package/.kiro/agents/hooks/frontend-architect-hooks.yaml +521 -0
  17. package/.kiro/agents/hooks/project-manager-hooks.yaml +513 -0
  18. package/.kiro/agents/hooks/security-specialist-hooks.yaml +358 -0
  19. package/.kiro/agents/hooks/test-orchestrator-hooks.yaml +380 -0
  20. package/.kiro/agents/hooks/ui-ux-designer-hooks.yaml +353 -0
  21. package/.kiro/agents/project-manager.json +6 -0
  22. package/.kiro/agents/project-manager.md +344 -0
  23. package/.kiro/agents/prompts/backend-engineer-system.md +815 -0
  24. package/.kiro/agents/prompts/database-specialist-system.md +332 -0
  25. package/.kiro/agents/prompts/development-logger-system.md +232 -0
  26. package/.kiro/agents/prompts/devops-engineer-system.md +260 -0
  27. package/.kiro/agents/prompts/frontend-architect-system.md +305 -0
  28. package/.kiro/agents/prompts/project-manager-system.md +285 -0
  29. package/.kiro/agents/prompts/security-specialist-system.md +231 -0
  30. package/.kiro/agents/prompts/test-orchestrator-system.md +214 -0
  31. package/.kiro/agents/prompts/ui-ux-designer-system.md +270 -0
  32. package/.kiro/agents/security-specialist.json +6 -0
  33. package/.kiro/agents/security-specialist.md +277 -0
  34. package/.kiro/agents/test-orchestrator.json +6 -0
  35. package/.kiro/agents/test-orchestrator.md +266 -0
  36. package/.kiro/agents/ui-ux-designer.json +6 -0
  37. package/.kiro/agents/ui-ux-designer.md +284 -0
  38. package/.kiro/devlog/00-START-HERE.md +444 -0
  39. package/.kiro/devlog/COMPLETE-WORKFLOW.md +553 -0
  40. package/.kiro/devlog/DEVLOG-INTEGRATION.md +413 -0
  41. package/.kiro/devlog/DEVLOG-PROCESS-FLOWS.md +484 -0
  42. package/.kiro/devlog/DEVLOG-QUICK-REF.md +299 -0
  43. package/.kiro/devlog/DEVLOG.md +22 -0
  44. package/.kiro/devlog/IMPLEMENTATION-COMPLETE.txt +434 -0
  45. package/.kiro/devlog/IMPLEMENTATION-SUMMARY.md +358 -0
  46. package/.kiro/devlog/README.md +363 -0
  47. package/.kiro/devlog/devlog-update.bat +136 -0
  48. package/.kiro/devlog/devlog-update.sh +275 -0
  49. package/.kiro/devlog/feature-completion-hook.bat +78 -0
  50. package/.kiro/devlog/feature-completion-hook.sh +84 -0
  51. package/.kiro/documentation/cli.md +31 -0
  52. package/.kiro/documentation/docs_cli.md +41 -0
  53. package/.kiro/documentation/docs_cli_authentication.md +43 -0
  54. package/.kiro/documentation/docs_cli_autocomplete.md +132 -0
  55. package/.kiro/documentation/docs_cli_billing.md +31 -0
  56. package/.kiro/documentation/docs_cli_billing_contact-support.md +43 -0
  57. package/.kiro/documentation/docs_cli_billing_managing-taxes.md +67 -0
  58. package/.kiro/documentation/docs_cli_billing_related-questions.md +49 -0
  59. package/.kiro/documentation/docs_cli_billing_subscription-portal.md +31 -0
  60. package/.kiro/documentation/docs_cli_chat.md +84 -0
  61. package/.kiro/documentation/docs_cli_chat_configuration.md +40 -0
  62. package/.kiro/documentation/docs_cli_chat_context.md +258 -0
  63. package/.kiro/documentation/docs_cli_chat_git-aware-selection.md +41 -0
  64. package/.kiro/documentation/docs_cli_chat_images.md +53 -0
  65. package/.kiro/documentation/docs_cli_chat_manage-prompts.md +216 -0
  66. package/.kiro/documentation/docs_cli_chat_model-selection.md +153 -0
  67. package/.kiro/documentation/docs_cli_chat_permissions.md +68 -0
  68. package/.kiro/documentation/docs_cli_chat_planning-agent.md +230 -0
  69. package/.kiro/documentation/docs_cli_chat_responding.md +123 -0
  70. package/.kiro/documentation/docs_cli_chat_security.md +87 -0
  71. package/.kiro/documentation/docs_cli_chat_subagents.md +77 -0
  72. package/.kiro/documentation/docs_cli_code-intelligence.md +251 -0
  73. package/.kiro/documentation/docs_cli_custom-agents.md +37 -0
  74. package/.kiro/documentation/docs_cli_custom-agents_configuration-reference.md +941 -0
  75. package/.kiro/documentation/docs_cli_custom-agents_creating.md +93 -0
  76. package/.kiro/documentation/docs_cli_custom-agents_examples.md +360 -0
  77. package/.kiro/documentation/docs_cli_custom-agents_troubleshooting.md +180 -0
  78. package/.kiro/documentation/docs_cli_enterprise_billing.md +33 -0
  79. package/.kiro/documentation/docs_cli_enterprise_concepts.md +34 -0
  80. package/.kiro/documentation/docs_cli_enterprise_getting-started.md +19 -0
  81. package/.kiro/documentation/docs_cli_enterprise_iam.md +251 -0
  82. package/.kiro/documentation/docs_cli_enterprise_monitor-and-track.md +15 -0
  83. package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_dashboard.md +62 -0
  84. package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_prompt-logging.md +165 -0
  85. package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_user-activity.md +123 -0
  86. package/.kiro/documentation/docs_cli_enterprise_settings.md +15 -0
  87. package/.kiro/documentation/docs_cli_enterprise_subscribe.md +36 -0
  88. package/.kiro/documentation/docs_cli_enterprise_subscription-management.md +55 -0
  89. package/.kiro/documentation/docs_cli_enterprise_supported-regions.md +39 -0
  90. package/.kiro/documentation/docs_cli_experimental.md +282 -0
  91. package/.kiro/documentation/docs_cli_experimental_checkpointing.md +439 -0
  92. package/.kiro/documentation/docs_cli_experimental_delegate.md +422 -0
  93. package/.kiro/documentation/docs_cli_experimental_knowledge-management.md +449 -0
  94. package/.kiro/documentation/docs_cli_experimental_tangent-mode.md +357 -0
  95. package/.kiro/documentation/docs_cli_experimental_thinking.md +331 -0
  96. package/.kiro/documentation/docs_cli_experimental_todo-lists.md +385 -0
  97. package/.kiro/documentation/docs_cli_hooks.md +207 -0
  98. package/.kiro/documentation/docs_cli_installation.md +235 -0
  99. package/.kiro/documentation/docs_cli_mcp.md +106 -0
  100. package/.kiro/documentation/docs_cli_mcp_configuration.md +294 -0
  101. package/.kiro/documentation/docs_cli_mcp_examples.md +273 -0
  102. package/.kiro/documentation/docs_cli_mcp_governance.md +436 -0
  103. package/.kiro/documentation/docs_cli_mcp_security.md +77 -0
  104. package/.kiro/documentation/docs_cli_migrating-from-q.md +129 -0
  105. package/.kiro/documentation/docs_cli_privacy-and-security.md +83 -0
  106. package/.kiro/documentation/docs_cli_privacy-and-security_compliance-validation.md +17 -0
  107. package/.kiro/documentation/docs_cli_privacy-and-security_data-protection.md +104 -0
  108. package/.kiro/documentation/docs_cli_privacy-and-security_firewalls.md +26 -0
  109. package/.kiro/documentation/docs_cli_privacy-and-security_infrastructure-security.md +10 -0
  110. package/.kiro/documentation/docs_cli_privacy-and-security_vpc-endpoints.md +41 -0
  111. package/.kiro/documentation/docs_cli_reference_built-in-tools.md +624 -0
  112. package/.kiro/documentation/docs_cli_reference_cli-commands.md +689 -0
  113. package/.kiro/documentation/docs_cli_reference_settings.md +294 -0
  114. package/.kiro/documentation/docs_cli_reference_slash-commands.md +559 -0
  115. package/.kiro/documentation/docs_cli_steering.md +84 -0
  116. package/.kiro/guides/AGENT_WORKFLOW_GUIDE.md +294 -0
  117. package/.kiro/guides/DEVLOG.md +882 -0
  118. package/.kiro/guides/IMPLEMENTATION_EXAMPLES.md +611 -0
  119. package/.kiro/guides/PIV Loop.md +122 -0
  120. package/.kiro/guides/PIV Loop.png +0 -0
  121. package/.kiro/guides/PIVLoop.png +0 -0
  122. package/.kiro/guides/QUICK_REFERENCE.md +202 -0
  123. package/.kiro/guides/README.md +149 -0
  124. package/.kiro/guides/advanced-patterns.md +514 -0
  125. package/.kiro/guides/agent-coordination.md +434 -0
  126. package/.kiro/guides/core-workflows.md +409 -0
  127. package/.kiro/guides/emergency-procedures.md +414 -0
  128. package/.kiro/guides/project-evaluation.md +534 -0
  129. package/.kiro/guides/quality-assurance.md +431 -0
  130. package/.kiro/guides/quick-start.md +235 -0
  131. package/.kiro/guides/troubleshooting.md +575 -0
  132. package/.kiro/guides/walkthroughs.md +711 -0
  133. package/.kiro/prompts/add-to-devlog.md +263 -0
  134. package/.kiro/prompts/code-review-fix.md +18 -0
  135. package/.kiro/prompts/code-review-hackathon.md +167 -0
  136. package/.kiro/prompts/code-review-security.md +454 -0
  137. package/.kiro/prompts/code-review.md +113 -0
  138. package/.kiro/prompts/create-prd.md +151 -0
  139. package/.kiro/prompts/execute-backend.md +257 -0
  140. package/.kiro/prompts/execute-frontend.md +438 -0
  141. package/.kiro/prompts/execute-logging.md +491 -0
  142. package/.kiro/prompts/execute-security.md +482 -0
  143. package/.kiro/prompts/execute-testing.md +528 -0
  144. package/.kiro/prompts/execute.md +101 -0
  145. package/.kiro/prompts/execution-report.md +72 -0
  146. package/.kiro/prompts/implement-fix.md +228 -0
  147. package/.kiro/prompts/plan-feature.md +433 -0
  148. package/.kiro/prompts/prime.md +73 -0
  149. package/.kiro/prompts/quality-metrics.md +622 -0
  150. package/.kiro/prompts/quickstart.md +318 -0
  151. package/.kiro/prompts/rca.md +220 -0
  152. package/.kiro/prompts/system-review.md +189 -0
  153. package/README.md +32 -0
  154. package/bin/cli.js +97 -0
  155. package/package.json +33 -0
@@ -0,0 +1,361 @@
1
+ # Development Logger Agent - Hook Configurations
2
+
3
+ # Initial Consultation Hook
4
+ consultation:
5
+ - name: "logging_consultation"
6
+ description: "Initiate development logging consultation for new projects"
7
+ trigger:
8
+ type: "message_pattern"
9
+ pattern: "(?i)(start logging|development log|track development|monitor progress|devlog setup)"
10
+ action:
11
+ type: "send_message"
12
+ message: |
13
+ 📊 **Development Logger Consultation Started**
14
+
15
+ I'll help you set up development experience tracking tailored to your team's needs:
16
+
17
+ **📋 Logging Scope Questions:**
18
+ - What aspects of development do you want to track?
19
+ • Performance metrics (build times, test coverage)
20
+ • Collaboration patterns (agent handoffs, communication)
21
+ • Technical decisions (architecture choices, problem solutions)
22
+ • User experience (workflow efficiency, pain points)
23
+
24
+ **📈 Detail Level Preferences:**
25
+ - How detailed should the logs be?
26
+ • High-level summaries (key outcomes only)
27
+ • Standard documentation (full DEVLOG template)
28
+ • Detailed technical analysis (debug info, extended metrics)
29
+ • Custom format (your specific requirements)
30
+
31
+ **🎯 Focus Areas:**
32
+ - What development phases are most important to monitor?
33
+ • Planning and architecture decisions
34
+ • Implementation and coding sessions
35
+ • Testing and quality assurance
36
+ • Deployment and production issues
37
+
38
+ **📊 Reporting Preferences:**
39
+ - How often do you want development insights?
40
+ • After each feature completion
41
+ • Daily progress summaries
42
+ • Weekly team retrospectives
43
+ • Milestone-based comprehensive reports
44
+
45
+ **🔗 Integration Requirements:**
46
+ - How should logs integrate with your existing tools?
47
+ • Archon knowledge base for searchable insights
48
+ • Git commits and branch tracking
49
+ • Project management system updates
50
+ • Custom export formats (PDF, JSON, CSV)
51
+
52
+ Based on your preferences, I'll customize the logging approach and template to perfectly fit your team's workflow!
53
+ agent: "development-logger"
54
+
55
+ # Systematic Development Logging
56
+ systematic_logging:
57
+ - name: "systematic_development_logging"
58
+ description: "Execute systematic development logging using standardized framework"
59
+ trigger:
60
+ type: "user_command"
61
+ conditions:
62
+ - command: "execute"
63
+ - agent: "development-logger"
64
+ action:
65
+ type: "execute_prompt"
66
+ prompt: "execute-logging.md"
67
+ message: "Executing systematic development logging with comprehensive experience capture and process analysis..."
68
+ agent: "development-logger"
69
+ include_context:
70
+ - development_session: true
71
+ - performance_metrics: true
72
+ - collaboration_patterns: true
73
+ - process_effectiveness: true
74
+
75
+ # Session Management Hooks
76
+ session_tracking:
77
+ - name: "session_start"
78
+ description: "Initialize development session logging"
79
+ trigger:
80
+ type: "agent_activation"
81
+ conditions:
82
+ - agent_type: "any"
83
+ - session_type: "development"
84
+ action:
85
+ type: "send_message"
86
+ message: "Development session started. Creating session entry in DEVLOG."
87
+ agent: "development-logger"
88
+
89
+ - name: "session_end"
90
+ description: "Finalize session summary and store insights"
91
+ trigger:
92
+ type: "agent_deactivation"
93
+ conditions:
94
+ - session_duration: ">= 5 minutes"
95
+ action:
96
+ type: "send_message"
97
+ message: "Development session ending. Generate session summary and update DEVLOG with final insights."
98
+ agent: "development-logger"
99
+
100
+ # Feature Completion Hooks
101
+ feature_tracking:
102
+ - name: "feature_complete"
103
+ description: "Log completed feature implementation"
104
+ trigger:
105
+ type: "task_status_change"
106
+ conditions:
107
+ - from_status: ["todo", "doing", "review"]
108
+ - to_status: "done"
109
+ - task_type: "feature"
110
+ action:
111
+ type: "send_message"
112
+ message: "Feature marked as complete. Please generate a comprehensive DEVLOG entry capturing: implementation details, challenges faced, solutions applied, performance metrics, and lessons learned."
113
+ agent: "development-logger"
114
+ include_context:
115
+ - task_details: true
116
+ - file_changes: true
117
+ - commit_history: true
118
+
119
+ - name: "bug_resolution"
120
+ description: "Document bug fix process and solution"
121
+ trigger:
122
+ type: "task_status_change"
123
+ conditions:
124
+ - from_status: ["todo", "doing"]
125
+ - to_status: "done"
126
+ - task_type: "bug"
127
+ action:
128
+ type: "send_message"
129
+ message: "Bug resolved. Document the problem analysis, solution approach, root cause, and preventive measures in DEVLOG."
130
+ agent: "development-logger"
131
+
132
+ # Build and Test Hooks
133
+ quality_tracking:
134
+ - name: "build_completion"
135
+ description: "Log build results and performance"
136
+ trigger:
137
+ type: "command_completion"
138
+ conditions:
139
+ - command_pattern: ["npm run build", "yarn build", "pnpm build"]
140
+ - exit_code: [0, 1]
141
+ action:
142
+ type: "send_message"
143
+ message: "Build completed. Capture build metrics: duration, bundle size, warnings, errors. Update performance tracking in current DEVLOG entry."
144
+ agent: "development-logger"
145
+ include_context:
146
+ - build_output: true
147
+ - build_time: true
148
+ - file_sizes: true
149
+
150
+ - name: "test_completion"
151
+ description: "Log test results and coverage"
152
+ trigger:
153
+ type: "command_completion"
154
+ conditions:
155
+ - command_pattern: ["npm test", "yarn test", "pytest", "jest"]
156
+ action:
157
+ type: "send_message"
158
+ message: "Tests completed. Record test results: pass/fail counts, coverage percentage, performance, any new test additions. Update quality metrics in DEVLOG."
159
+ agent: "development-logger"
160
+ include_context:
161
+ - test_results: true
162
+ - coverage_report: true
163
+
164
+ # Database Operations Hooks
165
+ database_tracking:
166
+ - name: "migration_applied"
167
+ description: "Log database migration details"
168
+ trigger:
169
+ type: "file_change"
170
+ conditions:
171
+ - file_pattern: "**/migrations/*.sql"
172
+ - change_type: "created"
173
+ action:
174
+ type: "send_message"
175
+ message: "Database migration detected. Document migration details: schema changes, data impact, rollback plan, performance considerations."
176
+ agent: "development-logger"
177
+
178
+ - name: "schema_update"
179
+ description: "Track database schema modifications"
180
+ trigger:
181
+ type: "file_change"
182
+ conditions:
183
+ - file_pattern: ["**/schema.sql", "**/models/*.py", "**/entities/*.ts"]
184
+ - change_type: ["modified", "created"]
185
+ action:
186
+ type: "send_message"
187
+ message: "Database schema changes detected. Log the modifications, reasoning, and potential impact on existing data and queries."
188
+ agent: "development-logger"
189
+
190
+ # Error and Problem Resolution Hooks
191
+ problem_tracking:
192
+ - name: "error_encountered"
193
+ description: "Begin tracking problem resolution process"
194
+ trigger:
195
+ type: "command_failure"
196
+ conditions:
197
+ - exit_code: "!= 0"
198
+ - command_type: ["build", "test", "deploy"]
199
+ action:
200
+ type: "send_message"
201
+ message: "Error encountered during development. Start tracking problem resolution: error details, investigation approach, attempted solutions."
202
+ agent: "development-logger"
203
+ include_context:
204
+ - error_output: true
205
+ - command_context: true
206
+
207
+ - name: "solution_applied"
208
+ description: "Document successful problem resolution"
209
+ trigger:
210
+ type: "command_success"
211
+ conditions:
212
+ - previous_failure: true
213
+ - retry_count: ">= 1"
214
+ action:
215
+ type: "send_message"
216
+ message: "Problem resolved successfully. Document the solution: root cause analysis, fix applied, verification steps, prevention measures."
217
+ agent: "development-logger"
218
+
219
+ # Collaboration Hooks
220
+ agent_coordination:
221
+ - name: "agent_handoff"
222
+ description: "Log agent collaboration and context transfer"
223
+ trigger:
224
+ type: "agent_change"
225
+ conditions:
226
+ - context_transfer: true
227
+ action:
228
+ type: "send_message"
229
+ message: "Agent handoff detected. Document collaboration: context shared, work division, communication effectiveness, any coordination challenges."
230
+ agent: "development-logger"
231
+
232
+ - name: "multi_agent_task"
233
+ description: "Track multi-agent collaboration on complex tasks"
234
+ trigger:
235
+ type: "task_assignment"
236
+ conditions:
237
+ - agent_count: "> 1"
238
+ - task_complexity: ">= 3"
239
+ action:
240
+ type: "send_message"
241
+ message: "Multi-agent task initiated. Monitor collaboration patterns: work distribution, communication flow, conflict resolution, coordination efficiency."
242
+ agent: "development-logger"
243
+
244
+ # Periodic Reporting Hooks
245
+ reporting_schedule:
246
+ - name: "system_review_analysis"
247
+ description: "Execute systematic review of implementation vs plan for process improvements"
248
+ trigger:
249
+ type: "user_command"
250
+ conditions:
251
+ - command: "system-review"
252
+ - parameters: ["plan_file", "execution_report"]
253
+ action:
254
+ type: "execute_prompt"
255
+ prompt: "system-review.md"
256
+ message: "Conducting systematic review of implementation against plan to identify process improvements..."
257
+ agent: "development-logger"
258
+ include_context:
259
+ - implementation_history: true
260
+ - plan_adherence: true
261
+ - process_metrics: true
262
+
263
+ - name: "milestone_process_review"
264
+ description: "Analyze development process effectiveness at major milestones"
265
+ trigger:
266
+ type: "milestone_completion"
267
+ conditions:
268
+ - milestone_type: ["sprint", "release", "phase"]
269
+ action:
270
+ type: "execute_prompt"
271
+ prompt: "system-review.md"
272
+ message: "Milestone completed. Analyzing development process effectiveness and identifying improvement opportunities..."
273
+ agent: "development-logger"
274
+ include_context:
275
+ - milestone_metrics: true
276
+ - team_performance: true
277
+ - process_adherence: true
278
+
279
+ - name: "daily_summary"
280
+ description: "Generate daily development summary"
281
+ trigger:
282
+ type: "schedule"
283
+ conditions:
284
+ - time: "18:00"
285
+ - days: ["monday", "tuesday", "wednesday", "thursday", "friday"]
286
+ action:
287
+ type: "send_message"
288
+ message: "End of development day. Generate daily summary: features completed, challenges overcome, key learnings, tomorrow's priorities."
289
+ agent: "development-logger"
290
+
291
+ - name: "weekly_insights"
292
+ description: "Create comprehensive weekly development report"
293
+ trigger:
294
+ type: "schedule"
295
+ conditions:
296
+ - time: "17:00"
297
+ - day: "friday"
298
+ action:
299
+ type: "send_message"
300
+ message: "Weekly development review. Analyze patterns: productivity trends, common challenges, successful strategies, team performance insights, recommendations for next week."
301
+ agent: "development-logger"
302
+
303
+ # Manual Trigger Hooks
304
+ manual_controls:
305
+ - name: "manual_log_entry"
306
+ description: "Create manual DEVLOG entry"
307
+ trigger:
308
+ type: "user_command"
309
+ conditions:
310
+ - command: "devlog"
311
+ action:
312
+ type: "send_message"
313
+ message: "Manual DEVLOG entry requested. Guide user through template completion: session details, accomplishments, challenges, insights, next steps."
314
+ agent: "development-logger"
315
+
316
+ - name: "insights_request"
317
+ description: "Generate custom insights report"
318
+ trigger:
319
+ type: "user_command"
320
+ conditions:
321
+ - command: "dev-insights"
322
+ action:
323
+ type: "send_message"
324
+ message: "Development insights requested. Analyze recent DEVLOG entries and generate custom report based on user's specific questions or focus areas."
325
+ agent: "development-logger"
326
+
327
+ - name: "quality_metrics_collection"
328
+ description: "Collect development process and learning quality metrics"
329
+ trigger:
330
+ type: "process_analysis_completion"
331
+ conditions:
332
+ - analysis_type: ["session", "milestone", "retrospective"]
333
+ action:
334
+ type: "execute_prompt"
335
+ prompt: "quality-metrics.md"
336
+ message: "Collecting process quality metrics: efficiency, learning effectiveness, and improvement opportunities..."
337
+ agent: "development-logger"
338
+ include_context:
339
+ - process_metrics: true
340
+ - learning_indicators: true
341
+ - improvement_opportunities: true
342
+
343
+ # Configuration
344
+ hook_settings:
345
+ global:
346
+ enabled: true
347
+ log_level: "info"
348
+ max_context_size: "10MB"
349
+
350
+ session_tracking:
351
+ min_session_duration: "5 minutes"
352
+ auto_finalize: true
353
+
354
+ feature_tracking:
355
+ require_manual_input: true
356
+ auto_metrics: true
357
+
358
+ reporting:
359
+ store_in_archon: true
360
+ generate_trends: true
361
+ retention_days: 365