proagents 1.4.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (477) hide show
  1. package/{proagents → .proagents}/.cursorrules +6 -6
  2. package/{proagents → .proagents}/.github/copilot-instructions.md +6 -6
  3. package/{proagents → .proagents}/.windsurfrules +6 -6
  4. package/{proagents → .proagents}/AI_INSTRUCTIONS.md +493 -64
  5. package/{proagents → .proagents}/ANTIGRAVITY.md +6 -6
  6. package/{proagents → .proagents}/BOLT.md +6 -6
  7. package/{proagents → .proagents}/CHATGPT.md +6 -6
  8. package/{proagents → .proagents}/CLAUDE.md +6 -6
  9. package/{proagents → .proagents}/GEMINI.md +6 -6
  10. package/{proagents → .proagents}/GROQ.md +6 -6
  11. package/{proagents → .proagents}/KIRO.md +6 -6
  12. package/{proagents → .proagents}/LOVABLE.md +6 -6
  13. package/{proagents → .proagents}/PROAGENTS.md +32 -19
  14. package/{proagents → .proagents}/README.md +1 -1
  15. package/{proagents → .proagents}/REPLIT.md +6 -6
  16. package/{proagents → .proagents}/WORKFLOW.md +1 -1
  17. package/{proagents → .proagents}/active-features/README.md +2 -2
  18. package/{proagents → .proagents}/changelog/README.md +2 -2
  19. package/{proagents → .proagents}/changelog/entry-template.md +1 -1
  20. package/{proagents → .proagents}/cli/README.md +2 -2
  21. package/{proagents → .proagents}/compliance/audit-logging.md +1 -1
  22. package/{proagents → .proagents}/config/README.md +9 -9
  23. package/{proagents → .proagents}/config/rules/README.md +3 -3
  24. package/{proagents → .proagents}/config/standards/README.md +4 -4
  25. package/{proagents → .proagents}/config/templates/README.md +3 -3
  26. package/{proagents → .proagents}/custom-commands.yaml +9 -9
  27. package/{proagents → .proagents}/database/examples/README.md +1 -1
  28. package/{proagents → .proagents}/existing-projects/coexistence-mode.md +3 -3
  29. package/{proagents → .proagents}/existing-projects/gradual-adoption.md +2 -2
  30. package/{proagents → .proagents}/existing-projects/migration-strategies.md +2 -2
  31. package/{proagents → .proagents}/existing-projects/team-onboarding.md +3 -3
  32. package/{proagents → .proagents}/existing-projects/technical-debt-handling.md +3 -3
  33. package/{proagents → .proagents}/getting-started/ide-setup.md +1 -1
  34. package/{proagents → .proagents}/getting-started/team-onboarding.md +2 -2
  35. package/{proagents → .proagents}/ide-integration/README.md +2 -2
  36. package/{proagents → .proagents}/ide-integration/continue-config.md +4 -4
  37. package/{proagents → .proagents}/integrations/README.md +2 -2
  38. package/{proagents → .proagents}/learning/README.md +2 -2
  39. package/{proagents → .proagents}/learning/reports.md +1 -1
  40. package/{proagents → .proagents}/mcp/server-config.md +1 -1
  41. package/{proagents → .proagents}/migrations/from-claude-projects.md +1 -1
  42. package/{proagents → .proagents}/migrations/from-cursor-rules.md +3 -3
  43. package/{proagents → .proagents}/migrations/from-custom-workflows.md +1 -1
  44. package/{proagents → .proagents}/multi-project/README.md +9 -9
  45. package/{proagents → .proagents}/multi-project/cross-project-deps.md +1 -1
  46. package/{proagents → .proagents}/multi-project/walkthroughs/monorepo-setup.md +17 -17
  47. package/{proagents → .proagents}/multi-project/workspace-config.md +9 -9
  48. package/{proagents → .proagents}/notifications/templates.md +2 -2
  49. package/{proagents → .proagents}/parallel-features/tracking-system.md +1 -1
  50. package/{proagents → .proagents}/proagents.config.yaml +5 -5
  51. package/{proagents → .proagents}/reporting/exports.md +1 -1
  52. package/{proagents → .proagents}/reporting/templates/README.md +1 -1
  53. package/{proagents → .proagents}/reverse-engineering/documentation-generation.md +2 -2
  54. package/{proagents → .proagents}/rules/README.md +1 -1
  55. package/{proagents → .proagents}/rules/custom-rules.md +3 -3
  56. package/{proagents → .proagents}/scaffolding/nextjs/README.md +1 -1
  57. package/{proagents → .proagents}/scaffolding/nodejs/README.md +1 -1
  58. package/{proagents → .proagents}/scaffolding/react/README.md +1 -1
  59. package/{proagents → .proagents}/scaffolding/react-native/README.md +1 -1
  60. package/{proagents → .proagents}/standards/README.md +6 -6
  61. package/{proagents → .proagents}/standards/architecture-patterns.md +6 -6
  62. package/{proagents → .proagents}/standards/examples/README.md +3 -3
  63. package/{proagents → .proagents}/team/ide-setup/cursor.md +15 -15
  64. package/README.md +25 -14
  65. package/bin/proagents.js +11 -3
  66. package/lib/commands/ai.js +4 -4
  67. package/lib/commands/config.js +17 -17
  68. package/lib/commands/doctor.js +3 -3
  69. package/lib/commands/feature.js +2 -2
  70. package/lib/commands/fix.js +3 -3
  71. package/lib/commands/help.js +2 -2
  72. package/lib/commands/init.js +4 -4
  73. package/lib/commands/migrate.js +104 -0
  74. package/lib/commands/status.js +1 -1
  75. package/lib/commands/uninstall.js +3 -3
  76. package/lib/commands/upgrade.js +2 -2
  77. package/package.json +2 -2
  78. /package/{proagents → .proagents}/.learning/global/common-patterns.json +0 -0
  79. /package/{proagents → .proagents}/.learning/global/user-preferences.json +0 -0
  80. /package/{proagents → .proagents}/.learning/projects/example-project/corrections.json +0 -0
  81. /package/{proagents → .proagents}/.learning/projects/example-project/feedback.json +0 -0
  82. /package/{proagents → .proagents}/.learning/projects/example-project/metrics.json +0 -0
  83. /package/{proagents → .proagents}/.learning/projects/example-project/patterns.json +0 -0
  84. /package/{proagents → .proagents}/.learning/schemas/README.md +0 -0
  85. /package/{proagents → .proagents}/.learning/schemas/corrections-schema.json +0 -0
  86. /package/{proagents → .proagents}/.learning/schemas/feedback-schema.json +0 -0
  87. /package/{proagents → .proagents}/.learning/schemas/metrics-schema.json +0 -0
  88. /package/{proagents → .proagents}/.learning/schemas/patterns-schema.json +0 -0
  89. /package/{proagents → .proagents}/.learning/schemas/project-patterns-schema.json +0 -0
  90. /package/{proagents → .proagents}/.learning/schemas/user-preferences-schema.json +0 -0
  91. /package/{proagents → .proagents}/GETTING-STARTED-STORY.md +0 -0
  92. /package/{proagents → .proagents}/active-features/.gitkeep +0 -0
  93. /package/{proagents → .proagents}/active-features/_index.json +0 -0
  94. /package/{proagents → .proagents}/active-features/feature-user-auth/dependencies.json +0 -0
  95. /package/{proagents → .proagents}/active-features/feature-user-auth/files-modified.json +0 -0
  96. /package/{proagents → .proagents}/active-features/feature-user-auth/status.json +0 -0
  97. /package/{proagents → .proagents}/active-features/schemas/dependencies-schema.json +0 -0
  98. /package/{proagents → .proagents}/active-features/schemas/feature-schema.json +0 -0
  99. /package/{proagents → .proagents}/active-features/schemas/files-schema.json +0 -0
  100. /package/{proagents → .proagents}/active-features/schemas/index-schema.json +0 -0
  101. /package/{proagents → .proagents}/activity.log +0 -0
  102. /package/{proagents → .proagents}/adr/README.md +0 -0
  103. /package/{proagents → .proagents}/adr/examples/api-versioning.md +0 -0
  104. /package/{proagents → .proagents}/adr/examples/database-choice.md +0 -0
  105. /package/{proagents → .proagents}/adr/template.md +0 -0
  106. /package/{proagents → .proagents}/ai-models/README.md +0 -0
  107. /package/{proagents → .proagents}/ai-models/cost-management.md +0 -0
  108. /package/{proagents → .proagents}/ai-models/fallbacks.md +0 -0
  109. /package/{proagents → .proagents}/ai-models/model-config.md +0 -0
  110. /package/{proagents → .proagents}/ai-models/task-routing.md +0 -0
  111. /package/{proagents → .proagents}/ai-training/README.md +0 -0
  112. /package/{proagents → .proagents}/ai-training/continuous-learning.md +0 -0
  113. /package/{proagents → .proagents}/ai-training/domain-knowledge.md +0 -0
  114. /package/{proagents → .proagents}/ai-training/pattern-learning.md +0 -0
  115. /package/{proagents → .proagents}/ai-training/training-data.md +0 -0
  116. /package/{proagents → .proagents}/ai-training/user-preferences.md +0 -0
  117. /package/{proagents → .proagents}/api-versioning/README.md +0 -0
  118. /package/{proagents → .proagents}/api-versioning/changelog-template.md +0 -0
  119. /package/{proagents → .proagents}/api-versioning/deprecation-workflow.md +0 -0
  120. /package/{proagents → .proagents}/api-versioning/versioning-strategy.md +0 -0
  121. /package/{proagents → .proagents}/approval-workflows/README.md +0 -0
  122. /package/{proagents → .proagents}/approval-workflows/approval-config.md +0 -0
  123. /package/{proagents → .proagents}/approval-workflows/approval-stages.md +0 -0
  124. /package/{proagents → .proagents}/approval-workflows/emergency-bypass.md +0 -0
  125. /package/{proagents → .proagents}/approval-workflows/examples.md +0 -0
  126. /package/{proagents → .proagents}/approval-workflows/notifications.md +0 -0
  127. /package/{proagents → .proagents}/automation/README.md +0 -0
  128. /package/{proagents → .proagents}/automation/ai-behavior-rules.md +0 -0
  129. /package/{proagents → .proagents}/automation/ai-prompt-injection.md +0 -0
  130. /package/{proagents → .proagents}/automation/auto-decisions.md +0 -0
  131. /package/{proagents → .proagents}/automation/decision-defaults.yaml +0 -0
  132. /package/{proagents → .proagents}/backups/README.md +0 -0
  133. /package/{proagents → .proagents}/cache/README.md +0 -0
  134. /package/{proagents → .proagents}/cache/analysis-metadata.json +0 -0
  135. /package/{proagents → .proagents}/cache/conventions.json +0 -0
  136. /package/{proagents → .proagents}/cache/dependencies.json +0 -0
  137. /package/{proagents → .proagents}/cache/features.json +0 -0
  138. /package/{proagents → .proagents}/cache/patterns.json +0 -0
  139. /package/{proagents → .proagents}/cache/schemas/conventions-schema.json +0 -0
  140. /package/{proagents → .proagents}/cache/schemas/dependencies-schema.json +0 -0
  141. /package/{proagents → .proagents}/cache/schemas/features-schema.json +0 -0
  142. /package/{proagents → .proagents}/cache/schemas/metadata-schema.json +0 -0
  143. /package/{proagents → .proagents}/cache/schemas/patterns-schema.json +0 -0
  144. /package/{proagents → .proagents}/cache/schemas/structure-schema.json +0 -0
  145. /package/{proagents → .proagents}/cache/structure.json +0 -0
  146. /package/{proagents → .proagents}/changelog/2024/01/2024-01-10-api-url-config.md +0 -0
  147. /package/{proagents → .proagents}/changelog/2024/01/2024-01-12-login-bug-fix.md +0 -0
  148. /package/{proagents → .proagents}/changelog/2024/01/2024-01-15-user-auth-feature.md +0 -0
  149. /package/{proagents → .proagents}/changelog/CHANGELOG.md +0 -0
  150. /package/{proagents → .proagents}/checklists/README.md +0 -0
  151. /package/{proagents → .proagents}/checklists/code-quality.md +0 -0
  152. /package/{proagents → .proagents}/checklists/code-review.md +0 -0
  153. /package/{proagents → .proagents}/checklists/pr-checklist.md +0 -0
  154. /package/{proagents → .proagents}/checklists/pre-deployment.md +0 -0
  155. /package/{proagents → .proagents}/checklists/pre-implementation.md +0 -0
  156. /package/{proagents → .proagents}/checklists/testing.md +0 -0
  157. /package/{proagents → .proagents}/checkpoints.json +0 -0
  158. /package/{proagents → .proagents}/cicd/README.md +0 -0
  159. /package/{proagents → .proagents}/cicd/azure-devops.md +0 -0
  160. /package/{proagents → .proagents}/cicd/github-actions.md +0 -0
  161. /package/{proagents → .proagents}/cicd/gitlab-ci.md +0 -0
  162. /package/{proagents → .proagents}/cicd/jenkins.md +0 -0
  163. /package/{proagents → .proagents}/cli/commands-reference.md +0 -0
  164. /package/{proagents → .proagents}/cli/ide-integration.md +0 -0
  165. /package/{proagents → .proagents}/cli/shortcuts.md +0 -0
  166. /package/{proagents → .proagents}/cli/slash-commands.md +0 -0
  167. /package/{proagents → .proagents}/collaboration/README.md +0 -0
  168. /package/{proagents → .proagents}/collaboration/roles.md +0 -0
  169. /package/{proagents → .proagents}/collaboration/sessions.md +0 -0
  170. /package/{proagents → .proagents}/collaboration/sync.md +0 -0
  171. /package/{proagents → .proagents}/compliance/README.md +0 -0
  172. /package/{proagents → .proagents}/compliance/access-control.md +0 -0
  173. /package/{proagents → .proagents}/compliance/compliance-frameworks.md +0 -0
  174. /package/{proagents → .proagents}/compliance/reports.md +0 -0
  175. /package/{proagents → .proagents}/compliance/retention-policies.md +0 -0
  176. /package/{proagents → .proagents}/config/integrations/README.md +0 -0
  177. /package/{proagents → .proagents}/config/integrations/github.template.yaml +0 -0
  178. /package/{proagents → .proagents}/config/integrations/jira.template.yaml +0 -0
  179. /package/{proagents → .proagents}/config/integrations/linear.template.yaml +0 -0
  180. /package/{proagents → .proagents}/config/integrations/notion.template.yaml +0 -0
  181. /package/{proagents → .proagents}/config/integrations/slack.template.yaml +0 -0
  182. /package/{proagents → .proagents}/config/rules/custom-rules.template.yaml +0 -0
  183. /package/{proagents → .proagents}/config/rules/validation-rules.template.yaml +0 -0
  184. /package/{proagents → .proagents}/config/standards/architecture-rules.template.md +0 -0
  185. /package/{proagents → .proagents}/config/standards/coding-standards.template.md +0 -0
  186. /package/{proagents → .proagents}/config/standards/naming-conventions.template.md +0 -0
  187. /package/{proagents → .proagents}/config/standards/testing-standards.template.md +0 -0
  188. /package/{proagents → .proagents}/config/templates/api-route.template.ts +0 -0
  189. /package/{proagents → .proagents}/config/templates/component.template.tsx +0 -0
  190. /package/{proagents → .proagents}/config/templates/hook.template.ts +0 -0
  191. /package/{proagents → .proagents}/config/templates/test.template.ts +0 -0
  192. /package/{proagents → .proagents}/config-versioning/README.md +0 -0
  193. /package/{proagents → .proagents}/config-versioning/changelog.md +0 -0
  194. /package/{proagents → .proagents}/config-versioning/rollback.md +0 -0
  195. /package/{proagents → .proagents}/config-versioning/versioning.md +0 -0
  196. /package/{proagents → .proagents}/context.md +0 -0
  197. /package/{proagents → .proagents}/contract-testing/README.md +0 -0
  198. /package/{proagents → .proagents}/contract-testing/contract-testing.md +0 -0
  199. /package/{proagents → .proagents}/contract-testing/pact-integration.md +0 -0
  200. /package/{proagents → .proagents}/contract-testing/schema-validation.md +0 -0
  201. /package/{proagents → .proagents}/cost/README.md +0 -0
  202. /package/{proagents → .proagents}/cost/cost-template.md +0 -0
  203. /package/{proagents → .proagents}/cost/estimation-framework.md +0 -0
  204. /package/{proagents → .proagents}/database/README.md +0 -0
  205. /package/{proagents → .proagents}/database/examples/001-create-users.sql +0 -0
  206. /package/{proagents → .proagents}/database/examples/002-add-preferences.sql +0 -0
  207. /package/{proagents → .proagents}/database/examples/003-add-index.sql +0 -0
  208. /package/{proagents → .proagents}/database/examples/004-rename-column.sql +0 -0
  209. /package/{proagents → .proagents}/database/examples/005-add-foreign-key.sql +0 -0
  210. /package/{proagents → .proagents}/database/examples/006-data-migration.sql +0 -0
  211. /package/{proagents → .proagents}/database/examples/007-drop-column.sql +0 -0
  212. /package/{proagents → .proagents}/database/migration-workflow.md +0 -0
  213. /package/{proagents → .proagents}/database/rollback-scripts.md +0 -0
  214. /package/{proagents → .proagents}/database/safety-checks.md +0 -0
  215. /package/{proagents → .proagents}/decisions.md +0 -0
  216. /package/{proagents → .proagents}/dependency-management/README.md +0 -0
  217. /package/{proagents → .proagents}/dependency-management/automation.md +0 -0
  218. /package/{proagents → .proagents}/dependency-management/compatibility.md +0 -0
  219. /package/{proagents → .proagents}/dependency-management/security-scanning.md +0 -0
  220. /package/{proagents → .proagents}/dependency-management/update-policies.md +0 -0
  221. /package/{proagents → .proagents}/disaster-recovery/README.md +0 -0
  222. /package/{proagents → .proagents}/disaster-recovery/automation.md +0 -0
  223. /package/{proagents → .proagents}/disaster-recovery/backup-recovery.md +0 -0
  224. /package/{proagents → .proagents}/disaster-recovery/incident-response.md +0 -0
  225. /package/{proagents → .proagents}/disaster-recovery/rollback-procedures.md +0 -0
  226. /package/{proagents → .proagents}/disaster-recovery/runbooks.md +0 -0
  227. /package/{proagents → .proagents}/disaster-recovery/scenarios.md +0 -0
  228. /package/{proagents → .proagents}/disaster-recovery/testing.md +0 -0
  229. /package/{proagents → .proagents}/environments/README.md +0 -0
  230. /package/{proagents → .proagents}/environments/configuration.md +0 -0
  231. /package/{proagents → .proagents}/environments/promotion.md +0 -0
  232. /package/{proagents → .proagents}/environments/setup.md +0 -0
  233. /package/{proagents → .proagents}/errors.md +0 -0
  234. /package/{proagents → .proagents}/examples/README.md +0 -0
  235. /package/{proagents → .proagents}/examples/backend-nodejs/README.md +0 -0
  236. /package/{proagents → .proagents}/examples/backend-nodejs/complete-conversation.md +0 -0
  237. /package/{proagents → .proagents}/examples/backend-nodejs/proagents.config.yaml +0 -0
  238. /package/{proagents → .proagents}/examples/backend-nodejs/workflow-example.md +0 -0
  239. /package/{proagents → .proagents}/examples/fullstack-nextjs/README.md +0 -0
  240. /package/{proagents → .proagents}/examples/fullstack-nextjs/complete-conversation.md +0 -0
  241. /package/{proagents → .proagents}/examples/fullstack-nextjs/proagents.config.yaml +0 -0
  242. /package/{proagents → .proagents}/examples/fullstack-nextjs/workflow-example.md +0 -0
  243. /package/{proagents → .proagents}/examples/mobile-react-native/README.md +0 -0
  244. /package/{proagents → .proagents}/examples/mobile-react-native/complete-conversation.md +0 -0
  245. /package/{proagents → .proagents}/examples/mobile-react-native/proagents.config.yaml +0 -0
  246. /package/{proagents → .proagents}/examples/mobile-react-native/workflow-example.md +0 -0
  247. /package/{proagents → .proagents}/examples/web-frontend-react/README.md +0 -0
  248. /package/{proagents → .proagents}/examples/web-frontend-react/complete-conversation.md +0 -0
  249. /package/{proagents → .proagents}/examples/web-frontend-react/proagents.config.yaml +0 -0
  250. /package/{proagents → .proagents}/examples/web-frontend-react/workflow-example.md +0 -0
  251. /package/{proagents → .proagents}/existing-projects/README.md +0 -0
  252. /package/{proagents → .proagents}/existing-projects/challenges.md +0 -0
  253. /package/{proagents → .proagents}/existing-projects/compatibility-assessment.md +0 -0
  254. /package/{proagents → .proagents}/existing-projects/pattern-reconciliation.md +0 -0
  255. /package/{proagents → .proagents}/feature-flags/README.md +0 -0
  256. /package/{proagents → .proagents}/feature-flags/ab-testing.md +0 -0
  257. /package/{proagents → .proagents}/feature-flags/configuration.md +0 -0
  258. /package/{proagents → .proagents}/feature-flags/kill-switches.md +0 -0
  259. /package/{proagents → .proagents}/feature-flags/rollout-strategies.md +0 -0
  260. /package/{proagents → .proagents}/feedback.md +0 -0
  261. /package/{proagents → .proagents}/getting-started/README.md +0 -0
  262. /package/{proagents → .proagents}/getting-started/ai-training-setup.md +0 -0
  263. /package/{proagents → .proagents}/getting-started/mcp-setup.md +0 -0
  264. /package/{proagents → .proagents}/getting-started/pm-integration.md +0 -0
  265. /package/{proagents → .proagents}/getting-started/prompt-engineering.md +0 -0
  266. /package/{proagents → .proagents}/git/README.md +0 -0
  267. /package/{proagents → .proagents}/git/branch-strategy.md +0 -0
  268. /package/{proagents → .proagents}/git/commit-conventions.md +0 -0
  269. /package/{proagents → .proagents}/git/pr-workflow.md +0 -0
  270. /package/{proagents → .proagents}/git/rollback-procedures.md +0 -0
  271. /package/{proagents → .proagents}/handoff.md +0 -0
  272. /package/{proagents → .proagents}/history.log +0 -0
  273. /package/{proagents → .proagents}/i18n/README.md +0 -0
  274. /package/{proagents → .proagents}/i18n/extraction.md +0 -0
  275. /package/{proagents → .proagents}/i18n/tms-integration.md +0 -0
  276. /package/{proagents → .proagents}/i18n/translation-workflow.md +0 -0
  277. /package/{proagents → .proagents}/i18n/validation.md +0 -0
  278. /package/{proagents → .proagents}/ide-integration/cline-config.md +0 -0
  279. /package/{proagents → .proagents}/ide-integration/cursor-rules.md +0 -0
  280. /package/{proagents → .proagents}/ide-integration/github-copilot.md +0 -0
  281. /package/{proagents → .proagents}/ide-integration/windsurf-rules.md +0 -0
  282. /package/{proagents → .proagents}/integrations/pm/README.md +0 -0
  283. /package/{proagents → .proagents}/learning/adaptation.md +0 -0
  284. /package/{proagents → .proagents}/learning/data-collection.md +0 -0
  285. /package/{proagents → .proagents}/learning/implementation-guide.md +0 -0
  286. /package/{proagents → .proagents}/logging/README.md +0 -0
  287. /package/{proagents → .proagents}/logging/aggregation.md +0 -0
  288. /package/{proagents → .proagents}/logging/log-levels.md +0 -0
  289. /package/{proagents → .proagents}/logging/sensitive-data.md +0 -0
  290. /package/{proagents → .proagents}/logging/structured-logging.md +0 -0
  291. /package/{proagents → .proagents}/mcp/README.md +0 -0
  292. /package/{proagents → .proagents}/mcp/context-providers.md +0 -0
  293. /package/{proagents → .proagents}/mcp/tools-definition.md +0 -0
  294. /package/{proagents → .proagents}/metrics/README.md +0 -0
  295. /package/{proagents → .proagents}/metrics/code-quality-kpis.md +0 -0
  296. /package/{proagents → .proagents}/metrics/deployment-metrics.md +0 -0
  297. /package/{proagents → .proagents}/metrics/developer-productivity.md +0 -0
  298. /package/{proagents → .proagents}/metrics/learning-effectiveness.md +0 -0
  299. /package/{proagents → .proagents}/migrations/README.md +0 -0
  300. /package/{proagents → .proagents}/monitoring/README.md +0 -0
  301. /package/{proagents → .proagents}/monitoring/alerting.md +0 -0
  302. /package/{proagents → .proagents}/monitoring/dashboards.md +0 -0
  303. /package/{proagents → .proagents}/monitoring/health-checks.md +0 -0
  304. /package/{proagents → .proagents}/monitoring/metrics.md +0 -0
  305. /package/{proagents → .proagents}/multi-project/coordinated-deploy.md +0 -0
  306. /package/{proagents → .proagents}/multi-project/unified-changelog.md +0 -0
  307. /package/{proagents → .proagents}/notifications/README.md +0 -0
  308. /package/{proagents → .proagents}/notifications/channels.md +0 -0
  309. /package/{proagents → .proagents}/notifications/preferences.md +0 -0
  310. /package/{proagents → .proagents}/notifications/routing.md +0 -0
  311. /package/{proagents → .proagents}/notifications/scheduling.md +0 -0
  312. /package/{proagents → .proagents}/offline-mode/README.md +0 -0
  313. /package/{proagents → .proagents}/offline-mode/caching.md +0 -0
  314. /package/{proagents → .proagents}/offline-mode/offline-operations.md +0 -0
  315. /package/{proagents → .proagents}/offline-mode/queue-specifications.md +0 -0
  316. /package/{proagents → .proagents}/offline-mode/sync.md +0 -0
  317. /package/{proagents → .proagents}/parallel-features/README.md +0 -0
  318. /package/{proagents → .proagents}/parallel-features/conflict-detection.md +0 -0
  319. /package/{proagents → .proagents}/parallel-features/dependency-management.md +0 -0
  320. /package/{proagents → .proagents}/parallel-features/merge-coordination.md +0 -0
  321. /package/{proagents → .proagents}/patterns/README.md +0 -0
  322. /package/{proagents → .proagents}/patterns/api-errors.md +0 -0
  323. /package/{proagents → .proagents}/patterns/async-errors.md +0 -0
  324. /package/{proagents → .proagents}/patterns/error-types.md +0 -0
  325. /package/{proagents → .proagents}/patterns/ui-errors.md +0 -0
  326. /package/{proagents → .proagents}/performance/README.md +0 -0
  327. /package/{proagents → .proagents}/performance/bundle-analysis.md +0 -0
  328. /package/{proagents → .proagents}/performance/load-testing.md +0 -0
  329. /package/{proagents → .proagents}/performance/runtime-metrics.md +0 -0
  330. /package/{proagents → .proagents}/performance/web-vitals.md +0 -0
  331. /package/{proagents → .proagents}/plugins/README.md +0 -0
  332. /package/{proagents → .proagents}/plugins/creating-plugins.md +0 -0
  333. /package/{proagents → .proagents}/plugins/plugin-api.md +0 -0
  334. /package/{proagents → .proagents}/plugins/plugin-registry.md +0 -0
  335. /package/{proagents → .proagents}/pm-integration/README.md +0 -0
  336. /package/{proagents → .proagents}/pm-integration/asana.md +0 -0
  337. /package/{proagents → .proagents}/pm-integration/github-issues.md +0 -0
  338. /package/{proagents → .proagents}/pm-integration/gitlab-issues.md +0 -0
  339. /package/{proagents → .proagents}/pm-integration/jira.md +0 -0
  340. /package/{proagents → .proagents}/pm-integration/linear.md +0 -0
  341. /package/{proagents → .proagents}/pm-integration/notion.md +0 -0
  342. /package/{proagents → .proagents}/pm-integration/sync-config.md +0 -0
  343. /package/{proagents → .proagents}/pm-integration/trello.md +0 -0
  344. /package/{proagents → .proagents}/prompts/00-init-wizard.md +0 -0
  345. /package/{proagents → .proagents}/prompts/00-init.md +0 -0
  346. /package/{proagents → .proagents}/prompts/01-analysis.md +0 -0
  347. /package/{proagents → .proagents}/prompts/02-requirements.md +0 -0
  348. /package/{proagents → .proagents}/prompts/03-ui-design.md +0 -0
  349. /package/{proagents → .proagents}/prompts/04-planning.md +0 -0
  350. /package/{proagents → .proagents}/prompts/05-implementation.md +0 -0
  351. /package/{proagents → .proagents}/prompts/06-testing.md +0 -0
  352. /package/{proagents → .proagents}/prompts/06.5-code-review.md +0 -0
  353. /package/{proagents → .proagents}/prompts/07-documentation.md +0 -0
  354. /package/{proagents → .proagents}/prompts/08-deployment.md +0 -0
  355. /package/{proagents → .proagents}/prompts/09-rollback.md +0 -0
  356. /package/{proagents → .proagents}/prompts/README.md +0 -0
  357. /package/{proagents → .proagents}/prompts/accessibility/README.md +0 -0
  358. /package/{proagents → .proagents}/prompts/accessibility/aria.md +0 -0
  359. /package/{proagents → .proagents}/prompts/accessibility/audit.md +0 -0
  360. /package/{proagents → .proagents}/prompts/accessibility/keyboard.md +0 -0
  361. /package/{proagents → .proagents}/prompts/accessibility/wcag.md +0 -0
  362. /package/{proagents → .proagents}/prompts/debugging/README.md +0 -0
  363. /package/{proagents → .proagents}/prompts/debugging/error-analysis.md +0 -0
  364. /package/{proagents → .proagents}/prompts/debugging/performance-debug.md +0 -0
  365. /package/{proagents → .proagents}/prompts/debugging/systematic.md +0 -0
  366. /package/{proagents → .proagents}/prompts/performance/README.md +0 -0
  367. /package/{proagents → .proagents}/prompts/performance/analyze.md +0 -0
  368. /package/{proagents → .proagents}/prompts/performance/optimize.md +0 -0
  369. /package/{proagents → .proagents}/prompts/refactoring/README.md +0 -0
  370. /package/{proagents → .proagents}/prompts/refactoring/architecture.md +0 -0
  371. /package/{proagents → .proagents}/prompts/refactoring/code-smells.md +0 -0
  372. /package/{proagents → .proagents}/prompts/refactoring/patterns.md +0 -0
  373. /package/{proagents → .proagents}/prompts/security-audit/README.md +0 -0
  374. /package/{proagents → .proagents}/prompts/security-audit/code-review.md +0 -0
  375. /package/{proagents → .proagents}/prompts/security-audit/vulnerability-scan.md +0 -0
  376. /package/{proagents → .proagents}/reporting/README.md +0 -0
  377. /package/{proagents → .proagents}/reporting/dashboards.md +0 -0
  378. /package/{proagents → .proagents}/reporting/quality-metrics.md +0 -0
  379. /package/{proagents → .proagents}/reporting/templates/dashboard-config.json +0 -0
  380. /package/{proagents → .proagents}/reporting/templates/metrics-queries.md +0 -0
  381. /package/{proagents → .proagents}/reporting/templates/react-dashboard.tsx +0 -0
  382. /package/{proagents → .proagents}/reporting/templates/widgets.md +0 -0
  383. /package/{proagents → .proagents}/reporting/velocity-metrics.md +0 -0
  384. /package/{proagents → .proagents}/reverse-engineering/README.md +0 -0
  385. /package/{proagents → .proagents}/reverse-engineering/architecture-extraction.md +0 -0
  386. /package/{proagents → .proagents}/reverse-engineering/code-analysis.md +0 -0
  387. /package/{proagents → .proagents}/reverse-engineering/dependency-mapping.md +0 -0
  388. /package/{proagents → .proagents}/reverse-engineering/diagram-generation.md +0 -0
  389. /package/{proagents → .proagents}/reverse-engineering/pattern-detection.md +0 -0
  390. /package/{proagents → .proagents}/reverse-engineering/quality-assessment.md +0 -0
  391. /package/{proagents → .proagents}/rules/custom-rules-template.yaml +0 -0
  392. /package/{proagents → .proagents}/rules/validation-rules-template.yaml +0 -0
  393. /package/{proagents → .proagents}/runbooks/README.md +0 -0
  394. /package/{proagents → .proagents}/runbooks/dependency-vulnerability.md +0 -0
  395. /package/{proagents → .proagents}/runbooks/incident-response.md +0 -0
  396. /package/{proagents → .proagents}/runbooks/performance-degradation.md +0 -0
  397. /package/{proagents → .proagents}/runbooks/production-debugging.md +0 -0
  398. /package/{proagents → .proagents}/scaffolding/README.md +0 -0
  399. /package/{proagents → .proagents}/scaffolding/nextjs/templates/api-route.ts.template +0 -0
  400. /package/{proagents → .proagents}/scaffolding/nextjs/templates/page.tsx.template +0 -0
  401. /package/{proagents → .proagents}/scaffolding/nextjs/templates/server-action.ts.template +0 -0
  402. /package/{proagents → .proagents}/scaffolding/nodejs/templates/controller.ts.template +0 -0
  403. /package/{proagents → .proagents}/scaffolding/nodejs/templates/repository.ts.template +0 -0
  404. /package/{proagents → .proagents}/scaffolding/nodejs/templates/service.ts.template +0 -0
  405. /package/{proagents → .proagents}/scaffolding/project-types.md +0 -0
  406. /package/{proagents → .proagents}/scaffolding/react/templates/component.tsx.template +0 -0
  407. /package/{proagents → .proagents}/scaffolding/react/templates/hook.ts.template +0 -0
  408. /package/{proagents → .proagents}/scaffolding/react/templates/service.ts.template +0 -0
  409. /package/{proagents → .proagents}/scaffolding/react/templates/test.tsx.template +0 -0
  410. /package/{proagents → .proagents}/scaffolding/react-native/templates/hook.ts.template +0 -0
  411. /package/{proagents → .proagents}/scaffolding/react-native/templates/screen.tsx.template +0 -0
  412. /package/{proagents → .proagents}/secrets/README.md +0 -0
  413. /package/{proagents → .proagents}/secrets/access-control.md +0 -0
  414. /package/{proagents → .proagents}/secrets/rotation.md +0 -0
  415. /package/{proagents → .proagents}/secrets/scanning.md +0 -0
  416. /package/{proagents → .proagents}/secrets/storage.md +0 -0
  417. /package/{proagents → .proagents}/security/README.md +0 -0
  418. /package/{proagents → .proagents}/security/owasp-checklist.md +0 -0
  419. /package/{proagents → .proagents}/security/sast-guide.md +0 -0
  420. /package/{proagents → .proagents}/security/security-report-template.md +0 -0
  421. /package/{proagents → .proagents}/security/vulnerability-scanning.md +0 -0
  422. /package/{proagents → .proagents}/sessions/README.md +0 -0
  423. /package/{proagents → .proagents}/slash-commands.json +0 -0
  424. /package/{proagents → .proagents}/sprints/README.md +0 -0
  425. /package/{proagents → .proagents}/standards/architecture-rules-template.md +0 -0
  426. /package/{proagents → .proagents}/standards/coding-standards-template.md +0 -0
  427. /package/{proagents → .proagents}/standards/examples/nodejs-api.md +0 -0
  428. /package/{proagents → .proagents}/standards/examples/react-nextjs.md +0 -0
  429. /package/{proagents → .proagents}/standards/naming-conventions-template.md +0 -0
  430. /package/{proagents → .proagents}/standards/override-system.md +0 -0
  431. /package/{proagents → .proagents}/standards/testing-standards-template.md +0 -0
  432. /package/{proagents → .proagents}/team/README.md +0 -0
  433. /package/{proagents → .proagents}/team/code-ownership.md +0 -0
  434. /package/{proagents → .proagents}/team/communication-templates.md +0 -0
  435. /package/{proagents → .proagents}/team/handoff-protocol.md +0 -0
  436. /package/{proagents → .proagents}/team/ide-setup/README.md +0 -0
  437. /package/{proagents → .proagents}/team/ide-setup/jetbrains.md +0 -0
  438. /package/{proagents → .proagents}/team/ide-setup/neovim.md +0 -0
  439. /package/{proagents → .proagents}/team/ide-setup/vscode.md +0 -0
  440. /package/{proagents → .proagents}/team/onboarding.md +0 -0
  441. /package/{proagents → .proagents}/templates/README.md +0 -0
  442. /package/{proagents → .proagents}/templates/code-review-report.md +0 -0
  443. /package/{proagents → .proagents}/templates/codebase-analysis-report.md +0 -0
  444. /package/{proagents → .proagents}/templates/deployment-checklist.md +0 -0
  445. /package/{proagents → .proagents}/templates/feature-requirements.md +0 -0
  446. /package/{proagents → .proagents}/templates/feature-status.md +0 -0
  447. /package/{proagents → .proagents}/templates/implementation-plan.md +0 -0
  448. /package/{proagents → .proagents}/templates/release-notes.md +0 -0
  449. /package/{proagents → .proagents}/templates/rollback-plan.md +0 -0
  450. /package/{proagents → .proagents}/templates/test-plan.md +0 -0
  451. /package/{proagents → .proagents}/templates/ui-specification.md +0 -0
  452. /package/{proagents → .proagents}/testing-standards/README.md +0 -0
  453. /package/{proagents → .proagents}/testing-standards/coverage-requirements.md +0 -0
  454. /package/{proagents → .proagents}/testing-standards/mocking-guidelines.md +0 -0
  455. /package/{proagents → .proagents}/testing-standards/test-naming.md +0 -0
  456. /package/{proagents → .proagents}/testing-standards/test-patterns.md +0 -0
  457. /package/{proagents → .proagents}/time-tracking.json +0 -0
  458. /package/{proagents → .proagents}/troubleshooting/README.md +0 -0
  459. /package/{proagents → .proagents}/troubleshooting/ai-issues.md +0 -0
  460. /package/{proagents → .proagents}/troubleshooting/workflow-issues.md +0 -0
  461. /package/{proagents → .proagents}/ui-integration/README.md +0 -0
  462. /package/{proagents → .proagents}/ui-integration/figma-guide.md +0 -0
  463. /package/{proagents → .proagents}/ui-integration/manual-export-guide.md +0 -0
  464. /package/{proagents → .proagents}/ui-integration/sketch-interpretation.md +0 -0
  465. /package/{proagents → .proagents}/watchlist.yaml +0 -0
  466. /package/{proagents → .proagents}/webhooks/README.md +0 -0
  467. /package/{proagents → .proagents}/webhooks/endpoints.md +0 -0
  468. /package/{proagents → .proagents}/webhooks/events.md +0 -0
  469. /package/{proagents → .proagents}/webhooks/payloads.md +0 -0
  470. /package/{proagents → .proagents}/webhooks/reliability.md +0 -0
  471. /package/{proagents → .proagents}/webhooks/security.md +0 -0
  472. /package/{proagents → .proagents}/workflow-modes/README.md +0 -0
  473. /package/{proagents → .proagents}/workflow-modes/deferred-tracking.md +0 -0
  474. /package/{proagents → .proagents}/workflow-modes/entry-modes.md +0 -0
  475. /package/{proagents → .proagents}/workflow-modes/guardrails.md +0 -0
  476. /package/{proagents → .proagents}/workflow-modes/mode-detection.md +0 -0
  477. /package/{proagents → .proagents}/workflow-modes/mode-switching.md +0 -0
