proagents 1.5.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 +80 -80
- 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 +19 -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 +14 -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
|
@@ -16,16 +16,16 @@ This project uses ProAgents workflow framework.
|
|
|
16
16
|
|
|
17
17
|
## Full Command Reference
|
|
18
18
|
|
|
19
|
-
For complete command list, see:
|
|
19
|
+
For complete command list, see: `./.proagents/AI_INSTRUCTIONS.md`
|
|
20
20
|
|
|
21
21
|
## On `pa:` Command
|
|
22
22
|
|
|
23
|
-
1. Read the corresponding file from
|
|
23
|
+
1. Read the corresponding file from `./.proagents/prompts/` or `./.proagents/workflow-modes/`
|
|
24
24
|
2. Follow the workflow instructions
|
|
25
|
-
3. Use project config from
|
|
25
|
+
3. Use project config from `./.proagents/proagents.config.yaml`
|
|
26
26
|
|
|
27
27
|
## Key Files
|
|
28
28
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
29
|
+
- `./.proagents/AI_INSTRUCTIONS.md` - Complete command reference
|
|
30
|
+
- `./.proagents/WORKFLOW.md` - Full 10-phase workflow
|
|
31
|
+
- `./.proagents/prompts/` - Phase-specific prompts
|
|
@@ -16,16 +16,16 @@ This project uses ProAgents workflow framework.
|
|
|
16
16
|
|
|
17
17
|
## Full Command Reference
|
|
18
18
|
|
|
19
|
-
For complete command list, see:
|
|
19
|
+
For complete command list, see: `./.proagents/AI_INSTRUCTIONS.md`
|
|
20
20
|
|
|
21
21
|
## On `pa:` Command
|
|
22
22
|
|
|
23
|
-
1. Read the corresponding file from
|
|
23
|
+
1. Read the corresponding file from `./.proagents/prompts/` or `./.proagents/workflow-modes/`
|
|
24
24
|
2. Follow the workflow instructions
|
|
25
|
-
3. Use project config from
|
|
25
|
+
3. Use project config from `./.proagents/proagents.config.yaml`
|
|
26
26
|
|
|
27
27
|
## Key Files
|
|
28
28
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
29
|
+
- `./.proagents/AI_INSTRUCTIONS.md` - Complete command reference
|
|
30
|
+
- `./.proagents/WORKFLOW.md` - Full 10-phase workflow
|
|
31
|
+
- `./.proagents/prompts/` - Phase-specific prompts
|
|
@@ -16,16 +16,16 @@ This project uses ProAgents - an AI-agnostic development workflow framework.
|
|
|
16
16
|
|
|
17
17
|
## Full Command Reference
|
|
18
18
|
|
|
19
|
-
For complete command list, see:
|
|
19
|
+
For complete command list, see: `./.proagents/AI_INSTRUCTIONS.md`
|
|
20
20
|
|
|
21
21
|
## On `pa:` Command
|
|
22
22
|
|
|
23
|
-
1. Read the corresponding file from
|
|
23
|
+
1. Read the corresponding file from `./.proagents/prompts/` or `./.proagents/workflow-modes/`
|
|
24
24
|
2. Follow the workflow instructions
|
|
25
|
-
3. Use project config from
|
|
25
|
+
3. Use project config from `./.proagents/proagents.config.yaml`
|
|
26
26
|
|
|
27
27
|
## Key Files
|
|
28
28
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
29
|
+
- `./.proagents/AI_INSTRUCTIONS.md` - Complete command reference
|
|
30
|
+
- `./.proagents/WORKFLOW.md` - Full 10-phase workflow
|
|
31
|
+
- `./.proagents/prompts/` - Phase-specific prompts
|
|
@@ -9,32 +9,32 @@ This project uses ProAgents - an AI-agnostic development workflow framework.
|
|
|
9
9
|
### Before executing ANY `pa:` command:
|
|
10
10
|
|
|
11
11
|
1. **Read fresh state from files** - Never rely on previous knowledge
|
|
12
|
-
2. **Read project context** - Read
|
|
13
|
-
3. **Check the activity log** - Read
|
|
12
|
+
2. **Read project context** - Read `./.proagents/context.md` for persistent project knowledge
|
|
13
|
+
3. **Check the activity log** - Read `./.proagents/activity.log` to see recent AI actions
|
|
14
14
|
4. **Key files to check:**
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
15
|
+
- `./.proagents/context.md` - Persistent project context (READ FIRST!)
|
|
16
|
+
- `./.proagents/activity.log` - Recent AI activity
|
|
17
|
+
- `./.proagents/watchlist.yaml` - Files requiring confirmation before changes
|
|
18
|
+
- `./.proagents/proagents.config.yaml` - Project and platform config
|
|
19
|
+
- `./.proagents/active-features/` - Active feature status
|
|
20
20
|
- `./CHANGELOG.md` - Recent changes
|
|
21
|
-
-
|
|
21
|
+
- `./.proagents/feedback.md` - Past corrections and preferences (LEARN FROM THESE!)
|
|
22
22
|
|
|
23
23
|
### AI Feedback & Learning
|
|
24
24
|
|
|
25
|
-
Before starting work, check
|
|
25
|
+
Before starting work, check `./.proagents/feedback.md` for:
|
|
26
26
|
- **Corrections**: Mistakes other AIs made - don't repeat them!
|
|
27
27
|
- **Preferences**: How the user/team prefers things done
|
|
28
28
|
- **Patterns**: What worked well in this project
|
|
29
29
|
|
|
30
30
|
When you receive feedback or correction from the user:
|
|
31
|
-
1. Log it in
|
|
31
|
+
1. Log it in `./.proagents/feedback.md` using `pa:feedback`
|
|
32
32
|
2. Apply the learning to your current work
|
|
33
33
|
3. Avoid making the same mistake again
|
|
34
34
|
|
|
35
35
|
### File Watch List
|
|
36
36
|
|
|
37
|
-
Before modifying ANY file, check
|
|
37
|
+
Before modifying ANY file, check `./.proagents/watchlist.yaml`:
|
|
38
38
|
|
|
39
39
|
- **critical**: Ask user for confirmation before modifying
|
|
40
40
|
- **review_required**: Warn user and explain changes before modifying
|
|
@@ -48,7 +48,7 @@ If a file matches a pattern, inform the user:
|
|
|
48
48
|
|
|
49
49
|
### After completing ANY `pa:` command:
|
|
50
50
|
|
|
51
|
-
**ALWAYS log your activity** to
|
|
51
|
+
**ALWAYS log your activity** to `./.proagents/activity.log`:
|
|
52
52
|
|
|
53
53
|
```
|
|
54
54
|
[TIMESTAMP] [AI_PLATFORM:MODEL] [COMMAND] Description
|
|
@@ -68,7 +68,7 @@ Keep log entries concise (one line). Other AIs will read this to understand rece
|
|
|
68
68
|
|
|
69
69
|
### Command History
|
|
70
70
|
|
|
71
|
-
Also log commands to
|
|
71
|
+
Also log commands to `./.proagents/history.log` with their results:
|
|
72
72
|
|
|
73
73
|
```
|
|
74
74
|
[TIMESTAMP] [AI:MODEL] COMMAND → RESULT
|
|
@@ -86,7 +86,7 @@ This helps track what commands were run and their outcomes.
|
|
|
86
86
|
|
|
87
87
|
### Lock File for Active Work
|
|
88
88
|
|
|
89
|
-
When starting a major task (feature, large fix, refactoring), create a lock file at
|
|
89
|
+
When starting a major task (feature, large fix, refactoring), create a lock file at `./.proagents/.lock`:
|
|
90
90
|
|
|
91
91
|
```yaml
|
|
92
92
|
locked_by: Claude # Your AI platform
|
|
@@ -101,12 +101,12 @@ expires: 2024-03-06T17:10:00 # Auto-expires after 2 hours
|
|
|
101
101
|
```
|
|
102
102
|
|
|
103
103
|
**Before starting major work:**
|
|
104
|
-
1. Check if
|
|
104
|
+
1. Check if `./.proagents/.lock` exists
|
|
105
105
|
2. If locked by another AI, inform user: "Project is locked by [AI] working on [task]. Wait or ask user to override."
|
|
106
106
|
3. If lock is expired (past `expires` time), you may delete it and proceed
|
|
107
107
|
|
|
108
108
|
**After completing work:**
|
|
109
|
-
1. Delete the
|
|
109
|
+
1. Delete the `./.proagents/.lock` file
|
|
110
110
|
2. Log completion in activity.log
|
|
111
111
|
|
|
112
112
|
### Conflict Detection
|
|
@@ -145,7 +145,7 @@ This helps other AIs detect conflicts.
|
|
|
145
145
|
|
|
146
146
|
### Handoff Notes
|
|
147
147
|
|
|
148
|
-
When ending a session or switching to another AI, create handoff notes at
|
|
148
|
+
When ending a session or switching to another AI, create handoff notes at `./.proagents/handoff.md`:
|
|
149
149
|
|
|
150
150
|
**For `pa:handoff`** - Create/update handoff notes:
|
|
151
151
|
```markdown
|
|
@@ -190,7 +190,7 @@ Updated: 2024-03-06 15:30 by Claude (opus-4)
|
|
|
190
190
|
|
|
191
191
|
### Session Summary
|
|
192
192
|
|
|
193
|
-
**For `pa:session-end`** - Generate and save a session summary to
|
|
193
|
+
**For `pa:session-end`** - Generate and save a session summary to `./.proagents/sessions/`:
|
|
194
194
|
|
|
195
195
|
```markdown
|
|
196
196
|
# Session Summary
|
|
@@ -222,7 +222,7 @@ AI: Claude (opus-4)
|
|
|
222
222
|
3. Write integration tests
|
|
223
223
|
```
|
|
224
224
|
|
|
225
|
-
Save to:
|
|
225
|
+
Save to: `./.proagents/sessions/YYYY-MM-DD-HHMMSS.md`
|
|
226
226
|
|
|
227
227
|
## Command Recognition
|
|
228
228
|
|
|
@@ -280,31 +280,31 @@ Run individual phases of the development workflow:
|
|
|
280
280
|
**How to execute Workflow Phase commands:**
|
|
281
281
|
|
|
282
282
|
For `pa:analyze`:
|
|
283
|
-
1. Read
|
|
283
|
+
1. Read `./.proagents/prompts/01-analysis.md` for analysis workflow
|
|
284
284
|
2. Scan project structure, dependencies, patterns
|
|
285
|
-
3. Cache results in
|
|
285
|
+
3. Cache results in `./.proagents/cache/`
|
|
286
286
|
4. Output analysis report
|
|
287
287
|
|
|
288
288
|
For `pa:requirements`:
|
|
289
|
-
1. Read
|
|
290
|
-
2. If feature name provided, create
|
|
289
|
+
1. Read `./.proagents/prompts/02-requirements.md`
|
|
290
|
+
2. If feature name provided, create `./.proagents/active-features/feature-{name}/requirements.md`
|
|
291
291
|
3. Gather user stories, acceptance criteria, constraints
|
|
292
292
|
4. Output requirements document
|
|
293
293
|
|
|
294
294
|
For `pa:design`:
|
|
295
|
-
1. Read
|
|
295
|
+
1. Read `./.proagents/prompts/03-ui-design.md`
|
|
296
296
|
2. Check for design inputs (Figma, sketches, exports)
|
|
297
297
|
3. Create component specifications
|
|
298
298
|
4. Output design document
|
|
299
299
|
|
|
300
300
|
For `pa:plan`:
|
|
301
|
-
1. Read
|
|
301
|
+
1. Read `./.proagents/prompts/04-planning.md`
|
|
302
302
|
2. Create implementation plan with task breakdown
|
|
303
303
|
3. Identify dependencies and risks
|
|
304
|
-
4. Save to
|
|
304
|
+
4. Save to `./.proagents/active-features/feature-{name}/implementation-plan.md`
|
|
305
305
|
|
|
306
306
|
For `pa:implement`:
|
|
307
|
-
1. Read
|
|
307
|
+
1. Read `./.proagents/prompts/05-implementation.md`
|
|
308
308
|
2. Follow existing project patterns
|
|
309
309
|
3. Implement code changes
|
|
310
310
|
4. Log progress to activity.log
|
|
@@ -349,15 +349,15 @@ For `pa:implement`:
|
|
|
349
349
|
**How to execute Navigation commands:**
|
|
350
350
|
|
|
351
351
|
For `pa:next`:
|
|
352
|
-
1. Read
|
|
352
|
+
1. Read `./.proagents/active-features/*/status.json` to find current feature
|
|
353
353
|
2. Identify current phase from status
|
|
354
354
|
3. Show what the next step/phase is
|
|
355
355
|
4. Provide guidance for the next action
|
|
356
356
|
|
|
357
357
|
For `pa:resume`:
|
|
358
|
-
1. Read
|
|
358
|
+
1. Read `./.proagents/active-features/` to find paused features
|
|
359
359
|
2. Read feature's `status.json` for last phase and progress
|
|
360
|
-
3. Read
|
|
360
|
+
3. Read `./.proagents/handoff.md` for context
|
|
361
361
|
4. Continue from where it was left off
|
|
362
362
|
|
|
363
363
|
For `pa:skip`:
|
|
@@ -374,7 +374,7 @@ For `pa:back`:
|
|
|
374
374
|
4. Reload context from previous phase
|
|
375
375
|
|
|
376
376
|
For `pa:progress`:
|
|
377
|
-
1. Read
|
|
377
|
+
1. Read `./.proagents/active-features/*/status.json`
|
|
378
378
|
2. Calculate percentage complete (current_phase / total_phases)
|
|
379
379
|
3. Display visual progress bar:
|
|
380
380
|
```
|
|
@@ -399,24 +399,24 @@ For `pa:progress`:
|
|
|
399
399
|
**How to execute Context & History commands:**
|
|
400
400
|
|
|
401
401
|
For `pa:context`:
|
|
402
|
-
1. Read
|
|
402
|
+
1. Read `./.proagents/context.md`
|
|
403
403
|
2. Display current project context summary
|
|
404
404
|
3. Show last updated timestamp
|
|
405
405
|
|
|
406
406
|
For `pa:diff`:
|
|
407
|
-
1. Read
|
|
407
|
+
1. Read `./.proagents/activity.log` for last session timestamp
|
|
408
408
|
2. Run `git diff` from that point
|
|
409
409
|
3. Summarize changes by file/module
|
|
410
410
|
4. Highlight significant changes
|
|
411
411
|
|
|
412
412
|
For `pa:history`:
|
|
413
|
-
1. Read
|
|
413
|
+
1. Read `./.proagents/history.log`
|
|
414
414
|
2. Show recent commands with their results
|
|
415
415
|
3. Format: `[timestamp] command → result`
|
|
416
416
|
|
|
417
417
|
For `pa:checkpoint`:
|
|
418
418
|
1. Create git commit with message "checkpoint: [description]"
|
|
419
|
-
2. Save checkpoint info to
|
|
419
|
+
2. Save checkpoint info to `./.proagents/checkpoints.json`:
|
|
420
420
|
```json
|
|
421
421
|
{
|
|
422
422
|
"checkpoints": [
|
|
@@ -434,7 +434,7 @@ For `pa:checkpoint`:
|
|
|
434
434
|
3. Log to activity.log
|
|
435
435
|
|
|
436
436
|
For `pa:undo`:
|
|
437
|
-
1. Read last action from
|
|
437
|
+
1. Read last action from `./.proagents/activity.log`
|
|
438
438
|
2. If file changes, run `git checkout` to revert
|
|
439
439
|
3. If multiple files, offer selective undo
|
|
440
440
|
4. Update activity.log with undo entry
|
|
@@ -452,7 +452,7 @@ For `pa:undo`:
|
|
|
452
452
|
**How to execute Sprint commands:**
|
|
453
453
|
|
|
454
454
|
For `pa:sprint-start`:
|
|
455
|
-
1. Create
|
|
455
|
+
1. Create `./.proagents/sprints/sprint-{number}.json`:
|
|
456
456
|
```json
|
|
457
457
|
{
|
|
458
458
|
"sprint_number": 1,
|
|
@@ -469,7 +469,7 @@ For `pa:sprint-start`:
|
|
|
469
469
|
For `pa:sprint-end`:
|
|
470
470
|
1. Read current sprint file
|
|
471
471
|
2. Calculate metrics (completed features, velocity)
|
|
472
|
-
3. Generate sprint summary →
|
|
472
|
+
3. Generate sprint summary → `./.proagents/sprints/sprint-{n}-summary.md`
|
|
473
473
|
4. Archive sprint
|
|
474
474
|
|
|
475
475
|
For `pa:estimate`:
|
|
@@ -479,7 +479,7 @@ For `pa:estimate`:
|
|
|
479
479
|
4. Save estimate to feature status.json
|
|
480
480
|
|
|
481
481
|
For `pa:velocity`:
|
|
482
|
-
1. Read completed sprints from
|
|
482
|
+
1. Read completed sprints from `./.proagents/sprints/`
|
|
483
483
|
2. Calculate average story points per sprint
|
|
484
484
|
3. Show velocity chart/trend
|
|
485
485
|
|
|
@@ -539,7 +539,7 @@ For `pa:metrics`:
|
|
|
539
539
|
- Cyclomatic complexity
|
|
540
540
|
- Code duplication
|
|
541
541
|
- Function/file sizes
|
|
542
|
-
2. Save to
|
|
542
|
+
2. Save to `./.proagents/metrics/latest.json`
|
|
543
543
|
3. Display summary with warnings for issues
|
|
544
544
|
|
|
545
545
|
For `pa:coverage`:
|
|
@@ -585,8 +585,8 @@ For `pa:deps-security`:
|
|
|
585
585
|
**How to execute Code Generation commands:**
|
|
586
586
|
|
|
587
587
|
For `pa:generate-component`:
|
|
588
|
-
1. Read project type and patterns from
|
|
589
|
-
2. Use template from
|
|
588
|
+
1. Read project type and patterns from `./.proagents/cache/patterns.json`
|
|
589
|
+
2. Use template from `./.proagents/scaffolding/` matching project type
|
|
590
590
|
3. Apply project naming conventions
|
|
591
591
|
4. Create component file with:
|
|
592
592
|
- Component code
|
|
@@ -666,7 +666,7 @@ For `pa:cleanup`:
|
|
|
666
666
|
**How to execute Time Tracking commands:**
|
|
667
667
|
|
|
668
668
|
For `pa:time-start`:
|
|
669
|
-
1. Create/update
|
|
669
|
+
1. Create/update `./.proagents/time-tracking.json`:
|
|
670
670
|
```json
|
|
671
671
|
{
|
|
672
672
|
"current": {
|
|
@@ -862,8 +862,8 @@ For `pa:import`:
|
|
|
862
862
|
4. Report what was imported
|
|
863
863
|
|
|
864
864
|
For `pa:backup`:
|
|
865
|
-
1. Create timestamped backup of entire proagents/ folder
|
|
866
|
-
2. Save to
|
|
865
|
+
1. Create timestamped backup of entire .proagents/ folder
|
|
866
|
+
2. Save to `./.proagents/backups/` or specified location
|
|
867
867
|
3. Compress if large
|
|
868
868
|
4. Maintain rolling backups (keep last N)
|
|
869
869
|
|
|
@@ -880,7 +880,7 @@ For `pa:backup`:
|
|
|
880
880
|
|
|
881
881
|
For `pa:learn`:
|
|
882
882
|
1. Parse the pattern description
|
|
883
|
-
2. Add to
|
|
883
|
+
2. Add to `./.proagents/.learning/`:
|
|
884
884
|
```json
|
|
885
885
|
{
|
|
886
886
|
"pattern": "Always use React Query for API calls",
|
|
@@ -2046,7 +2046,7 @@ For `pa:test-mobile`:
|
|
|
2046
2046
|
Run `pa:test-auto-fix` to automatically fix these issues.
|
|
2047
2047
|
```
|
|
2048
2048
|
|
|
2049
|
-
2. Generate detailed test report at
|
|
2049
|
+
2. Generate detailed test report at `./.proagents/test-reports/mobile-{timestamp}.md`
|
|
2050
2050
|
|
|
2051
2051
|
For `pa:test-visual`:
|
|
2052
2052
|
1. Take screenshots of all screens/components
|
|
@@ -2081,7 +2081,7 @@ For `pa:test-visual`:
|
|
|
2081
2081
|
│ Bottom Margin │ 16px │ 12px │
|
|
2082
2082
|
└─────────────────┴──────────────┴──────────────┘
|
|
2083
2083
|
|
|
2084
|
-
Screenshot saved:
|
|
2084
|
+
Screenshot saved: ./.proagents/test-reports/visual/signup-diff.png
|
|
2085
2085
|
|
|
2086
2086
|
Screen: ProfileScreen
|
|
2087
2087
|
─────────────────────
|
|
@@ -2211,7 +2211,7 @@ For `pa:test-loop`:
|
|
|
2211
2211
|
• src/screens/SignupScreen.styles.ts
|
|
2212
2212
|
• src/types/auth.ts
|
|
2213
2213
|
|
|
2214
|
-
Test report:
|
|
2214
|
+
Test report: ./.proagents/test-reports/test-loop-{timestamp}.md
|
|
2215
2215
|
|
|
2216
2216
|
Ready for commit? (y/n)
|
|
2217
2217
|
```
|
|
@@ -2310,7 +2310,7 @@ For `pa:compare-image "path"`:
|
|
|
2310
2310
|
• Corner radius: sharper in app
|
|
2311
2311
|
• Shadow: missing in app
|
|
2312
2312
|
|
|
2313
|
-
Diff image saved:
|
|
2313
|
+
Diff image saved: ./.proagents/test-reports/visual/login-diff-overlay.png
|
|
2314
2314
|
|
|
2315
2315
|
┌─────────────────────────────────────────────┐
|
|
2316
2316
|
│ [Reference] │ [App] │ [Diff] │
|
|
@@ -2333,22 +2333,22 @@ For `pa:screenshot`:
|
|
|
2333
2333
|
|
|
2334
2334
|
Capturing screenshots...
|
|
2335
2335
|
|
|
2336
|
-
✓ LoginScreen →
|
|
2337
|
-
✓ SignupScreen →
|
|
2338
|
-
✓ HomeScreen →
|
|
2339
|
-
✓ ProfileScreen →
|
|
2340
|
-
✓ SettingsScreen →
|
|
2341
|
-
✓ NotificationsScreen →
|
|
2336
|
+
✓ LoginScreen → ./.proagents/screenshots/LoginScreen.png
|
|
2337
|
+
✓ SignupScreen → ./.proagents/screenshots/SignupScreen.png
|
|
2338
|
+
✓ HomeScreen → ./.proagents/screenshots/HomeScreen.png
|
|
2339
|
+
✓ ProfileScreen → ./.proagents/screenshots/ProfileScreen.png
|
|
2340
|
+
✓ SettingsScreen → ./.proagents/screenshots/SettingsScreen.png
|
|
2341
|
+
✓ NotificationsScreen → ./.proagents/screenshots/NotificationsScreen.png
|
|
2342
2342
|
... (6 more)
|
|
2343
2343
|
|
|
2344
2344
|
Component screenshots:
|
|
2345
|
-
✓ Button variants →
|
|
2346
|
-
✓ Input variants →
|
|
2347
|
-
✓ Card variants →
|
|
2345
|
+
✓ Button variants → ./.proagents/screenshots/components/Button.png
|
|
2346
|
+
✓ Input variants → ./.proagents/screenshots/components/Input.png
|
|
2347
|
+
✓ Card variants → ./.proagents/screenshots/components/Card.png
|
|
2348
2348
|
|
|
2349
2349
|
══════════════════════════════════════════
|
|
2350
2350
|
Screenshots saved: 15 images
|
|
2351
|
-
Location:
|
|
2351
|
+
Location: ./.proagents/screenshots/
|
|
2352
2352
|
══════════════════════════════════════════
|
|
2353
2353
|
|
|
2354
2354
|
Use these for:
|
|
@@ -2380,7 +2380,7 @@ mobile_testing:
|
|
|
2380
2380
|
require_approval: false # true = ask before applying fixes
|
|
2381
2381
|
|
|
2382
2382
|
screenshot:
|
|
2383
|
-
output_dir:
|
|
2383
|
+
output_dir: ./.proagents/screenshots
|
|
2384
2384
|
devices:
|
|
2385
2385
|
- iPhone 14 Pro
|
|
2386
2386
|
- Pixel 7
|
|
@@ -2393,7 +2393,7 @@ mobile_testing:
|
|
|
2393
2393
|
|
|
2394
2394
|
**Test Report Structure:**
|
|
2395
2395
|
```
|
|
2396
|
-
|
|
2396
|
+
./.proagents/test-reports/
|
|
2397
2397
|
├── mobile-2024-03-06-1500.md # Full test report
|
|
2398
2398
|
├── visual/
|
|
2399
2399
|
│ ├── LoginScreen-diff.png # Visual diff images
|
|
@@ -2415,7 +2415,7 @@ mobile_testing:
|
|
|
2415
2415
|
**How to execute AI Platform commands:**
|
|
2416
2416
|
|
|
2417
2417
|
For `pa:ai-list`:
|
|
2418
|
-
- Read
|
|
2418
|
+
- Read `./.proagents/proagents.config.yaml` and show the `platforms` array
|
|
2419
2419
|
- Show which AI instruction files exist in project root
|
|
2420
2420
|
|
|
2421
2421
|
For `pa:ai-add`:
|
|
@@ -2437,7 +2437,7 @@ For `pa:ai-add`:
|
|
|
2437
2437
|
|
|
2438
2438
|
2. Ask user which platforms to add
|
|
2439
2439
|
3. For each selected platform:
|
|
2440
|
-
- Copy content from
|
|
2440
|
+
- Copy content from `./.proagents/{PLATFORM}.md` (e.g., `./.proagents/CLAUDE.md`)
|
|
2441
2441
|
- If target file exists, wrap new content with markers and append:
|
|
2442
2442
|
```
|
|
2443
2443
|
<!-- PROAGENTS:START -->
|
|
@@ -2445,10 +2445,10 @@ For `pa:ai-add`:
|
|
|
2445
2445
|
<!-- PROAGENTS:END -->
|
|
2446
2446
|
```
|
|
2447
2447
|
- If target file doesn't exist, create it with the content wrapped in markers
|
|
2448
|
-
4. Update
|
|
2448
|
+
4. Update `./.proagents/proagents.config.yaml` to add platform to `platforms` array
|
|
2449
2449
|
|
|
2450
2450
|
For `pa:ai-remove`:
|
|
2451
|
-
1. Read
|
|
2451
|
+
1. Read `./.proagents/proagents.config.yaml` to get current platforms
|
|
2452
2452
|
2. Show list and ask which to remove
|
|
2453
2453
|
3. For each selected:
|
|
2454
2454
|
- Remove the PROAGENTS section (between markers) from the file, OR delete the file if it only contains ProAgents content
|
|
@@ -2456,7 +2456,7 @@ For `pa:ai-remove`:
|
|
|
2456
2456
|
|
|
2457
2457
|
For `pa:ai-sync`:
|
|
2458
2458
|
1. Scan project root for AI instruction files
|
|
2459
|
-
2. Read current config from
|
|
2459
|
+
2. Read current config from `./.proagents/proagents.config.yaml`
|
|
2460
2460
|
3. Compare and show differences:
|
|
2461
2461
|
- Files that exist but not in config
|
|
2462
2462
|
- Config entries that don't have matching files
|
|
@@ -2492,7 +2492,7 @@ For `pa:ai-sync`:
|
|
|
2492
2492
|
|
|
2493
2493
|
### Custom Commands
|
|
2494
2494
|
|
|
2495
|
-
Check
|
|
2495
|
+
Check `./.proagents/custom-commands.yaml` for project-specific commands.
|
|
2496
2496
|
|
|
2497
2497
|
Built-in custom commands:
|
|
2498
2498
|
| Command | Action |
|
|
@@ -2531,26 +2531,26 @@ Users can add their own commands in `custom-commands.yaml`.
|
|
|
2531
2531
|
|
|
2532
2532
|
When user types a `pa:` command:
|
|
2533
2533
|
|
|
2534
|
-
1. **Read the corresponding prompt file** from
|
|
2534
|
+
1. **Read the corresponding prompt file** from `./.proagents/prompts/`
|
|
2535
2535
|
2. **Follow the workflow** defined in that prompt
|
|
2536
|
-
3. **Use project context** from
|
|
2536
|
+
3. **Use project context** from `./.proagents/` folder
|
|
2537
2537
|
|
|
2538
2538
|
### Prompt File Mapping
|
|
2539
|
-
- `pa:feature` →
|
|
2540
|
-
- `pa:fix` →
|
|
2541
|
-
- `pa:doc*` →
|
|
2542
|
-
- `pa:qa` →
|
|
2543
|
-
- `pa:test` →
|
|
2544
|
-
- `pa:deploy` →
|
|
2545
|
-
- `pa:release` →
|
|
2539
|
+
- `pa:feature` → `./.proagents/prompts/00-init.md` + workflow
|
|
2540
|
+
- `pa:fix` → `./.proagents/workflow-modes/entry-modes.md` (Bug Fix section)
|
|
2541
|
+
- `pa:doc*` → `./.proagents/prompts/07-documentation.md`
|
|
2542
|
+
- `pa:qa` → `./.proagents/checklists/code-quality.md`
|
|
2543
|
+
- `pa:test` → `./.proagents/prompts/06-testing.md`
|
|
2544
|
+
- `pa:deploy` → `./.proagents/prompts/08-deployment.md`
|
|
2545
|
+
- `pa:release` → `./.proagents/prompts/07-documentation.md` (Release Notes section)
|
|
2546
2546
|
|
|
2547
2547
|
## Workflow Reference
|
|
2548
2548
|
|
|
2549
|
-
Full workflow documentation:
|
|
2550
|
-
Quick command reference:
|
|
2549
|
+
Full workflow documentation: `./.proagents/WORKFLOW.md`
|
|
2550
|
+
Quick command reference: `./.proagents/PROAGENTS.md`
|
|
2551
2551
|
|
|
2552
2552
|
## Important
|
|
2553
2553
|
|
|
2554
|
-
- Always check
|
|
2554
|
+
- Always check `./.proagents/` folder for project-specific configurations
|
|
2555
2555
|
- Preserve user's `proagents.config.yaml` settings
|
|
2556
2556
|
- Follow existing code patterns found in the project
|
|
@@ -16,19 +16,19 @@ This project uses ProAgents - an AI-agnostic development workflow framework.
|
|
|
16
16
|
|
|
17
17
|
## Full Command Reference
|
|
18
18
|
|
|
19
|
-
For complete command list, see:
|
|
19
|
+
For complete command list, see: `./.proagents/AI_INSTRUCTIONS.md`
|
|
20
20
|
|
|
21
21
|
## On `pa:` Command
|
|
22
22
|
|
|
23
|
-
1. Read the corresponding file from
|
|
23
|
+
1. Read the corresponding file from `./.proagents/prompts/` or `./.proagents/workflow-modes/`
|
|
24
24
|
2. Follow the workflow instructions
|
|
25
|
-
3. Use project config from
|
|
25
|
+
3. Use project config from `./.proagents/proagents.config.yaml`
|
|
26
26
|
|
|
27
27
|
## Key Files
|
|
28
28
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
29
|
+
- `./.proagents/AI_INSTRUCTIONS.md` - Complete command reference
|
|
30
|
+
- `./.proagents/WORKFLOW.md` - Full 10-phase workflow
|
|
31
|
+
- `./.proagents/prompts/` - Phase-specific prompts
|
|
32
32
|
|
|
33
33
|
## Note
|
|
34
34
|
|
|
@@ -16,16 +16,16 @@ This project uses ProAgents - an AI-agnostic development workflow framework.
|
|
|
16
16
|
|
|
17
17
|
## Full Command Reference
|
|
18
18
|
|
|
19
|
-
For complete command list, see:
|
|
19
|
+
For complete command list, see: `./.proagents/AI_INSTRUCTIONS.md`
|
|
20
20
|
|
|
21
21
|
## On `pa:` Command
|
|
22
22
|
|
|
23
|
-
1. Read the corresponding file from
|
|
23
|
+
1. Read the corresponding file from `./.proagents/prompts/` or `./.proagents/workflow-modes/`
|
|
24
24
|
2. Follow the workflow instructions
|
|
25
|
-
3. Use project config from
|
|
25
|
+
3. Use project config from `./.proagents/proagents.config.yaml`
|
|
26
26
|
|
|
27
27
|
## Key Files
|
|
28
28
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
29
|
+
- `./.proagents/AI_INSTRUCTIONS.md` - Complete command reference
|
|
30
|
+
- `./.proagents/WORKFLOW.md` - Full 10-phase workflow
|
|
31
|
+
- `./.proagents/prompts/` - Phase-specific prompts
|
|
@@ -16,16 +16,16 @@ This project uses ProAgents - an AI-agnostic development workflow framework.
|
|
|
16
16
|
|
|
17
17
|
## Full Command Reference
|
|
18
18
|
|
|
19
|
-
For complete command list, see:
|
|
19
|
+
For complete command list, see: `./.proagents/AI_INSTRUCTIONS.md`
|
|
20
20
|
|
|
21
21
|
## On `pa:` Command
|
|
22
22
|
|
|
23
|
-
1. Read the corresponding file from
|
|
23
|
+
1. Read the corresponding file from `./.proagents/prompts/` or `./.proagents/workflow-modes/`
|
|
24
24
|
2. Follow the workflow instructions
|
|
25
|
-
3. Use project config from
|
|
25
|
+
3. Use project config from `./.proagents/proagents.config.yaml`
|
|
26
26
|
|
|
27
27
|
## Key Files
|
|
28
28
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
29
|
+
- `./.proagents/AI_INSTRUCTIONS.md` - Complete command reference
|
|
30
|
+
- `./.proagents/WORKFLOW.md` - Full 10-phase workflow
|
|
31
|
+
- `./.proagents/prompts/` - Phase-specific prompts
|
|
@@ -16,16 +16,16 @@ This project uses ProAgents - an AI-agnostic development workflow framework.
|
|
|
16
16
|
|
|
17
17
|
## Full Command Reference
|
|
18
18
|
|
|
19
|
-
For complete command list, see:
|
|
19
|
+
For complete command list, see: `./.proagents/AI_INSTRUCTIONS.md`
|
|
20
20
|
|
|
21
21
|
## On `pa:` Command
|
|
22
22
|
|
|
23
|
-
1. Read the corresponding file from
|
|
23
|
+
1. Read the corresponding file from `./.proagents/prompts/` or `./.proagents/workflow-modes/`
|
|
24
24
|
2. Follow the workflow instructions
|
|
25
|
-
3. Use project config from
|
|
25
|
+
3. Use project config from `./.proagents/proagents.config.yaml`
|
|
26
26
|
|
|
27
27
|
## Key Files
|
|
28
28
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
29
|
+
- `./.proagents/AI_INSTRUCTIONS.md` - Complete command reference
|
|
30
|
+
- `./.proagents/WORKFLOW.md` - Full 10-phase workflow
|
|
31
|
+
- `./.proagents/prompts/` - Phase-specific prompts
|
|
@@ -16,16 +16,16 @@ This project uses ProAgents - an AI-agnostic development workflow framework.
|
|
|
16
16
|
|
|
17
17
|
## Full Command Reference
|
|
18
18
|
|
|
19
|
-
For complete command list, see:
|
|
19
|
+
For complete command list, see: `./.proagents/AI_INSTRUCTIONS.md`
|
|
20
20
|
|
|
21
21
|
## On `pa:` Command
|
|
22
22
|
|
|
23
|
-
1. Read the corresponding file from
|
|
23
|
+
1. Read the corresponding file from `./.proagents/prompts/` or `./.proagents/workflow-modes/`
|
|
24
24
|
2. Follow the workflow instructions
|
|
25
|
-
3. Use project config from
|
|
25
|
+
3. Use project config from `./.proagents/proagents.config.yaml`
|
|
26
26
|
|
|
27
27
|
## Key Files
|
|
28
28
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
29
|
+
- `./.proagents/AI_INSTRUCTIONS.md` - Complete command reference
|
|
30
|
+
- `./.proagents/WORKFLOW.md` - Full 10-phase workflow
|
|
31
|
+
- `./.proagents/prompts/` - Phase-specific prompts
|