proagents 1.6.19 → 1.6.21

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 (143) hide show
  1. package/.claude/settings.local.json +13 -1
  2. package/.proagents/.cursorrules +25 -10
  3. package/.proagents/.windsurfrules +25 -10
  4. package/.proagents/AGENTS.md +30 -11
  5. package/.proagents/AI_INSTRUCTIONS.md +86 -30
  6. package/.proagents/BOLT.md +25 -10
  7. package/.proagents/CLAUDE.md +25 -10
  8. package/.proagents/GEMINI.md +25 -10
  9. package/.proagents/KIRO.md +25 -10
  10. package/.proagents/LOVABLE.md +25 -10
  11. package/.proagents/PROAGENTS.md +96 -343
  12. package/.proagents/REPLIT.md +25 -10
  13. package/.proagents/activity.log +1 -0
  14. package/.proagents/custom-commands.yaml +0 -1
  15. package/.proagents/docs/command-details.md +1 -2
  16. package/.proagents/getting-started/ai-training-setup.md +0 -1
  17. package/.proagents/performance/README.md +59 -0
  18. package/.proagents/performance/bundle-analysis.md +375 -0
  19. package/.proagents/performance/load-testing.md +563 -0
  20. package/.proagents/performance/runtime-metrics.md +489 -0
  21. package/.proagents/performance/web-vitals.md +425 -0
  22. package/.proagents/platforms.yaml +66 -0
  23. package/.proagents/proagents.config.yaml +0 -1
  24. package/.proagents/prompts/ai-add.md +80 -0
  25. package/.proagents/prompts/ai-list.md +41 -0
  26. package/.proagents/prompts/ai-remove.md +112 -0
  27. package/.proagents/prompts/ai-sync.md +96 -0
  28. package/.proagents/workflow-modes/entry-modes.md +1 -6
  29. package/lib/commands/ai.js +100 -48
  30. package/lib/commands/init.js +89 -22
  31. package/package.json +1 -1
  32. package/.proagents/ANTIGRAVITY.md +0 -61
  33. package/.proagents/CHATGPT.md +0 -57
  34. package/.proagents/GROQ.md +0 -57
  35. package/.proagents/api-versioning/README.md +0 -257
  36. package/.proagents/api-versioning/changelog-template.md +0 -225
  37. package/.proagents/api-versioning/deprecation-workflow.md +0 -470
  38. package/.proagents/api-versioning/versioning-strategy.md +0 -291
  39. package/.proagents/automation/README.md +0 -38
  40. package/.proagents/automation/ai-behavior-rules.md +0 -339
  41. package/.proagents/automation/ai-prompt-injection.md +0 -331
  42. package/.proagents/automation/auto-decisions.md +0 -535
  43. package/.proagents/automation/decision-defaults.yaml +0 -317
  44. package/.proagents/cache/README.md +0 -110
  45. package/.proagents/cache/analysis-metadata.json +0 -76
  46. package/.proagents/cache/conventions.json +0 -125
  47. package/.proagents/cache/dependencies.json +0 -85
  48. package/.proagents/cache/features.json +0 -115
  49. package/.proagents/cache/patterns.json +0 -105
  50. package/.proagents/cache/schemas/conventions-schema.json +0 -138
  51. package/.proagents/cache/schemas/dependencies-schema.json +0 -95
  52. package/.proagents/cache/schemas/features-schema.json +0 -104
  53. package/.proagents/cache/schemas/metadata-schema.json +0 -83
  54. package/.proagents/cache/schemas/patterns-schema.json +0 -136
  55. package/.proagents/cache/schemas/structure-schema.json +0 -72
  56. package/.proagents/cache/structure.json +0 -109
  57. package/.proagents/checklists/README.md +0 -261
  58. package/.proagents/checklists/code-quality.md +0 -137
  59. package/.proagents/checklists/code-review.md +0 -148
  60. package/.proagents/checklists/pr-checklist.md +0 -78
  61. package/.proagents/checklists/pre-deployment.md +0 -132
  62. package/.proagents/checklists/pre-implementation.md +0 -80
  63. package/.proagents/checklists/testing.md +0 -120
  64. package/.proagents/checkpoints.json +0 -13
  65. package/.proagents/cicd/README.md +0 -338
  66. package/.proagents/cicd/azure-devops.md +0 -267
  67. package/.proagents/cicd/github-actions.md +0 -375
  68. package/.proagents/cicd/gitlab-ci.md +0 -278
  69. package/.proagents/cicd/jenkins.md +0 -317
  70. package/.proagents/collaboration/README.md +0 -143
  71. package/.proagents/collaboration/roles.md +0 -248
  72. package/.proagents/collaboration/sessions.md +0 -390
  73. package/.proagents/collaboration/sync.md +0 -358
  74. package/.proagents/cost/README.md +0 -48
  75. package/.proagents/cost/cost-template.md +0 -283
  76. package/.proagents/cost/estimation-framework.md +0 -287
  77. package/.proagents/database/README.md +0 -72
  78. package/.proagents/database/examples/001-create-users.sql +0 -129
  79. package/.proagents/database/examples/002-add-preferences.sql +0 -94
  80. package/.proagents/database/examples/003-add-index.sql +0 -105
  81. package/.proagents/database/examples/004-rename-column.sql +0 -122
  82. package/.proagents/database/examples/005-add-foreign-key.sql +0 -142
  83. package/.proagents/database/examples/006-data-migration.sql +0 -196
  84. package/.proagents/database/examples/007-drop-column.sql +0 -163
  85. package/.proagents/database/examples/README.md +0 -89
  86. package/.proagents/database/migration-workflow.md +0 -478
  87. package/.proagents/database/rollback-scripts.md +0 -487
  88. package/.proagents/database/safety-checks.md +0 -447
  89. package/.proagents/git/README.md +0 -68
  90. package/.proagents/git/branch-strategy.md +0 -164
  91. package/.proagents/git/commit-conventions.md +0 -241
  92. package/.proagents/git/pr-workflow.md +0 -286
  93. package/.proagents/git/rollback-procedures.md +0 -416
  94. package/.proagents/ide-integration/README.md +0 -124
  95. package/.proagents/ide-integration/cline-config.md +0 -429
  96. package/.proagents/ide-integration/continue-config.md +0 -380
  97. package/.proagents/ide-integration/cursor-rules.md +0 -280
  98. package/.proagents/ide-integration/github-copilot.md +0 -384
  99. package/.proagents/ide-integration/windsurf-rules.md +0 -314
  100. package/.proagents/integrations/README.md +0 -97
  101. package/.proagents/integrations/pm/README.md +0 -344
  102. package/.proagents/learning/README.md +0 -136
  103. package/.proagents/learning/adaptation.md +0 -305
  104. package/.proagents/learning/data-collection.md +0 -283
  105. package/.proagents/learning/implementation-guide.md +0 -865
  106. package/.proagents/learning/reports.md +0 -306
  107. package/.proagents/mcp/README.md +0 -133
  108. package/.proagents/mcp/context-providers.md +0 -442
  109. package/.proagents/mcp/server-config.md +0 -306
  110. package/.proagents/mcp/tools-definition.md +0 -513
  111. package/.proagents/pm-integration/README.md +0 -151
  112. package/.proagents/pm-integration/asana.md +0 -346
  113. package/.proagents/pm-integration/github-issues.md +0 -308
  114. package/.proagents/pm-integration/gitlab-issues.md +0 -482
  115. package/.proagents/pm-integration/jira.md +0 -364
  116. package/.proagents/pm-integration/linear.md +0 -409
  117. package/.proagents/pm-integration/notion.md +0 -275
  118. package/.proagents/pm-integration/sync-config.md +0 -533
  119. package/.proagents/pm-integration/trello.md +0 -159
  120. package/.proagents/rules/README.md +0 -179
  121. package/.proagents/rules/custom-rules-template.yaml +0 -286
  122. package/.proagents/rules/custom-rules.md +0 -754
  123. package/.proagents/rules/validation-rules-template.yaml +0 -517
  124. package/.proagents/runbooks/README.md +0 -219
  125. package/.proagents/runbooks/dependency-vulnerability.md +0 -505
  126. package/.proagents/runbooks/incident-response.md +0 -451
  127. package/.proagents/runbooks/performance-degradation.md +0 -584
  128. package/.proagents/runbooks/production-debugging.md +0 -489
  129. package/.proagents/sprints/README.md +0 -58
  130. package/.proagents/team/README.md +0 -256
  131. package/.proagents/team/code-ownership.md +0 -306
  132. package/.proagents/team/communication-templates.md +0 -441
  133. package/.proagents/team/handoff-protocol.md +0 -380
  134. package/.proagents/team/ide-setup/README.md +0 -103
  135. package/.proagents/team/ide-setup/cursor.md +0 -276
  136. package/.proagents/team/ide-setup/jetbrains.md +0 -330
  137. package/.proagents/team/ide-setup/neovim.md +0 -640
  138. package/.proagents/team/ide-setup/vscode.md +0 -348
  139. package/.proagents/team/onboarding.md +0 -278
  140. package/.proagents/time-tracking.json +0 -19
  141. package/.proagents/troubleshooting/README.md +0 -730
  142. package/.proagents/troubleshooting/ai-issues.md +0 -601
  143. package/.proagents/troubleshooting/workflow-issues.md +0 -571