@@ -16,19 +16,19 @@ This project uses ProAgents - an AI-agnostic development workflow framework.
16
16
 
17
17
  ## Full Command Reference
18
18
 
19
- For complete command list, see: `./proagents/AI_INSTRUCTIONS.md`
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 `./proagents/prompts/` or `./proagents/workflow-modes/`
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 `./proagents/proagents.config.yaml`
25
+ 3. Use project config from `./.proagents/proagents.config.yaml`
26
26
 
27
27
  ## Key Files
28
28
 
29
- - `./proagents/AI_INSTRUCTIONS.md` - Complete command reference
30
- - `./proagents/WORKFLOW.md` - Full 10-phase workflow
31
- - `./proagents/prompts/` - Phase-specific prompts
29
+ - `./.proagents/AI_INSTRUCTIONS.md` - Complete command reference
30
+ - `./.proagents/WORKFLOW.md` - Full 10-phase workflow
31
+ - `./.proagents/prompts/` - Phase-specific prompts
32
32
 
33
33
  ## Note
34
34
 
@@ -16,16 +16,16 @@ This project uses ProAgents - an AI-agnostic development workflow framework.
16
16
 
17
17
  ## Full Command Reference
18
18
 
19
- For complete command list, see: `./proagents/AI_INSTRUCTIONS.md`
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 `./proagents/prompts/` or `./proagents/workflow-modes/`
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 `./proagents/proagents.config.yaml`
25
+ 3. Use project config from `./.proagents/proagents.config.yaml`
26
26
 
