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,348 +0,0 @@
1
- # VS Code Setup Guide
2
-
3
- Complete VS Code configuration for ProAgents development.
4
-
5
- ---
6
-
7
- ## Required Extensions
8
-
9
- ### Essential
10
-
11
- ```bash
12
- # Install via command line
13
- code --install-extension dbaeumer.vscode-eslint
14
- code --install-extension esbenp.prettier-vscode
15
- code --install-extension bradlc.vscode-tailwindcss
16
- code --install-extension ms-vscode.vscode-typescript-next
17
- ```
18
-
19
- | Extension | Purpose |
20
- |-----------|---------|
21
- | ESLint | Linting |
22
- | Prettier | Formatting |
23
- | TypeScript Next | Enhanced TS support |
24
- | Tailwind CSS IntelliSense | Tailwind autocomplete |
25
-
26
- ### Recommended
27
-
28
- ```bash
29
- code --install-extension streetsidesoftware.code-spell-checker
30
- code --install-extension usernamehw.errorlens
31
- code --install-extension eamodio.gitlens
32
- code --install-extension gruntfuggly.todo-tree
33
- code --install-extension formulahendry.auto-rename-tag
34
- ```
35
-
36
- ### AI Integration
37
-
38
- ```bash
39
- # Choose one:
40
- code --install-extension GitHub.copilot # GitHub Copilot
41
- code --install-extension Continue.continue # Continue
42
- code --install-extension Codeium.codeium # Codeium
43
- ```
44
-
45
- ---
46
-
47
- ## Workspace Settings
48
-
49
- Create `.vscode/settings.json`:
50
-
51
- ```json
52
- {
53
- // Editor
54
- "editor.formatOnSave": true,
55
- "editor.defaultFormatter": "esbenp.prettier-vscode",
56
- "editor.codeActionsOnSave": {
57
- "source.fixAll.eslint": "explicit",
58
- "source.organizeImports": "explicit"
59
- },
60
- "editor.tabSize": 2,
61
- "editor.detectIndentation": false,
62
-
63
- // TypeScript
64
- "typescript.tsdk": "node_modules/typescript/lib",
65
- "typescript.enablePromptUseWorkspaceTsdk": true,
66
- "typescript.preferences.importModuleSpecifier": "relative",
67
-
68
- // Files
69
- "files.exclude": {
70
- "**/node_modules": true,
71
- "**/.next": true,
72
- "**/dist": true,
73
- "**/.git": true
74
- },
75
- "files.watcherExclude": {
76
- "**/node_modules/**": true,
77
- "**/.next/**": true
78
- },
79
-
80
- // Search
81
- "search.exclude": {
82
- "**/node_modules": true,
83
- "**/dist": true,
84
- "**/.next": true,
85
- "**/coverage": true
86
- },
87
-
88
- // ESLint
89
- "eslint.validate": [
90
- "javascript",
91
- "javascriptreact",
92
- "typescript",
93
- "typescriptreact"
94
- ],
95
-
96
- // Prettier
97
- "[javascript]": {
98
- "editor.defaultFormatter": "esbenp.prettier-vscode"
99
- },
100
- "[typescript]": {
101
- "editor.defaultFormatter": "esbenp.prettier-vscode"
102
- },
103
- "[typescriptreact]": {
104
- "editor.defaultFormatter": "esbenp.prettier-vscode"
105
- },
106
- "[json]": {
107
- "editor.defaultFormatter": "esbenp.prettier-vscode"
108
- },
109
-
110
- // Tailwind
111
- "tailwindCSS.experimental.classRegex": [
112
- ["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"],
113
- ["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
114
- ],
115
-
116
- // Git
117
- "git.enableSmartCommit": true,
118
- "git.confirmSync": false,
119
-
120
- // Terminal
121
- "terminal.integrated.defaultProfile.osx": "zsh",
122
- "terminal.integrated.defaultProfile.windows": "PowerShell"
123
- }
124
- ```
125
-
126
- ---
127
-
128
- ## Keyboard Shortcuts
129
-
130
- Add to `.vscode/keybindings.json`:
131
-
132
- ```json
133
- [
134
- // ProAgents shortcuts (example using terminal)
135
- {
136
- "key": "cmd+shift+p",
137
- "command": "workbench.action.tasks.runTask",
138
- "args": "proagents: status"
139
- },
140
-
141
- // Quick file navigation
142
- {
143
- "key": "cmd+p",
144
- "command": "workbench.action.quickOpen"
145
- },
146
-
147
- // Toggle terminal
148
- {
149
- "key": "cmd+`",
150
- "command": "workbench.action.terminal.toggleTerminal"
151
- },
152
-
153
- // Quick fix
154
- {
155
- "key": "cmd+.",
156
- "command": "editor.action.quickFix"
157
- },
158
-
159
- // Go to definition
160
- {
161
- "key": "cmd+click",
162
- "command": "editor.action.revealDefinition"
163
- }
164
- ]
165
- ```
166
-
167
- ---
168
-
169
- ## Tasks Configuration
170
-
171
- Create `.vscode/tasks.json`:
172
-
173
- ```json
174
- {
175
- "version": "2.0.0",
176
- "tasks": [
177
- {
178
- "label": "dev",
179
- "type": "npm",
180
- "script": "dev",
181
- "problemMatcher": [],
182
- "presentation": {
183
- "reveal": "always",
184
- "panel": "new"
185
- }
186
- },
187
- {
188
- "label": "build",
189
- "type": "npm",
190
- "script": "build",
191
- "group": "build",
192
- "problemMatcher": ["$tsc"]
193
- },
194
- {
195
- "label": "test",
196
- "type": "npm",
197
- "script": "test",
198
- "group": "test",
199
- "problemMatcher": []
200
- },
201
- {
202
- "label": "lint",
203
- "type": "npm",
204
- "script": "lint",
205
- "problemMatcher": ["$eslint-stylish"]
206
- },
207
- {
208
- "label": "proagents: status",
209
- "type": "shell",
210
- "command": "proagents status",
211
- "problemMatcher": []
212
- },
213
- {
214
- "label": "proagents: feature list",
215
- "type": "shell",
216
- "command": "proagents feature list",
217
- "problemMatcher": []
218
- }
219
- ]
220
- }
221
- ```
222
-
223
- ---
224
-
225
- ## Debug Configuration
226
-
227
- Create `.vscode/launch.json`:
228
-
229
- ```json
230
- {
231
- "version": "0.2.0",
232
- "configurations": [
233
- {
234
- "name": "Next.js: debug server-side",
235
- "type": "node-terminal",
236
- "request": "launch",
237
- "command": "npm run dev"
238
- },
239
- {
240
- "name": "Next.js: debug client-side",
241
- "type": "chrome",
242
- "request": "launch",
243
- "url": "http://localhost:3000"
244
- },
245
- {
246
- "name": "Debug Tests",
247
- "type": "node",
248
- "request": "launch",
249
- "runtimeExecutable": "npm",
250
- "runtimeArgs": ["run", "test", "--", "--runInBand"],
251
- "console": "integratedTerminal",
252
- "internalConsoleOptions": "neverOpen"
253
- }
254
- ]
255
- }
256
- ```
257
-
258
- ---
259
-
260
- ## Snippets
261
-
262
- Create `.vscode/snippets.code-snippets`:
263
-
264
- ```json
265
- {
266
- "React Functional Component": {
267
- "prefix": "rfc",
268
- "body": [
269
- "import { FC } from 'react';",
270
- "",
271
- "interface ${1:Component}Props {",
272
- " $2",
273
- "}",
274
- "",
275
- "export const ${1:Component}: FC<${1:Component}Props> = ({ $3 }) => {",
276
- " return (",
277
- " <div>",
278
- " $0",
279
- " </div>",
280
- " );",
281
- "};"
282
- ],
283
- "description": "React Functional Component with TypeScript"
284
- },
285
- "useState Hook": {
286
- "prefix": "us",
287
- "body": "const [${1:state}, set${1/(.*)/${1:/capitalize}/}] = useState<${2:type}>($3);",
288
- "description": "useState hook"
289
- },
290
- "useEffect Hook": {
291
- "prefix": "ue",
292
- "body": [
293
- "useEffect(() => {",
294
- " $1",
295
- " return () => {",
296
- " $2",
297
- " };",
298
- "}, [$3]);"
299
- ],
300
- "description": "useEffect hook with cleanup"
301
- },
302
- "Console Log": {
303
- "prefix": "cl",
304
- "body": "console.log('${1:label}:', $2);",
305
- "description": "Console log with label"
306
- }
307
- }
308
- ```
309
-
310
- ---
311
-
312
- ## Extensions Workspace Recommendations
313
-
314
- Create `.vscode/extensions.json`:
315
-
316
- ```json
317
- {
318
- "recommendations": [
319
- "dbaeumer.vscode-eslint",
320
- "esbenp.prettier-vscode",
321
- "bradlc.vscode-tailwindcss",
322
- "ms-vscode.vscode-typescript-next",
323
- "streetsidesoftware.code-spell-checker",
324
- "usernamehw.errorlens",
325
- "eamodio.gitlens",
326
- "gruntfuggly.todo-tree"
327
- ],
328
- "unwantedRecommendations": []
329
- }
330
- ```
331
-
332
- ---
333
-
334
- ## Troubleshooting
335
-
336
- ### TypeScript Not Recognizing Types
337
- 1. Run `npm install`
338
- 2. Restart TS Server: `Cmd+Shift+P` → "TypeScript: Restart TS Server"
339
-
340
- ### ESLint Not Working
341
- 1. Check ESLint output: `Cmd+Shift+U` → Select "ESLint"
342
- 2. Verify `.eslintrc` exists
343
- 3. Run `npm install eslint`
344
-
345
- ### Formatting Conflicts
346
- 1. Disable other formatters
347
- 2. Set Prettier as default: Settings → Default Formatter
348
- 3. Restart VS Code
@@ -1,278 +0,0 @@
1
- # Team Onboarding Guide
2
-
3
- Get new team members productive with ProAgents quickly.
4
-
5
- ---
6
-
7
- ## Overview
8
-
9
- This guide helps new developers get up to speed with ProAgents and your project's development workflow. Follow these steps in order for the smoothest onboarding experience.
10
-
11
- ---
12
-
13
- ## Day 1: Environment Setup
14
-
15
- ### 1. Clone the Repository
16
-
17
- ```bash
18
- git clone [repository-url]
19
- cd [project-name]
20
- ```
21
-
22
- ### 2. Install Dependencies
23
-
24
- ```bash
25
- # Node.js (use version from .nvmrc)
26
- nvm use
27
-
28
- # Install packages
29
- npm install
30
-
31
- # Install ProAgents CLI (if separate)
32
- npm install -g proagents-cli
33
- ```
34
-
35
- ### 3. Environment Variables
36
-
37
- ```bash
38
- # Copy environment template
39
- cp .env.example .env.local
40
-
41
- # Edit with your values
42
- code .env.local
43
- ```
44
-
45
- ### 4. IDE Setup
46
-
47
- Follow the IDE setup guide for your editor:
48
- - [VS Code](./ide-setup/vscode.md)
49
- - [Cursor](./ide-setup/cursor.md)
50
- - [JetBrains](./ide-setup/jetbrains.md)
51
-
52
- ### 5. Verify Setup
53
-
54
- ```bash
55
- # Run health check
56
- proagents doctor
57
-
58
- # Start development server
59
- npm run dev
60
-
61
- # Run tests
62
- npm test
63
- ```
64
-
65
- ---
66
-
67
- ## Day 1-2: Understanding the Project
68
-
69
- ### 1. Read Project Documentation
70
-
71
- | Document | Purpose | Time |
72
- |----------|---------|------|
73
- | `README.md` | Project overview | 10 min |
74
- | `proagents/WORKFLOW.md` | Development workflow | 30 min |
75
- | `proagents/standards/` | Coding standards | 30 min |
76
- | Architecture docs | System design | 30 min |
77
-
78
- ### 2. Explore the Codebase
79
-
80
- ```bash
81
- # Run codebase analysis
82
- proagents analyze --depth moderate
83
-
84
- # View project structure
85
- proagents structure
86
- ```
87
-
88
- Key directories to explore:
89
- - `src/` - Main source code
90
- - `proagents/` - Workflow documentation
91
- - `tests/` - Test files
92
- - `docs/` - Additional documentation
93
-
94
- ### 3. Understand the Tech Stack
95
-
96
- Review `package.json` and understand:
97
- - Framework (React, Next.js, etc.)
98
- - State management approach
99
- - Styling solution
100
- - Testing tools
101
- - Build tools
102
-
103
- ---
104
-
105
- ## Week 1: First Contributions
106
-
107
- ### Day 3-4: First Bug Fix
108
-
109
- Start with a small bug fix to learn the workflow:
110
-
111
- 1. **Find a "good first issue"** in your issue tracker
112
- 2. **Create a branch**:
113
- ```bash
114
- git checkout -b fix/issue-description
115
- ```
116
- 3. **Follow bug fix workflow**:
117
- ```bash
118
- proagents fix "issue description"
119
- ```
120
- 4. **Make the fix** following coding standards
121
- 5. **Run tests**:
122
- ```bash
123
- npm test
124
- ```
125
- 6. **Create PR** and request review
126
-
127
- ### Day 5: Code Review
128
-
129
- 1. **Review others' PRs** to learn patterns
130
- 2. **Get feedback** on your PR
131
- 3. **Iterate** based on feedback
132
- 4. **Merge** your first contribution!
133
-
134
- ---
135
-
136
- ## Week 2: Feature Development
137
-
138
- ### First Feature
139
-
140
- Work on a small feature:
141
-
142
- 1. **Use full workflow**:
143
- ```bash
144
- proagents feature start "feature description"
145
- ```
146
- 2. **Follow all phases**:
147
- - Analysis
148
- - Requirements
149
- - Design
150
- - Implementation
151
- - Testing
152
- - Review
153
-
154
- 3. **Use checklists**:
155
- ```bash
156
- proagents checklist current
157
- ```
158
-
159
- 4. **Document your work** in the changelog
160
-
161
- ---
162
-
163
- ## Learning Resources
164
-
165
- ### Internal
166
-
167
- | Resource | Description |
168
- |----------|-------------|
169
- | `proagents/prompts/` | AI prompts for each phase |
170
- | `proagents/examples/` | Example implementations |
171
- | `proagents/checklists/` | Quality checklists |
172
- | `proagents/standards/` | Coding standards |
173
-
174
- ### Team Resources
175
-
176
- - **Slack/Teams channel**: #dev-help
177
- - **Wiki/Confluence**: [link]
178
- - **Tech talks**: [schedule]
179
- - **Mentor**: [assigned mentor name]
180
-
181
- ### External
182
-
183
- - Framework documentation
184
- - Style guide references
185
- - Testing best practices
186
-
187
- ---
188
-
189
- ## Key Contacts
190
-
191
- | Role | Person | Contact |
192
- |------|--------|---------|
193
- | Tech Lead | [Name] | [contact] |
194
- | Onboarding Buddy | [Name] | [contact] |
195
- | DevOps | [Name] | [contact] |
196
- | Product Manager | [Name] | [contact] |
197
-
198
- ---
199
-
200
- ## Common Questions
201
-
202
- ### How do I...
203
-
204
- **Start a new feature?**
205
- ```bash
206
- proagents feature start "description"
207
- ```
208
-
209
- **Run tests?**
210
- ```bash
211
- npm test # All tests
212
- npm test -- --watch # Watch mode
213
- npm test -- path/to/file # Specific file
214
- ```
215
-
216
- **Check coding standards?**
217
- ```bash
218
- npm run lint
219
- npm run type-check
220
- ```
221
-
222
- **Create a PR?**
223
- 1. Push your branch
224
- 2. Open PR in GitHub/GitLab
225
- 3. Fill out template
226
- 4. Request review
227
-
228
- **Deploy to staging?**
229
- ```bash
230
- proagents deploy staging
231
- ```
232
-
233
- ---
234
-
235
- ## Onboarding Checklist
236
-
237
- ### Week 1
238
-
239
- - [ ] Environment set up and working
240
- - [ ] Can run the project locally
241
- - [ ] Read project README
242
- - [ ] Read ProAgents WORKFLOW.md
243
- - [ ] Explored codebase with `proagents analyze`
244
- - [ ] Completed first bug fix
245
- - [ ] Reviewed at least one PR
246
- - [ ] Met with mentor
247
-
248
- ### Week 2
249
-
250
- - [ ] Completed first feature (small)
251
- - [ ] Followed full ProAgents workflow
252
- - [ ] Used all checklists
253
- - [ ] Updated documentation
254
- - [ ] Participated in code review
255
- - [ ] Asked questions in team channel
256
-
257
- ### Month 1
258
-
259
- - [ ] Completed 2-3 features
260
- - [ ] Can work independently
261
- - [ ] Understanding of architecture
262
- - [ ] Comfortable with workflow
263
- - [ ] Can review others' code
264
- - [ ] Contributed to standards (optional)
265
-
266
- ---
267
-
268
- ## Feedback
269
-
270
- Help us improve onboarding!
271
-
272
- After your first month, please provide feedback:
273
- - What worked well?
274
- - What was confusing?
275
- - What documentation was missing?
276
- - Suggestions for improvement
277
-
278
- Contact: [onboarding feedback channel]
@@ -1,19 +0,0 @@
1
- {
2
- "current": null,
3
- "entries": [],
4
- "_comment": "Time tracking data managed by pa:time-start/stop commands",
5
- "_format": {
6
- "current": {
7
- "task": "feature-name",
8
- "started": "2024-03-06T15:00:00Z",
9
- "status": "running"
10
- },
11
- "entry": {
12
- "task": "feature-name",
13
- "started": "2024-03-06T15:00:00Z",
14
- "ended": "2024-03-06T17:30:00Z",
15
- "duration_minutes": 150,
16
- "ai": "Claude:opus-4"
17
- }
18
- }
19
- }