@@ -1,317 +0,0 @@
1
- # Decision Defaults Configuration
2
- # Pre-configured answers for common AI questions
3
- # Prevents workflow interruptions by providing automatic decisions
4
-
5
- # =============================================================================
6
- # AUTOMATION LEVEL
7
- # =============================================================================
8
- automation:
9
- # full: No user intervention, all decisions auto-made
10
- # semi: Only pause for critical decisions
11
- # guided: Pause at checkpoints only
12
- # manual: Ask for guidance (traditional mode)
13
- level: "full"
14
-
15
- # Log all auto-decisions for post-review
16
- log_decisions: true
17
-
18
- # Show summary after workflow completion
19
- show_summary: true
20
-
21
- # Confidence threshold (decisions below this are flagged)
22
- confidence_threshold: "medium" # high, medium, low
23
-
24
- # =============================================================================
25
- # ARCHITECTURE DECISIONS
26
- # =============================================================================
27
- architecture:
28
- # API Style
29
- api_style: "rest" # rest, graphql, grpc, trpc
30
-
31
- # State Management
32
- state_management:
33
- global: "zustand" # zustand, redux, jotai, mobx
34
- server: "react-query" # react-query, swr, apollo
35
- forms: "react-hook-form" # react-hook-form, formik
36
-
37
- # Styling
38
- styling: "tailwind" # tailwind, css-modules, styled-components, scss
39
-
40
- # Database
41
- database: "postgresql" # postgresql, mysql, mongodb, sqlite
42
-
43
- # ORM
44
- orm: "prisma" # prisma, typeorm, drizzle, knex
45
-
46
- # Authentication
47
- auth:
48
- method: "jwt" # jwt, session, oauth
49
- storage: "httponly-cookie" # httponly-cookie, localstorage, memory
50
- provider: "custom" # custom, next-auth, auth0, clerk
51
-
52
- # Caching
53
- caching: "react-query" # react-query, redis, in-memory
54
-
55
- # =============================================================================
56
- # CODE STYLE DECISIONS
57
- # =============================================================================
58
- code_style:
59
- # Components
60
- component:
61
- style: "functional" # functional, class
62
- memo: "when-needed" # always, when-needed, never
63
- display_name: true
64
-
65
- # Exports
66
- exports:
67
- style: "named" # named, default, mixed
68
- barrel_files: true # Use index.ts for re-exports
69
-
70
- # TypeScript
71
- typescript:
72
- strict: true
73
- props_style: "interface" # interface, type
74
- return_types: "infer" # explicit, infer
75
-
76
- # Naming Conventions
77
- naming:
78
- components: "PascalCase"
79
- hooks: "useCamelCase"
80
- services: "camelCase"
81
- utilities: "camelCase"
82
- constants: "UPPER_SNAKE_CASE"
83
- types: "PascalCase"
84
- files:
85
- components: "PascalCase"
86
- others: "kebab-case"
87
-
88
- # File Organization
89
- organization:
90
- components: "folder-per-component" # folder-per-component, flat
91
- colocate_tests: true
92
- colocate_styles: true
93
-
94
- # =============================================================================
95
- # TESTING DECISIONS
96
- # =============================================================================
97
- testing:
98
- # Frameworks
99
- unit_framework: "vitest" # vitest, jest
100
- e2e_framework: "playwright" # playwright, cypress
101
- component_testing: "testing-library"
102
-
103
- # Coverage
104
- coverage:
105
- target: 80
106
- minimum: 60
107
- fail_below_minimum: true
108
-
109
- # Test Location
110
- location: "colocated" # colocated, separate (__tests__ folder)
111
-
112
- # What to Test
113
- always_test:
114
- - "components"
115
- - "hooks"
116
- - "services"
117
- - "utilities"
118
-
119
- # Mocking
120
- mock_strategy: "minimal" # minimal, comprehensive
121
-
122
- # =============================================================================
123
- # IMPLEMENTATION DECISIONS
124
- # =============================================================================
125
- implementation:
126
- # When multiple approaches exist
127
- approach_selection: "simplest" # simplest, most_performant, most_scalable
128
-
129
- # Error Handling
130
- error_handling:
131
- style: "try-catch" # try-catch, result-type, error-boundary
132
- logging: true
133
- user_friendly_messages: true
134
-
135
- # Async Patterns
136
- async:
137
- style: "async-await" # async-await, promises
138
- error_handling: "try-catch"
139
-
140
- # Null/Undefined Handling
141
- null_handling: "optional-chaining" # optional-chaining, explicit-checks
142
-
143
- # Data Validation
144
- validation:
145
- library: "zod" # zod, yup, joi
146
- location: "schema-files" # inline, schema-files
147
-
148
- # Comments
149
- comments:
150
- style: "jsdoc" # jsdoc, inline, minimal
151
- when: "complex-logic-only" # always, complex-logic-only, never
152
-
153
- # =============================================================================
154
- # FILE CREATION DECISIONS
155
- # =============================================================================
156
- file_creation:
157
- # Component Files
158
- component:
159
- create_test: true
160
- create_styles: false # If using Tailwind, no separate style files
161
- create_index: true
162
- create_types: "if-complex" # always, if-complex, never
163
-
164
- # Service Files
165
- service:
166
- create_test: true
167
- create_types: true
168
- create_interface: true
169
-
170
- # API Route Files
171
- api_route:
172
- create_validation: true
173
- create_types: true
174
- create_test: true
175
-
176
- # =============================================================================
177
- # DEPENDENCY DECISIONS
178
- # =============================================================================
179
- dependencies:
180
- # When adding new packages
181
- prefer_existing: true # Use already installed packages when possible
182
-
183
- # Package Selection Priority
184
- selection_priority:
185
- 1: "already-installed"
186
- 2: "project-default"
187
- 3: "most-popular-stable"
188
-
189
- # Defaults by Category
190
- defaults:
191
- http_client: "axios" # axios, fetch, ky
192
- date_handling: "date-fns" # date-fns, dayjs, luxon
193
- icons: "lucide-react" # lucide-react, heroicons, react-icons
194
- forms: "react-hook-form"
195
- validation: "zod"
196
- animation: "framer-motion" # framer-motion, react-spring
197
-
198
- # =============================================================================
199
- # GIT DECISIONS
200
- # =============================================================================
201
- git:
202
- # Branch Naming
203
- branch_prefix:
204
- feature: "feature/"
205
- bugfix: "fix/"
206
- hotfix: "hotfix/"
207
- refactor: "refactor/"
208
-
209
- # Commit Style
210
- commit_style: "conventional" # conventional, simple
211
-
212
- # Auto Actions
213
- auto_stage: true
214
- auto_commit_message: true
215
-
216
- # =============================================================================
217
- # DEPLOYMENT DECISIONS
218
- # =============================================================================
219
- deployment:
220
- # Default Environment
221
- default_target: "staging" # development, staging, production
222
-
223
- # Strategy
224
- strategy: "rolling" # rolling, blue-green, canary
225
-
226
- # Auto-deploy
227
- auto_deploy:
228
- staging: true
229
- production: false # Always require explicit approval
230
-
231
- # =============================================================================
232
- # COMMON QUESTION ANSWERS
233
- # =============================================================================
234
- common_questions:
235
- "Should I create a new component or modify existing?":
236
- rule: "Create new if functionality is distinct. Modify if extending existing."
237
- default: "create_new"
238
-
239
- "Where should I put this file?":
240
- rule: "Follow existing project structure patterns."
241
- use: "pattern_matching"
242
-
243
- "Should I add tests?":
244
- rule: "Always add tests for new code."
245
- default: true
246
-
247
- "What should I name this?":
248
- rule: "Follow naming conventions from code_style section."
249
- use: "naming_conventions"
250
-
251
- "Should I refactor while implementing?":
252
- rule: "No. Focus on requested task only."
253
- default: false
254
-
255
- "Should I add error handling?":
256
- rule: "Always add appropriate error handling."
257
- default: true
258
-
259
- "Should I add TypeScript types?":
260
- rule: "Always for public interfaces, infer for internals."
261
- default: true
262
-
263
- "Should I add comments?":
264
- rule: "Only for complex logic that isn't self-explanatory."
265
- default: "when_complex"
266
-
267
- "Should I split this into smaller files?":
268
- rule: "If file exceeds 300 lines, consider splitting."
269
- threshold: 300
270
-
271
- "Which import style should I use?":
272
- rule: "Use path aliases when available, relative for nearby files."
273
- use: "path_aliases"
274
-
275
- # =============================================================================
276
- # INFERENCE RULES
277
- # =============================================================================
278
- inference_rules:
279
- # Match existing patterns
280
- - condition: "similar_code_exists"
281
- action: "follow_existing_pattern"
282
- confidence: "high"
283
-
284
- # Use project defaults
285
- - condition: "no_existing_pattern"
286
- action: "use_project_defaults"
287
- confidence: "medium"
288
-
289
- # Conservative fallback
290
- - condition: "uncertain"
291
- action: "use_safest_option"
292
- confidence: "low"
293
- flag_for_review: true
294
-
295
- # =============================================================================
296
- # SAFETY RULES
297
- # =============================================================================
298
- safety:
299
- # Even in full automation, pause for these
300
- always_flag:
301
- - "deleting_data"
302
- - "modifying_auth"
303
- - "changing_permissions"
304
- - "external_api_keys"
305
- - "payment_related"
306
-
307
- # Use safest option for
308
- prefer_safe:
309
- - "data_handling"
310
- - "security_related"
311
- - "user_input"
312
-
313
- # Never auto-decide
314
- require_explicit_config:
315
- - "production_deployment"
316
- - "database_migrations_prod"
317
- - "secret_management"
@@ -1,110 +0,0 @@
1
- # Analysis Cache
2
-
3
- Cached codebase analysis data for improved performance.
4
-
5
- ---
6
-
7
- ## Overview
8
-
9
- The cache system stores expensive analysis results to:
10
- - Speed up subsequent operations
11
- - Enable offline mode functionality
12
- - Reduce AI API calls
13
- - Provide historical comparison
14
-
15
- ---
16
-
17
- ## Cache Structure
18
-
19
- ```
20
- cache/
21
- ├── README.md # This file
22
- ├── analysis-metadata.json # Cache metadata and timestamps
23
- ├── structure.json # Directory structure cache
24
- ├── conventions.json # Code conventions cache
25
- ├── dependencies.json # Dependency map cache
26
- ├── features.json # Feature inventory cache
27
- ├── patterns.json # Recognized patterns cache
28
- └── schemas/ # Schema definitions
29
- └── *.json
30
- ```
31
-
32
- ---
33
-
34
- ## Cache Lifecycle
35
-
36
- ### Creation
37
- Cache is created/updated when:
38
- - Running `pa:analyze` command
39
- - Starting a new feature (incremental update)
40
- - Manual cache refresh
41
-
42
- ### Invalidation
43
- Cache is invalidated when:
44
- - Cache age exceeds configured TTL (default: 24h)
45
- - Significant file changes detected
46
- - Manual invalidation requested
47
- - Schema version mismatch
48
-
49
- ### Refresh Strategies
50
- - **Full refresh**: Complete re-analysis
51
- - **Incremental**: Update only changed files
52
- - **Partial**: Refresh specific cache files
53
-
54
- ---
55
-
56
- ## Configuration
57
-
58
- ```yaml
59
- # proagents.config.yaml
60
-
61
- cache:
62
- enabled: true
63
- path: ".proagents/cache"
64
-
65
- ttl:
66
- structure: "24h"
67
- conventions: "7d"
68
- dependencies: "1h"
69
- features: "24h"
70
- patterns: "7d"
71
-
72
- max_size: "100MB"
73
-
74
- auto_refresh:
75
- on_file_change: true
76
- threshold: 10 # files changed
77
- ```
78
-
79
- ---
80
-
81
- ## Commands
82
-
83
- ```bash
84
- # View cache status
85
- proagents cache status
86
-
87
- # Refresh cache
88
- proagents cache refresh
89
-
90
- # Clear specific cache
91
- proagents cache clear structure
92
-
93
- # Clear all cache
94
- proagents cache clear --all
95
-
96
- # Validate cache integrity
97
- proagents cache validate
98
- ```
99
-
100
- ---
101
-
102
- ## Cache Files
103
-
104
- See individual cache files for their structure:
105
- - [analysis-metadata.json](./analysis-metadata.json)
106
- - [structure.json](./structure.json)
107
- - [conventions.json](./conventions.json)
108
- - [dependencies.json](./dependencies.json)
109
- - [features.json](./features.json)
110
- - [patterns.json](./patterns.json)
@@ -1,76 +0,0 @@
1
- {
2
- "$schema": "./schemas/metadata-schema.json",
3
- "version": "1.0.0",
4
- "cache_version": "1",
5
-
6
- "project": {
7
- "path": "/path/to/project",
8
- "name": "example-project",
9
- "type": "fullstack"
10
- },
11
-
12
- "timestamps": {
13
- "created_at": "2024-01-15T08:00:00Z",
14
- "updated_at": "2024-01-15T10:30:00Z",
15
- "last_full_analysis": "2024-01-15T08:00:00Z",
16
- "last_incremental_update": "2024-01-15T10:30:00Z"
17
- },
18
-
19
- "cache_status": {
20
- "structure": {
21
- "valid": true,
22
- "age_hours": 2.5,
23
- "ttl_hours": 24,
24
- "size_bytes": 45678,
25
- "last_updated": "2024-01-15T10:30:00Z"
26
- },
27
- "conventions": {
28
- "valid": true,
29
- "age_hours": 2.5,
30
- "ttl_hours": 168,
31
- "size_bytes": 12345,
32
- "last_updated": "2024-01-15T08:00:00Z"
33
- },
34
- "dependencies": {
35
- "valid": true,
36
- "age_hours": 0.5,
37
- "ttl_hours": 1,
38
- "size_bytes": 23456,
39
- "last_updated": "2024-01-15T10:00:00Z"
40
- },
41
- "features": {
42
- "valid": true,
43
- "age_hours": 2.5,
44
- "ttl_hours": 24,
45
- "size_bytes": 34567,
46
- "last_updated": "2024-01-15T08:00:00Z"
47
- },
48
- "patterns": {
49
- "valid": true,
50
- "age_hours": 2.5,
51
- "ttl_hours": 168,
52
- "size_bytes": 56789,
53
- "last_updated": "2024-01-15T08:00:00Z"
54
- }
55
- },
56
-
57
- "file_tracking": {
58
- "total_files": 234,
59
- "tracked_files": 189,
60
- "excluded_files": 45,
61
- "last_file_check": "2024-01-15T10:30:00Z",
62
- "files_changed_since_analysis": 3
63
- },
64
-
65
- "integrity": {
66
- "checksum": "sha256:abc123def456...",
67
- "verified_at": "2024-01-15T10:30:00Z",
68
- "status": "valid"
69
- },
70
-
71
- "storage": {
72
- "total_size_bytes": 172835,
73
- "max_size_bytes": 104857600,
74
- "usage_percent": 0.16
75
- }
76
- }
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "./schemas/conventions-schema.json",
3
- "version": "1.0.0",
4
- "generated_at": "2024-01-15T08:00:00Z",
5
-
6
- "naming": {
7
- "files": {
8
- "components": {
9
- "pattern": "PascalCase",
10
- "extension": ".tsx",
11
- "examples": ["UserProfile.tsx", "DashboardCard.tsx"],
12
- "confidence": 0.95
13
- },
14
- "hooks": {
15
- "pattern": "camelCase",
16
- "prefix": "use",
17
- "extension": ".ts",
18
- "examples": ["useAuth.ts", "useLocalStorage.ts"],
19
- "confidence": 0.98
20
- },
21
- "utilities": {
22
- "pattern": "camelCase",
23
- "extension": ".ts",
24
- "examples": ["formatDate.ts", "validateEmail.ts"],
25
- "confidence": 0.88
26
- },
27
- "types": {
28
- "pattern": "camelCase",
29
- "extension": ".ts",
30
- "examples": ["user.ts", "apiTypes.ts"],
31
- "confidence": 0.82
32
- },
33
- "tests": {
34
- "pattern": "match-source",
35
- "suffix": ".test",
36
- "examples": ["UserProfile.test.tsx"],
37
- "confidence": 0.96
38
- }
39
- },
40
- "code": {
41
- "variables": {
42
- "pattern": "camelCase",
43
- "examples": ["userData", "isLoading", "handleClick"],
44
- "confidence": 0.97
45
- },
46
- "constants": {
47
- "pattern": "UPPER_SNAKE_CASE",
48
- "examples": ["MAX_RETRIES", "API_BASE_URL"],
49
- "confidence": 0.92
50
- },
51
- "functions": {
52
- "pattern": "camelCase",
53
- "examples": ["getUserData", "formatCurrency"],
54
- "confidence": 0.96
55
- },
56
- "components": {
57
- "pattern": "PascalCase",
58
- "examples": ["UserProfile", "NavigationMenu"],
59
- "confidence": 0.99
60
- },
61
- "types_interfaces": {
62
- "pattern": "PascalCase",
63
- "examples": ["User", "ApiResponse", "FormData"],
64
- "confidence": 0.94
65
- }
66
- }
67
- },
68
-
69
- "formatting": {
70
- "indentation": {
71
- "type": "spaces",
72
- "size": 2,
73
- "confidence": 1.0
74
- },
75
- "quotes": {
76
- "style": "single",
77
- "jsx": "double",
78
- "confidence": 0.95
79
- },
80
- "semicolons": {
81
- "required": true,
82
- "confidence": 0.98
83
- },
84
- "trailing_commas": {
85
- "style": "es5",
86
- "confidence": 0.90
87
- },
88
- "line_length": {
89
- "max": 100,
90
- "confidence": 0.85
91
- }
92
- },
93
-
94
- "imports": {
95
- "order": [
96
- { "group": "react", "pattern": "^react" },
97
- { "group": "next", "pattern": "^next" },
98
- { "group": "third-party", "pattern": "^[a-z@]" },
99
- { "group": "local", "pattern": "^[@~/]" },
100
- { "group": "relative", "pattern": "^\\.\\.?/" },
101
- { "group": "styles", "pattern": "\\.(css|scss|sass)$" }
102
- ],
103
- "style": "named",
104
- "newline_between_groups": true,
105
- "confidence": 0.88
106
- },
107
-
108
- "exports": {
109
- "style": "named",
110
- "default_exports": "components_only",
111
- "barrel_files": true,
112
- "confidence": 0.86
113
- },
114
-
115
- "comments": {
116
- "style": "jsdoc",
117
- "required_for": ["public_functions", "complex_logic"],
118
- "format": {
119
- "single_line": "// comment",
120
- "multi_line": "/* comment */",
121
- "doc": "/** @description */"
122
- },
123
- "confidence": 0.78
124
- }
125
- }