27
27
  ## Key Files
28
28
 
29
- - `./proagents/AI_INSTRUCTIONS.md` - Complete command reference
30
- - `./proagents/WORKFLOW.md` - Full 10-phase workflow
31
- - `./proagents/prompts/` - Phase-specific prompts
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: `./proagents/AI_INSTRUCTIONS.md`
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 `./proagents/prompts/` or `./proagents/workflow-modes/`
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 `./proagents/proagents.config.yaml`
25
+ 3. Use project config from `./.proagents/proagents.config.yaml`
26
26
 
27
27
  ## Key Files
28
28
 
29
- - `./proagents/AI_INSTRUCTIONS.md` - Complete command reference
30
- - `./proagents/WORKFLOW.md` - Full 10-phase workflow
31
- - `./proagents/prompts/` - Phase-specific prompts
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: `./proagents/AI_INSTRUCTIONS.md`
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 `./proagents/prompts/` or `./proagents/workflow-modes/`
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 `./proagents/proagents.config.yaml`
25
+ 3. Use project config from `./.proagents/proagents.config.yaml`
26
26
 
27
27
  ## Key Files
28
28
 
29
- - `./proagents/AI_INSTRUCTIONS.md` - Complete command reference
30
- - `./proagents/WORKFLOW.md` - Full 10-phase workflow
31
- - `./proagents/prompts/` - Phase-specific prompts
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: `./proagents/AI_INSTRUCTIONS.md`
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 `./proagents/prompts/` or `./proagents/workflow-modes/`
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 `./proagents/proagents.config.yaml`
25
+ 3. Use project config from `./.proagents/proagents.config.yaml`
26
26
 
