proagents 1.4.0 → 1.6.0
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/{proagents → .proagents}/.cursorrules +6 -6
- package/{proagents → .proagents}/.github/copilot-instructions.md +6 -6
- package/{proagents → .proagents}/.windsurfrules +6 -6
- package/{proagents → .proagents}/AI_INSTRUCTIONS.md +493 -64
- package/{proagents → .proagents}/ANTIGRAVITY.md +6 -6
- package/{proagents → .proagents}/BOLT.md +6 -6
- package/{proagents → .proagents}/CHATGPT.md +6 -6
- package/{proagents → .proagents}/CLAUDE.md +6 -6
- package/{proagents → .proagents}/GEMINI.md +6 -6
- package/{proagents → .proagents}/GROQ.md +6 -6
- package/{proagents → .proagents}/KIRO.md +6 -6
- package/{proagents → .proagents}/LOVABLE.md +6 -6
- package/{proagents → .proagents}/PROAGENTS.md +32 -19
- package/{proagents → .proagents}/README.md +1 -1
- package/{proagents → .proagents}/REPLIT.md +6 -6
- package/{proagents → .proagents}/WORKFLOW.md +1 -1
- package/{proagents → .proagents}/active-features/README.md +2 -2
- package/{proagents → .proagents}/changelog/README.md +2 -2
- package/{proagents → .proagents}/changelog/entry-template.md +1 -1
- package/{proagents → .proagents}/cli/README.md +2 -2
- package/{proagents → .proagents}/compliance/audit-logging.md +1 -1
- package/{proagents → .proagents}/config/README.md +9 -9
- package/{proagents → .proagents}/config/rules/README.md +3 -3
- package/{proagents → .proagents}/config/standards/README.md +4 -4
- package/{proagents → .proagents}/config/templates/README.md +3 -3
- package/{proagents → .proagents}/custom-commands.yaml +9 -9
- package/{proagents → .proagents}/database/examples/README.md +1 -1
- package/{proagents → .proagents}/existing-projects/coexistence-mode.md +3 -3
- package/{proagents → .proagents}/existing-projects/gradual-adoption.md +2 -2
- package/{proagents → .proagents}/existing-projects/migration-strategies.md +2 -2
- package/{proagents → .proagents}/existing-projects/team-onboarding.md +3 -3
- package/{proagents → .proagents}/existing-projects/technical-debt-handling.md +3 -3
- package/{proagents → .proagents}/getting-started/ide-setup.md +1 -1
- package/{proagents → .proagents}/getting-started/team-onboarding.md +2 -2
- package/{proagents → .proagents}/ide-integration/README.md +2 -2
- package/{proagents → .proagents}/ide-integration/continue-config.md +4 -4
- package/{proagents → .proagents}/integrations/README.md +2 -2
- package/{proagents → .proagents}/learning/README.md +2 -2
- package/{proagents → .proagents}/learning/reports.md +1 -1
- package/{proagents → .proagents}/mcp/server-config.md +1 -1
- package/{proagents → .proagents}/migrations/from-claude-projects.md +1 -1
- package/{proagents → .proagents}/migrations/from-cursor-rules.md +3 -3
- package/{proagents → .proagents}/migrations/from-custom-workflows.md +1 -1
- package/{proagents → .proagents}/multi-project/README.md +9 -9
- package/{proagents → .proagents}/multi-project/cross-project-deps.md +1 -1
- package/{proagents → .proagents}/multi-project/walkthroughs/monorepo-setup.md +17 -17
- package/{proagents → .proagents}/multi-project/workspace-config.md +9 -9
- package/{proagents → .proagents}/notifications/templates.md +2 -2
- package/{proagents → .proagents}/parallel-features/tracking-system.md +1 -1
- package/{proagents → .proagents}/proagents.config.yaml +5 -5
- package/{proagents → .proagents}/reporting/exports.md +1 -1
- package/{proagents → .proagents}/reporting/templates/README.md +1 -1
- package/{proagents → .proagents}/reverse-engineering/documentation-generation.md +2 -2
- package/{proagents → .proagents}/rules/README.md +1 -1
- package/{proagents → .proagents}/rules/custom-rules.md +3 -3
- package/{proagents → .proagents}/scaffolding/nextjs/README.md +1 -1
- package/{proagents → .proagents}/scaffolding/nodejs/README.md +1 -1
- package/{proagents → .proagents}/scaffolding/react/README.md +1 -1
- package/{proagents → .proagents}/scaffolding/react-native/README.md +1 -1
- package/{proagents → .proagents}/standards/README.md +6 -6
- package/{proagents → .proagents}/standards/architecture-patterns.md +6 -6
- package/{proagents → .proagents}/standards/examples/README.md +3 -3
- package/{proagents → .proagents}/team/ide-setup/cursor.md +15 -15
- package/README.md +25 -14
- package/bin/proagents.js +11 -3
- package/lib/commands/ai.js +4 -4
- package/lib/commands/config.js +17 -17
- package/lib/commands/doctor.js +3 -3
- package/lib/commands/feature.js +2 -2
- package/lib/commands/fix.js +3 -3
- package/lib/commands/help.js +2 -2
- package/lib/commands/init.js +4 -4
- package/lib/commands/migrate.js +104 -0
- package/lib/commands/status.js +1 -1
- package/lib/commands/uninstall.js +3 -3
- package/lib/commands/upgrade.js +2 -2
- package/package.json +2 -2
- /package/{proagents → .proagents}/.learning/global/common-patterns.json +0 -0
- /package/{proagents → .proagents}/.learning/global/user-preferences.json +0 -0
- /package/{proagents → .proagents}/.learning/projects/example-project/corrections.json +0 -0
- /package/{proagents → .proagents}/.learning/projects/example-project/feedback.json +0 -0
- /package/{proagents → .proagents}/.learning/projects/example-project/metrics.json +0 -0
- /package/{proagents → .proagents}/.learning/projects/example-project/patterns.json +0 -0
- /package/{proagents → .proagents}/.learning/schemas/README.md +0 -0
- /package/{proagents → .proagents}/.learning/schemas/corrections-schema.json +0 -0
- /package/{proagents → .proagents}/.learning/schemas/feedback-schema.json +0 -0
- /package/{proagents → .proagents}/.learning/schemas/metrics-schema.json +0 -0
- /package/{proagents → .proagents}/.learning/schemas/patterns-schema.json +0 -0
- /package/{proagents → .proagents}/.learning/schemas/project-patterns-schema.json +0 -0
- /package/{proagents → .proagents}/.learning/schemas/user-preferences-schema.json +0 -0
- /package/{proagents → .proagents}/GETTING-STARTED-STORY.md +0 -0
- /package/{proagents → .proagents}/active-features/.gitkeep +0 -0
- /package/{proagents → .proagents}/active-features/_index.json +0 -0
- /package/{proagents → .proagents}/active-features/feature-user-auth/dependencies.json +0 -0
- /package/{proagents → .proagents}/active-features/feature-user-auth/files-modified.json +0 -0
- /package/{proagents → .proagents}/active-features/feature-user-auth/status.json +0 -0
- /package/{proagents → .proagents}/active-features/schemas/dependencies-schema.json +0 -0
- /package/{proagents → .proagents}/active-features/schemas/feature-schema.json +0 -0
- /package/{proagents → .proagents}/active-features/schemas/files-schema.json +0 -0
- /package/{proagents → .proagents}/active-features/schemas/index-schema.json +0 -0
- /package/{proagents → .proagents}/activity.log +0 -0
- /package/{proagents → .proagents}/adr/README.md +0 -0
- /package/{proagents → .proagents}/adr/examples/api-versioning.md +0 -0
- /package/{proagents → .proagents}/adr/examples/database-choice.md +0 -0
- /package/{proagents → .proagents}/adr/template.md +0 -0
- /package/{proagents → .proagents}/ai-models/README.md +0 -0
- /package/{proagents → .proagents}/ai-models/cost-management.md +0 -0
- /package/{proagents → .proagents}/ai-models/fallbacks.md +0 -0
- /package/{proagents → .proagents}/ai-models/model-config.md +0 -0
- /package/{proagents → .proagents}/ai-models/task-routing.md +0 -0
- /package/{proagents → .proagents}/ai-training/README.md +0 -0
- /package/{proagents → .proagents}/ai-training/continuous-learning.md +0 -0
- /package/{proagents → .proagents}/ai-training/domain-knowledge.md +0 -0
- /package/{proagents → .proagents}/ai-training/pattern-learning.md +0 -0
- /package/{proagents → .proagents}/ai-training/training-data.md +0 -0
- /package/{proagents → .proagents}/ai-training/user-preferences.md +0 -0
- /package/{proagents → .proagents}/api-versioning/README.md +0 -0
- /package/{proagents → .proagents}/api-versioning/changelog-template.md +0 -0
- /package/{proagents → .proagents}/api-versioning/deprecation-workflow.md +0 -0
- /package/{proagents → .proagents}/api-versioning/versioning-strategy.md +0 -0
- /package/{proagents → .proagents}/approval-workflows/README.md +0 -0
- /package/{proagents → .proagents}/approval-workflows/approval-config.md +0 -0
- /package/{proagents → .proagents}/approval-workflows/approval-stages.md +0 -0
- /package/{proagents → .proagents}/approval-workflows/emergency-bypass.md +0 -0
- /package/{proagents → .proagents}/approval-workflows/examples.md +0 -0
- /package/{proagents → .proagents}/approval-workflows/notifications.md +0 -0
- /package/{proagents → .proagents}/automation/README.md +0 -0
- /package/{proagents → .proagents}/automation/ai-behavior-rules.md +0 -0
- /package/{proagents → .proagents}/automation/ai-prompt-injection.md +0 -0
- /package/{proagents → .proagents}/automation/auto-decisions.md +0 -0
- /package/{proagents → .proagents}/automation/decision-defaults.yaml +0 -0
- /package/{proagents → .proagents}/backups/README.md +0 -0
- /package/{proagents → .proagents}/cache/README.md +0 -0
- /package/{proagents → .proagents}/cache/analysis-metadata.json +0 -0
- /package/{proagents → .proagents}/cache/conventions.json +0 -0
- /package/{proagents → .proagents}/cache/dependencies.json +0 -0
- /package/{proagents → .proagents}/cache/features.json +0 -0
- /package/{proagents → .proagents}/cache/patterns.json +0 -0
- /package/{proagents → .proagents}/cache/schemas/conventions-schema.json +0 -0
- /package/{proagents → .proagents}/cache/schemas/dependencies-schema.json +0 -0
- /package/{proagents → .proagents}/cache/schemas/features-schema.json +0 -0
- /package/{proagents → .proagents}/cache/schemas/metadata-schema.json +0 -0
- /package/{proagents → .proagents}/cache/schemas/patterns-schema.json +0 -0
- /package/{proagents → .proagents}/cache/schemas/structure-schema.json +0 -0
- /package/{proagents → .proagents}/cache/structure.json +0 -0
- /package/{proagents → .proagents}/changelog/2024/01/2024-01-10-api-url-config.md +0 -0
- /package/{proagents → .proagents}/changelog/2024/01/2024-01-12-login-bug-fix.md +0 -0
- /package/{proagents → .proagents}/changelog/2024/01/2024-01-15-user-auth-feature.md +0 -0
- /package/{proagents → .proagents}/changelog/CHANGELOG.md +0 -0
- /package/{proagents → .proagents}/checklists/README.md +0 -0
- /package/{proagents → .proagents}/checklists/code-quality.md +0 -0
- /package/{proagents → .proagents}/checklists/code-review.md +0 -0
- /package/{proagents → .proagents}/checklists/pr-checklist.md +0 -0
- /package/{proagents → .proagents}/checklists/pre-deployment.md +0 -0
- /package/{proagents → .proagents}/checklists/pre-implementation.md +0 -0
- /package/{proagents → .proagents}/checklists/testing.md +0 -0
- /package/{proagents → .proagents}/checkpoints.json +0 -0
- /package/{proagents → .proagents}/cicd/README.md +0 -0
- /package/{proagents → .proagents}/cicd/azure-devops.md +0 -0
- /package/{proagents → .proagents}/cicd/github-actions.md +0 -0
- /package/{proagents → .proagents}/cicd/gitlab-ci.md +0 -0
- /package/{proagents → .proagents}/cicd/jenkins.md +0 -0
- /package/{proagents → .proagents}/cli/commands-reference.md +0 -0
- /package/{proagents → .proagents}/cli/ide-integration.md +0 -0
- /package/{proagents → .proagents}/cli/shortcuts.md +0 -0
- /package/{proagents → .proagents}/cli/slash-commands.md +0 -0
- /package/{proagents → .proagents}/collaboration/README.md +0 -0
- /package/{proagents → .proagents}/collaboration/roles.md +0 -0
- /package/{proagents → .proagents}/collaboration/sessions.md +0 -0
- /package/{proagents → .proagents}/collaboration/sync.md +0 -0
- /package/{proagents → .proagents}/compliance/README.md +0 -0
- /package/{proagents → .proagents}/compliance/access-control.md +0 -0
- /package/{proagents → .proagents}/compliance/compliance-frameworks.md +0 -0
- /package/{proagents → .proagents}/compliance/reports.md +0 -0
- /package/{proagents → .proagents}/compliance/retention-policies.md +0 -0
- /package/{proagents → .proagents}/config/integrations/README.md +0 -0
- /package/{proagents → .proagents}/config/integrations/github.template.yaml +0 -0
- /package/{proagents → .proagents}/config/integrations/jira.template.yaml +0 -0
- /package/{proagents → .proagents}/config/integrations/linear.template.yaml +0 -0
- /package/{proagents → .proagents}/config/integrations/notion.template.yaml +0 -0
- /package/{proagents → .proagents}/config/integrations/slack.template.yaml +0 -0
- /package/{proagents → .proagents}/config/rules/custom-rules.template.yaml +0 -0
- /package/{proagents → .proagents}/config/rules/validation-rules.template.yaml +0 -0
- /package/{proagents → .proagents}/config/standards/architecture-rules.template.md +0 -0
- /package/{proagents → .proagents}/config/standards/coding-standards.template.md +0 -0
- /package/{proagents → .proagents}/config/standards/naming-conventions.template.md +0 -0
- /package/{proagents → .proagents}/config/standards/testing-standards.template.md +0 -0
- /package/{proagents → .proagents}/config/templates/api-route.template.ts +0 -0
- /package/{proagents → .proagents}/config/templates/component.template.tsx +0 -0
- /package/{proagents → .proagents}/config/templates/hook.template.ts +0 -0
- /package/{proagents → .proagents}/config/templates/test.template.ts +0 -0
- /package/{proagents → .proagents}/config-versioning/README.md +0 -0
- /package/{proagents → .proagents}/config-versioning/changelog.md +0 -0
- /package/{proagents → .proagents}/config-versioning/rollback.md +0 -0
- /package/{proagents → .proagents}/config-versioning/versioning.md +0 -0
- /package/{proagents → .proagents}/context.md +0 -0
- /package/{proagents → .proagents}/contract-testing/README.md +0 -0
- /package/{proagents → .proagents}/contract-testing/contract-testing.md +0 -0
- /package/{proagents → .proagents}/contract-testing/pact-integration.md +0 -0
- /package/{proagents → .proagents}/contract-testing/schema-validation.md +0 -0
- /package/{proagents → .proagents}/cost/README.md +0 -0
- /package/{proagents → .proagents}/cost/cost-template.md +0 -0
- /package/{proagents → .proagents}/cost/estimation-framework.md +0 -0
- /package/{proagents → .proagents}/database/README.md +0 -0
- /package/{proagents → .proagents}/database/examples/001-create-users.sql +0 -0
- /package/{proagents → .proagents}/database/examples/002-add-preferences.sql +0 -0
- /package/{proagents → .proagents}/database/examples/003-add-index.sql +0 -0
- /package/{proagents → .proagents}/database/examples/004-rename-column.sql +0 -0
- /package/{proagents → .proagents}/database/examples/005-add-foreign-key.sql +0 -0
- /package/{proagents → .proagents}/database/examples/006-data-migration.sql +0 -0
- /package/{proagents → .proagents}/database/examples/007-drop-column.sql +0 -0
- /package/{proagents → .proagents}/database/migration-workflow.md +0 -0
- /package/{proagents → .proagents}/database/rollback-scripts.md +0 -0
- /package/{proagents → .proagents}/database/safety-checks.md +0 -0
- /package/{proagents → .proagents}/decisions.md +0 -0
- /package/{proagents → .proagents}/dependency-management/README.md +0 -0
- /package/{proagents → .proagents}/dependency-management/automation.md +0 -0
- /package/{proagents → .proagents}/dependency-management/compatibility.md +0 -0
- /package/{proagents → .proagents}/dependency-management/security-scanning.md +0 -0
- /package/{proagents → .proagents}/dependency-management/update-policies.md +0 -0
- /package/{proagents → .proagents}/disaster-recovery/README.md +0 -0
- /package/{proagents → .proagents}/disaster-recovery/automation.md +0 -0
- /package/{proagents → .proagents}/disaster-recovery/backup-recovery.md +0 -0
- /package/{proagents → .proagents}/disaster-recovery/incident-response.md +0 -0
- /package/{proagents → .proagents}/disaster-recovery/rollback-procedures.md +0 -0
- /package/{proagents → .proagents}/disaster-recovery/runbooks.md +0 -0
- /package/{proagents → .proagents}/disaster-recovery/scenarios.md +0 -0
- /package/{proagents → .proagents}/disaster-recovery/testing.md +0 -0
- /package/{proagents → .proagents}/environments/README.md +0 -0
- /package/{proagents → .proagents}/environments/configuration.md +0 -0
- /package/{proagents → .proagents}/environments/promotion.md +0 -0
- /package/{proagents → .proagents}/environments/setup.md +0 -0
- /package/{proagents → .proagents}/errors.md +0 -0
- /package/{proagents → .proagents}/examples/README.md +0 -0
- /package/{proagents → .proagents}/examples/backend-nodejs/README.md +0 -0
- /package/{proagents → .proagents}/examples/backend-nodejs/complete-conversation.md +0 -0
- /package/{proagents → .proagents}/examples/backend-nodejs/proagents.config.yaml +0 -0
- /package/{proagents → .proagents}/examples/backend-nodejs/workflow-example.md +0 -0
- /package/{proagents → .proagents}/examples/fullstack-nextjs/README.md +0 -0
- /package/{proagents → .proagents}/examples/fullstack-nextjs/complete-conversation.md +0 -0
- /package/{proagents → .proagents}/examples/fullstack-nextjs/proagents.config.yaml +0 -0
- /package/{proagents → .proagents}/examples/fullstack-nextjs/workflow-example.md +0 -0
- /package/{proagents → .proagents}/examples/mobile-react-native/README.md +0 -0
- /package/{proagents → .proagents}/examples/mobile-react-native/complete-conversation.md +0 -0
- /package/{proagents → .proagents}/examples/mobile-react-native/proagents.config.yaml +0 -0
- /package/{proagents → .proagents}/examples/mobile-react-native/workflow-example.md +0 -0
- /package/{proagents → .proagents}/examples/web-frontend-react/README.md +0 -0
- /package/{proagents → .proagents}/examples/web-frontend-react/complete-conversation.md +0 -0
- /package/{proagents → .proagents}/examples/web-frontend-react/proagents.config.yaml +0 -0
- /package/{proagents → .proagents}/examples/web-frontend-react/workflow-example.md +0 -0
- /package/{proagents → .proagents}/existing-projects/README.md +0 -0
- /package/{proagents → .proagents}/existing-projects/challenges.md +0 -0
- /package/{proagents → .proagents}/existing-projects/compatibility-assessment.md +0 -0
- /package/{proagents → .proagents}/existing-projects/pattern-reconciliation.md +0 -0
- /package/{proagents → .proagents}/feature-flags/README.md +0 -0
- /package/{proagents → .proagents}/feature-flags/ab-testing.md +0 -0
- /package/{proagents → .proagents}/feature-flags/configuration.md +0 -0
- /package/{proagents → .proagents}/feature-flags/kill-switches.md +0 -0
- /package/{proagents → .proagents}/feature-flags/rollout-strategies.md +0 -0
- /package/{proagents → .proagents}/feedback.md +0 -0
- /package/{proagents → .proagents}/getting-started/README.md +0 -0
- /package/{proagents → .proagents}/getting-started/ai-training-setup.md +0 -0
- /package/{proagents → .proagents}/getting-started/mcp-setup.md +0 -0
- /package/{proagents → .proagents}/getting-started/pm-integration.md +0 -0
- /package/{proagents → .proagents}/getting-started/prompt-engineering.md +0 -0
- /package/{proagents → .proagents}/git/README.md +0 -0
- /package/{proagents → .proagents}/git/branch-strategy.md +0 -0
- /package/{proagents → .proagents}/git/commit-conventions.md +0 -0
- /package/{proagents → .proagents}/git/pr-workflow.md +0 -0
- /package/{proagents → .proagents}/git/rollback-procedures.md +0 -0
- /package/{proagents → .proagents}/handoff.md +0 -0
- /package/{proagents → .proagents}/history.log +0 -0
- /package/{proagents → .proagents}/i18n/README.md +0 -0
- /package/{proagents → .proagents}/i18n/extraction.md +0 -0
- /package/{proagents → .proagents}/i18n/tms-integration.md +0 -0
- /package/{proagents → .proagents}/i18n/translation-workflow.md +0 -0
- /package/{proagents → .proagents}/i18n/validation.md +0 -0
- /package/{proagents → .proagents}/ide-integration/cline-config.md +0 -0
- /package/{proagents → .proagents}/ide-integration/cursor-rules.md +0 -0
- /package/{proagents → .proagents}/ide-integration/github-copilot.md +0 -0
- /package/{proagents → .proagents}/ide-integration/windsurf-rules.md +0 -0
- /package/{proagents → .proagents}/integrations/pm/README.md +0 -0
- /package/{proagents → .proagents}/learning/adaptation.md +0 -0
- /package/{proagents → .proagents}/learning/data-collection.md +0 -0
- /package/{proagents → .proagents}/learning/implementation-guide.md +0 -0
- /package/{proagents → .proagents}/logging/README.md +0 -0
- /package/{proagents → .proagents}/logging/aggregation.md +0 -0
- /package/{proagents → .proagents}/logging/log-levels.md +0 -0
- /package/{proagents → .proagents}/logging/sensitive-data.md +0 -0
- /package/{proagents → .proagents}/logging/structured-logging.md +0 -0
- /package/{proagents → .proagents}/mcp/README.md +0 -0
- /package/{proagents → .proagents}/mcp/context-providers.md +0 -0
- /package/{proagents → .proagents}/mcp/tools-definition.md +0 -0
- /package/{proagents → .proagents}/metrics/README.md +0 -0
- /package/{proagents → .proagents}/metrics/code-quality-kpis.md +0 -0
- /package/{proagents → .proagents}/metrics/deployment-metrics.md +0 -0
- /package/{proagents → .proagents}/metrics/developer-productivity.md +0 -0
- /package/{proagents → .proagents}/metrics/learning-effectiveness.md +0 -0
- /package/{proagents → .proagents}/migrations/README.md +0 -0
- /package/{proagents → .proagents}/monitoring/README.md +0 -0
- /package/{proagents → .proagents}/monitoring/alerting.md +0 -0
- /package/{proagents → .proagents}/monitoring/dashboards.md +0 -0
- /package/{proagents → .proagents}/monitoring/health-checks.md +0 -0
- /package/{proagents → .proagents}/monitoring/metrics.md +0 -0
- /package/{proagents → .proagents}/multi-project/coordinated-deploy.md +0 -0
- /package/{proagents → .proagents}/multi-project/unified-changelog.md +0 -0
- /package/{proagents → .proagents}/notifications/README.md +0 -0
- /package/{proagents → .proagents}/notifications/channels.md +0 -0
- /package/{proagents → .proagents}/notifications/preferences.md +0 -0
- /package/{proagents → .proagents}/notifications/routing.md +0 -0
- /package/{proagents → .proagents}/notifications/scheduling.md +0 -0
- /package/{proagents → .proagents}/offline-mode/README.md +0 -0
- /package/{proagents → .proagents}/offline-mode/caching.md +0 -0
- /package/{proagents → .proagents}/offline-mode/offline-operations.md +0 -0
- /package/{proagents → .proagents}/offline-mode/queue-specifications.md +0 -0
- /package/{proagents → .proagents}/offline-mode/sync.md +0 -0
- /package/{proagents → .proagents}/parallel-features/README.md +0 -0
- /package/{proagents → .proagents}/parallel-features/conflict-detection.md +0 -0
- /package/{proagents → .proagents}/parallel-features/dependency-management.md +0 -0
- /package/{proagents → .proagents}/parallel-features/merge-coordination.md +0 -0
- /package/{proagents → .proagents}/patterns/README.md +0 -0
- /package/{proagents → .proagents}/patterns/api-errors.md +0 -0
- /package/{proagents → .proagents}/patterns/async-errors.md +0 -0
- /package/{proagents → .proagents}/patterns/error-types.md +0 -0
- /package/{proagents → .proagents}/patterns/ui-errors.md +0 -0
- /package/{proagents → .proagents}/performance/README.md +0 -0
- /package/{proagents → .proagents}/performance/bundle-analysis.md +0 -0
- /package/{proagents → .proagents}/performance/load-testing.md +0 -0
- /package/{proagents → .proagents}/performance/runtime-metrics.md +0 -0
- /package/{proagents → .proagents}/performance/web-vitals.md +0 -0
- /package/{proagents → .proagents}/plugins/README.md +0 -0
- /package/{proagents → .proagents}/plugins/creating-plugins.md +0 -0
- /package/{proagents → .proagents}/plugins/plugin-api.md +0 -0
- /package/{proagents → .proagents}/plugins/plugin-registry.md +0 -0
- /package/{proagents → .proagents}/pm-integration/README.md +0 -0
- /package/{proagents → .proagents}/pm-integration/asana.md +0 -0
- /package/{proagents → .proagents}/pm-integration/github-issues.md +0 -0
- /package/{proagents → .proagents}/pm-integration/gitlab-issues.md +0 -0
- /package/{proagents → .proagents}/pm-integration/jira.md +0 -0
- /package/{proagents → .proagents}/pm-integration/linear.md +0 -0
- /package/{proagents → .proagents}/pm-integration/notion.md +0 -0
- /package/{proagents → .proagents}/pm-integration/sync-config.md +0 -0
- /package/{proagents → .proagents}/pm-integration/trello.md +0 -0
- /package/{proagents → .proagents}/prompts/00-init-wizard.md +0 -0
- /package/{proagents → .proagents}/prompts/00-init.md +0 -0
- /package/{proagents → .proagents}/prompts/01-analysis.md +0 -0
- /package/{proagents → .proagents}/prompts/02-requirements.md +0 -0
- /package/{proagents → .proagents}/prompts/03-ui-design.md +0 -0
- /package/{proagents → .proagents}/prompts/04-planning.md +0 -0
- /package/{proagents → .proagents}/prompts/05-implementation.md +0 -0
- /package/{proagents → .proagents}/prompts/06-testing.md +0 -0
- /package/{proagents → .proagents}/prompts/06.5-code-review.md +0 -0
- /package/{proagents → .proagents}/prompts/07-documentation.md +0 -0
- /package/{proagents → .proagents}/prompts/08-deployment.md +0 -0
- /package/{proagents → .proagents}/prompts/09-rollback.md +0 -0
- /package/{proagents → .proagents}/prompts/README.md +0 -0
- /package/{proagents → .proagents}/prompts/accessibility/README.md +0 -0
- /package/{proagents → .proagents}/prompts/accessibility/aria.md +0 -0
- /package/{proagents → .proagents}/prompts/accessibility/audit.md +0 -0
- /package/{proagents → .proagents}/prompts/accessibility/keyboard.md +0 -0
- /package/{proagents → .proagents}/prompts/accessibility/wcag.md +0 -0
- /package/{proagents → .proagents}/prompts/debugging/README.md +0 -0
- /package/{proagents → .proagents}/prompts/debugging/error-analysis.md +0 -0
- /package/{proagents → .proagents}/prompts/debugging/performance-debug.md +0 -0
- /package/{proagents → .proagents}/prompts/debugging/systematic.md +0 -0
- /package/{proagents → .proagents}/prompts/performance/README.md +0 -0
- /package/{proagents → .proagents}/prompts/performance/analyze.md +0 -0
- /package/{proagents → .proagents}/prompts/performance/optimize.md +0 -0
- /package/{proagents → .proagents}/prompts/refactoring/README.md +0 -0
- /package/{proagents → .proagents}/prompts/refactoring/architecture.md +0 -0
- /package/{proagents → .proagents}/prompts/refactoring/code-smells.md +0 -0
- /package/{proagents → .proagents}/prompts/refactoring/patterns.md +0 -0
- /package/{proagents → .proagents}/prompts/security-audit/README.md +0 -0
- /package/{proagents → .proagents}/prompts/security-audit/code-review.md +0 -0
- /package/{proagents → .proagents}/prompts/security-audit/vulnerability-scan.md +0 -0
- /package/{proagents → .proagents}/reporting/README.md +0 -0
- /package/{proagents → .proagents}/reporting/dashboards.md +0 -0
- /package/{proagents → .proagents}/reporting/quality-metrics.md +0 -0
- /package/{proagents → .proagents}/reporting/templates/dashboard-config.json +0 -0
- /package/{proagents → .proagents}/reporting/templates/metrics-queries.md +0 -0
- /package/{proagents → .proagents}/reporting/templates/react-dashboard.tsx +0 -0
- /package/{proagents → .proagents}/reporting/templates/widgets.md +0 -0
- /package/{proagents → .proagents}/reporting/velocity-metrics.md +0 -0
- /package/{proagents → .proagents}/reverse-engineering/README.md +0 -0
- /package/{proagents → .proagents}/reverse-engineering/architecture-extraction.md +0 -0
- /package/{proagents → .proagents}/reverse-engineering/code-analysis.md +0 -0
- /package/{proagents → .proagents}/reverse-engineering/dependency-mapping.md +0 -0
- /package/{proagents → .proagents}/reverse-engineering/diagram-generation.md +0 -0
- /package/{proagents → .proagents}/reverse-engineering/pattern-detection.md +0 -0
- /package/{proagents → .proagents}/reverse-engineering/quality-assessment.md +0 -0
- /package/{proagents → .proagents}/rules/custom-rules-template.yaml +0 -0
- /package/{proagents → .proagents}/rules/validation-rules-template.yaml +0 -0
- /package/{proagents → .proagents}/runbooks/README.md +0 -0
- /package/{proagents → .proagents}/runbooks/dependency-vulnerability.md +0 -0
- /package/{proagents → .proagents}/runbooks/incident-response.md +0 -0
- /package/{proagents → .proagents}/runbooks/performance-degradation.md +0 -0
- /package/{proagents → .proagents}/runbooks/production-debugging.md +0 -0
- /package/{proagents → .proagents}/scaffolding/README.md +0 -0
- /package/{proagents → .proagents}/scaffolding/nextjs/templates/api-route.ts.template +0 -0
- /package/{proagents → .proagents}/scaffolding/nextjs/templates/page.tsx.template +0 -0
- /package/{proagents → .proagents}/scaffolding/nextjs/templates/server-action.ts.template +0 -0
- /package/{proagents → .proagents}/scaffolding/nodejs/templates/controller.ts.template +0 -0
- /package/{proagents → .proagents}/scaffolding/nodejs/templates/repository.ts.template +0 -0
- /package/{proagents → .proagents}/scaffolding/nodejs/templates/service.ts.template +0 -0
- /package/{proagents → .proagents}/scaffolding/project-types.md +0 -0
- /package/{proagents → .proagents}/scaffolding/react/templates/component.tsx.template +0 -0
- /package/{proagents → .proagents}/scaffolding/react/templates/hook.ts.template +0 -0
- /package/{proagents → .proagents}/scaffolding/react/templates/service.ts.template +0 -0
- /package/{proagents → .proagents}/scaffolding/react/templates/test.tsx.template +0 -0
- /package/{proagents → .proagents}/scaffolding/react-native/templates/hook.ts.template +0 -0
- /package/{proagents → .proagents}/scaffolding/react-native/templates/screen.tsx.template +0 -0
- /package/{proagents → .proagents}/secrets/README.md +0 -0
- /package/{proagents → .proagents}/secrets/access-control.md +0 -0
- /package/{proagents → .proagents}/secrets/rotation.md +0 -0
- /package/{proagents → .proagents}/secrets/scanning.md +0 -0
- /package/{proagents → .proagents}/secrets/storage.md +0 -0
- /package/{proagents → .proagents}/security/README.md +0 -0
- /package/{proagents → .proagents}/security/owasp-checklist.md +0 -0
- /package/{proagents → .proagents}/security/sast-guide.md +0 -0
- /package/{proagents → .proagents}/security/security-report-template.md +0 -0
- /package/{proagents → .proagents}/security/vulnerability-scanning.md +0 -0
- /package/{proagents → .proagents}/sessions/README.md +0 -0
- /package/{proagents → .proagents}/slash-commands.json +0 -0
- /package/{proagents → .proagents}/sprints/README.md +0 -0
- /package/{proagents → .proagents}/standards/architecture-rules-template.md +0 -0
- /package/{proagents → .proagents}/standards/coding-standards-template.md +0 -0
- /package/{proagents → .proagents}/standards/examples/nodejs-api.md +0 -0
- /package/{proagents → .proagents}/standards/examples/react-nextjs.md +0 -0
- /package/{proagents → .proagents}/standards/naming-conventions-template.md +0 -0
- /package/{proagents → .proagents}/standards/override-system.md +0 -0
- /package/{proagents → .proagents}/standards/testing-standards-template.md +0 -0
- /package/{proagents → .proagents}/team/README.md +0 -0
- /package/{proagents → .proagents}/team/code-ownership.md +0 -0
- /package/{proagents → .proagents}/team/communication-templates.md +0 -0
- /package/{proagents → .proagents}/team/handoff-protocol.md +0 -0
- /package/{proagents → .proagents}/team/ide-setup/README.md +0 -0
- /package/{proagents → .proagents}/team/ide-setup/jetbrains.md +0 -0
- /package/{proagents → .proagents}/team/ide-setup/neovim.md +0 -0
- /package/{proagents → .proagents}/team/ide-setup/vscode.md +0 -0
- /package/{proagents → .proagents}/team/onboarding.md +0 -0
- /package/{proagents → .proagents}/templates/README.md +0 -0
- /package/{proagents → .proagents}/templates/code-review-report.md +0 -0
- /package/{proagents → .proagents}/templates/codebase-analysis-report.md +0 -0
- /package/{proagents → .proagents}/templates/deployment-checklist.md +0 -0
- /package/{proagents → .proagents}/templates/feature-requirements.md +0 -0
- /package/{proagents → .proagents}/templates/feature-status.md +0 -0
- /package/{proagents → .proagents}/templates/implementation-plan.md +0 -0
- /package/{proagents → .proagents}/templates/release-notes.md +0 -0
- /package/{proagents → .proagents}/templates/rollback-plan.md +0 -0
- /package/{proagents → .proagents}/templates/test-plan.md +0 -0
- /package/{proagents → .proagents}/templates/ui-specification.md +0 -0
- /package/{proagents → .proagents}/testing-standards/README.md +0 -0
- /package/{proagents → .proagents}/testing-standards/coverage-requirements.md +0 -0
- /package/{proagents → .proagents}/testing-standards/mocking-guidelines.md +0 -0
- /package/{proagents → .proagents}/testing-standards/test-naming.md +0 -0
- /package/{proagents → .proagents}/testing-standards/test-patterns.md +0 -0
- /package/{proagents → .proagents}/time-tracking.json +0 -0
- /package/{proagents → .proagents}/troubleshooting/README.md +0 -0
- /package/{proagents → .proagents}/troubleshooting/ai-issues.md +0 -0
- /package/{proagents → .proagents}/troubleshooting/workflow-issues.md +0 -0
- /package/{proagents → .proagents}/ui-integration/README.md +0 -0
- /package/{proagents → .proagents}/ui-integration/figma-guide.md +0 -0
- /package/{proagents → .proagents}/ui-integration/manual-export-guide.md +0 -0
- /package/{proagents → .proagents}/ui-integration/sketch-interpretation.md +0 -0
- /package/{proagents → .proagents}/watchlist.yaml +0 -0
- /package/{proagents → .proagents}/webhooks/README.md +0 -0
- /package/{proagents → .proagents}/webhooks/endpoints.md +0 -0
- /package/{proagents → .proagents}/webhooks/events.md +0 -0
- /package/{proagents → .proagents}/webhooks/payloads.md +0 -0
- /package/{proagents → .proagents}/webhooks/reliability.md +0 -0
- /package/{proagents → .proagents}/webhooks/security.md +0 -0
- /package/{proagents → .proagents}/workflow-modes/README.md +0 -0
- /package/{proagents → .proagents}/workflow-modes/deferred-tracking.md +0 -0
- /package/{proagents → .proagents}/workflow-modes/entry-modes.md +0 -0
- /package/{proagents → .proagents}/workflow-modes/guardrails.md +0 -0
- /package/{proagents → .proagents}/workflow-modes/mode-detection.md +0 -0
- /package/{proagents → .proagents}/workflow-modes/mode-switching.md +0 -0
|
@@ -50,11 +50,11 @@ covers:
|
|
|
50
50
|
### 1. Copy Templates
|
|
51
51
|
|
|
52
52
|
```bash
|
|
53
|
-
cp proagents/standards/coding-standards-template.md \
|
|
54
|
-
proagents/standards/coding-standards.md
|
|
53
|
+
cp .proagents/standards/coding-standards-template.md \
|
|
54
|
+
.proagents/standards/coding-standards.md
|
|
55
55
|
|
|
56
|
-
cp proagents/standards/architecture-rules-template.md \
|
|
57
|
-
proagents/standards/architecture-rules.md
|
|
56
|
+
cp .proagents/standards/architecture-rules-template.md \
|
|
57
|
+
.proagents/standards/architecture-rules.md
|
|
58
58
|
```
|
|
59
59
|
|
|
60
60
|
### 2. Customize
|
|
@@ -67,8 +67,8 @@ In `proagents.config.yaml`:
|
|
|
67
67
|
|
|
68
68
|
```yaml
|
|
69
69
|
standards:
|
|
70
|
-
coding: "proagents/standards/coding-standards.md"
|
|
71
|
-
architecture: "proagents/standards/architecture-rules.md"
|
|
70
|
+
coding: ".proagents/standards/coding-standards.md"
|
|
71
|
+
architecture: ".proagents/standards/architecture-rules.md"
|
|
72
72
|
enforce: true
|
|
73
73
|
```
|
|
74
74
|
|
|
@@ -21,7 +21,7 @@ ProAgents detects your patterns and lets you override defaults completely.
|
|
|
21
21
|
### Complete Architecture Schema
|
|
22
22
|
|
|
23
23
|
```yaml
|
|
24
|
-
# proagents/standards/architecture.yaml
|
|
24
|
+
# .proagents/standards/architecture.yaml
|
|
25
25
|
|
|
26
26
|
architecture:
|
|
27
27
|
name: "My Project Architecture"
|
|
@@ -230,7 +230,7 @@ architecture:
|
|
|
230
230
|
### Defining Your Own
|
|
231
231
|
|
|
232
232
|
```yaml
|
|
233
|
-
# proagents/standards/architecture.yaml
|
|
233
|
+
# .proagents/standards/architecture.yaml
|
|
234
234
|
|
|
235
235
|
architecture:
|
|
236
236
|
name: "Company Standard Architecture"
|
|
@@ -519,7 +519,7 @@ api_patterns:
|
|
|
519
519
|
|
|
520
520
|
architecture:
|
|
521
521
|
use_custom: true
|
|
522
|
-
config_file: "proagents/standards/architecture.yaml"
|
|
522
|
+
config_file: ".proagents/standards/architecture.yaml"
|
|
523
523
|
|
|
524
524
|
override_defaults:
|
|
525
525
|
completely: true # Ignore all ProAgents defaults
|
|
@@ -563,7 +563,7 @@ architecture:
|
|
|
563
563
|
### Per-Feature Overrides
|
|
564
564
|
|
|
565
565
|
```yaml
|
|
566
|
-
# proagents/standards/architecture.yaml
|
|
566
|
+
# .proagents/standards/architecture.yaml
|
|
567
567
|
|
|
568
568
|
feature_overrides:
|
|
569
569
|
- feature: "auth"
|
|
@@ -692,7 +692,7 @@ scaffolding:
|
|
|
692
692
|
|
|
693
693
|
architecture:
|
|
694
694
|
enabled: true
|
|
695
|
-
config_file: "proagents/standards/architecture.yaml"
|
|
695
|
+
config_file: ".proagents/standards/architecture.yaml"
|
|
696
696
|
|
|
697
697
|
detection:
|
|
698
698
|
auto_detect: true
|
|
@@ -706,7 +706,7 @@ architecture:
|
|
|
706
706
|
|
|
707
707
|
scaffolding:
|
|
708
708
|
use_patterns: true
|
|
709
|
-
templates_dir: "proagents/templates/"
|
|
709
|
+
templates_dir: ".proagents/templates/"
|
|
710
710
|
|
|
711
711
|
reporting:
|
|
712
712
|
on_pr: true
|
|
@@ -23,8 +23,8 @@ Read through the example that matches your project type.
|
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
25
|
# Copy to your standards directory
|
|
26
|
-
cp proagents/standards/examples/react-nextjs.md \
|
|
27
|
-
proagents/standards/coding-standards.md
|
|
26
|
+
cp .proagents/standards/examples/react-nextjs.md \
|
|
27
|
+
.proagents/standards/coding-standards.md
|
|
28
28
|
|
|
29
29
|
# Edit to match your project
|
|
30
30
|
```
|
|
@@ -34,7 +34,7 @@ cp proagents/standards/examples/react-nextjs.md \
|
|
|
34
34
|
```yaml
|
|
35
35
|
# proagents.config.yaml
|
|
36
36
|
standards:
|
|
37
|
-
coding: "proagents/standards/coding-standards.md"
|
|
37
|
+
coding: ".proagents/standards/coding-standards.md"
|
|
38
38
|
enforce: true
|
|
39
39
|
```
|
|
40
40
|
|
|
@@ -70,7 +70,7 @@ Cursor's AI chat integrates well with ProAgents:
|
|
|
70
70
|
|
|
71
71
|
"Check the ProAgents workflow status"
|
|
72
72
|
|
|
73
|
-
"Apply the coding standards from proagents/standards/"
|
|
73
|
+
"Apply the coding standards from .proagents/standards/"
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
### Codebase Context
|
|
@@ -81,7 +81,7 @@ Cursor indexes your codebase for context. Ensure ProAgents files are indexed:
|
|
|
81
81
|
{
|
|
82
82
|
"cursor.ai.includePaths": [
|
|
83
83
|
"src/**",
|
|
84
|
-
"proagents/**"
|
|
84
|
+
".proagents/**"
|
|
85
85
|
],
|
|
86
86
|
"cursor.ai.excludePaths": [
|
|
87
87
|
"node_modules/**",
|
|
@@ -130,7 +130,7 @@ This is a [project type] project using [technologies].
|
|
|
130
130
|
- Use TypeScript with strict mode
|
|
131
131
|
- Follow functional programming patterns
|
|
132
132
|
- Use Tailwind CSS for styling
|
|
133
|
-
- Follow the patterns in proagents/standards/
|
|
133
|
+
- Follow the patterns in .proagents/standards/
|
|
134
134
|
|
|
135
135
|
# Testing
|
|
136
136
|
- Write tests using Vitest
|
|
@@ -143,9 +143,9 @@ This is a [project type] project using [technologies].
|
|
|
143
143
|
- Types in src/types/
|
|
144
144
|
|
|
145
145
|
# ProAgents
|
|
146
|
-
- Follow the workflow in proagents/WORKFLOW.md
|
|
147
|
-
- Check proagents/standards/ for coding guidelines
|
|
148
|
-
- Use proagents/checklists/ before completing phases
|
|
146
|
+
- Follow the workflow in .proagents/WORKFLOW.md
|
|
147
|
+
- Check .proagents/standards/ for coding guidelines
|
|
148
|
+
- Use .proagents/checklists/ before completing phases
|
|
149
149
|
```
|
|
150
150
|
|
|
151
151
|
---
|
|
@@ -163,7 +163,7 @@ Please help me:
|
|
|
163
163
|
3. Identify files that need changes
|
|
164
164
|
4. Create the implementation plan
|
|
165
165
|
|
|
166
|
-
Reference: proagents/prompts/04-planning.md
|
|
166
|
+
Reference: .proagents/prompts/04-planning.md
|
|
167
167
|
```
|
|
168
168
|
|
|
169
169
|
### Code Review
|
|
@@ -174,8 +174,8 @@ Review this code following ProAgents standards:
|
|
|
174
174
|
[paste code]
|
|
175
175
|
|
|
176
176
|
Check against:
|
|
177
|
-
- proagents/standards/coding-standards.md
|
|
178
|
-
- proagents/checklists/code-review.md
|
|
177
|
+
- .proagents/standards/coding-standards.md
|
|
178
|
+
- .proagents/checklists/code-review.md
|
|
179
179
|
|
|
180
180
|
Provide specific feedback and suggestions.
|
|
181
181
|
```
|
|
@@ -187,7 +187,7 @@ I'm encountering this error:
|
|
|
187
187
|
|
|
188
188
|
[error message]
|
|
189
189
|
|
|
190
|
-
Help me debug following proagents/prompts/debugging/systematic.md
|
|
190
|
+
Help me debug following .proagents/prompts/debugging/systematic.md
|
|
191
191
|
|
|
192
192
|
1. Analyze the error
|
|
193
193
|
2. Identify potential causes
|
|
@@ -208,8 +208,8 @@ Cursor's Composer mode is powerful for multi-file changes:
|
|
|
208
208
|
3. Reference ProAgents docs:
|
|
209
209
|
```
|
|
210
210
|
Implement [feature] following:
|
|
211
|
-
- proagents/standards/react-nextjs.md for code style
|
|
212
|
-
- proagents/prompts/05-implementation.md for approach
|
|
211
|
+
- .proagents/standards/react-nextjs.md for code style
|
|
212
|
+
- .proagents/prompts/05-implementation.md for approach
|
|
213
213
|
```
|
|
214
214
|
4. Review proposed changes
|
|
215
215
|
5. Apply changes
|
|
@@ -233,15 +233,15 @@ Create `.cursor/settings.json`:
|
|
|
233
233
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
234
234
|
|
|
235
235
|
"cursor.ai.contextFiles": [
|
|
236
|
-
"proagents/standards/*.md",
|
|
237
|
-
"proagents/prompts/*.md",
|
|
236
|
+
".proagents/standards/*.md",
|
|
237
|
+
".proagents/prompts/*.md",
|
|
238
238
|
"README.md",
|
|
239
239
|
"package.json"
|
|
240
240
|
],
|
|
241
241
|
|
|
242
242
|
"cursor.composer.includePaths": [
|
|
243
243
|
"src/**/*.{ts,tsx}",
|
|
244
|
-
"proagents/**/*.md"
|
|
244
|
+
".proagents/**/*.md"
|
|
245
245
|
]
|
|
246
246
|
}
|
|
247
247
|
```
|
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ cd your-project
|
|
|
33
33
|
npx proagents init
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
This creates a
|
|
36
|
+
This creates a `./.proagents/` folder with workflow files, and prompts for:
|
|
37
37
|
- Project name and type (auto-detected)
|
|
38
38
|
- Tech stack (API style, database, styling, auth, etc.)
|
|
39
39
|
- AI platforms to use (Claude, Cursor, Gemini, etc.)
|
|
@@ -393,6 +393,17 @@ Type these in any AI assistant (Claude, ChatGPT, Gemini, Cursor, etc.):
|
|
|
393
393
|
| `pa:alias-add` | Add custom alias |
|
|
394
394
|
| `pa:alias-remove` | Remove custom alias |
|
|
395
395
|
|
|
396
|
+
### Mobile Test Suite (React Native)
|
|
397
|
+
| Command | Description |
|
|
398
|
+
|---------|-------------|
|
|
399
|
+
| `pa:test-mobile` | Run full mobile test suite |
|
|
400
|
+
| `pa:test-visual` | Visual/design comparison testing |
|
|
401
|
+
| `pa:test-auto-fix` | Auto-fix failing tests |
|
|
402
|
+
| `pa:test-loop` | Test → Fix → Retest until all pass |
|
|
403
|
+
| `pa:compare-figma` | Compare UI against Figma design |
|
|
404
|
+
| `pa:compare-image` | Compare UI against image/sketch |
|
|
405
|
+
| `pa:screenshot` | Capture app screenshots |
|
|
406
|
+
|
|
396
407
|
### Custom Commands
|
|
397
408
|
| Command | Description |
|
|
398
409
|
|---------|-------------|
|
|
@@ -400,7 +411,7 @@ Type these in any AI assistant (Claude, ChatGPT, Gemini, Cursor, etc.):
|
|
|
400
411
|
| `pa:tech-debt` | Scan for technical debt |
|
|
401
412
|
| `pa:security-scan` | Run security checklist |
|
|
402
413
|
|
|
403
|
-
Define your own in
|
|
414
|
+
Define your own in `./.proagents/custom-commands.yaml`
|
|
404
415
|
|
|
405
416
|
---
|
|
406
417
|
|
|
@@ -410,13 +421,13 @@ After initialization, these files help AI understand your project:
|
|
|
410
421
|
|
|
411
422
|
| File | Purpose | AI Should |
|
|
412
423
|
|------|---------|-----------|
|
|
413
|
-
|
|
|
414
|
-
|
|
|
415
|
-
|
|
|
416
|
-
|
|
|
417
|
-
|
|
|
418
|
-
|
|
|
419
|
-
|
|
|
424
|
+
| `.proagents/context.md` | Persistent project knowledge | **Read first every session!** |
|
|
425
|
+
| `.proagents/feedback.md` | Past corrections & preferences | Learn from mistakes |
|
|
426
|
+
| `.proagents/watchlist.yaml` | Protected files list | Ask before modifying |
|
|
427
|
+
| `.proagents/activity.log` | AI activity history | Check for conflicts |
|
|
428
|
+
| `.proagents/decisions.md` | Architectural decisions | Understand why choices were made |
|
|
429
|
+
| `.proagents/errors.md` | Past errors & solutions | Find solutions faster |
|
|
430
|
+
| `.proagents/handoff.md` | Handoff notes | Continue where another AI left off |
|
|
420
431
|
|
|
421
432
|
---
|
|
422
433
|
|
|
@@ -424,7 +435,7 @@ After initialization, these files help AI understand your project:
|
|
|
424
435
|
|
|
425
436
|
```
|
|
426
437
|
your-project/
|
|
427
|
-
├── proagents/
|
|
438
|
+
├── .proagents/
|
|
428
439
|
│ ├── proagents.config.yaml # Project configuration
|
|
429
440
|
│ ├── AI_INSTRUCTIONS.md # Instructions for all AIs
|
|
430
441
|
│ ├── PROAGENTS.md # Quick command reference
|
|
@@ -514,10 +525,10 @@ platforms:
|
|
|
514
525
|
|
|
515
526
|
| Document | Description |
|
|
516
527
|
|----------|-------------|
|
|
517
|
-
| [Getting Started Story](
|
|
518
|
-
| [Complete Workflow](
|
|
519
|
-
| [AI Instructions](
|
|
520
|
-
| [Examples](
|
|
528
|
+
| [Getting Started Story](./.proagents/GETTING-STARTED-STORY.md) | Narrative walkthrough |
|
|
529
|
+
| [Complete Workflow](./.proagents/WORKFLOW.md) | 10-phase workflow guide |
|
|
530
|
+
| [AI Instructions](./.proagents/AI_INSTRUCTIONS.md) | Full AI command reference |
|
|
531
|
+
| [Examples](./.proagents/examples/) | Project-specific walkthroughs |
|
|
521
532
|
|
|
522
533
|
---
|
|
523
534
|
|
package/bin/proagents.js
CHANGED
|
@@ -11,6 +11,7 @@ import { uninstallCommand } from '../lib/commands/uninstall.js';
|
|
|
11
11
|
import { configListCommand, configShowCommand, configEditCommand, configSetCommand, configGetCommand, configSetupCommand, configCustomizeCommand } from '../lib/commands/config.js';
|
|
12
12
|
import { doctorCommand } from '../lib/commands/doctor.js';
|
|
13
13
|
import { upgradeCommand } from '../lib/commands/upgrade.js';
|
|
14
|
+
import { migrateCommand } from '../lib/commands/migrate.js';
|
|
14
15
|
import { readFileSync } from 'fs';
|
|
15
16
|
import { fileURLToPath } from 'url';
|
|
16
17
|
import { dirname, join } from 'path';
|
|
@@ -83,8 +84,8 @@ program
|
|
|
83
84
|
.action(() => {
|
|
84
85
|
console.log('\nProAgents Documentation');
|
|
85
86
|
console.log('=======================\n');
|
|
86
|
-
console.log('Local:
|
|
87
|
-
console.log('Workflow:
|
|
87
|
+
console.log('Local: ./.proagents/README.md');
|
|
88
|
+
console.log('Workflow: ./.proagents/WORKFLOW.md');
|
|
88
89
|
console.log('GitHub: https://github.com/prakashpro3/proAgents\n');
|
|
89
90
|
});
|
|
90
91
|
|
|
@@ -170,8 +171,15 @@ program
|
|
|
170
171
|
// Upgrade command
|
|
171
172
|
program
|
|
172
173
|
.command('upgrade')
|
|
173
|
-
.description('Upgrade proagents folder to latest version')
|
|
174
|
+
.description('Upgrade .proagents folder to latest version')
|
|
174
175
|
.option('-f, --force', 'Skip confirmation prompt')
|
|
175
176
|
.action(upgradeCommand);
|
|
176
177
|
|
|
178
|
+
// Migrate command
|
|
179
|
+
program
|
|
180
|
+
.command('migrate')
|
|
181
|
+
.description('Migrate from proagents/ to .proagents/ folder structure')
|
|
182
|
+
.option('-f, --force', 'Skip confirmation prompt')
|
|
183
|
+
.action(migrateCommand);
|
|
184
|
+
|
|
177
185
|
program.parse();
|
package/lib/commands/ai.js
CHANGED
|
@@ -292,8 +292,8 @@ export function showAvailablePlatforms(currentIds) {
|
|
|
292
292
|
*/
|
|
293
293
|
export async function aiAddCommand() {
|
|
294
294
|
const targetDir = process.cwd();
|
|
295
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
296
|
-
const sourceDir = join(__dirname, '..', '..', 'proagents');
|
|
295
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
296
|
+
const sourceDir = join(__dirname, '..', '..', '.proagents');
|
|
297
297
|
const configPath = join(proagentsDir, 'proagents.config.yaml');
|
|
298
298
|
|
|
299
299
|
// Check if proagents is initialized
|
|
@@ -369,7 +369,7 @@ export async function aiAddCommand() {
|
|
|
369
369
|
*/
|
|
370
370
|
export function aiListCommand() {
|
|
371
371
|
const targetDir = process.cwd();
|
|
372
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
372
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
373
373
|
const configPath = join(proagentsDir, 'proagents.config.yaml');
|
|
374
374
|
|
|
375
375
|
const currentIds = loadPlatformConfig(configPath);
|
|
@@ -386,7 +386,7 @@ export function aiListCommand() {
|
|
|
386
386
|
*/
|
|
387
387
|
export async function aiRemoveCommand() {
|
|
388
388
|
const targetDir = process.cwd();
|
|
389
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
389
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
390
390
|
const configPath = join(proagentsDir, 'proagents.config.yaml');
|
|
391
391
|
|
|
392
392
|
if (!existsSync(proagentsDir)) {
|
package/lib/commands/config.js
CHANGED
|
@@ -14,7 +14,7 @@ const __dirname = dirname(__filename);
|
|
|
14
14
|
*/
|
|
15
15
|
export function configListCommand() {
|
|
16
16
|
const targetDir = process.cwd();
|
|
17
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
17
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
18
18
|
|
|
19
19
|
console.log('\n' + chalk.bold.blue('ProAgents Configuration Options'));
|
|
20
20
|
console.log(chalk.blue('================================\n'));
|
|
@@ -30,10 +30,10 @@ export function configListCommand() {
|
|
|
30
30
|
console.log(chalk.gray(' ─────────────────────────────────────────'));
|
|
31
31
|
const configPath = join(proagentsDir, 'proagents.config.yaml');
|
|
32
32
|
if (existsSync(configPath)) {
|
|
33
|
-
console.log(chalk.green(' ✓ ') + chalk.white('proagents/proagents.config.yaml'));
|
|
33
|
+
console.log(chalk.green(' ✓ ') + chalk.white('.proagents/proagents.config.yaml'));
|
|
34
34
|
console.log(chalk.gray(' Checkpoints, git settings, parallel features, etc.\n'));
|
|
35
35
|
} else {
|
|
36
|
-
console.log(chalk.yellow(' ○ ') + chalk.white('proagents/proagents.config.yaml') + chalk.gray(' (not created)\n'));
|
|
36
|
+
console.log(chalk.yellow(' ○ ') + chalk.white('.proagents/proagents.config.yaml') + chalk.gray(' (not created)\n'));
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
// 2. AI Platforms
|
|
@@ -161,9 +161,9 @@ export function configListCommand() {
|
|
|
161
161
|
for (const item of preserved) {
|
|
162
162
|
const fullPath = join(proagentsDir, item.path);
|
|
163
163
|
if (existsSync(fullPath)) {
|
|
164
|
-
console.log(chalk.green(' ✓ ') + chalk.white(
|
|
164
|
+
console.log(chalk.green(' ✓ ') + chalk.white(`.proagents/${item.path}/`) + chalk.gray(` - ${item.desc}`));
|
|
165
165
|
} else {
|
|
166
|
-
console.log(chalk.yellow(' ○ ') + chalk.white(
|
|
166
|
+
console.log(chalk.yellow(' ○ ') + chalk.white(`.proagents/${item.path}/`) + chalk.gray(` - ${item.desc} (empty)`));
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
console.log('');
|
|
@@ -173,8 +173,8 @@ export function configListCommand() {
|
|
|
173
173
|
console.log(chalk.white('Legend: ') + chalk.green('✓ customized ') + chalk.yellow('○ using default'));
|
|
174
174
|
console.log('');
|
|
175
175
|
console.log(chalk.gray('To customize a template:'));
|
|
176
|
-
console.log(chalk.cyan(' cp proagents/config/standards/coding-standards.template.md \\'));
|
|
177
|
-
console.log(chalk.cyan(' proagents/config/standards/coding-standards.md'));
|
|
176
|
+
console.log(chalk.cyan(' cp .proagents/config/standards/coding-standards.template.md \\'));
|
|
177
|
+
console.log(chalk.cyan(' .proagents/config/standards/coding-standards.md'));
|
|
178
178
|
console.log(chalk.gray('\nThen edit the new file with your settings.\n'));
|
|
179
179
|
}
|
|
180
180
|
|
|
@@ -184,7 +184,7 @@ export function configListCommand() {
|
|
|
184
184
|
*/
|
|
185
185
|
export function configShowCommand() {
|
|
186
186
|
const targetDir = process.cwd();
|
|
187
|
-
const configPath = join(targetDir, 'proagents', 'proagents.config.yaml');
|
|
187
|
+
const configPath = join(targetDir, '.proagents', 'proagents.config.yaml');
|
|
188
188
|
|
|
189
189
|
console.log('\n' + chalk.bold.blue('ProAgents Current Configuration'));
|
|
190
190
|
console.log(chalk.blue('================================\n'));
|
|
@@ -198,7 +198,7 @@ export function configShowCommand() {
|
|
|
198
198
|
const content = readFileSync(configPath, 'utf-8');
|
|
199
199
|
const config = yaml.load(content);
|
|
200
200
|
|
|
201
|
-
console.log(chalk.cyan('File: ') + chalk.white('proagents/proagents.config.yaml\n'));
|
|
201
|
+
console.log(chalk.cyan('File: ') + chalk.white('.proagents/proagents.config.yaml\n'));
|
|
202
202
|
console.log(chalk.gray('─────────────────────────────────────────────\n'));
|
|
203
203
|
console.log(content);
|
|
204
204
|
} catch (error) {
|
|
@@ -212,7 +212,7 @@ export function configShowCommand() {
|
|
|
212
212
|
*/
|
|
213
213
|
export function configEditCommand() {
|
|
214
214
|
const targetDir = process.cwd();
|
|
215
|
-
const configPath = join(targetDir, 'proagents', 'proagents.config.yaml');
|
|
215
|
+
const configPath = join(targetDir, '.proagents', 'proagents.config.yaml');
|
|
216
216
|
|
|
217
217
|
if (!existsSync(configPath)) {
|
|
218
218
|
console.log(chalk.yellow('\nConfig file not found. Run "proagents init" first.\n'));
|
|
@@ -220,8 +220,8 @@ export function configEditCommand() {
|
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
console.log(chalk.cyan('\nTo edit configuration:\n'));
|
|
223
|
-
console.log(chalk.white(' Open: ') + chalk.green('proagents/proagents.config.yaml'));
|
|
224
|
-
console.log(chalk.white(' Docs: ') + chalk.green('proagents/config/README.md\n'));
|
|
223
|
+
console.log(chalk.white(' Open: ') + chalk.green('.proagents/proagents.config.yaml'));
|
|
224
|
+
console.log(chalk.white(' Docs: ') + chalk.green('.proagents/config/README.md\n'));
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
/**
|
|
@@ -261,7 +261,7 @@ function parseValue(value) {
|
|
|
261
261
|
*/
|
|
262
262
|
export function configSetCommand(key, value) {
|
|
263
263
|
const targetDir = process.cwd();
|
|
264
|
-
const configPath = join(targetDir, 'proagents', 'proagents.config.yaml');
|
|
264
|
+
const configPath = join(targetDir, '.proagents', 'proagents.config.yaml');
|
|
265
265
|
|
|
266
266
|
console.log('');
|
|
267
267
|
|
|
@@ -297,7 +297,7 @@ export function configSetCommand(key, value) {
|
|
|
297
297
|
*/
|
|
298
298
|
export function configGetCommand(key) {
|
|
299
299
|
const targetDir = process.cwd();
|
|
300
|
-
const configPath = join(targetDir, 'proagents', 'proagents.config.yaml');
|
|
300
|
+
const configPath = join(targetDir, '.proagents', 'proagents.config.yaml');
|
|
301
301
|
|
|
302
302
|
console.log('');
|
|
303
303
|
|
|
@@ -330,12 +330,12 @@ export function configGetCommand(key) {
|
|
|
330
330
|
*/
|
|
331
331
|
export async function configSetupCommand() {
|
|
332
332
|
const targetDir = process.cwd();
|
|
333
|
-
const configPath = join(targetDir, 'proagents', 'proagents.config.yaml');
|
|
333
|
+
const configPath = join(targetDir, '.proagents', 'proagents.config.yaml');
|
|
334
334
|
|
|
335
335
|
console.log('\n' + chalk.bold.blue('ProAgents Configuration Wizard'));
|
|
336
336
|
console.log(chalk.blue('===============================\n'));
|
|
337
337
|
|
|
338
|
-
if (!existsSync(join(targetDir, 'proagents'))) {
|
|
338
|
+
if (!existsSync(join(targetDir, '.proagents'))) {
|
|
339
339
|
console.log(chalk.yellow('ProAgents not initialized. Run "proagents init" first.\n'));
|
|
340
340
|
return;
|
|
341
341
|
}
|
|
@@ -477,7 +477,7 @@ const CUSTOMIZABLE_TEMPLATES = {
|
|
|
477
477
|
*/
|
|
478
478
|
export async function configCustomizeCommand() {
|
|
479
479
|
const targetDir = process.cwd();
|
|
480
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
480
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
481
481
|
|
|
482
482
|
console.log('\n' + chalk.bold.blue('ProAgents Template Customization'));
|
|
483
483
|
console.log(chalk.blue('=================================\n'));
|
package/lib/commands/doctor.js
CHANGED
|
@@ -23,16 +23,16 @@ const PLATFORM_FILES = {
|
|
|
23
23
|
* Check if ProAgents is installed
|
|
24
24
|
*/
|
|
25
25
|
function checkInstallation(targetDir) {
|
|
26
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
26
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
27
27
|
const configPath = join(targetDir, 'proagents.config.yaml');
|
|
28
28
|
|
|
29
29
|
const checks = [];
|
|
30
30
|
|
|
31
31
|
// Check proagents folder
|
|
32
32
|
if (existsSync(proagentsDir)) {
|
|
33
|
-
checks.push({ name: 'ProAgents folder', status: 'ok', message: '
|
|
33
|
+
checks.push({ name: 'ProAgents folder', status: 'ok', message: './.proagents/ exists' });
|
|
34
34
|
} else {
|
|
35
|
-
checks.push({ name: 'ProAgents folder', status: 'error', message: '
|
|
35
|
+
checks.push({ name: 'ProAgents folder', status: 'error', message: './.proagents/ not found. Run: npx proagents init' });
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
// Check config file
|
package/lib/commands/feature.js
CHANGED
|
@@ -7,7 +7,7 @@ import chalk from 'chalk';
|
|
|
7
7
|
*/
|
|
8
8
|
export async function featureCommand(action, name = '') {
|
|
9
9
|
const targetDir = process.cwd();
|
|
10
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
10
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
11
11
|
const activeFeaturesDir = join(proagentsDir, 'active-features');
|
|
12
12
|
|
|
13
13
|
// Check if initialized
|
|
@@ -82,7 +82,7 @@ pa:feature "${name}"
|
|
|
82
82
|
Or paste this to your AI:
|
|
83
83
|
|
|
84
84
|
I want to start a new feature: "${name}"
|
|
85
|
-
Please follow the ProAgents workflow in
|
|
85
|
+
Please follow the ProAgents workflow in ./.proagents/
|
|
86
86
|
Start with Phase 1: Analysis
|
|
87
87
|
`));
|
|
88
88
|
console.log(chalk.cyan('─'.repeat(50)) + '\n');
|
package/lib/commands/fix.js
CHANGED
|
@@ -7,7 +7,7 @@ import chalk from 'chalk';
|
|
|
7
7
|
*/
|
|
8
8
|
export async function fixCommand(description, options = {}) {
|
|
9
9
|
const targetDir = process.cwd();
|
|
10
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
10
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
11
11
|
|
|
12
12
|
// Check if initialized
|
|
13
13
|
if (!existsSync(proagentsDir)) {
|
|
@@ -27,7 +27,7 @@ export async function fixCommand(description, options = {}) {
|
|
|
27
27
|
pa:feature "Fix: ${description}"
|
|
28
28
|
|
|
29
29
|
This bug fix has been upgraded to full workflow mode.
|
|
30
|
-
Please follow all phases in
|
|
30
|
+
Please follow all phases in ./.proagents/WORKFLOW.md
|
|
31
31
|
`));
|
|
32
32
|
console.log(chalk.cyan('─'.repeat(50)) + '\n');
|
|
33
33
|
return;
|
|
@@ -45,7 +45,7 @@ Or paste this to your AI:
|
|
|
45
45
|
|
|
46
46
|
I need to fix a bug: "${description}"
|
|
47
47
|
|
|
48
|
-
Please follow the Bug Fix Fast Track in
|
|
48
|
+
Please follow the Bug Fix Fast Track in ./.proagents/workflow-modes/entry-modes.md:
|
|
49
49
|
1. Context Scan - Identify affected files
|
|
50
50
|
2. Root Cause Analysis - Find the bug source
|
|
51
51
|
3. Fix Implementation - Apply minimal fix
|
package/lib/commands/help.js
CHANGED
|
@@ -117,8 +117,8 @@ export async function helpCommand() {
|
|
|
117
117
|
// More info
|
|
118
118
|
console.log(chalk.bold.white('More Information'));
|
|
119
119
|
console.log(chalk.gray('─'.repeat(40)));
|
|
120
|
-
console.log('Documentation: ' + chalk.cyan('
|
|
121
|
-
console.log('Full Workflow: ' + chalk.cyan('
|
|
120
|
+
console.log('Documentation: ' + chalk.cyan('./.proagents/README.md'));
|
|
121
|
+
console.log('Full Workflow: ' + chalk.cyan('./.proagents/WORKFLOW.md'));
|
|
122
122
|
console.log('GitHub: ' + chalk.cyan('https://github.com/prakashpro3/proAgents'));
|
|
123
123
|
console.log('');
|
|
124
124
|
}
|
package/lib/commands/init.js
CHANGED
|
@@ -798,8 +798,8 @@ function saveProjectConfig(projectConfig, configPath) {
|
|
|
798
798
|
*/
|
|
799
799
|
export async function initCommand(options = {}) {
|
|
800
800
|
const targetDir = process.cwd();
|
|
801
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
802
|
-
const sourceDir = join(__dirname, '..', '..', 'proagents');
|
|
801
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
802
|
+
const sourceDir = join(__dirname, '..', '..', '.proagents');
|
|
803
803
|
|
|
804
804
|
console.log('\n' + chalk.bold.blue('ProAgents Initialization'));
|
|
805
805
|
console.log(chalk.blue('========================\n'));
|
|
@@ -836,7 +836,7 @@ export async function initCommand(options = {}) {
|
|
|
836
836
|
// Fresh install or force overwrite
|
|
837
837
|
console.log(chalk.gray('Copying framework files...'));
|
|
838
838
|
cpSync(sourceDir, proagentsDir, { recursive: true, force: true });
|
|
839
|
-
console.log(chalk.green('✓ Framework files copied to
|
|
839
|
+
console.log(chalk.green('✓ Framework files copied to ./.proagents/'));
|
|
840
840
|
|
|
841
841
|
// Create config if not skipped
|
|
842
842
|
if (!options.skipConfig) {
|
|
@@ -964,7 +964,7 @@ This project uses [ProAgents](https://github.com/prakashpro3/proAgents). Command
|
|
|
964
964
|
| \`pa:status\` | Show progress |
|
|
965
965
|
| \`pa:release\` | Generate release notes |
|
|
966
966
|
|
|
967
|
-
For detailed commands, see
|
|
967
|
+
For detailed commands, see \`./.proagents/PROAGENTS.md\`
|
|
968
968
|
<!-- PROAGENTS:END -->
|
|
969
969
|
|
|
970
970
|
`;
|