proagents 1.0.0 → 1.0.2
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/README.md +12 -12
- package/lib/commands/init.js +122 -11
- package/package.json +1 -1
- package/proagents/PROAGENTS.md +54 -0
- package/proagents/README.md +17 -17
- package/proagents/WORKFLOW.md +110 -110
- package/proagents/active-features/README.md +9 -9
- package/proagents/adr/README.md +15 -15
- package/proagents/api-versioning/changelog-template.md +4 -4
- package/proagents/api-versioning/deprecation-workflow.md +6 -6
- package/proagents/api-versioning/versioning-strategy.md +5 -5
- package/proagents/automation/ai-behavior-rules.md +1 -1
- package/proagents/automation/auto-decisions.md +6 -6
- package/proagents/cache/README.md +1 -1
- package/proagents/changelog/README.md +16 -16
- package/proagents/changelog/entry-template.md +4 -4
- package/proagents/cli/README.md +1 -1
- package/proagents/cli/slash-commands.md +202 -202
- package/proagents/collaboration/sessions.md +6 -6
- package/proagents/config/integrations/README.md +1 -1
- package/proagents/contract-testing/README.md +5 -5
- package/proagents/contract-testing/schema-validation.md +6 -6
- package/proagents/cost/cost-template.md +6 -6
- package/proagents/cost/estimation-framework.md +5 -5
- package/proagents/database/migration-workflow.md +6 -6
- package/proagents/database/rollback-scripts.md +6 -6
- package/proagents/database/safety-checks.md +6 -6
- package/proagents/examples/backend-nodejs/workflow-example.md +1 -1
- package/proagents/examples/web-frontend-react/workflow-example.md +1 -1
- package/proagents/existing-projects/README.md +3 -3
- package/proagents/existing-projects/challenges.md +1 -1
- package/proagents/existing-projects/coexistence-mode.md +8 -8
- package/proagents/existing-projects/compatibility-assessment.md +12 -12
- package/proagents/existing-projects/gradual-adoption.md +14 -14
- package/proagents/existing-projects/migration-strategies.md +7 -7
- package/proagents/existing-projects/pattern-reconciliation.md +10 -10
- package/proagents/existing-projects/team-onboarding.md +23 -23
- package/proagents/existing-projects/technical-debt-handling.md +24 -24
- package/proagents/getting-started/README.md +3 -3
- package/proagents/getting-started/ai-training-setup.md +24 -24
- package/proagents/getting-started/pm-integration.md +22 -22
- package/proagents/getting-started/prompt-engineering.md +4 -4
- package/proagents/getting-started/team-onboarding.md +5 -5
- package/proagents/git/branch-strategy.md +10 -10
- package/proagents/git/commit-conventions.md +5 -5
- package/proagents/git/pr-workflow.md +5 -5
- package/proagents/git/rollback-procedures.md +7 -7
- package/proagents/ide-integration/README.md +1 -1
- package/proagents/ide-integration/cline-config.md +10 -10
- package/proagents/ide-integration/continue-config.md +1 -1
- package/proagents/ide-integration/cursor-rules.md +10 -10
- package/proagents/ide-integration/github-copilot.md +4 -4
- package/proagents/ide-integration/windsurf-rules.md +9 -9
- package/proagents/learning/adaptation.md +10 -10
- package/proagents/learning/data-collection.md +9 -9
- package/proagents/learning/reports.md +14 -14
- package/proagents/metrics/README.md +6 -6
- package/proagents/metrics/code-quality-kpis.md +6 -6
- package/proagents/metrics/deployment-metrics.md +6 -6
- package/proagents/metrics/developer-productivity.md +5 -5
- package/proagents/metrics/learning-effectiveness.md +6 -6
- package/proagents/migrations/from-claude-projects.md +7 -6
- package/proagents/migrations/from-cursor-rules.md +1 -1
- package/proagents/notifications/templates.md +3 -3
- package/proagents/parallel-features/README.md +5 -5
- package/proagents/parallel-features/conflict-detection.md +6 -6
- package/proagents/parallel-features/dependency-management.md +7 -7
- package/proagents/parallel-features/merge-coordination.md +8 -8
- package/proagents/parallel-features/tracking-system.md +7 -7
- package/proagents/performance/bundle-analysis.md +4 -4
- package/proagents/performance/load-testing.md +7 -7
- package/proagents/performance/runtime-metrics.md +6 -6
- package/proagents/performance/web-vitals.md +6 -6
- package/proagents/plugins/README.md +1 -1
- package/proagents/plugins/creating-plugins.md +1 -1
- package/proagents/plugins/plugin-api.md +2 -2
- package/proagents/plugins/plugin-registry.md +3 -3
- package/proagents/proagents.config.yaml +32 -9
- package/proagents/prompts/00-init-wizard.md +18 -18
- package/proagents/prompts/00-init.md +93 -93
- package/proagents/prompts/01-analysis.md +5 -5
- package/proagents/prompts/02-requirements.md +8 -8
- package/proagents/prompts/03-ui-design.md +14 -14
- package/proagents/prompts/04-planning.md +10 -10
- package/proagents/prompts/05-implementation.md +10 -10
- package/proagents/prompts/06-testing.md +14 -14
- package/proagents/prompts/06.5-code-review.md +8 -8
- package/proagents/prompts/07-documentation.md +142 -20
- package/proagents/prompts/08-deployment.md +12 -12
- package/proagents/prompts/09-rollback.md +12 -12
- package/proagents/prompts/README.md +4 -4
- package/proagents/prompts/accessibility/README.md +6 -6
- package/proagents/prompts/accessibility/audit.md +3 -3
- package/proagents/prompts/accessibility/wcag.md +1 -1
- package/proagents/prompts/debugging/README.md +4 -4
- package/proagents/prompts/debugging/performance-debug.md +5 -5
- package/proagents/prompts/debugging/systematic.md +4 -4
- package/proagents/prompts/performance/README.md +4 -4
- package/proagents/prompts/performance/analyze.md +4 -4
- package/proagents/prompts/refactoring/README.md +4 -4
- package/proagents/prompts/refactoring/code-smells.md +9 -9
- package/proagents/prompts/refactoring/patterns.md +6 -6
- package/proagents/prompts/security-audit/README.md +6 -6
- package/proagents/prompts/security-audit/code-review.md +5 -5
- package/proagents/reverse-engineering/README.md +21 -21
- package/proagents/reverse-engineering/architecture-extraction.md +6 -6
- package/proagents/reverse-engineering/code-analysis.md +6 -6
- package/proagents/reverse-engineering/dependency-mapping.md +10 -10
- package/proagents/reverse-engineering/diagram-generation.md +9 -9
- package/proagents/reverse-engineering/documentation-generation.md +7 -7
- package/proagents/reverse-engineering/pattern-detection.md +8 -8
- package/proagents/reverse-engineering/quality-assessment.md +10 -10
- package/proagents/rules/README.md +7 -7
- package/proagents/rules/custom-rules.md +8 -8
- package/proagents/runbooks/README.md +9 -9
- package/proagents/runbooks/dependency-vulnerability.md +4 -4
- package/proagents/runbooks/incident-response.md +12 -12
- package/proagents/runbooks/performance-degradation.md +5 -5
- package/proagents/runbooks/production-debugging.md +5 -5
- package/proagents/scaffolding/nextjs/README.md +10 -10
- package/proagents/scaffolding/nodejs/README.md +10 -10
- package/proagents/scaffolding/project-types.md +7 -7
- package/proagents/scaffolding/react/README.md +6 -6
- package/proagents/scaffolding/react-native/README.md +10 -10
- package/proagents/security/owasp-checklist.md +3 -3
- package/proagents/security/sast-guide.md +6 -6
- package/proagents/security/security-report-template.md +5 -5
- package/proagents/security/vulnerability-scanning.md +6 -6
- package/proagents/slash-commands.json +50 -75
- package/proagents/standards/README.md +4 -4
- package/proagents/standards/architecture-patterns.md +10 -10
- package/proagents/standards/naming-conventions-template.md +4 -4
- package/proagents/standards/override-system.md +8 -8
- package/proagents/team/code-ownership.md +4 -4
- package/proagents/team/communication-templates.md +6 -6
- package/proagents/team/handoff-protocol.md +4 -4
- package/proagents/team/ide-setup/cursor.md +1 -1
- package/proagents/templates/README.md +1 -1
- package/proagents/templates/release-notes.md +214 -0
- package/proagents/ui-integration/figma-guide.md +3 -3
- package/proagents/ui-integration/manual-export-guide.md +2 -2
- package/proagents/ui-integration/sketch-interpretation.md +2 -2
- package/proagents/webhooks/events.md +3 -3
- package/proagents/workflow-modes/README.md +11 -11
- package/proagents/workflow-modes/deferred-tracking.md +12 -12
- package/proagents/workflow-modes/entry-modes.md +16 -16
- package/proagents/workflow-modes/guardrails.md +7 -7
- package/proagents/workflow-modes/mode-detection.md +7 -7
- package/proagents/workflow-modes/mode-switching.md +9 -9
|
@@ -459,12 +459,12 @@ api:
|
|
|
459
459
|
|
|
460
460
|
---
|
|
461
461
|
|
|
462
|
-
##
|
|
462
|
+
## Commands
|
|
463
463
|
|
|
464
464
|
| Command | Description |
|
|
465
465
|
|---------|-------------|
|
|
466
|
-
|
|
|
467
|
-
|
|
|
468
|
-
|
|
|
469
|
-
|
|
|
470
|
-
|
|
|
466
|
+
| `pa:api-deprecate` | Start deprecation wizard |
|
|
467
|
+
| `pa:api-deprecate --endpoint [path]` | Deprecate specific endpoint |
|
|
468
|
+
| `pa:api-deprecate --list` | List all deprecated endpoints |
|
|
469
|
+
| `pa:api-deprecate --usage [endpoint]` | Show usage statistics |
|
|
470
|
+
| `pa:api-deprecate --notify` | Send migration reminders |
|
|
@@ -281,11 +281,11 @@ api_versioning:
|
|
|
281
281
|
|
|
282
282
|
---
|
|
283
283
|
|
|
284
|
-
##
|
|
284
|
+
## Commands
|
|
285
285
|
|
|
286
286
|
| Command | Description |
|
|
287
287
|
|---------|-------------|
|
|
288
|
-
|
|
|
289
|
-
|
|
|
290
|
-
|
|
|
291
|
-
|
|
|
288
|
+
| `pa:api-version new [version]` | Create new API version |
|
|
289
|
+
| `pa:api-version deprecate [version]` | Mark version as deprecated |
|
|
290
|
+
| `pa:api-version status` | Show version status |
|
|
291
|
+
| `pa:api-migration-guide [from] [to]` | Generate migration guide |
|
|
@@ -524,12 +524,12 @@ automation:
|
|
|
524
524
|
|
|
525
525
|
---
|
|
526
526
|
|
|
527
|
-
##
|
|
527
|
+
## Commands
|
|
528
528
|
|
|
529
529
|
| Command | Description |
|
|
530
530
|
|---------|-------------|
|
|
531
|
-
|
|
|
532
|
-
|
|
|
533
|
-
|
|
|
534
|
-
|
|
|
535
|
-
|
|
|
531
|
+
| `pa:auto-config` | Configure automation settings |
|
|
532
|
+
| `pa:auto-level [level]` | Set automation level |
|
|
533
|
+
| `pa:decisions` | View/edit pre-configured decisions |
|
|
534
|
+
| `pa:decision-log` | View decision log |
|
|
535
|
+
| `pa:review-decisions` | Review flagged decisions |
|
|
@@ -171,7 +171,7 @@ All notable changes to this project.
|
|
|
171
171
|
|
|
172
172
|
```bash
|
|
173
173
|
# Search all changelogs
|
|
174
|
-
|
|
174
|
+
pa:changelog search "authentication"
|
|
175
175
|
|
|
176
176
|
# Results:
|
|
177
177
|
- 2024-01-15: User authentication system
|
|
@@ -183,29 +183,29 @@ All notable changes to this project.
|
|
|
183
183
|
|
|
184
184
|
```bash
|
|
185
185
|
# Last 7 days
|
|
186
|
-
|
|
186
|
+
pa:changelog --since "7 days ago"
|
|
187
187
|
|
|
188
188
|
# Specific date range
|
|
189
|
-
|
|
189
|
+
pa:changelog --from "2024-01-01" --to "2024-01-15"
|
|
190
190
|
```
|
|
191
191
|
|
|
192
192
|
### Filter by Type
|
|
193
193
|
|
|
194
194
|
```bash
|
|
195
195
|
# Only features
|
|
196
|
-
|
|
196
|
+
pa:changelog --type feature
|
|
197
197
|
|
|
198
198
|
# Only bug fixes
|
|
199
|
-
|
|
199
|
+
pa:changelog --type bugfix
|
|
200
200
|
|
|
201
201
|
# Only quick changes
|
|
202
|
-
|
|
202
|
+
pa:changelog --type quick
|
|
203
203
|
```
|
|
204
204
|
|
|
205
205
|
### Filter by Author
|
|
206
206
|
|
|
207
207
|
```bash
|
|
208
|
-
|
|
208
|
+
pa:changelog --author "developer@example.com"
|
|
209
209
|
```
|
|
210
210
|
|
|
211
211
|
---
|
|
@@ -244,7 +244,7 @@ Extracted:
|
|
|
244
244
|
|
|
245
245
|
```bash
|
|
246
246
|
# Generate release notes
|
|
247
|
-
|
|
247
|
+
pa:changelog release 1.2.0
|
|
248
248
|
|
|
249
249
|
# Output:
|
|
250
250
|
# Release Notes - v1.2.0
|
|
@@ -314,14 +314,14 @@ changelog:
|
|
|
314
314
|
|
|
315
315
|
---
|
|
316
316
|
|
|
317
|
-
##
|
|
317
|
+
## Commands
|
|
318
318
|
|
|
319
319
|
| Command | Description |
|
|
320
320
|
|---------|-------------|
|
|
321
|
-
|
|
|
322
|
-
|
|
|
323
|
-
|
|
|
324
|
-
|
|
|
325
|
-
|
|
|
326
|
-
|
|
|
327
|
-
|
|
|
321
|
+
| `pa:changelog` | View recent changes |
|
|
322
|
+
| `pa:changelog --today` | Today's changes |
|
|
323
|
+
| `pa:changelog --week` | This week's changes |
|
|
324
|
+
| `pa:changelog search [query]` | Search changelogs |
|
|
325
|
+
| `pa:changelog create` | Create new entry |
|
|
326
|
+
| `pa:changelog release [version]` | Generate release notes |
|
|
327
|
+
| `pa:changelog export` | Export changelog |
|
|
@@ -274,10 +274,10 @@ All notable changes to this project.
|
|
|
274
274
|
|
|
275
275
|
---
|
|
276
276
|
|
|
277
|
-
##
|
|
277
|
+
## Commands
|
|
278
278
|
|
|
279
279
|
| Command | Description |
|
|
280
280
|
|---------|-------------|
|
|
281
|
-
|
|
|
282
|
-
|
|
|
283
|
-
|
|
|
281
|
+
| `pa:changelog-add` | Add changelog entry |
|
|
282
|
+
| `pa:changelog-view` | View recent changes |
|
|
283
|
+
| `pa:changelog-search` | Search changelog |
|
package/proagents/cli/README.md
CHANGED
|
@@ -268,7 +268,7 @@ proagents completion powershell | Out-String | Invoke-Expression
|
|
|
268
268
|
| [commands-reference.md](./commands-reference.md) | Complete command reference |
|
|
269
269
|
| [shortcuts.md](./shortcuts.md) | Shell shortcuts and aliases |
|
|
270
270
|
| [ide-integration.md](./ide-integration.md) | IDE integrations |
|
|
271
|
-
| [slash-commands.md](./slash-commands.md) | AI
|
|
271
|
+
| [slash-commands.md](./slash-commands.md) | AI commands |
|
|
272
272
|
|
|
273
273
|
---
|
|
274
274
|
|