27
27
  ## Key Files
28
28
 
29
- - `./proagents/AI_INSTRUCTIONS.md` - Complete command reference
30
- - `./proagents/WORKFLOW.md` - Full 10-phase workflow
31
- - `./proagents/prompts/` - Phase-specific prompts
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: `./proagents/AI_INSTRUCTIONS.md`
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 `./proagents/prompts/` or `./proagents/workflow-modes/`
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 `./proagents/proagents.config.yaml`
25
+ 3. Use project config from `./.proagents/proagents.config.yaml`
26
26
 
27
27
  ## Key Files
28
28
 
29
- - `./proagents/AI_INSTRUCTIONS.md` - Complete command reference
30
- - `./proagents/WORKFLOW.md` - Full 10-phase workflow
31
- - `./proagents/prompts/` - Phase-specific prompts
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: `./proagents/AI_INSTRUCTIONS.md`
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 `./proagents/prompts/` or `./proagents/workflow-modes/`
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 `./proagents/proagents.config.yaml`
25
+ 3. Use project config from `./.proagents/proagents.config.yaml`
26
26
 
27
27
  ## Key Files
28
28
 
29
- - `./proagents/AI_INSTRUCTIONS.md` - Complete command reference
30
- - `./proagents/WORKFLOW.md` - Full 10-phase workflow
31
- - `./proagents/prompts/` - Phase-specific prompts
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: `./proagents/AI_INSTRUCTIONS.md`
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 `./proagents/prompts/` or `./proagents/workflow-modes/`
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 `./proagents/proagents.config.yaml`
25
+ 3. Use project config from `./.proagents/proagents.config.yaml`
26
26
 
