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
|
@@ -70,7 +70,7 @@ Cursor's AI chat integrates well with ProAgents:
|
|
|
70
70
|
|
|
71
71
|
"Check the ProAgents workflow status"
|
|
72
72
|
|
|
73
|
-
"Apply the coding standards from proagents/standards/"
|
|
73
|
+
"Apply the coding standards from .proagents/standards/"
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
### Codebase Context
|
|
@@ -81,7 +81,7 @@ Cursor indexes your codebase for context. Ensure ProAgents files are indexed:
|
|
|
81
81
|
{
|
|
82
82
|
"cursor.ai.includePaths": [
|
|
83
83
|
"src/**",
|
|
84
|
-
"proagents/**"
|
|
84
|
+
".proagents/**"
|
|
85
85
|
],
|
|
86
86
|
"cursor.ai.excludePaths": [
|
|
87
87
|
"node_modules/**",
|
|
@@ -130,7 +130,7 @@ This is a [project type] project using [technologies].
|
|
|
130
130
|
- Use TypeScript with strict mode
|
|
131
131
|
- Follow functional programming patterns
|
|
132
132
|
- Use Tailwind CSS for styling
|
|
133
|
-
- Follow the patterns in proagents/standards/
|
|
133
|
+
- Follow the patterns in .proagents/standards/
|
|
134
134
|
|
|
135
135
|
# Testing
|
|
136
136
|
- Write tests using Vitest
|
|
@@ -143,9 +143,9 @@ This is a [project type] project using [technologies].
|
|
|
143
143
|
- Types in src/types/
|
|
144
144
|
|
|
145
145
|
# ProAgents
|
|
146
|
-
- Follow the workflow in proagents/WORKFLOW.md
|
|
147
|
-
- Check proagents/standards/ for coding guidelines
|
|
148
|
-
- Use proagents/checklists/ before completing phases
|
|
146
|
+
- Follow the workflow in .proagents/WORKFLOW.md
|
|
147
|
+
- Check .proagents/standards/ for coding guidelines
|
|
148
|
+
- Use .proagents/checklists/ before completing phases
|
|
149
149
|
```
|
|
150
150
|
|
|
151
151
|
---
|
|
@@ -163,7 +163,7 @@ Please help me:
|
|
|
163
163
|
3. Identify files that need changes
|
|
164
164
|
4. Create the implementation plan
|
|
165
165
|
|
|
166
|
-
Reference: proagents/prompts/04-planning.md
|
|
166
|
+
Reference: .proagents/prompts/04-planning.md
|
|
167
167
|
```
|
|
168
168
|
|
|
169
169
|
### Code Review
|
|
@@ -174,8 +174,8 @@ Review this code following ProAgents standards:
|
|
|
174
174
|
[paste code]
|
|
175
175
|
|
|
176
176
|
Check against:
|
|
177
|
-
- proagents/standards/coding-standards.md
|
|
178
|
-
- proagents/checklists/code-review.md
|
|
177
|
+
- .proagents/standards/coding-standards.md
|
|
178
|
+
- .proagents/checklists/code-review.md
|
|
179
179
|
|
|
180
180
|
Provide specific feedback and suggestions.
|
|
181
181
|
```
|
|
@@ -187,7 +187,7 @@ I'm encountering this error:
|
|
|
187
187
|
|
|
188
188
|
[error message]
|
|
189
189
|
|
|
190
|
-
Help me debug following proagents/prompts/debugging/systematic.md
|
|
190
|
+
Help me debug following .proagents/prompts/debugging/systematic.md
|
|
191
191
|
|
|
192
192
|
1. Analyze the error
|
|
193
193
|
2. Identify potential causes
|
|
@@ -208,8 +208,8 @@ Cursor's Composer mode is powerful for multi-file changes:
|
|
|
208
208
|
3. Reference ProAgents docs:
|
|
209
209
|
```
|
|
210
210
|
Implement [feature] following:
|
|
211
|
-
- proagents/standards/react-nextjs.md for code style
|
|
212
|
-
- proagents/prompts/05-implementation.md for approach
|
|
211
|
+
- .proagents/standards/react-nextjs.md for code style
|
|
212
|
+
- .proagents/prompts/05-implementation.md for approach
|
|
213
213
|
```
|
|
214
214
|
4. Review proposed changes
|
|
215
215
|
5. Apply changes
|
|
@@ -233,15 +233,15 @@ Create `.cursor/settings.json`:
|
|
|
233
233
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
234
234
|
|
|
235
235
|
"cursor.ai.contextFiles": [
|
|
236
|
-
"proagents/standards/*.md",
|
|
237
|
-
"proagents/prompts/*.md",
|
|
236
|
+
".proagents/standards/*.md",
|
|
237
|
+
".proagents/prompts/*.md",
|
|
238
238
|
"README.md",
|
|
239
239
|
"package.json"
|
|
240
240
|
],
|
|
241
241
|
|
|
242
242
|
"cursor.composer.includePaths": [
|
|
243
243
|
"src/**/*.{ts,tsx}",
|
|
244
|
-
"proagents/**/*.md"
|
|
244
|
+
".proagents/**/*.md"
|
|
245
245
|
]
|
|
246
246
|
}
|
|
247
247
|
```
|
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ cd your-project
|
|
|
33
33
|
npx proagents init
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
This creates a
|
|
36
|
+
This creates a `./.proagents/` folder with workflow files, and prompts for:
|
|
37
37
|
- Project name and type (auto-detected)
|
|
38
38
|
- Tech stack (API style, database, styling, auth, etc.)
|
|
39
39
|
- AI platforms to use (Claude, Cursor, Gemini, etc.)
|
|
@@ -411,7 +411,7 @@ Type these in any AI assistant (Claude, ChatGPT, Gemini, Cursor, etc.):
|
|
|
411
411
|
| `pa:tech-debt` | Scan for technical debt |
|
|
412
412
|
| `pa:security-scan` | Run security checklist |
|
|
413
413
|
|
|
414
|
-
Define your own in
|
|
414
|
+
Define your own in `./.proagents/custom-commands.yaml`
|
|
415
415
|
|
|
416
416
|
---
|
|
417
417
|
|
|
@@ -421,13 +421,13 @@ After initialization, these files help AI understand your project:
|
|
|
421
421
|
|
|
422
422
|
| File | Purpose | AI Should |
|
|
423
423
|
|------|---------|-----------|
|
|
424
|
-
|
|
|
425
|
-
|
|
|
426
|
-
|
|
|
427
|
-
|
|
|
428
|
-
|
|
|
429
|
-
|
|
|
430
|
-
|
|
|
424
|
+
| `.proagents/context.md` | Persistent project knowledge | **Read first every session!** |
|
|
425
|
+
| `.proagents/feedback.md` | Past corrections & preferences | Learn from mistakes |
|
|
426
|
+
| `.proagents/watchlist.yaml` | Protected files list | Ask before modifying |
|
|
427
|
+
| `.proagents/activity.log` | AI activity history | Check for conflicts |
|
|
428
|
+
| `.proagents/decisions.md` | Architectural decisions | Understand why choices were made |
|
|
429
|
+
| `.proagents/errors.md` | Past errors & solutions | Find solutions faster |
|
|
430
|
+
| `.proagents/handoff.md` | Handoff notes | Continue where another AI left off |
|
|
431
431
|
|
|
432
432
|
---
|
|
433
433
|
|
|
@@ -435,7 +435,7 @@ After initialization, these files help AI understand your project:
|
|
|
435
435
|
|
|
436
436
|
```
|
|
437
437
|
your-project/
|
|
438
|
-
├── proagents/
|
|
438
|
+
├── .proagents/
|
|
439
439
|
│ ├── proagents.config.yaml # Project configuration
|
|
440
440
|
│ ├── AI_INSTRUCTIONS.md # Instructions for all AIs
|
|
441
441
|
│ ├── PROAGENTS.md # Quick command reference
|
|
@@ -525,10 +525,10 @@ platforms:
|
|
|
525
525
|
|
|
526
526
|
| Document | Description |
|
|
527
527
|
|----------|-------------|
|
|
528
|
-
| [Getting Started Story](
|
|
529
|
-
| [Complete Workflow](
|
|
530
|
-
| [AI Instructions](
|
|
531
|
-
| [Examples](
|
|
528
|
+
| [Getting Started Story](./.proagents/GETTING-STARTED-STORY.md) | Narrative walkthrough |
|
|
529
|
+
| [Complete Workflow](./.proagents/WORKFLOW.md) | 10-phase workflow guide |
|
|
530
|
+
| [AI Instructions](./.proagents/AI_INSTRUCTIONS.md) | Full AI command reference |
|
|
531
|
+
| [Examples](./.proagents/examples/) | Project-specific walkthroughs |
|
|
532
532
|
|
|
533
533
|
---
|
|
534
534
|
|
package/bin/proagents.js
CHANGED
|
@@ -11,6 +11,7 @@ import { uninstallCommand } from '../lib/commands/uninstall.js';
|
|
|
11
11
|
import { configListCommand, configShowCommand, configEditCommand, configSetCommand, configGetCommand, configSetupCommand, configCustomizeCommand } from '../lib/commands/config.js';
|
|
12
12
|
import { doctorCommand } from '../lib/commands/doctor.js';
|
|
13
13
|
import { upgradeCommand } from '../lib/commands/upgrade.js';
|
|
14
|
+
import { migrateCommand } from '../lib/commands/migrate.js';
|
|
14
15
|
import { readFileSync } from 'fs';
|
|
15
16
|
import { fileURLToPath } from 'url';
|
|
16
17
|
import { dirname, join } from 'path';
|
|
@@ -83,8 +84,8 @@ program
|
|
|
83
84
|
.action(() => {
|
|
84
85
|
console.log('\nProAgents Documentation');
|
|
85
86
|
console.log('=======================\n');
|
|
86
|
-
console.log('Local:
|
|
87
|
-
console.log('Workflow:
|
|
87
|
+
console.log('Local: ./.proagents/README.md');
|
|
88
|
+
console.log('Workflow: ./.proagents/WORKFLOW.md');
|
|
88
89
|
console.log('GitHub: https://github.com/prakashpro3/proAgents\n');
|
|
89
90
|
});
|
|
90
91
|
|
|
@@ -170,8 +171,15 @@ program
|
|
|
170
171
|
// Upgrade command
|
|
171
172
|
program
|
|
172
173
|
.command('upgrade')
|
|
173
|
-
.description('Upgrade proagents folder to latest version')
|
|
174
|
+
.description('Upgrade .proagents folder to latest version')
|
|
174
175
|
.option('-f, --force', 'Skip confirmation prompt')
|
|
175
176
|
.action(upgradeCommand);
|
|
176
177
|
|
|
178
|
+
// Migrate command
|
|
179
|
+
program
|
|
180
|
+
.command('migrate')
|
|
181
|
+
.description('Migrate from proagents/ to .proagents/ folder structure')
|
|
182
|
+
.option('-f, --force', 'Skip confirmation prompt')
|
|
183
|
+
.action(migrateCommand);
|
|
184
|
+
|
|
177
185
|
program.parse();
|
package/lib/commands/ai.js
CHANGED
|
@@ -292,8 +292,8 @@ export function showAvailablePlatforms(currentIds) {
|
|
|
292
292
|
*/
|
|
293
293
|
export async function aiAddCommand() {
|
|
294
294
|
const targetDir = process.cwd();
|
|
295
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
296
|
-
const sourceDir = join(__dirname, '..', '..', 'proagents');
|
|
295
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
296
|
+
const sourceDir = join(__dirname, '..', '..', '.proagents');
|
|
297
297
|
const configPath = join(proagentsDir, 'proagents.config.yaml');
|
|
298
298
|
|
|
299
299
|
// Check if proagents is initialized
|
|
@@ -369,7 +369,7 @@ export async function aiAddCommand() {
|
|
|
369
369
|
*/
|
|
370
370
|
export function aiListCommand() {
|
|
371
371
|
const targetDir = process.cwd();
|
|
372
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
372
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
373
373
|
const configPath = join(proagentsDir, 'proagents.config.yaml');
|
|
374
374
|
|
|
375
375
|
const currentIds = loadPlatformConfig(configPath);
|
|
@@ -386,7 +386,7 @@ export function aiListCommand() {
|
|
|
386
386
|
*/
|
|
387
387
|
export async function aiRemoveCommand() {
|
|
388
388
|
const targetDir = process.cwd();
|
|
389
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
389
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
390
390
|
const configPath = join(proagentsDir, 'proagents.config.yaml');
|
|
391
391
|
|
|
392
392
|
if (!existsSync(proagentsDir)) {
|
package/lib/commands/config.js
CHANGED
|
@@ -14,7 +14,7 @@ const __dirname = dirname(__filename);
|
|
|
14
14
|
*/
|
|
15
15
|
export function configListCommand() {
|
|
16
16
|
const targetDir = process.cwd();
|
|
17
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
17
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
18
18
|
|
|
19
19
|
console.log('\n' + chalk.bold.blue('ProAgents Configuration Options'));
|
|
20
20
|
console.log(chalk.blue('================================\n'));
|
|
@@ -30,10 +30,10 @@ export function configListCommand() {
|
|
|
30
30
|
console.log(chalk.gray(' ─────────────────────────────────────────'));
|
|
31
31
|
const configPath = join(proagentsDir, 'proagents.config.yaml');
|
|
32
32
|
if (existsSync(configPath)) {
|
|
33
|
-
console.log(chalk.green(' ✓ ') + chalk.white('proagents/proagents.config.yaml'));
|
|
33
|
+
console.log(chalk.green(' ✓ ') + chalk.white('.proagents/proagents.config.yaml'));
|
|
34
34
|
console.log(chalk.gray(' Checkpoints, git settings, parallel features, etc.\n'));
|
|
35
35
|
} else {
|
|
36
|
-
console.log(chalk.yellow(' ○ ') + chalk.white('proagents/proagents.config.yaml') + chalk.gray(' (not created)\n'));
|
|
36
|
+
console.log(chalk.yellow(' ○ ') + chalk.white('.proagents/proagents.config.yaml') + chalk.gray(' (not created)\n'));
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
// 2. AI Platforms
|
|
@@ -161,9 +161,9 @@ export function configListCommand() {
|
|
|
161
161
|
for (const item of preserved) {
|
|
162
162
|
const fullPath = join(proagentsDir, item.path);
|
|
163
163
|
if (existsSync(fullPath)) {
|
|
164
|
-
console.log(chalk.green(' ✓ ') + chalk.white(
|
|
164
|
+
console.log(chalk.green(' ✓ ') + chalk.white(`.proagents/${item.path}/`) + chalk.gray(` - ${item.desc}`));
|
|
165
165
|
} else {
|
|
166
|
-
console.log(chalk.yellow(' ○ ') + chalk.white(
|
|
166
|
+
console.log(chalk.yellow(' ○ ') + chalk.white(`.proagents/${item.path}/`) + chalk.gray(` - ${item.desc} (empty)`));
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
console.log('');
|
|
@@ -173,8 +173,8 @@ export function configListCommand() {
|
|
|
173
173
|
console.log(chalk.white('Legend: ') + chalk.green('✓ customized ') + chalk.yellow('○ using default'));
|
|
174
174
|
console.log('');
|
|
175
175
|
console.log(chalk.gray('To customize a template:'));
|
|
176
|
-
console.log(chalk.cyan(' cp proagents/config/standards/coding-standards.template.md \\'));
|
|
177
|
-
console.log(chalk.cyan(' proagents/config/standards/coding-standards.md'));
|
|
176
|
+
console.log(chalk.cyan(' cp .proagents/config/standards/coding-standards.template.md \\'));
|
|
177
|
+
console.log(chalk.cyan(' .proagents/config/standards/coding-standards.md'));
|
|
178
178
|
console.log(chalk.gray('\nThen edit the new file with your settings.\n'));
|
|
179
179
|
}
|
|
180
180
|
|
|
@@ -184,7 +184,7 @@ export function configListCommand() {
|
|
|
184
184
|
*/
|
|
185
185
|
export function configShowCommand() {
|
|
186
186
|
const targetDir = process.cwd();
|
|
187
|
-
const configPath = join(targetDir, 'proagents', 'proagents.config.yaml');
|
|
187
|
+
const configPath = join(targetDir, '.proagents', 'proagents.config.yaml');
|
|
188
188
|
|
|
189
189
|
console.log('\n' + chalk.bold.blue('ProAgents Current Configuration'));
|
|
190
190
|
console.log(chalk.blue('================================\n'));
|
|
@@ -198,7 +198,7 @@ export function configShowCommand() {
|
|
|
198
198
|
const content = readFileSync(configPath, 'utf-8');
|
|
199
199
|
const config = yaml.load(content);
|
|
200
200
|
|
|
201
|
-
console.log(chalk.cyan('File: ') + chalk.white('proagents/proagents.config.yaml\n'));
|
|
201
|
+
console.log(chalk.cyan('File: ') + chalk.white('.proagents/proagents.config.yaml\n'));
|
|
202
202
|
console.log(chalk.gray('─────────────────────────────────────────────\n'));
|
|
203
203
|
console.log(content);
|
|
204
204
|
} catch (error) {
|
|
@@ -212,7 +212,7 @@ export function configShowCommand() {
|
|
|
212
212
|
*/
|
|
213
213
|
export function configEditCommand() {
|
|
214
214
|
const targetDir = process.cwd();
|
|
215
|
-
const configPath = join(targetDir, 'proagents', 'proagents.config.yaml');
|
|
215
|
+
const configPath = join(targetDir, '.proagents', 'proagents.config.yaml');
|
|
216
216
|
|
|
217
217
|
if (!existsSync(configPath)) {
|
|
218
218
|
console.log(chalk.yellow('\nConfig file not found. Run "proagents init" first.\n'));
|
|
@@ -220,8 +220,8 @@ export function configEditCommand() {
|
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
console.log(chalk.cyan('\nTo edit configuration:\n'));
|
|
223
|
-
console.log(chalk.white(' Open: ') + chalk.green('proagents/proagents.config.yaml'));
|
|
224
|
-
console.log(chalk.white(' Docs: ') + chalk.green('proagents/config/README.md\n'));
|
|
223
|
+
console.log(chalk.white(' Open: ') + chalk.green('.proagents/proagents.config.yaml'));
|
|
224
|
+
console.log(chalk.white(' Docs: ') + chalk.green('.proagents/config/README.md\n'));
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
/**
|
|
@@ -261,7 +261,7 @@ function parseValue(value) {
|
|
|
261
261
|
*/
|
|
262
262
|
export function configSetCommand(key, value) {
|
|
263
263
|
const targetDir = process.cwd();
|
|
264
|
-
const configPath = join(targetDir, 'proagents', 'proagents.config.yaml');
|
|
264
|
+
const configPath = join(targetDir, '.proagents', 'proagents.config.yaml');
|
|
265
265
|
|
|
266
266
|
console.log('');
|
|
267
267
|
|
|
@@ -297,7 +297,7 @@ export function configSetCommand(key, value) {
|
|
|
297
297
|
*/
|
|
298
298
|
export function configGetCommand(key) {
|
|
299
299
|
const targetDir = process.cwd();
|
|
300
|
-
const configPath = join(targetDir, 'proagents', 'proagents.config.yaml');
|
|
300
|
+
const configPath = join(targetDir, '.proagents', 'proagents.config.yaml');
|
|
301
301
|
|
|
302
302
|
console.log('');
|
|
303
303
|
|
|
@@ -330,12 +330,12 @@ export function configGetCommand(key) {
|
|
|
330
330
|
*/
|
|
331
331
|
export async function configSetupCommand() {
|
|
332
332
|
const targetDir = process.cwd();
|
|
333
|
-
const configPath = join(targetDir, 'proagents', 'proagents.config.yaml');
|
|
333
|
+
const configPath = join(targetDir, '.proagents', 'proagents.config.yaml');
|
|
334
334
|
|
|
335
335
|
console.log('\n' + chalk.bold.blue('ProAgents Configuration Wizard'));
|
|
336
336
|
console.log(chalk.blue('===============================\n'));
|
|
337
337
|
|
|
338
|
-
if (!existsSync(join(targetDir, 'proagents'))) {
|
|
338
|
+
if (!existsSync(join(targetDir, '.proagents'))) {
|
|
339
339
|
console.log(chalk.yellow('ProAgents not initialized. Run "proagents init" first.\n'));
|
|
340
340
|
return;
|
|
341
341
|
}
|
|
@@ -477,7 +477,7 @@ const CUSTOMIZABLE_TEMPLATES = {
|
|
|
477
477
|
*/
|
|
478
478
|
export async function configCustomizeCommand() {
|
|
479
479
|
const targetDir = process.cwd();
|
|
480
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
480
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
481
481
|
|
|
482
482
|
console.log('\n' + chalk.bold.blue('ProAgents Template Customization'));
|
|
483
483
|
console.log(chalk.blue('=================================\n'));
|
package/lib/commands/doctor.js
CHANGED
|
@@ -23,16 +23,16 @@ const PLATFORM_FILES = {
|
|
|
23
23
|
* Check if ProAgents is installed
|
|
24
24
|
*/
|
|
25
25
|
function checkInstallation(targetDir) {
|
|
26
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
26
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
27
27
|
const configPath = join(targetDir, 'proagents.config.yaml');
|
|
28
28
|
|
|
29
29
|
const checks = [];
|
|
30
30
|
|
|
31
31
|
// Check proagents folder
|
|
32
32
|
if (existsSync(proagentsDir)) {
|
|
33
|
-
checks.push({ name: 'ProAgents folder', status: 'ok', message: '
|
|
33
|
+
checks.push({ name: 'ProAgents folder', status: 'ok', message: './.proagents/ exists' });
|
|
34
34
|
} else {
|
|
35
|
-
checks.push({ name: 'ProAgents folder', status: 'error', message: '
|
|
35
|
+
checks.push({ name: 'ProAgents folder', status: 'error', message: './.proagents/ not found. Run: npx proagents init' });
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
// Check config file
|
package/lib/commands/feature.js
CHANGED
|
@@ -7,7 +7,7 @@ import chalk from 'chalk';
|
|
|
7
7
|
*/
|
|
8
8
|
export async function featureCommand(action, name = '') {
|
|
9
9
|
const targetDir = process.cwd();
|
|
10
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
10
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
11
11
|
const activeFeaturesDir = join(proagentsDir, 'active-features');
|
|
12
12
|
|
|
13
13
|
// Check if initialized
|
|
@@ -82,7 +82,7 @@ pa:feature "${name}"
|
|
|
82
82
|
Or paste this to your AI:
|
|
83
83
|
|
|
84
84
|
I want to start a new feature: "${name}"
|
|
85
|
-
Please follow the ProAgents workflow in
|
|
85
|
+
Please follow the ProAgents workflow in ./.proagents/
|
|
86
86
|
Start with Phase 1: Analysis
|
|
87
87
|
`));
|
|
88
88
|
console.log(chalk.cyan('─'.repeat(50)) + '\n');
|
package/lib/commands/fix.js
CHANGED
|
@@ -7,7 +7,7 @@ import chalk from 'chalk';
|
|
|
7
7
|
*/
|
|
8
8
|
export async function fixCommand(description, options = {}) {
|
|
9
9
|
const targetDir = process.cwd();
|
|
10
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
10
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
11
11
|
|
|
12
12
|
// Check if initialized
|
|
13
13
|
if (!existsSync(proagentsDir)) {
|
|
@@ -27,7 +27,7 @@ export async function fixCommand(description, options = {}) {
|
|
|
27
27
|
pa:feature "Fix: ${description}"
|
|
28
28
|
|
|
29
29
|
This bug fix has been upgraded to full workflow mode.
|
|
30
|
-
Please follow all phases in
|
|
30
|
+
Please follow all phases in ./.proagents/WORKFLOW.md
|
|
31
31
|
`));
|
|
32
32
|
console.log(chalk.cyan('─'.repeat(50)) + '\n');
|
|
33
33
|
return;
|
|
@@ -45,7 +45,7 @@ Or paste this to your AI:
|
|
|
45
45
|
|
|
46
46
|
I need to fix a bug: "${description}"
|
|
47
47
|
|
|
48
|
-
Please follow the Bug Fix Fast Track in
|
|
48
|
+
Please follow the Bug Fix Fast Track in ./.proagents/workflow-modes/entry-modes.md:
|
|
49
49
|
1. Context Scan - Identify affected files
|
|
50
50
|
2. Root Cause Analysis - Find the bug source
|
|
51
51
|
3. Fix Implementation - Apply minimal fix
|
package/lib/commands/help.js
CHANGED
|
@@ -117,8 +117,8 @@ export async function helpCommand() {
|
|
|
117
117
|
// More info
|
|
118
118
|
console.log(chalk.bold.white('More Information'));
|
|
119
119
|
console.log(chalk.gray('─'.repeat(40)));
|
|
120
|
-
console.log('Documentation: ' + chalk.cyan('
|
|
121
|
-
console.log('Full Workflow: ' + chalk.cyan('
|
|
120
|
+
console.log('Documentation: ' + chalk.cyan('./.proagents/README.md'));
|
|
121
|
+
console.log('Full Workflow: ' + chalk.cyan('./.proagents/WORKFLOW.md'));
|
|
122
122
|
console.log('GitHub: ' + chalk.cyan('https://github.com/prakashpro3/proAgents'));
|
|
123
123
|
console.log('');
|
|
124
124
|
}
|
package/lib/commands/init.js
CHANGED
|
@@ -798,8 +798,8 @@ function saveProjectConfig(projectConfig, configPath) {
|
|
|
798
798
|
*/
|
|
799
799
|
export async function initCommand(options = {}) {
|
|
800
800
|
const targetDir = process.cwd();
|
|
801
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
802
|
-
const sourceDir = join(__dirname, '..', '..', 'proagents');
|
|
801
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
802
|
+
const sourceDir = join(__dirname, '..', '..', '.proagents');
|
|
803
803
|
|
|
804
804
|
console.log('\n' + chalk.bold.blue('ProAgents Initialization'));
|
|
805
805
|
console.log(chalk.blue('========================\n'));
|
|
@@ -836,7 +836,7 @@ export async function initCommand(options = {}) {
|
|
|
836
836
|
// Fresh install or force overwrite
|
|
837
837
|
console.log(chalk.gray('Copying framework files...'));
|
|
838
838
|
cpSync(sourceDir, proagentsDir, { recursive: true, force: true });
|
|
839
|
-
console.log(chalk.green('✓ Framework files copied to
|
|
839
|
+
console.log(chalk.green('✓ Framework files copied to ./.proagents/'));
|
|
840
840
|
|
|
841
841
|
// Create config if not skipped
|
|
842
842
|
if (!options.skipConfig) {
|
|
@@ -964,7 +964,7 @@ This project uses [ProAgents](https://github.com/prakashpro3/proAgents). Command
|
|
|
964
964
|
| \`pa:status\` | Show progress |
|
|
965
965
|
| \`pa:release\` | Generate release notes |
|
|
966
966
|
|
|
967
|
-
For detailed commands, see
|
|
967
|
+
For detailed commands, see \`./.proagents/PROAGENTS.md\`
|
|
968
968
|
<!-- PROAGENTS:END -->
|
|
969
969
|
|
|
970
970
|
`;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { existsSync, renameSync, readFileSync, writeFileSync } from 'fs';
|
|
2
|
+
import { join } from 'path';
|
|
3
|
+
import chalk from 'chalk';
|
|
4
|
+
import { createInterface } from 'readline';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Migrate from proagents/ to .proagents/
|
|
8
|
+
*/
|
|
9
|
+
export async function migrateCommand(options = {}) {
|
|
10
|
+
const targetDir = process.cwd();
|
|
11
|
+
const oldDir = join(targetDir, 'proagents');
|
|
12
|
+
const newDir = join(targetDir, '.proagents');
|
|
13
|
+
|
|
14
|
+
console.log(chalk.bold('\nProAgents Migration'));
|
|
15
|
+
console.log(chalk.gray('==================\n'));
|
|
16
|
+
|
|
17
|
+
// Check if migration is needed
|
|
18
|
+
const hasOldDir = existsSync(oldDir);
|
|
19
|
+
const hasNewDir = existsSync(newDir);
|
|
20
|
+
|
|
21
|
+
if (!hasOldDir && hasNewDir) {
|
|
22
|
+
console.log(chalk.green('✓ Already using .proagents/ folder. No migration needed.\n'));
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
if (!hasOldDir && !hasNewDir) {
|
|
27
|
+
console.log(chalk.yellow('⚠ No proagents folder found. Run `npx proagents init` to get started.\n'));
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
if (hasOldDir && hasNewDir) {
|
|
32
|
+
console.log(chalk.red('✗ Both proagents/ and .proagents/ folders exist.'));
|
|
33
|
+
console.log(chalk.gray(' Please manually remove one before migrating.\n'));
|
|
34
|
+
return;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// Migration needed
|
|
38
|
+
console.log(chalk.cyan('Migration detected: proagents/ → .proagents/\n'));
|
|
39
|
+
console.log(chalk.gray('This will:'));
|
|
40
|
+
console.log(chalk.gray(' 1. Rename proagents/ to .proagents/'));
|
|
41
|
+
console.log(chalk.gray(' 2. Update references in README.md'));
|
|
42
|
+
console.log(chalk.gray(' 3. Keep all your customizations intact\n'));
|
|
43
|
+
|
|
44
|
+
// Confirm unless --force
|
|
45
|
+
if (!options.force) {
|
|
46
|
+
const rl = createInterface({
|
|
47
|
+
input: process.stdin,
|
|
48
|
+
output: process.stdout
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
const answer = await new Promise(resolve => {
|
|
52
|
+
rl.question(chalk.yellow('Proceed with migration? (y/n): '), resolve);
|
|
53
|
+
});
|
|
54
|
+
rl.close();
|
|
55
|
+
|
|
56
|
+
if (answer.toLowerCase() !== 'y' && answer.toLowerCase() !== 'yes') {
|
|
57
|
+
console.log(chalk.gray('\nMigration cancelled.\n'));
|
|
58
|
+
return;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
try {
|
|
63
|
+
// 1. Rename the folder
|
|
64
|
+
console.log(chalk.gray('\nRenaming proagents/ to .proagents/...'));
|
|
65
|
+
renameSync(oldDir, newDir);
|
|
66
|
+
console.log(chalk.green('✓ Folder renamed'));
|
|
67
|
+
|
|
68
|
+
// 2. Update README.md references
|
|
69
|
+
const readmePath = join(targetDir, 'README.md');
|
|
70
|
+
if (existsSync(readmePath)) {
|
|
71
|
+
console.log(chalk.gray('Updating README.md references...'));
|
|
72
|
+
let content = readFileSync(readmePath, 'utf-8');
|
|
73
|
+
content = content.replace(/\.\/proagents\//g, './.proagents/');
|
|
74
|
+
content = content.replace(/`proagents\//g, '`.proagents/');
|
|
75
|
+
writeFileSync(readmePath, content);
|
|
76
|
+
console.log(chalk.green('✓ README.md updated'));
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// 3. Update any AI instruction files
|
|
80
|
+
const aiFiles = ['CLAUDE.md', '.cursorrules', 'CHATGPT.md', 'GEMINI.md'];
|
|
81
|
+
for (const file of aiFiles) {
|
|
82
|
+
const filePath = join(targetDir, file);
|
|
83
|
+
if (existsSync(filePath)) {
|
|
84
|
+
let content = readFileSync(filePath, 'utf-8');
|
|
85
|
+
if (content.includes('./proagents/') || content.includes('`proagents/')) {
|
|
86
|
+
content = content.replace(/\.\/proagents\//g, './.proagents/');
|
|
87
|
+
content = content.replace(/`proagents\//g, '`.proagents/');
|
|
88
|
+
writeFileSync(filePath, content);
|
|
89
|
+
console.log(chalk.green(`✓ ${file} updated`));
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
console.log(chalk.green('\n✓ Migration complete!\n'));
|
|
95
|
+
console.log(chalk.gray('Your project now uses the new .proagents/ folder structure.'));
|
|
96
|
+
console.log(chalk.gray('This follows the convention of .github/, .vscode/, .claude/, etc.\n'));
|
|
97
|
+
|
|
98
|
+
} catch (error) {
|
|
99
|
+
console.error(chalk.red('\n✗ Migration failed:'));
|
|
100
|
+
console.error(chalk.red(error.message));
|
|
101
|
+
console.log(chalk.gray('\nYou can manually rename the folder:'));
|
|
102
|
+
console.log(chalk.cyan(' mv proagents .proagents\n'));
|
|
103
|
+
}
|
|
104
|
+
}
|
package/lib/commands/status.js
CHANGED
|
@@ -7,7 +7,7 @@ import chalk from 'chalk';
|
|
|
7
7
|
*/
|
|
8
8
|
export async function statusCommand() {
|
|
9
9
|
const targetDir = process.cwd();
|
|
10
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
10
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
11
11
|
|
|
12
12
|
console.log('\n' + chalk.bold.blue('ProAgents Status'));
|
|
13
13
|
console.log(chalk.blue('═'.repeat(40)) + '\n');
|
|
@@ -24,7 +24,7 @@ const AI_FILES = [
|
|
|
24
24
|
*/
|
|
25
25
|
export async function uninstallCommand(options = {}) {
|
|
26
26
|
const targetDir = process.cwd();
|
|
27
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
27
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
28
28
|
|
|
29
29
|
console.log('\n' + chalk.bold.red('ProAgents Uninstall'));
|
|
30
30
|
console.log(chalk.red('===================\n'));
|
|
@@ -45,7 +45,7 @@ export async function uninstallCommand(options = {}) {
|
|
|
45
45
|
const question = (prompt) => new Promise(resolve => rl.question(prompt, resolve));
|
|
46
46
|
|
|
47
47
|
console.log(chalk.yellow('This will remove:'));
|
|
48
|
-
console.log(chalk.gray(' •
|
|
48
|
+
console.log(chalk.gray(' • ./.proagents/ folder'));
|
|
49
49
|
console.log(chalk.gray(' • AI instruction files (CLAUDE.md, .cursorrules, etc.)'));
|
|
50
50
|
console.log(chalk.gray(' • ProAgents section from README.md\n'));
|
|
51
51
|
|
|
@@ -63,7 +63,7 @@ export async function uninstallCommand(options = {}) {
|
|
|
63
63
|
// 1. Remove proagents folder
|
|
64
64
|
if (existsSync(proagentsDir)) {
|
|
65
65
|
rmSync(proagentsDir, { recursive: true, force: true });
|
|
66
|
-
console.log(chalk.green('✓ Removed
|
|
66
|
+
console.log(chalk.green('✓ Removed ./.proagents/ folder'));
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
// 2. Remove AI instruction files from project root
|
package/lib/commands/upgrade.js
CHANGED
|
@@ -88,8 +88,8 @@ function getPackageVersion() {
|
|
|
88
88
|
*/
|
|
89
89
|
export async function upgradeCommand(options = {}) {
|
|
90
90
|
const targetDir = process.cwd();
|
|
91
|
-
const proagentsDir = join(targetDir, 'proagents');
|
|
92
|
-
const sourceDir = join(__dirname, '..', '..', 'proagents');
|
|
91
|
+
const proagentsDir = join(targetDir, '.proagents');
|
|
92
|
+
const sourceDir = join(__dirname, '..', '..', '.proagents');
|
|
93
93
|
|
|
94
94
|
console.log(chalk.bold('\nProAgents Upgrade'));
|
|
95
95
|
console.log(chalk.gray('=================\n'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "proagents",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "AI-agnostic development workflow framework that automates the full software development lifecycle",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"files": [
|
|
15
15
|
"bin/",
|
|
16
16
|
"lib/",
|
|
17
|
-
"proagents/"
|
|
17
|
+
".proagents/"
|
|
18
18
|
],
|
|
19
19
|
"keywords": [
|
|
20
20
|
"ai",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|