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,524 +0,0 @@
1
- # Report Exports
2
-
3
- Export reports in various formats for sharing and archival.
4
-
5
- ---
6
-
7
- ## Export Overview
8
-
9
- ```
10
- ┌─────────────────────────────────────────────────────────────┐
11
- │ Report Export System │
12
- ├─────────────────────────────────────────────────────────────┤
13
- │ │
14
- │ Report Data │
15
- │ │ │
16
- │ ▼ │
17
- │ ┌─────────────┐ │
18
- │ │ Formatter │ │
19
- │ └─────────────┘ │
20
- │ │ │
21
- │ ├──▶ PDF (Management reports) │
22
- │ ├──▶ HTML (Interactive dashboards) │
23
- │ ├──▶ Markdown (Documentation) │
24
- │ ├──▶ CSV (Data analysis) │
25
- │ ├──▶ JSON (API integration) │
26
- │ └──▶ Excel (Spreadsheet analysis) │
27
- │ │
28
- └─────────────────────────────────────────────────────────────┘
29
- ```
30
-
31
- ---
32
-
33
- ## Export Configuration
34
-
35
- ### Format Settings
36
-
37
- ```yaml
38
- reporting:
39
- exports:
40
- # Default format
41
- default_format: "pdf"
42
-
43
- # Available formats
44
- formats:
45
- pdf:
46
- enabled: true
47
- template: "professional"
48
- include_charts: true
49
- page_size: "letter" # letter, A4
50
-
51
- html:
52
- enabled: true
53
- interactive: true
54
- include_scripts: true
55
-
56
- markdown:
57
- enabled: true
58
- include_diagrams: true
59
- github_flavored: true
60
-
61
- csv:
62
- enabled: true
63
- delimiter: ","
64
- include_headers: true
65
-
66
- json:
67
- enabled: true
68
- pretty_print: true
69
-
70
- excel:
71
- enabled: true
72
- include_charts: true
73
- multiple_sheets: true
74
- ```
75
-
76
- ### Output Settings
77
-
78
- ```yaml
79
- reporting:
80
- exports:
81
- output:
82
- # Directory
83
- directory: ".proagents/reports/exports/"
84
-
85
- # Naming
86
- filename_format: "{{report_type}}-{{date}}.{{format}}"
87
-
88
- # Compression
89
- compress: true
90
- compression_format: "zip" # zip, tar.gz
91
-
92
- # Cleanup
93
- retention_days: 90
94
- ```
95
-
96
- ---
97
-
98
- ## Export Commands
99
-
100
- ### CLI Export
101
-
102
- ```bash
103
- # Export velocity report as PDF
104
- proagents report velocity --export pdf
105
-
106
- # Export to specific file
107
- proagents report quality --export pdf --output ./reports/q1-quality.pdf
108
-
109
- # Export multiple formats
110
- proagents report velocity --export pdf,csv,json
111
-
112
- # Export all reports
113
- proagents report export-all --format pdf
114
-
115
- # Export with date range
116
- proagents report velocity --from 2024-01-01 --to 2024-01-31 --export pdf
117
- ```
118
-
119
- ### Batch Export
120
-
121
- ```bash
122
- # Export all reports for a period
123
- proagents report batch-export \
124
- --from 2024-01-01 \
125
- --to 2024-01-31 \
126
- --formats pdf,csv \
127
- --output ./monthly-reports/
128
-
129
- # Schedule recurring export
130
- proagents report schedule \
131
- --report velocity \
132
- --format pdf \
133
- --frequency weekly \
134
- --email team@company.com
135
- ```
136
-
137
- ---
138
-
139
- ## PDF Exports
140
-
141
- ### PDF Configuration
142
-
143
- ```yaml
144
- reporting:
145
- exports:
146
- pdf:
147
- # Template
148
- template: "professional" # professional, minimal, detailed
149
-
150
- # Branding
151
- branding:
152
- logo: "./assets/company-logo.png"
153
- primary_color: "#1a73e8"
154
- font_family: "Inter"
155
-
156
- # Layout
157
- layout:
158
- page_size: "letter"
159
- orientation: "portrait"
160
- margins:
161
- top: "1in"
162
- bottom: "1in"
163
- left: "0.75in"
164
- right: "0.75in"
165
-
166
- # Content
167
- content:
168
- include_toc: true
169
- include_charts: true
170
- include_summary: true
171
- page_numbers: true
172
- header: "{{report_title}}"
173
- footer: "Generated by ProAgents | {{date}}"
174
- ```
175
-
176
- ### PDF Example
177
-
178
- ```
179
- ┌─────────────────────────────────────────────────────────────┐
180
- │ [Company Logo] │
181
- │ │
182
- │ ═══════════════════════════════════════════════════════ │
183
- │ Development Velocity Report │
184
- │ January 2024 │
185
- │ ═══════════════════════════════════════════════════════ │
186
- │ │
187
- │ Table of Contents │
188
- │ ───────────────── │
189
- │ 1. Executive Summary ............................ 2 │
190
- │ 2. Velocity Metrics ............................. 3 │
191
- │ 3. Feature Completion ........................... 5 │
192
- │ 4. Team Performance ............................. 7 │
193
- │ 5. Recommendations .............................. 9 │
194
- │ │
195
- │ ────────────────────────────────────────────────────── │
196
- │ Generated by ProAgents | January 31, 2024 Page 1 of 10 │
197
- └─────────────────────────────────────────────────────────────┘
198
- ```
199
-
200
- ---
201
-
202
- ## HTML Exports
203
-
204
- ### Interactive HTML
205
-
206
- ```yaml
207
- reporting:
208
- exports:
209
- html:
210
- # Interactive features
211
- interactive:
212
- sortable_tables: true
213
- filterable: true
214
- expandable_sections: true
215
- tooltips: true
216
-
217
- # Charts
218
- charts:
219
- library: "chart.js" # chart.js, d3, echarts
220
- interactive: true
221
- exportable: true
222
-
223
- # Styling
224
- styling:
225
- theme: "light" # light, dark, auto
226
- responsive: true
227
- print_friendly: true
228
- ```
229
-
230
- ### Self-Contained HTML
231
-
232
- ```yaml
233
- reporting:
234
- exports:
235
- html:
236
- # Bundle all resources
237
- self_contained: true
238
-
239
- # Include
240
- include:
241
- - css
242
- - javascript
243
- - fonts
244
- - images
245
-
246
- # Minify
247
- minify: true
248
- ```
249
-
250
- ---
251
-
252
- ## CSV/Excel Exports
253
-
254
- ### CSV Configuration
255
-
256
- ```yaml
257
- reporting:
258
- exports:
259
- csv:
260
- # Format
261
- delimiter: ","
262
- quote_char: "\""
263
- escape_char: "\\"
264
- line_ending: "\n" # \n, \r\n
265
-
266
- # Headers
267
- include_headers: true
268
- header_row: true
269
-
270
- # Data handling
271
- null_value: ""
272
- date_format: "YYYY-MM-DD"
273
- number_format: "0.00"
274
- ```
275
-
276
- ### Excel Configuration
277
-
278
- ```yaml
279
- reporting:
280
- exports:
281
- excel:
282
- # Multiple sheets
283
- multiple_sheets: true
284
-
285
- sheets:
286
- - name: "Summary"
287
- data: "summary"
288
- - name: "Velocity"
289
- data: "velocity_details"
290
- - name: "Quality"
291
- data: "quality_metrics"
292
- - name: "Raw Data"
293
- data: "raw_metrics"
294
-
295
- # Formatting
296
- formatting:
297
- header_style:
298
- bold: true
299
- background: "#1a73e8"
300
- color: "#ffffff"
301
-
302
- # Conditional formatting
303
- conditional:
304
- - column: "coverage"
305
- rule: "< 80"
306
- style:
307
- background: "#ffcccc"
308
- - column: "coverage"
309
- rule: ">= 80"
310
- style:
311
- background: "#ccffcc"
312
-
313
- # Charts in Excel
314
- include_charts: true
315
- ```
316
-
317
- ---
318
-
319
- ## JSON Exports
320
-
321
- ### JSON Structure
322
-
323
- ```yaml
324
- reporting:
325
- exports:
326
- json:
327
- # Format
328
- pretty_print: true
329
- indent: 2
330
-
331
- # Structure
332
- structure: "nested" # nested, flat
333
-
334
- # Include
335
- include:
336
- metadata: true
337
- timestamps: true
338
- version: true
339
-
340
- # Schema
341
- include_schema: true
342
- ```
343
-
344
- ### JSON Example
345
-
346
- ```json
347
- {
348
- "metadata": {
349
- "report_type": "velocity",
350
- "generated_at": "2024-01-31T10:00:00Z",
351
- "period": {
352
- "from": "2024-01-01",
353
- "to": "2024-01-31"
354
- },
355
- "version": "1.0"
356
- },
357
- "summary": {
358
- "features_completed": 15,
359
- "bugs_fixed": 42,
360
- "average_completion_time": "2.3 days"
361
- },
362
- "details": {
363
- "features": [...],
364
- "bugs": [...],
365
- "by_developer": [...]
366
- }
367
- }
368
- ```
369
-
370
- ---
371
-
372
- ## Scheduled Exports
373
-
374
- ### Schedule Configuration
375
-
376
- ```yaml
377
- reporting:
378
- exports:
379
- schedules:
380
- # Daily summary
381
- - name: "daily_summary"
382
- report: "velocity"
383
- format: "html"
384
- frequency: "daily"
385
- time: "08:00"
386
- timezone: "America/New_York"
387
- recipients:
388
- - "team@company.com"
389
-
390
- # Weekly report
391
- - name: "weekly_report"
392
- report: "all"
393
- format: "pdf"
394
- frequency: "weekly"
395
- day: "monday"
396
- time: "09:00"
397
- recipients:
398
- - "management@company.com"
399
-
400
- # Monthly summary
401
- - name: "monthly_summary"
402
- report: "all"
403
- format: "pdf,excel"
404
- frequency: "monthly"
405
- day: 1
406
- time: "09:00"
407
- recipients:
408
- - "stakeholders@company.com"
409
- archive: true
410
- ```
411
-
412
- ### Delivery Methods
413
-
414
- ```yaml
415
- reporting:
416
- exports:
417
- delivery:
418
- # Email
419
- email:
420
- enabled: true
421
- from: "reports@company.com"
422
- smtp:
423
- host: "smtp.company.com"
424
- port: 587
425
- auth_env:
426
- user: "SMTP_USER"
427
- password: "SMTP_PASSWORD"
428
-
429
- # Slack
430
- slack:
431
- enabled: true
432
- channel: "#reports"
433
- include_preview: true
434
-
435
- # Cloud storage
436
- cloud:
437
- enabled: true
438
- provider: "s3" # s3, gcs, azure
439
- bucket: "company-reports"
440
- path: ".proagents/{{year}}/{{month}}/"
441
-
442
- # Webhook
443
- webhook:
444
- enabled: true
445
- url: "https://api.company.com/reports"
446
- method: "POST"
447
- ```
448
-
449
- ---
450
-
451
- ## Export Templates
452
-
453
- ### Custom Templates
454
-
455
- ```yaml
456
- reporting:
457
- exports:
458
- templates:
459
- # Define custom template
460
- executive_summary:
461
- format: "pdf"
462
- sections:
463
- - type: "header"
464
- title: "Executive Summary"
465
- - type: "metrics"
466
- metrics: ["features_completed", "velocity", "quality_score"]
467
- - type: "chart"
468
- chart_type: "trend"
469
- data: "velocity_trend"
470
- - type: "table"
471
- title: "Top Achievements"
472
- data: "achievements"
473
- - type: "recommendations"
474
- max_items: 5
475
-
476
- # Technical report
477
- technical_report:
478
- format: "pdf"
479
- sections:
480
- - type: "header"
481
- title: "Technical Report"
482
- - type: "coverage"
483
- - type: "quality_breakdown"
484
- - type: "security_summary"
485
- - type: "performance_metrics"
486
- - type: "code_metrics"
487
- ```
488
-
489
- ---
490
-
491
- ## Export Status
492
-
493
- ```
494
- ┌─────────────────────────────────────────────────────────────┐
495
- │ Export Status │
496
- ├─────────────────────────────────────────────────────────────┤
497
- │ │
498
- │ Recent Exports: │
499
- │ ├── velocity-2024-01-31.pdf ✅ Complete (2 min ago) │
500
- │ ├── quality-2024-01-31.csv ✅ Complete (5 min ago) │
501
- │ └── monthly-summary.pdf 🔄 Processing (30%) │
502
- │ │
503
- │ Scheduled Exports: │
504
- │ ├── daily_summary Next: Tomorrow 08:00 AM │
505
- │ ├── weekly_report Next: Monday 09:00 AM │
506
- │ └── monthly_summary Next: Feb 1, 09:00 AM │
507
- │ │
508
- │ Storage: 45 MB used (90 day retention) │
509
- │ │
510
- │ [View All] [Download Recent] [Clear Old] │
511
- │ │
512
- └─────────────────────────────────────────────────────────────┘
513
- ```
514
-
515
- ---
516
-
517
- ## Best Practices
518
-
519
- 1. **Choose Right Format**: PDF for sharing, CSV for analysis
520
- 2. **Schedule Regular Exports**: Automate recurring reports
521
- 3. **Archive Important Reports**: Keep historical data
522
- 4. **Secure Sensitive Data**: Encrypt exports with sensitive info
523
- 5. **Test Templates**: Verify formatting before distribution
524
- 6. **Monitor Storage**: Clean up old exports regularly