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 - 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
|
|
@@ -5,21 +5,21 @@ Execute these commands when user types them (prefix: `pa:`):
|
|
|
5
5
|
## Quick Aliases
|
|
6
6
|
`pa:f` → feature | `pa:s` → status | `pa:h` → help | `pa:d` → doc | `pa:t` → test | `pa:q` → qa | `pa:a` → analyze | `pa:r` → requirements | `pa:p` → plan | `pa:i` → implement
|
|
7
7
|
|
|
8
|
-
> **Multi-AI Note:** Multiple AIs may work on this project. Always read
|
|
8
|
+
> **Multi-AI Note:** Multiple AIs may work on this project. Always read `./.proagents/activity.log` before executing commands, and log your actions after completing them.
|
|
9
9
|
|
|
10
10
|
## Commands
|
|
11
11
|
|
|
12
12
|
| Command | What to Do |
|
|
13
13
|
|---------|------------|
|
|
14
14
|
| `pa:help` | Show this command table |
|
|
15
|
-
| `pa:feature "name"` | Create
|
|
15
|
+
| `pa:feature "name"` | Create `./.proagents/active-features/feature-[name]/`, analyze codebase, implement feature |
|
|
16
16
|
| `pa:fix "description"` | Find bug, fix it, update `./CHANGELOG.md` |
|
|
17
|
-
| `pa:analyze` | Deep codebase analysis →
|
|
18
|
-
| `pa:requirements` | Gather requirements →
|
|
17
|
+
| `pa:analyze` | Deep codebase analysis → `./.proagents/cache/` |
|
|
18
|
+
| `pa:requirements` | Gather requirements → `./.proagents/active-features/` |
|
|
19
19
|
| `pa:design` | UI/Architecture design phase |
|
|
20
20
|
| `pa:plan` | Create implementation plan |
|
|
21
21
|
| `pa:implement` | Execute implementation phase |
|
|
22
|
-
| `pa:status` | Read
|
|
22
|
+
| `pa:status` | Read `./.proagents/active-features/*/status.json`, show progress |
|
|
23
23
|
| `pa:qa` | Check code quality, run tests, report issues |
|
|
24
24
|
| `pa:test` | Create/run tests for current work |
|
|
25
25
|
| `pa:doc` | Generate documentation |
|
|
@@ -29,15 +29,15 @@ Execute these commands when user types them (prefix: `pa:`):
|
|
|
29
29
|
| `pa:ai-add` | Show platform options, create AI instruction files |
|
|
30
30
|
| `pa:ai-remove` | Show installed platforms, remove selected files |
|
|
31
31
|
| `pa:ai-sync` | Sync config with existing files (fix mismatches) |
|
|
32
|
-
| `pa:activity` | Show recent AI activity from
|
|
32
|
+
| `pa:activity` | Show recent AI activity from `./.proagents/activity.log` |
|
|
33
33
|
| `pa:lock` | Show lock status, check if another AI is working |
|
|
34
34
|
| `pa:lock-release` | Release your lock after completing work |
|
|
35
|
-
| `pa:handoff` | Create handoff notes →
|
|
35
|
+
| `pa:handoff` | Create handoff notes → `./.proagents/handoff.md` |
|
|
36
36
|
| `pa:handoff-read` | Read handoff notes before starting work |
|
|
37
|
-
| `pa:session-end` | Generate session summary →
|
|
38
|
-
| `pa:decision "title"` | Log architectural decision →
|
|
39
|
-
| `pa:error "desc"` | Log error & solution →
|
|
40
|
-
| `pa:feedback "desc"` | Log feedback for AI learning →
|
|
37
|
+
| `pa:session-end` | Generate session summary → `./.proagents/sessions/` |
|
|
38
|
+
| `pa:decision "title"` | Log architectural decision → `./.proagents/decisions.md` |
|
|
39
|
+
| `pa:error "desc"` | Log error & solution → `./.proagents/errors.md` |
|
|
40
|
+
| `pa:feedback "desc"` | Log feedback for AI learning → `./.proagents/feedback.md` |
|
|
41
41
|
| `pa:standup` | Generate daily standup summary |
|
|
42
42
|
| `pa:tech-debt` | Scan for technical debt |
|
|
43
43
|
|
|
@@ -65,7 +65,7 @@ Execute these commands when user types them (prefix: `pa:`):
|
|
|
65
65
|
|
|
66
66
|
| Command | What to Do |
|
|
67
67
|
|---------|------------|
|
|
68
|
-
| `pa:sprint-start` | Start new sprint →
|
|
68
|
+
| `pa:sprint-start` | Start new sprint → `./.proagents/sprints/` |
|
|
69
69
|
| `pa:sprint-end` | End sprint with summary |
|
|
70
70
|
| `pa:estimate` | Estimate task complexity (S/M/L/XL) |
|
|
71
71
|
| `pa:velocity` | Show velocity metrics |
|
|
@@ -111,7 +111,7 @@ Execute these commands when user types them (prefix: `pa:`):
|
|
|
111
111
|
|
|
112
112
|
| Command | What to Do |
|
|
113
113
|
|---------|------------|
|
|
114
|
-
| `pa:time-start` | Start tracking →
|
|
114
|
+
| `pa:time-start` | Start tracking → `./.proagents/time-tracking.json` |
|
|
115
115
|
| `pa:time-stop` | Stop tracking, save duration |
|
|
116
116
|
| `pa:time-report` | Show time report by feature |
|
|
117
117
|
|
|
@@ -274,11 +274,11 @@ Execute these commands when user types them (prefix: `pa:`):
|
|
|
274
274
|
|
|
275
275
|
| File | Purpose |
|
|
276
276
|
|------|---------|
|
|
277
|
-
|
|
|
278
|
-
|
|
|
279
|
-
|
|
|
280
|
-
|
|
|
281
|
-
|
|
|
277
|
+
| `./.proagents/context.md` | Persistent project context (READ FIRST!) |
|
|
278
|
+
| `./.proagents/feedback.md` | Past corrections - don't repeat mistakes |
|
|
279
|
+
| `./.proagents/watchlist.yaml` | Files requiring confirmation before changes |
|
|
280
|
+
| `./.proagents/errors.md` | Past errors and solutions |
|
|
281
|
+
| `./.proagents/decisions.md` | Architectural decisions and reasoning |
|
|
282
282
|
|
|
283
283
|
## Feature Workflow
|
|
284
284
|
|
|
@@ -303,7 +303,7 @@ Execute these commands when user types them (prefix: `pa:`):
|
|
|
303
303
|
|----------|----------|
|
|
304
304
|
| Changelog | `./CHANGELOG.md` |
|
|
305
305
|
| Release Notes | `./RELEASE_NOTES.md` |
|
|
306
|
-
| Feature Status |
|
|
306
|
+
| Feature Status | `./.proagents/active-features/` |
|
|
307
307
|
|
|
308
308
|
## Examples
|
|
309
309
|
|
|
@@ -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
|
|
@@ -772,7 +772,7 @@ ProAgents supports developing multiple features simultaneously.
|
|
|
772
772
|
### Feature Tracking
|
|
773
773
|
|
|
774
774
|
```
|
|
775
|
-
|
|
775
|
+
/.proagents/active-features/
|
|
776
776
|
├── _index.json # Master list
|
|
777
777
|
├── feature-user-auth/
|
|
778
778
|
│ ├── status.json # Machine-readable
|
|
@@ -159,8 +159,8 @@ proagents/active-features/*/status.json
|
|
|
159
159
|
proagents/active-features/*/files-modified.json
|
|
160
160
|
|
|
161
161
|
# Keep these (optional)
|
|
162
|
-
# proagents/active-features/*/requirements.md
|
|
163
|
-
# proagents/active-features/*/design.md
|
|
162
|
+
# .proagents/active-features/*/requirements.md
|
|
163
|
+
# .proagents/active-features/*/design.md
|
|
164
164
|
```
|
|
165
165
|
|
|
166
166
|
---
|
|
@@ -16,7 +16,7 @@ The changelog system ensures every change is documented, regardless of workflow
|
|
|
16
16
|
## Directory Structure
|
|
17
17
|
|
|
18
18
|
```
|
|
19
|
-
|
|
19
|
+
/.proagents/changelog/
|
|
20
20
|
├── README.md # This file
|
|
21
21
|
├── CHANGELOG.md # Aggregated changelog
|
|
22
22
|
├── entry-template.md # Template for entries
|
|
@@ -308,7 +308,7 @@ changelog:
|
|
|
308
308
|
on_release: ["slack", "email"]
|
|
309
309
|
|
|
310
310
|
output:
|
|
311
|
-
directory: "proagents/changelog"
|
|
311
|
+
directory: ".proagents/changelog"
|
|
312
312
|
year_month_structure: true
|
|
313
313
|
```
|
|
314
314
|
|
|
@@ -59,7 +59,7 @@ npx proagents <command>
|
|
|
59
59
|
|
|
60
60
|
```bash
|
|
61
61
|
# Clone repository
|
|
62
|
-
git clone https://github.com
|
|
62
|
+
git clone https://github.com/.proagents/cli.git
|
|
63
63
|
|
|
64
64
|
# Install dependencies
|
|
65
65
|
cd cli && npm install
|
|
@@ -81,7 +81,7 @@ proagents init
|
|
|
81
81
|
|
|
82
82
|
This creates:
|
|
83
83
|
```
|
|
84
|
-
|
|
84
|
+
/.proagents/
|
|
85
85
|
├── proagents.config.yaml # Configuration
|
|
86
86
|
├── prompts/ # AI prompts
|
|
87
87
|
├── templates/ # Output templates
|
|
@@ -56,42 +56,42 @@ proagents/config/
|
|
|
56
56
|
|
|
57
57
|
```bash
|
|
58
58
|
# Copy the default configuration
|
|
59
|
-
cp proagents/proagents.config.yaml proagents/config/proagents.config.yaml
|
|
59
|
+
cp .proagents/proagents.config.yaml .proagents/config/proagents.config.yaml
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
### 2. Add Project Standards
|
|
63
63
|
|
|
64
64
|
```bash
|
|
65
65
|
# Copy standards templates
|
|
66
|
-
cp proagents/config/standards/*.template.md proagents/config/standards/
|
|
66
|
+
cp .proagents/config/standards/*.template.md .proagents/config/standards/
|
|
67
67
|
|
|
68
68
|
# Remove .template from names
|
|
69
|
-
for f in proagents/config/standards/*.template.md; do
|
|
69
|
+
for f in .proagents/config/standards/*.template.md; do
|
|
70
70
|
mv "$f" "${f%.template.md}.md"
|
|
71
71
|
done
|
|
72
72
|
|
|
73
73
|
# Edit for your project
|
|
74
|
-
vim proagents/config/standards/coding-standards.md
|
|
74
|
+
vim .proagents/config/standards/coding-standards.md
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
### 3. Add Custom Rules
|
|
78
78
|
|
|
79
79
|
```bash
|
|
80
80
|
# Copy rules templates
|
|
81
|
-
cp proagents/config/rules/*.template.yaml proagents/config/rules/
|
|
81
|
+
cp .proagents/config/rules/*.template.yaml .proagents/config/rules/
|
|
82
82
|
|
|
83
83
|
# Edit for your project
|
|
84
|
-
vim proagents/config/rules/custom-rules.yaml
|
|
84
|
+
vim .proagents/config/rules/custom-rules.yaml
|
|
85
85
|
```
|
|
86
86
|
|
|
87
87
|
### 4. Add Code Templates
|
|
88
88
|
|
|
89
89
|
```bash
|
|
90
90
|
# Copy template files
|
|
91
|
-
cp proagents/config/templates/*.template.* proagents/config/templates/
|
|
91
|
+
cp .proagents/config/templates/*.template.* .proagents/config/templates/
|
|
92
92
|
|
|
93
93
|
# Customize for your project
|
|
94
|
-
vim proagents/config/templates/component.template.tsx
|
|
94
|
+
vim .proagents/config/templates/component.template.tsx
|
|
95
95
|
```
|
|
96
96
|
|
|
97
97
|
---
|
|
@@ -140,7 +140,7 @@ testing:
|
|
|
140
140
|
framework: "vitest"
|
|
141
141
|
coverage_threshold: 80
|
|
142
142
|
|
|
143
|
-
# See proagents/proagents.config.yaml for full options
|
|
143
|
+
# See .proagents/proagents.config.yaml for full options
|
|
144
144
|
```
|
|
145
145
|
|
|
146
146
|
---
|
|
@@ -26,11 +26,11 @@ Place your project-specific rules here. These are enforced during code generatio
|
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
28
|
# Copy the template
|
|
29
|
-
cp proagents/config/rules/custom-rules.template.yaml \
|
|
30
|
-
proagents/config/rules/custom-rules.yaml
|
|
29
|
+
cp .proagents/config/rules/custom-rules.template.yaml \
|
|
30
|
+
.proagents/config/rules/custom-rules.yaml
|
|
31
31
|
|
|
32
32
|
# Edit for your project
|
|
33
|
-
vim proagents/config/rules/custom-rules.yaml
|
|
33
|
+
vim .proagents/config/rules/custom-rules.yaml
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
---
|
|
@@ -6,7 +6,7 @@ Place your project-specific coding standards here. These override the default te
|
|
|
6
6
|
|
|
7
7
|
## How It Works
|
|
8
8
|
|
|
9
|
-
1. Copy templates from
|
|
9
|
+
1. Copy templates from `/.proagents/standards/examples/`
|
|
10
10
|
2. Customize for your project
|
|
11
11
|
3. ProAgents will use your standards during code generation and review
|
|
12
12
|
|
|
@@ -27,11 +27,11 @@ Place your project-specific coding standards here. These override the default te
|
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
29
|
# Copy example standards
|
|
30
|
-
cp proagents/standards/examples/react-nextjs.md \
|
|
31
|
-
proagents/config/standards/coding-standards.md
|
|
30
|
+
cp .proagents/standards/examples/react-nextjs.md \
|
|
31
|
+
.proagents/config/standards/coding-standards.md
|
|
32
32
|
|
|
33
33
|
# Edit for your project
|
|
34
|
-
vim proagents/config/standards/coding-standards.md
|
|
34
|
+
vim .proagents/config/standards/coding-standards.md
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
---
|
|
@@ -28,11 +28,11 @@ Place your project-specific code templates here. ProAgents uses these when gener
|
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
30
|
# Copy a template
|
|
31
|
-
cp proagents/config/templates/component.template.tsx \
|
|
32
|
-
proagents/config/templates/component.template.tsx
|
|
31
|
+
cp .proagents/config/templates/component.template.tsx \
|
|
32
|
+
.proagents/config/templates/component.template.tsx
|
|
33
33
|
|
|
34
34
|
# Edit for your project
|
|
35
|
-
vim proagents/config/templates/component.template.tsx
|
|
35
|
+
vim .proagents/config/templates/component.template.tsx
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
---
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
standup:
|
|
17
17
|
description: "Generate daily standup summary"
|
|
18
18
|
steps:
|
|
19
|
-
- "Read
|
|
20
|
-
- "Read
|
|
19
|
+
- "Read ./.proagents/activity.log for today's entries"
|
|
20
|
+
- "Read ./.proagents/active-features/ for current work"
|
|
21
21
|
- "Summarize: What was done yesterday, what's planned today, any blockers"
|
|
22
22
|
output: "stdout"
|
|
23
23
|
|
|
@@ -25,10 +25,10 @@ standup:
|
|
|
25
25
|
sprint_review:
|
|
26
26
|
description: "Generate sprint review summary"
|
|
27
27
|
steps:
|
|
28
|
-
- "Read all session summaries from
|
|
28
|
+
- "Read all session summaries from ./.proagents/sessions/"
|
|
29
29
|
- "Read ./CHANGELOG.md for completed features"
|
|
30
30
|
- "Generate sprint review with completed items, metrics, and highlights"
|
|
31
|
-
output: "
|
|
31
|
+
output: "./.proagents/sprint-reviews/YYYY-MM-DD.md"
|
|
32
32
|
|
|
33
33
|
# pa:tech-debt
|
|
34
34
|
tech_debt:
|
|
@@ -36,20 +36,20 @@ tech_debt:
|
|
|
36
36
|
steps:
|
|
37
37
|
- "Search for TODO, FIXME, HACK comments in codebase"
|
|
38
38
|
- "Check for deprecated dependencies"
|
|
39
|
-
- "Document findings in
|
|
40
|
-
output: "
|
|
39
|
+
- "Document findings in ./.proagents/tech-debt.md"
|
|
40
|
+
output: "./.proagents/tech-debt.md"
|
|
41
41
|
|
|
42
42
|
# pa:security-scan
|
|
43
43
|
security_scan:
|
|
44
44
|
description: "Run security checklist"
|
|
45
45
|
steps:
|
|
46
|
-
- "Read
|
|
46
|
+
- "Read ./.proagents/checklists/security.md"
|
|
47
47
|
- "Check for hardcoded secrets in code"
|
|
48
48
|
- "Review authentication/authorization code"
|
|
49
49
|
- "Generate security report"
|
|
50
50
|
files_to_read:
|
|
51
|
-
- "
|
|
52
|
-
output: "
|
|
51
|
+
- "./.proagents/security/owasp-checklist.md"
|
|
52
|
+
output: "./.proagents/security-report.md"
|
|
53
53
|
|
|
54
54
|
# Add your own commands below:
|
|
55
55
|
# my_command:
|
|
@@ -24,7 +24,7 @@ Concrete migration examples for common database operations.
|
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
26
|
# Copy template to your migrations folder
|
|
27
|
-
cp proagents/database/examples/001-create-users.sql \
|
|
27
|
+
cp .proagents/database/examples/001-create-users.sql \
|
|
28
28
|
migrations/20240115_001_create_users.sql
|
|
29
29
|
```
|
|
30
30
|
|
|
@@ -169,7 +169,7 @@ review_integration:
|
|
|
169
169
|
feature_coexistence:
|
|
170
170
|
tracked:
|
|
171
171
|
# Features using ProAgents
|
|
172
|
-
directory: "proagents/active-features/"
|
|
172
|
+
directory: ".proagents/active-features/"
|
|
173
173
|
workflow: "full"
|
|
174
174
|
tracking: true
|
|
175
175
|
|
|
@@ -181,7 +181,7 @@ feature_coexistence:
|
|
|
181
181
|
|
|
182
182
|
detection:
|
|
183
183
|
tracked_indicators:
|
|
184
|
-
- "Has status.json in proagents/active-features/"
|
|
184
|
+
- "Has status.json in .proagents/active-features/"
|
|
185
185
|
- "Branch matches tracked feature"
|
|
186
186
|
|
|
187
187
|
untracked_behavior:
|
|
@@ -269,7 +269,7 @@ documentation_coexistence:
|
|
|
269
269
|
|
|
270
270
|
proagents:
|
|
271
271
|
mode: "supplement"
|
|
272
|
-
generate_to: "proagents/docs/" # Separate location
|
|
272
|
+
generate_to: ".proagents/docs/" # Separate location
|
|
273
273
|
link_to_existing: true
|
|
274
274
|
|
|
275
275
|
result:
|
|
@@ -81,8 +81,8 @@ adoption:
|
|
|
81
81
|
modify_ci: false # Don't touch CI yet
|
|
82
82
|
|
|
83
83
|
output:
|
|
84
|
-
report: "proagents/assessment-report.md"
|
|
85
|
-
suggested_config: "proagents/suggested-config.yaml"
|
|
84
|
+
report: ".proagents/assessment-report.md"
|
|
85
|
+
suggested_config: ".proagents/suggested-config.yaml"
|
|
86
86
|
```
|
|
87
87
|
|
|
88
88
|
---
|
|
@@ -122,7 +122,7 @@ gradual_implementation:
|
|
|
122
122
|
- "Train team on process"
|
|
123
123
|
|
|
124
124
|
tracking:
|
|
125
|
-
file: "proagents/migrations/status.yaml"
|
|
125
|
+
file: ".proagents/migrations/status.yaml"
|
|
126
126
|
content: |
|
|
127
127
|
migrations:
|
|
128
128
|
class_to_functional:
|
|
@@ -749,7 +749,7 @@ feature_flag_rollback:
|
|
|
749
749
|
migrations:
|
|
750
750
|
tracking:
|
|
751
751
|
enabled: true
|
|
752
|
-
file: "proagents/migrations/status.yaml"
|
|
752
|
+
file: ".proagents/migrations/status.yaml"
|
|
753
753
|
|
|
754
754
|
strategy:
|
|
755
755
|
default: "gradual"
|
|
@@ -88,7 +88,7 @@ self_paced_materials:
|
|
|
88
88
|
|
|
89
89
|
reading:
|
|
90
90
|
- title: "Quick Start Guide"
|
|
91
|
-
file: "proagents/README.md"
|
|
91
|
+
file: ".proagents/README.md"
|
|
92
92
|
time: "10 min"
|
|
93
93
|
|
|
94
94
|
- title: "Configuration Overview"
|
|
@@ -97,7 +97,7 @@ self_paced_materials:
|
|
|
97
97
|
|
|
98
98
|
optional:
|
|
99
99
|
- title: "Full Workflow Documentation"
|
|
100
|
-
file: "proagents/WORKFLOW.md"
|
|
100
|
+
file: ".proagents/WORKFLOW.md"
|
|
101
101
|
time: "30 min"
|
|
102
102
|
```
|
|
103
103
|
|
|
@@ -370,7 +370,7 @@ champion_program:
|
|
|
370
370
|
## Getting Help
|
|
371
371
|
- Slack: #proagents-help
|
|
372
372
|
- Buddy: [assigned buddy name]
|
|
373
|
-
- Docs: proagents/README.md
|
|
373
|
+
- Docs: .proagents/README.md
|
|
374
374
|
```
|
|
375
375
|
|
|
376
376
|
### Video Library
|
|
@@ -142,7 +142,7 @@ technical_debt_assessment:
|
|
|
142
142
|
### Debt Registry
|
|
143
143
|
|
|
144
144
|
```yaml
|
|
145
|
-
# proagents/debt/registry.yaml
|
|
145
|
+
# .proagents/debt/registry.yaml
|
|
146
146
|
|
|
147
147
|
debt_items:
|
|
148
148
|
- id: "DEBT-001"
|
|
@@ -404,7 +404,7 @@ documentation_debt:
|
|
|
404
404
|
auto_generate:
|
|
405
405
|
enabled: true
|
|
406
406
|
scope: ["api", "components", "functions"]
|
|
407
|
-
output: "proagents/docs/"
|
|
407
|
+
output: ".proagents/docs/"
|
|
408
408
|
|
|
409
409
|
manual_priority:
|
|
410
410
|
- "Architecture decisions"
|
|
@@ -602,7 +602,7 @@ continuous_monitoring:
|
|
|
602
602
|
technical_debt:
|
|
603
603
|
tracking:
|
|
604
604
|
enabled: true
|
|
605
|
-
registry_path: "proagents/debt/registry.yaml"
|
|
605
|
+
registry_path: ".proagents/debt/registry.yaml"
|
|
606
606
|
|
|
607
607
|
assessment:
|
|
608
608
|
run_on_init: true
|
|
@@ -83,13 +83,13 @@ pa:fix "Bug description"
|
|
|
83
83
|
|
|
84
84
|
1. **Review Existing Standards**
|
|
85
85
|
```bash
|
|
86
|
-
ls proagents/standards/
|
|
86
|
+
ls .proagents/standards/
|
|
87
87
|
```
|
|
88
88
|
|
|
89
89
|
2. **Customize for Your Team**
|
|
90
90
|
```bash
|
|
91
91
|
# Copy and customize templates
|
|
92
|
-
cp proagents/config/standards/*.template.md proagents/standards/
|
|
92
|
+
cp .proagents/config/standards/*.template.md .proagents/standards/
|
|
93
93
|
```
|
|
94
94
|
|
|
95
95
|
3. **Document Team Conventions**
|
|
@@ -37,10 +37,10 @@ Copy the appropriate rules file to your project root:
|
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
39
|
# Cursor
|
|
40
|
-
cp /path/to
|
|
40
|
+
cp /path/to/.proagents/ide-integration/.cursorrules ./.cursorrules
|
|
41
41
|
|
|
42
42
|
# Windsurf
|
|
43
|
-
cp /path/to
|
|
43
|
+
cp /path/to/.proagents/ide-integration/.windsurfrules ./.windsurfrules
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
---
|
|
@@ -96,7 +96,7 @@ Create `.continuerc.json` in your project root:
|
|
|
96
96
|
{
|
|
97
97
|
"name": "proagents-context",
|
|
98
98
|
"params": {
|
|
99
|
-
"configPath": "
|
|
99
|
+
"configPath": "./.proagents/proagents.config.yaml",
|
|
100
100
|
"includePatterns": true,
|
|
101
101
|
"includeStandards": true
|
|
102
102
|
}
|
|
@@ -145,7 +145,7 @@ export class ProAgentsContextProvider implements ContextProvider {
|
|
|
145
145
|
const projectRoot = process.cwd();
|
|
146
146
|
|
|
147
147
|
// Load ProAgents config
|
|
148
|
-
const configPath = path.join(projectRoot, "proagents/proagents.config.yaml");
|
|
148
|
+
const configPath = path.join(projectRoot, ".proagents/proagents.config.yaml");
|
|
149
149
|
if (fs.existsSync(configPath)) {
|
|
150
150
|
items.push({
|
|
151
151
|
name: "ProAgents Configuration",
|
|
@@ -155,7 +155,7 @@ export class ProAgentsContextProvider implements ContextProvider {
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
// Load active feature status
|
|
158
|
-
const featuresPath = path.join(projectRoot, "proagents/active-features");
|
|
158
|
+
const featuresPath = path.join(projectRoot, ".proagents/active-features");
|
|
159
159
|
if (fs.existsSync(featuresPath)) {
|
|
160
160
|
const features = fs.readdirSync(featuresPath);
|
|
161
161
|
for (const feature of features) {
|
|
@@ -171,7 +171,7 @@ export class ProAgentsContextProvider implements ContextProvider {
|
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
// Load coding standards
|
|
174
|
-
const standardsPath = path.join(projectRoot, "proagents/standards");
|
|
174
|
+
const standardsPath = path.join(projectRoot, ".proagents/standards");
|
|
175
175
|
if (fs.existsSync(standardsPath)) {
|
|
176
176
|
const standards = fs.readdirSync(standardsPath).filter(f => f.endsWith('.md'));
|
|
177
177
|
for (const standard of standards.slice(0, 3)) {
|