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,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
- }