27
27
  ## Key Files
28
28
 
29
- - `./proagents/AI_INSTRUCTIONS.md` - Complete command reference
30
- - `./proagents/WORKFLOW.md` - Full 10-phase workflow
31
- - `./proagents/prompts/` - Phase-specific prompts
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 `./proagents/activity.log` before executing commands, and log your actions after completing them.
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 `./proagents/active-features/feature-[name]/`, analyze codebase, implement feature |
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 → `./proagents/cache/` |
18
- | `pa:requirements` | Gather requirements → `./proagents/active-features/` |
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 `./proagents/active-features/*/status.json`, show progress |
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 `./proagents/activity.log` |
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 → `./proagents/handoff.md` |
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 → `./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` |
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 → `./proagents/sprints/` |
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 → `./proagents/time-tracking.json` |
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
 
@@ -257,15 +257,28 @@ Execute these commands when user types them (prefix: `pa:`):
257
257
  | `pa:alias-add` | Add custom alias |
258
258
  | `pa:alias-remove` | Remove custom alias |
259
259
 
260
+ ## Mobile Test Suite (React Native)
261
+
262
+ | Command | What to Do |
263
+ |---------|------------|
264
+ | `pa:test-mobile` | Run full mobile test suite (unit, component, E2E, visual) |
265
+ | `pa:test-mobile "feature"` | Test specific feature only |
266
+ | `pa:test-visual` | Visual/design comparison testing |
267
+ | `pa:test-auto-fix` | Auto-fix failing tests |
268
+ | `pa:test-loop` | Test → Fix → Retest loop until all pass |
269
+ | `pa:compare-figma` | Compare UI against Figma design |
270
+ | `pa:compare-image "path"` | Compare UI against image/sketch |
271
+ | `pa:screenshot` | Take app screenshots for comparison |
272
+
260
273
  ## Key Files to Read
