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.
- package/.claude/settings.local.json +13 -1
- package/.proagents/.cursorrules +25 -10
- package/.proagents/.windsurfrules +25 -10
- package/.proagents/AGENTS.md +30 -11
- package/.proagents/AI_INSTRUCTIONS.md +86 -30
- package/.proagents/BOLT.md +25 -10
- package/.proagents/CLAUDE.md +25 -10
- package/.proagents/GEMINI.md +25 -10
- package/.proagents/KIRO.md +25 -10
- package/.proagents/LOVABLE.md +25 -10
- package/.proagents/PROAGENTS.md +96 -343
- package/.proagents/REPLIT.md +25 -10
- package/.proagents/activity.log +1 -0
- package/.proagents/custom-commands.yaml +0 -1
- package/.proagents/docs/command-details.md +1 -2
- package/.proagents/getting-started/ai-training-setup.md +0 -1
- package/.proagents/performance/README.md +59 -0
- package/.proagents/performance/bundle-analysis.md +375 -0
- package/.proagents/performance/load-testing.md +563 -0
- package/.proagents/performance/runtime-metrics.md +489 -0
- package/.proagents/performance/web-vitals.md +425 -0
- package/.proagents/platforms.yaml +66 -0
- package/.proagents/proagents.config.yaml +0 -1
- package/.proagents/prompts/ai-add.md +80 -0
- package/.proagents/prompts/ai-list.md +41 -0
- package/.proagents/prompts/ai-remove.md +112 -0
- package/.proagents/prompts/ai-sync.md +96 -0
- package/.proagents/workflow-modes/entry-modes.md +1 -6
- package/lib/commands/ai.js +100 -48
- package/lib/commands/init.js +89 -22
- package/package.json +1 -1
- package/.proagents/ANTIGRAVITY.md +0 -61
- package/.proagents/CHATGPT.md +0 -57
- package/.proagents/GROQ.md +0 -57
- package/.proagents/api-versioning/README.md +0 -257
- package/.proagents/api-versioning/changelog-template.md +0 -225
- package/.proagents/api-versioning/deprecation-workflow.md +0 -470
- package/.proagents/api-versioning/versioning-strategy.md +0 -291
- package/.proagents/automation/README.md +0 -38
- package/.proagents/automation/ai-behavior-rules.md +0 -339
- package/.proagents/automation/ai-prompt-injection.md +0 -331
- package/.proagents/automation/auto-decisions.md +0 -535
- package/.proagents/automation/decision-defaults.yaml +0 -317
- package/.proagents/cache/README.md +0 -110
- package/.proagents/cache/analysis-metadata.json +0 -76
- package/.proagents/cache/conventions.json +0 -125
- package/.proagents/cache/dependencies.json +0 -85
- package/.proagents/cache/features.json +0 -115
- package/.proagents/cache/patterns.json +0 -105
- package/.proagents/cache/schemas/conventions-schema.json +0 -138
- package/.proagents/cache/schemas/dependencies-schema.json +0 -95
- package/.proagents/cache/schemas/features-schema.json +0 -104
- package/.proagents/cache/schemas/metadata-schema.json +0 -83
- package/.proagents/cache/schemas/patterns-schema.json +0 -136
- package/.proagents/cache/schemas/structure-schema.json +0 -72
- package/.proagents/cache/structure.json +0 -109
- package/.proagents/checklists/README.md +0 -261
- package/.proagents/checklists/code-quality.md +0 -137
- package/.proagents/checklists/code-review.md +0 -148
- package/.proagents/checklists/pr-checklist.md +0 -78
- package/.proagents/checklists/pre-deployment.md +0 -132
- package/.proagents/checklists/pre-implementation.md +0 -80
- package/.proagents/checklists/testing.md +0 -120
- package/.proagents/checkpoints.json +0 -13
- package/.proagents/cicd/README.md +0 -338
- package/.proagents/cicd/azure-devops.md +0 -267
- package/.proagents/cicd/github-actions.md +0 -375
- package/.proagents/cicd/gitlab-ci.md +0 -278
- package/.proagents/cicd/jenkins.md +0 -317
- package/.proagents/collaboration/README.md +0 -143
- package/.proagents/collaboration/roles.md +0 -248
- package/.proagents/collaboration/sessions.md +0 -390
- package/.proagents/collaboration/sync.md +0 -358
- package/.proagents/cost/README.md +0 -48
- package/.proagents/cost/cost-template.md +0 -283
- package/.proagents/cost/estimation-framework.md +0 -287
- package/.proagents/database/README.md +0 -72
- package/.proagents/database/examples/001-create-users.sql +0 -129
- package/.proagents/database/examples/002-add-preferences.sql +0 -94
- package/.proagents/database/examples/003-add-index.sql +0 -105
- package/.proagents/database/examples/004-rename-column.sql +0 -122
- package/.proagents/database/examples/005-add-foreign-key.sql +0 -142
- package/.proagents/database/examples/006-data-migration.sql +0 -196
- package/.proagents/database/examples/007-drop-column.sql +0 -163
- package/.proagents/database/examples/README.md +0 -89
- package/.proagents/database/migration-workflow.md +0 -478
- package/.proagents/database/rollback-scripts.md +0 -487
- package/.proagents/database/safety-checks.md +0 -447
- package/.proagents/git/README.md +0 -68
- package/.proagents/git/branch-strategy.md +0 -164
- package/.proagents/git/commit-conventions.md +0 -241
- package/.proagents/git/pr-workflow.md +0 -286
- package/.proagents/git/rollback-procedures.md +0 -416
- package/.proagents/ide-integration/README.md +0 -124
- package/.proagents/ide-integration/cline-config.md +0 -429
- package/.proagents/ide-integration/continue-config.md +0 -380
- package/.proagents/ide-integration/cursor-rules.md +0 -280
- package/.proagents/ide-integration/github-copilot.md +0 -384
- package/.proagents/ide-integration/windsurf-rules.md +0 -314
- package/.proagents/integrations/README.md +0 -97
- package/.proagents/integrations/pm/README.md +0 -344
- package/.proagents/learning/README.md +0 -136
- package/.proagents/learning/adaptation.md +0 -305
- package/.proagents/learning/data-collection.md +0 -283
- package/.proagents/learning/implementation-guide.md +0 -865
- package/.proagents/learning/reports.md +0 -306
- package/.proagents/mcp/README.md +0 -133
- package/.proagents/mcp/context-providers.md +0 -442
- package/.proagents/mcp/server-config.md +0 -306
- package/.proagents/mcp/tools-definition.md +0 -513
- package/.proagents/pm-integration/README.md +0 -151
- package/.proagents/pm-integration/asana.md +0 -346
- package/.proagents/pm-integration/github-issues.md +0 -308
- package/.proagents/pm-integration/gitlab-issues.md +0 -482
- package/.proagents/pm-integration/jira.md +0 -364
- package/.proagents/pm-integration/linear.md +0 -409
- package/.proagents/pm-integration/notion.md +0 -275
- package/.proagents/pm-integration/sync-config.md +0 -533
- package/.proagents/pm-integration/trello.md +0 -159
- package/.proagents/rules/README.md +0 -179
- package/.proagents/rules/custom-rules-template.yaml +0 -286
- package/.proagents/rules/custom-rules.md +0 -754
- package/.proagents/rules/validation-rules-template.yaml +0 -517
- package/.proagents/runbooks/README.md +0 -219
- package/.proagents/runbooks/dependency-vulnerability.md +0 -505
- package/.proagents/runbooks/incident-response.md +0 -451
- package/.proagents/runbooks/performance-degradation.md +0 -584
- package/.proagents/runbooks/production-debugging.md +0 -489
- package/.proagents/sprints/README.md +0 -58
- package/.proagents/team/README.md +0 -256
- package/.proagents/team/code-ownership.md +0 -306
- package/.proagents/team/communication-templates.md +0 -441
- package/.proagents/team/handoff-protocol.md +0 -380
- package/.proagents/team/ide-setup/README.md +0 -103
- package/.proagents/team/ide-setup/cursor.md +0 -276
- package/.proagents/team/ide-setup/jetbrains.md +0 -330
- package/.proagents/team/ide-setup/neovim.md +0 -640
- package/.proagents/team/ide-setup/vscode.md +0 -348
- package/.proagents/team/onboarding.md +0 -278
- package/.proagents/time-tracking.json +0 -19
- package/.proagents/troubleshooting/README.md +0 -730
- package/.proagents/troubleshooting/ai-issues.md +0 -601
- package/.proagents/troubleshooting/workflow-issues.md +0 -571
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
# Code Quality Checklist
|
|
2
|
-
|
|
3
|
-
Use this checklist during development and before code review.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## Code Correctness
|
|
8
|
-
|
|
9
|
-
- [ ] Logic is correct and handles all cases
|
|
10
|
-
- [ ] Edge cases are handled properly
|
|
11
|
-
- [ ] No obvious bugs or errors
|
|
12
|
-
- [ ] Code meets all requirements
|
|
13
|
-
- [ ] No hardcoded values (use constants/config)
|
|
14
|
-
|
|
15
|
-
---
|
|
16
|
-
|
|
17
|
-
## Code Style
|
|
18
|
-
|
|
19
|
-
- [ ] Follows project naming conventions
|
|
20
|
-
- [ ] Consistent formatting (linter passes)
|
|
21
|
-
- [ ] No unnecessary comments
|
|
22
|
-
- [ ] No commented-out code
|
|
23
|
-
- [ ] No console.log or debug statements
|
|
24
|
-
- [ ] No TODO comments (or tracked in issues)
|
|
25
|
-
- [ ] Imports organized properly
|
|
26
|
-
|
|
27
|
-
---
|
|
28
|
-
|
|
29
|
-
## TypeScript/Types
|
|
30
|
-
|
|
31
|
-
- [ ] Proper types used (no `any`)
|
|
32
|
-
- [ ] Interfaces/types well-defined
|
|
33
|
-
- [ ] Generic types where appropriate
|
|
34
|
-
- [ ] Strict null checks handled
|
|
35
|
-
- [ ] Function signatures are typed
|
|
36
|
-
- [ ] Return types are explicit
|
|
37
|
-
|
|
38
|
-
---
|
|
39
|
-
|
|
40
|
-
## Functions & Methods
|
|
41
|
-
|
|
42
|
-
- [ ] Functions have single responsibility
|
|
43
|
-
- [ ] Functions are not too long (< 50 lines)
|
|
44
|
-
- [ ] Parameter count is reasonable (< 4)
|
|
45
|
-
- [ ] No deeply nested logic (< 3 levels)
|
|
46
|
-
- [ ] Pure functions where possible
|
|
47
|
-
- [ ] Side effects are clear and documented
|
|
48
|
-
|
|
49
|
-
---
|
|
50
|
-
|
|
51
|
-
## Error Handling
|
|
52
|
-
|
|
53
|
-
- [ ] Errors are caught and handled
|
|
54
|
-
- [ ] Error messages are helpful
|
|
55
|
-
- [ ] Errors don't expose sensitive info
|
|
56
|
-
- [ ] Async errors handled (try/catch)
|
|
57
|
-
- [ ] Error boundaries for UI components
|
|
58
|
-
- [ ] Graceful degradation where appropriate
|
|
59
|
-
|
|
60
|
-
---
|
|
61
|
-
|
|
62
|
-
## Security
|
|
63
|
-
|
|
64
|
-
- [ ] Input is validated/sanitized
|
|
65
|
-
- [ ] No SQL/command injection risks
|
|
66
|
-
- [ ] No XSS vulnerabilities
|
|
67
|
-
- [ ] Authentication checked where needed
|
|
68
|
-
- [ ] Authorization enforced
|
|
69
|
-
- [ ] No hardcoded secrets
|
|
70
|
-
- [ ] Sensitive data not logged
|
|
71
|
-
|
|
72
|
-
---
|
|
73
|
-
|
|
74
|
-
## Performance
|
|
75
|
-
|
|
76
|
-
- [ ] No unnecessary re-renders (React)
|
|
77
|
-
- [ ] Expensive operations memoized
|
|
78
|
-
- [ ] No memory leaks
|
|
79
|
-
- [ ] Large lists are virtualized
|
|
80
|
-
- [ ] Images optimized
|
|
81
|
-
- [ ] Lazy loading where appropriate
|
|
82
|
-
- [ ] No N+1 queries
|
|
83
|
-
|
|
84
|
-
---
|
|
85
|
-
|
|
86
|
-
## Testing
|
|
87
|
-
|
|
88
|
-
- [ ] Unit tests written
|
|
89
|
-
- [ ] Tests cover happy path
|
|
90
|
-
- [ ] Tests cover edge cases
|
|
91
|
-
- [ ] Tests cover error cases
|
|
92
|
-
- [ ] Tests are meaningful (not just coverage)
|
|
93
|
-
- [ ] Tests are not flaky
|
|
94
|
-
- [ ] Test coverage meets threshold
|
|
95
|
-
|
|
96
|
-
---
|
|
97
|
-
|
|
98
|
-
## Documentation
|
|
99
|
-
|
|
100
|
-
- [ ] Public APIs documented
|
|
101
|
-
- [ ] Complex logic has comments
|
|
102
|
-
- [ ] README updated if needed
|
|
103
|
-
- [ ] API docs updated if needed
|
|
104
|
-
- [ ] Types serve as documentation
|
|
105
|
-
|
|
106
|
-
---
|
|
107
|
-
|
|
108
|
-
## Accessibility (UI)
|
|
109
|
-
|
|
110
|
-
- [ ] Semantic HTML used
|
|
111
|
-
- [ ] ARIA attributes where needed
|
|
112
|
-
- [ ] Keyboard navigation works
|
|
113
|
-
- [ ] Focus states visible
|
|
114
|
-
- [ ] Color contrast sufficient
|
|
115
|
-
- [ ] Form labels associated
|
|
116
|
-
- [ ] Error messages accessible
|
|
117
|
-
|
|
118
|
-
---
|
|
119
|
-
|
|
120
|
-
## Git & PR
|
|
121
|
-
|
|
122
|
-
- [ ] Commit messages are clear
|
|
123
|
-
- [ ] Commits are atomic
|
|
124
|
-
- [ ] Branch is up to date with base
|
|
125
|
-
- [ ] No merge conflicts
|
|
126
|
-
- [ ] PR description is complete
|
|
127
|
-
- [ ] Linked to issue/ticket
|
|
128
|
-
|
|
129
|
-
---
|
|
130
|
-
|
|
131
|
-
## Final Check
|
|
132
|
-
|
|
133
|
-
- [ ] Code compiles without errors
|
|
134
|
-
- [ ] All tests pass
|
|
135
|
-
- [ ] No linting errors/warnings
|
|
136
|
-
- [ ] Self-review completed
|
|
137
|
-
- [ ] Ready for peer review
|
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
# Code Review Checklist
|
|
2
|
-
|
|
3
|
-
Use this checklist before marking a feature as review-complete.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## 1. Code Quality
|
|
8
|
-
|
|
9
|
-
### General
|
|
10
|
-
- [ ] Code follows project conventions
|
|
11
|
-
- [ ] No commented-out code
|
|
12
|
-
- [ ] No console.log/debug statements
|
|
13
|
-
- [ ] No TODO comments without tickets
|
|
14
|
-
- [ ] Functions are reasonably sized (< 50 lines)
|
|
15
|
-
- [ ] No duplicate code
|
|
16
|
-
|
|
17
|
-
### Naming
|
|
18
|
-
- [ ] Variables have meaningful names
|
|
19
|
-
- [ ] Functions describe what they do
|
|
20
|
-
- [ ] Constants are UPPER_SNAKE_CASE
|
|
21
|
-
- [ ] No abbreviations without context
|
|
22
|
-
|
|
23
|
-
### Structure
|
|
24
|
-
- [ ] Single responsibility principle followed
|
|
25
|
-
- [ ] Proper separation of concerns
|
|
26
|
-
- [ ] No deep nesting (max 3-4 levels)
|
|
27
|
-
- [ ] Consistent code organization
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
|
-
## 2. Security
|
|
32
|
-
|
|
33
|
-
### Critical
|
|
34
|
-
- [ ] No hardcoded secrets or credentials
|
|
35
|
-
- [ ] No sensitive data in logs
|
|
36
|
-
- [ ] Input validation present
|
|
37
|
-
- [ ] SQL injection prevention (parameterized queries)
|
|
38
|
-
- [ ] XSS prevention (proper escaping)
|
|
39
|
-
|
|
40
|
-
### Authentication & Authorization
|
|
41
|
-
- [ ] Auth checks in place
|
|
42
|
-
- [ ] Role-based access enforced
|
|
43
|
-
- [ ] Session handling is secure
|
|
44
|
-
|
|
45
|
-
### Data
|
|
46
|
-
- [ ] Sensitive data encrypted
|
|
47
|
-
- [ ] PII handled properly
|
|
48
|
-
- [ ] GDPR compliance (if applicable)
|
|
49
|
-
|
|
50
|
-
---
|
|
51
|
-
|
|
52
|
-
## 3. Performance
|
|
53
|
-
|
|
54
|
-
### General
|
|
55
|
-
- [ ] No N+1 query problems
|
|
56
|
-
- [ ] Expensive operations are cached
|
|
57
|
-
- [ ] No unnecessary re-renders (React)
|
|
58
|
-
- [ ] Large lists are virtualized
|
|
59
|
-
|
|
60
|
-
### Database
|
|
61
|
-
- [ ] Indexes used appropriately
|
|
62
|
-
- [ ] Queries are optimized
|
|
63
|
-
- [ ] Batch operations where possible
|
|
64
|
-
|
|
65
|
-
### Frontend
|
|
66
|
-
- [ ] Images are optimized
|
|
67
|
-
- [ ] Lazy loading implemented
|
|
68
|
-
- [ ] Bundle size checked
|
|
69
|
-
|
|
70
|
-
---
|
|
71
|
-
|
|
72
|
-
## 4. Error Handling
|
|
73
|
-
|
|
74
|
-
- [ ] Errors are caught and handled
|
|
75
|
-
- [ ] User-friendly error messages
|
|
76
|
-
- [ ] Errors are logged appropriately
|
|
77
|
-
- [ ] Edge cases are handled
|
|
78
|
-
- [ ] Graceful degradation implemented
|
|
79
|
-
|
|
80
|
-
---
|
|
81
|
-
|
|
82
|
-
## 5. Testing
|
|
83
|
-
|
|
84
|
-
- [ ] Unit tests cover new code
|
|
85
|
-
- [ ] Integration tests for API changes
|
|
86
|
-
- [ ] Edge cases have tests
|
|
87
|
-
- [ ] Tests are meaningful (not just coverage)
|
|
88
|
-
- [ ] All tests pass
|
|
89
|
-
|
|
90
|
-
---
|
|
91
|
-
|
|
92
|
-
## 6. Documentation
|
|
93
|
-
|
|
94
|
-
- [ ] Code is self-documenting
|
|
95
|
-
- [ ] Complex logic has comments
|
|
96
|
-
- [ ] Public APIs are documented
|
|
97
|
-
- [ ] README updated (if needed)
|
|
98
|
-
- [ ] Changelog updated
|
|
99
|
-
|
|
100
|
-
---
|
|
101
|
-
|
|
102
|
-
## 7. Accessibility (Frontend)
|
|
103
|
-
|
|
104
|
-
- [ ] Semantic HTML used
|
|
105
|
-
- [ ] ARIA labels present
|
|
106
|
-
- [ ] Keyboard navigation works
|
|
107
|
-
- [ ] Color contrast is sufficient
|
|
108
|
-
- [ ] Screen reader tested
|
|
109
|
-
|
|
110
|
-
---
|
|
111
|
-
|
|
112
|
-
## 8. Type Safety (TypeScript)
|
|
113
|
-
|
|
114
|
-
- [ ] No `any` types
|
|
115
|
-
- [ ] Interfaces/types are defined
|
|
116
|
-
- [ ] Null/undefined handled
|
|
117
|
-
- [ ] Generics used appropriately
|
|
118
|
-
|
|
119
|
-
---
|
|
120
|
-
|
|
121
|
-
## 9. Git
|
|
122
|
-
|
|
123
|
-
- [ ] Commits are atomic
|
|
124
|
-
- [ ] Commit messages are clear
|
|
125
|
-
- [ ] No merge conflicts
|
|
126
|
-
- [ ] Branch is up to date with base
|
|
127
|
-
|
|
128
|
-
---
|
|
129
|
-
|
|
130
|
-
## 10. Final Checks
|
|
131
|
-
|
|
132
|
-
- [ ] Build succeeds
|
|
133
|
-
- [ ] Linter passes
|
|
134
|
-
- [ ] No new warnings
|
|
135
|
-
- [ ] Works in all environments
|
|
136
|
-
- [ ] Feature flag implemented (if needed)
|
|
137
|
-
|
|
138
|
-
---
|
|
139
|
-
|
|
140
|
-
## Review Decision
|
|
141
|
-
|
|
142
|
-
- [ ] **Approved** - Ready to merge
|
|
143
|
-
- [ ] **Approved with suggestions** - Minor changes recommended
|
|
144
|
-
- [ ] **Request changes** - Must fix before merge
|
|
145
|
-
- [ ] **Needs discussion** - Architectural concerns
|
|
146
|
-
|
|
147
|
-
**Reviewer Notes:**
|
|
148
|
-
[Add any notes or concerns here]
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
# Pull Request Checklist
|
|
2
|
-
|
|
3
|
-
Complete before requesting review.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## Code Changes
|
|
8
|
-
|
|
9
|
-
- [ ] Code compiles without errors
|
|
10
|
-
- [ ] All tests pass locally
|
|
11
|
-
- [ ] No linting errors or warnings
|
|
12
|
-
- [ ] No TypeScript errors
|
|
13
|
-
- [ ] Follows project conventions
|
|
14
|
-
- [ ] No debug code (console.log, etc.)
|
|
15
|
-
|
|
16
|
-
---
|
|
17
|
-
|
|
18
|
-
## Testing
|
|
19
|
-
|
|
20
|
-
- [ ] New code has unit tests
|
|
21
|
-
- [ ] Tests cover edge cases
|
|
22
|
-
- [ ] Integration tests added if needed
|
|
23
|
-
- [ ] Manual testing completed
|
|
24
|
-
- [ ] Test coverage meets threshold
|
|
25
|
-
|
|
26
|
-
---
|
|
27
|
-
|
|
28
|
-
## Documentation
|
|
29
|
-
|
|
30
|
-
- [ ] Code is self-documenting
|
|
31
|
-
- [ ] Complex logic has comments
|
|
32
|
-
- [ ] Public APIs documented
|
|
33
|
-
- [ ] README updated if needed
|
|
34
|
-
- [ ] Changelog updated
|
|
35
|
-
|
|
36
|
-
---
|
|
37
|
-
|
|
38
|
-
## Security
|
|
39
|
-
|
|
40
|
-
- [ ] No hardcoded secrets
|
|
41
|
-
- [ ] Input validation in place
|
|
42
|
-
- [ ] No security vulnerabilities introduced
|
|
43
|
-
- [ ] Dependencies scanned
|
|
44
|
-
|
|
45
|
-
---
|
|
46
|
-
|
|
47
|
-
## Performance
|
|
48
|
-
|
|
49
|
-
- [ ] No obvious performance issues
|
|
50
|
-
- [ ] Bundle size impact checked
|
|
51
|
-
- [ ] Database queries optimized
|
|
52
|
-
|
|
53
|
-
---
|
|
54
|
-
|
|
55
|
-
## PR Quality
|
|
56
|
-
|
|
57
|
-
- [ ] PR has descriptive title
|
|
58
|
-
- [ ] PR description explains changes
|
|
59
|
-
- [ ] Related issue/ticket linked
|
|
60
|
-
- [ ] Breaking changes noted
|
|
61
|
-
- [ ] Screenshots included (if UI)
|
|
62
|
-
|
|
63
|
-
---
|
|
64
|
-
|
|
65
|
-
## Branch
|
|
66
|
-
|
|
67
|
-
- [ ] Branch is up to date with base
|
|
68
|
-
- [ ] No merge conflicts
|
|
69
|
-
- [ ] Commits are clean and atomic
|
|
70
|
-
- [ ] Commit messages are clear
|
|
71
|
-
|
|
72
|
-
---
|
|
73
|
-
|
|
74
|
-
## Ready for Review
|
|
75
|
-
|
|
76
|
-
- [ ] Self-review completed
|
|
77
|
-
- [ ] All checklist items addressed
|
|
78
|
-
- [ ] Appropriate reviewers assigned
|
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
# Pre-Deployment Checklist
|
|
2
|
-
|
|
3
|
-
Complete this checklist before deploying to any environment.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## 1. Code Readiness
|
|
8
|
-
|
|
9
|
-
- [ ] All code reviewed and approved
|
|
10
|
-
- [ ] All tests passing
|
|
11
|
-
- [ ] No linting errors
|
|
12
|
-
- [ ] Build succeeds
|
|
13
|
-
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
## 2. Testing
|
|
17
|
-
|
|
18
|
-
- [ ] Unit tests pass
|
|
19
|
-
- [ ] Integration tests pass
|
|
20
|
-
- [ ] E2E tests pass (if applicable)
|
|
21
|
-
- [ ] Manual testing completed
|
|
22
|
-
- [ ] Edge cases tested
|
|
23
|
-
- [ ] Cross-browser testing (frontend)
|
|
24
|
-
- [ ] Mobile responsive testing (frontend)
|
|
25
|
-
|
|
26
|
-
---
|
|
27
|
-
|
|
28
|
-
## 3. Security
|
|
29
|
-
|
|
30
|
-
- [ ] Security scan completed
|
|
31
|
-
- [ ] No vulnerabilities in dependencies
|
|
32
|
-
- [ ] No hardcoded secrets
|
|
33
|
-
- [ ] Authentication working
|
|
34
|
-
- [ ] Authorization working
|
|
35
|
-
- [ ] HTTPS enforced
|
|
36
|
-
|
|
37
|
-
---
|
|
38
|
-
|
|
39
|
-
## 4. Performance
|
|
40
|
-
|
|
41
|
-
- [ ] Bundle size acceptable
|
|
42
|
-
- [ ] No performance regressions
|
|
43
|
-
- [ ] Database queries optimized
|
|
44
|
-
- [ ] Caching implemented (if needed)
|
|
45
|
-
|
|
46
|
-
---
|
|
47
|
-
|
|
48
|
-
## 5. Documentation
|
|
49
|
-
|
|
50
|
-
- [ ] Code documentation complete
|
|
51
|
-
- [ ] API documentation updated
|
|
52
|
-
- [ ] README updated
|
|
53
|
-
- [ ] Changelog updated
|
|
54
|
-
- [ ] Migration guide (if breaking changes)
|
|
55
|
-
|
|
56
|
-
---
|
|
57
|
-
|
|
58
|
-
## 6. Configuration
|
|
59
|
-
|
|
60
|
-
- [ ] Environment variables documented
|
|
61
|
-
- [ ] Secrets stored in vault
|
|
62
|
-
- [ ] Config files reviewed
|
|
63
|
-
- [ ] Feature flags configured
|
|
64
|
-
|
|
65
|
-
---
|
|
66
|
-
|
|
67
|
-
## 7. Database
|
|
68
|
-
|
|
69
|
-
- [ ] Migrations tested on copy of production
|
|
70
|
-
- [ ] Rollback scripts ready
|
|
71
|
-
- [ ] Database backup taken
|
|
72
|
-
- [ ] Data integrity verified
|
|
73
|
-
|
|
74
|
-
---
|
|
75
|
-
|
|
76
|
-
## 8. Infrastructure
|
|
77
|
-
|
|
78
|
-
- [ ] Infrastructure changes reviewed
|
|
79
|
-
- [ ] Scaling configured
|
|
80
|
-
- [ ] Monitoring setup
|
|
81
|
-
- [ ] Alerts configured
|
|
82
|
-
- [ ] Logging configured
|
|
83
|
-
|
|
84
|
-
---
|
|
85
|
-
|
|
86
|
-
## 9. Rollback Plan
|
|
87
|
-
|
|
88
|
-
- [ ] Rollback procedure documented
|
|
89
|
-
- [ ] Rollback tested
|
|
90
|
-
- [ ] Previous version tagged
|
|
91
|
-
- [ ] Team knows rollback procedure
|
|
92
|
-
|
|
93
|
-
---
|
|
94
|
-
|
|
95
|
-
## 10. Communication
|
|
96
|
-
|
|
97
|
-
- [ ] Stakeholders notified
|
|
98
|
-
- [ ] Release notes prepared
|
|
99
|
-
- [ ] Support team briefed
|
|
100
|
-
- [ ] Downtime communicated (if any)
|
|
101
|
-
|
|
102
|
-
---
|
|
103
|
-
|
|
104
|
-
## 11. Final Checks
|
|
105
|
-
|
|
106
|
-
### Staging Deployment
|
|
107
|
-
- [ ] Deployed to staging
|
|
108
|
-
- [ ] Smoke tests pass
|
|
109
|
-
- [ ] Stakeholder approval
|
|
110
|
-
|
|
111
|
-
### Production Deployment
|
|
112
|
-
- [ ] Staging verified
|
|
113
|
-
- [ ] Production approval received
|
|
114
|
-
- [ ] Deployment window confirmed
|
|
115
|
-
- [ ] On-call team ready
|
|
116
|
-
|
|
117
|
-
---
|
|
118
|
-
|
|
119
|
-
## Approval
|
|
120
|
-
|
|
121
|
-
| Role | Name | Date | Approved |
|
|
122
|
-
|------|------|------|----------|
|
|
123
|
-
| Developer | | | [ ] |
|
|
124
|
-
| Tech Lead | | | [ ] |
|
|
125
|
-
| QA | | | [ ] |
|
|
126
|
-
| DevOps | | | [ ] |
|
|
127
|
-
|
|
128
|
-
---
|
|
129
|
-
|
|
130
|
-
## Deployment Notes
|
|
131
|
-
|
|
132
|
-
[Add any deployment-specific notes here]
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
# Pre-Implementation Checklist
|
|
2
|
-
|
|
3
|
-
Complete before starting implementation.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## Requirements
|
|
8
|
-
|
|
9
|
-
- [ ] Requirements document reviewed
|
|
10
|
-
- [ ] User stories understood
|
|
11
|
-
- [ ] Acceptance criteria clear
|
|
12
|
-
- [ ] Edge cases identified
|
|
13
|
-
- [ ] Questions clarified with stakeholders
|
|
14
|
-
|
|
15
|
-
---
|
|
16
|
-
|
|
17
|
-
## Design
|
|
18
|
-
|
|
19
|
-
- [ ] UI/UX designs available
|
|
20
|
-
- [ ] Design specifications understood
|
|
21
|
-
- [ ] Design tokens documented
|
|
22
|
-
- [ ] Component specifications ready
|
|
23
|
-
- [ ] Responsive requirements clear
|
|
24
|
-
- [ ] Accessibility requirements noted
|
|
25
|
-
|
|
26
|
-
---
|
|
27
|
-
|
|
28
|
-
## Technical Planning
|
|
29
|
-
|
|
30
|
-
- [ ] Implementation plan reviewed
|
|
31
|
-
- [ ] Architecture decisions documented
|
|
32
|
-
- [ ] File structure planned
|
|
33
|
-
- [ ] Data models defined
|
|
34
|
-
- [ ] API contracts agreed
|
|
35
|
-
- [ ] State management approach decided
|
|
36
|
-
|
|
37
|
-
---
|
|
38
|
-
|
|
39
|
-
## Codebase Understanding
|
|
40
|
-
|
|
41
|
-
- [ ] Related existing code reviewed
|
|
42
|
-
- [ ] Existing patterns identified
|
|
43
|
-
- [ ] Conventions documented
|
|
44
|
-
- [ ] Dependencies understood
|
|
45
|
-
- [ ] Integration points mapped
|
|
46
|
-
|
|
47
|
-
---
|
|
48
|
-
|
|
49
|
-
## Risk Assessment
|
|
50
|
-
|
|
51
|
-
- [ ] Technical risks identified
|
|
52
|
-
- [ ] Mitigation strategies planned
|
|
53
|
-
- [ ] Blockers identified
|
|
54
|
-
- [ ] Dependencies confirmed available
|
|
55
|
-
|
|
56
|
-
---
|
|
57
|
-
|
|
58
|
-
## Environment
|
|
59
|
-
|
|
60
|
-
- [ ] Development environment ready
|
|
61
|
-
- [ ] Access to required services
|
|
62
|
-
- [ ] Test data available
|
|
63
|
-
- [ ] Feature branch created
|
|
64
|
-
|
|
65
|
-
---
|
|
66
|
-
|
|
67
|
-
## Testing Strategy
|
|
68
|
-
|
|
69
|
-
- [ ] Test approach defined
|
|
70
|
-
- [ ] Test cases identified
|
|
71
|
-
- [ ] Test data planned
|
|
72
|
-
- [ ] Coverage targets set
|
|
73
|
-
|
|
74
|
-
---
|
|
75
|
-
|
|
76
|
-
## Approval
|
|
77
|
-
|
|
78
|
-
- [ ] Plan approved by tech lead
|
|
79
|
-
- [ ] Design approved by stakeholders
|
|
80
|
-
- [ ] Ready to begin implementation
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
# Testing Checklist
|
|
2
|
-
|
|
3
|
-
Comprehensive testing checklist for features.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## Unit Tests
|
|
8
|
-
|
|
9
|
-
### Components
|
|
10
|
-
|
|
11
|
-
- [ ] Renders without crashing
|
|
12
|
-
- [ ] Renders with required props
|
|
13
|
-
- [ ] Renders with all props
|
|
14
|
-
- [ ] Handles missing optional props
|
|
15
|
-
- [ ] Click handlers work
|
|
16
|
-
- [ ] Input changes handled
|
|
17
|
-
- [ ] Displays loading state
|
|
18
|
-
- [ ] Displays error state
|
|
19
|
-
- [ ] Displays empty state
|
|
20
|
-
|
|
21
|
-
### Functions
|
|
22
|
-
|
|
23
|
-
- [ ] Returns expected output for valid input
|
|
24
|
-
- [ ] Handles empty input
|
|
25
|
-
- [ ] Handles null/undefined
|
|
26
|
-
- [ ] Handles edge cases
|
|
27
|
-
- [ ] Throws for invalid input
|
|
28
|
-
- [ ] Performance is acceptable
|
|
29
|
-
|
|
30
|
-
### Hooks
|
|
31
|
-
|
|
32
|
-
- [ ] Returns expected initial values
|
|
33
|
-
- [ ] Updates on dependency changes
|
|
34
|
-
- [ ] Side effects work correctly
|
|
35
|
-
- [ ] Cleanup on unmount
|
|
36
|
-
- [ ] Handles errors gracefully
|
|
37
|
-
|
|
38
|
-
---
|
|
39
|
-
|
|
40
|
-
## Integration Tests
|
|
41
|
-
|
|
42
|
-
- [ ] Component interactions work
|
|
43
|
-
- [ ] Data flows correctly
|
|
44
|
-
- [ ] State updates propagate
|
|
45
|
-
- [ ] API calls succeed
|
|
46
|
-
- [ ] Error handling works
|
|
47
|
-
- [ ] Navigation works
|
|
48
|
-
|
|
49
|
-
---
|
|
50
|
-
|
|
51
|
-
## API Tests
|
|
52
|
-
|
|
53
|
-
- [ ] Successful request returns correct data
|
|
54
|
-
- [ ] Invalid input returns 400
|
|
55
|
-
- [ ] Unauthorized returns 401
|
|
56
|
-
- [ ] Forbidden returns 403
|
|
57
|
-
- [ ] Not found returns 404
|
|
58
|
-
- [ ] Server errors return 500
|
|
59
|
-
- [ ] Request validation works
|
|
60
|
-
- [ ] Response format correct
|
|
61
|
-
|
|
62
|
-
---
|
|
63
|
-
|
|
64
|
-
## E2E Tests
|
|
65
|
-
|
|
66
|
-
- [ ] Happy path works
|
|
67
|
-
- [ ] User can complete primary flow
|
|
68
|
-
- [ ] Error scenarios handled
|
|
69
|
-
- [ ] Form validation works
|
|
70
|
-
- [ ] Navigation works
|
|
71
|
-
- [ ] Data persists correctly
|
|
72
|
-
|
|
73
|
-
---
|
|
74
|
-
|
|
75
|
-
## Cross-Browser
|
|
76
|
-
|
|
77
|
-
- [ ] Chrome (latest)
|
|
78
|
-
- [ ] Firefox (latest)
|
|
79
|
-
- [ ] Safari (latest)
|
|
80
|
-
- [ ] Edge (latest)
|
|
81
|
-
- [ ] Mobile browsers
|
|
82
|
-
|
|
83
|
-
---
|
|
84
|
-
|
|
85
|
-
## Responsive
|
|
86
|
-
|
|
87
|
-
- [ ] Mobile (375px)
|
|
88
|
-
- [ ] Tablet (768px)
|
|
89
|
-
- [ ] Desktop (1024px)
|
|
90
|
-
- [ ] Large (1440px)
|
|
91
|
-
|
|
92
|
-
---
|
|
93
|
-
|
|
94
|
-
## Accessibility
|
|
95
|
-
|
|
96
|
-
- [ ] Keyboard navigation
|
|
97
|
-
- [ ] Screen reader testing
|
|
98
|
-
- [ ] Color contrast
|
|
99
|
-
- [ ] Focus indicators
|
|
100
|
-
- [ ] Form labels
|
|
101
|
-
- [ ] Error announcements
|
|
102
|
-
|
|
103
|
-
---
|
|
104
|
-
|
|
105
|
-
## Performance
|
|
106
|
-
|
|
107
|
-
- [ ] Load time acceptable
|
|
108
|
-
- [ ] No memory leaks
|
|
109
|
-
- [ ] No excessive re-renders
|
|
110
|
-
- [ ] Large data sets handled
|
|
111
|
-
|
|
112
|
-
---
|
|
113
|
-
|
|
114
|
-
## Coverage
|
|
115
|
-
|
|
116
|
-
- [ ] Statements: ____%
|
|
117
|
-
- [ ] Branches: ____%
|
|
118
|
-
- [ ] Functions: ____%
|
|
119
|
-
- [ ] Lines: ____%
|
|
120
|
-
- [ ] Meets threshold: [ ]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"checkpoints": [],
|
|
3
|
-
"_comment": "Checkpoints are created with pa:checkpoint command",
|
|
4
|
-
"_format": {
|
|
5
|
-
"id": "cp-001",
|
|
6
|
-
"timestamp": "2024-03-06T15:00:00Z",
|
|
7
|
-
"commit": "abc123def",
|
|
8
|
-
"description": "Before major refactor",
|
|
9
|
-
"feature": "feature-name",
|
|
10
|
-
"phase": "implementation",
|
|
11
|
-
"created_by": "Claude:opus-4"
|
|
12
|
-
}
|
|
13
|
-
}
|