261
274
 
262
275
  | File | Purpose |
263
276
  |------|---------|
264
- | `./proagents/context.md` | Persistent project context (READ FIRST!) |
265
- | `./proagents/feedback.md` | Past corrections - don't repeat mistakes |
266
- | `./proagents/watchlist.yaml` | Files requiring confirmation before changes |
267
- | `./proagents/errors.md` | Past errors and solutions |
268
- | `./proagents/decisions.md` | Architectural decisions and reasoning |
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 |
269
282
 
270
283
  ## Feature Workflow
271
284
 
@@ -290,7 +303,7 @@ Execute these commands when user types them (prefix: `pa:`):
290
303
  |----------|----------|
291
304
  | Changelog | `./CHANGELOG.md` |
292
305
  | Release Notes | `./RELEASE_NOTES.md` |
293
- | Feature Status | `./proagents/active-features/` |
306
+ | Feature Status | `./.proagents/active-features/` |
294
307
 
295
308
  ## Examples
296
309
 
@@ -91,7 +91,7 @@ git:
91
91
 
92
92
  ## Support
93
93
 
94
- - [GitHub Issues](https://github.com/proagents/proagents/issues)
94
+ - [GitHub Issues](https://github.com/.proagents/proagents/issues)
95
95
  - [Documentation](./WORKFLOW.md)
96
96
 
97
97
  ---
@@ -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: `./proagents/AI_INSTRUCTIONS.md`
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 `./proagents/prompts/` or `./proagents/workflow-modes/`
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 `./proagents/proagents.config.yaml`
25
+ 3. Use project config from `./.proagents/proagents.config.yaml`
26
26
 
27
27
  ## Key Files
28
28
 
29
- - `./proagents/AI_INSTRUCTIONS.md` - Complete command reference
30
- - `./proagents/WORKFLOW.md` - Full 10-phase workflow
31
- - `./proagents/prompts/` - Phase-specific prompts
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
- /proagents/active-features/
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
- /proagents/changelog/
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
 
@@ -237,7 +237,7 @@ config, api, infrastructure
237
237
  ## File Structure
238
238
 
239
239
  ```
240
- /proagents/changelog/
240
+ /.proagents/changelog/
241
241
  ├── 2024/
242
242
  │ ├── 01/
243
243
  │ │ ├── 2024-01-15-user-profile.md
@@ -59,7 +59,7 @@ npx proagents <command>
59
59
 
60
60
  ```bash
61
61
  # Clone repository
62
- git clone https://github.com/proagents/cli.git
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
- /proagents/
84
+ /.proagents/
85
85
  ├── proagents.config.yaml # Configuration
86
86
  ├── prompts/ # AI prompts
87
87
  ├── templates/ # Output templates
@@ -197,7 +197,7 @@ verification:
197
197
  ### Storage Structure
198
198
 
199
199
  ```
200
- /proagents/.audit/
200
+ /.proagents/.audit/
201
201
  ├── logs/
202
202
  │ ├── 2024/
203
203
  │ │ ├── 01/
@@ -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 `/proagents/standards/examples/`
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 ./proagents/activity.log for today's entries"
20
- - "Read ./proagents/active-features/ for current work"
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 ./proagents/sessions/"
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: "./proagents/sprint-reviews/YYYY-MM-DD.md"
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 ./proagents/tech-debt.md"
40
- output: "./proagents/tech-debt.md"
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 ./proagents/checklists/security.md"
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
- - "./proagents/security/owasp-checklist.md"
52
- output: "./proagents/security-report.md"
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
  ---