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
@@ -9,32 +9,32 @@ This project uses ProAgents - an AI-agnostic development workflow framework.
9
9
  ### Before executing ANY `pa:` command:
10
10
 
11
11
  1. **Read fresh state from files** - Never rely on previous knowledge
12
- 2. **Read project context** - Read `./proagents/context.md` for persistent project knowledge
13
- 3. **Check the activity log** - Read `./proagents/activity.log` to see recent AI actions
12
+ 2. **Read project context** - Read `./.proagents/context.md` for persistent project knowledge
13
+ 3. **Check the activity log** - Read `./.proagents/activity.log` to see recent AI actions
14
14
  4. **Key files to check:**
15
- - `./proagents/context.md` - Persistent project context (READ FIRST!)
16
- - `./proagents/activity.log` - Recent AI activity
17
- - `./proagents/watchlist.yaml` - Files requiring confirmation before changes
18
- - `./proagents/proagents.config.yaml` - Project and platform config
19
- - `./proagents/active-features/` - Active feature status
15
+ - `./.proagents/context.md` - Persistent project context (READ FIRST!)
16
+ - `./.proagents/activity.log` - Recent AI activity
17
+ - `./.proagents/watchlist.yaml` - Files requiring confirmation before changes
18
+ - `./.proagents/proagents.config.yaml` - Project and platform config
19
+ - `./.proagents/active-features/` - Active feature status
20
20
  - `./CHANGELOG.md` - Recent changes
21
- - `./proagents/feedback.md` - Past corrections and preferences (LEARN FROM THESE!)
21
+ - `./.proagents/feedback.md` - Past corrections and preferences (LEARN FROM THESE!)
22
22
 
23
23
  ### AI Feedback & Learning
24
24
 
25
- Before starting work, check `./proagents/feedback.md` for:
25
+ Before starting work, check `./.proagents/feedback.md` for:
26
26
  - **Corrections**: Mistakes other AIs made - don't repeat them!
27
27
  - **Preferences**: How the user/team prefers things done
28
28
  - **Patterns**: What worked well in this project
29
29
 
30
30
  When you receive feedback or correction from the user:
31
- 1. Log it in `./proagents/feedback.md` using `pa:feedback`
31
+ 1. Log it in `./.proagents/feedback.md` using `pa:feedback`
32
32
  2. Apply the learning to your current work
33
33
  3. Avoid making the same mistake again
34
34
 
35
35
  ### File Watch List
36
36
 
37
- Before modifying ANY file, check `./proagents/watchlist.yaml`:
37
+ Before modifying ANY file, check `./.proagents/watchlist.yaml`:
38
38
 
39
39
  - **critical**: Ask user for confirmation before modifying
40
40
  - **review_required**: Warn user and explain changes before modifying
@@ -48,7 +48,7 @@ If a file matches a pattern, inform the user:
48
48
 
49
49
  ### After completing ANY `pa:` command:
50
50
 
51
- **ALWAYS log your activity** to `./proagents/activity.log`:
51
+ **ALWAYS log your activity** to `./.proagents/activity.log`:
52
52
 
53
53
  ```
54
54
  [TIMESTAMP] [AI_PLATFORM:MODEL] [COMMAND] Description
@@ -68,7 +68,7 @@ Keep log entries concise (one line). Other AIs will read this to understand rece
68
68
 
69
69
  ### Command History
70
70
 
71
- Also log commands to `./proagents/history.log` with their results:
71
+ Also log commands to `./.proagents/history.log` with their results:
72
72
 
73
73
  ```
74
74
  [TIMESTAMP] [AI:MODEL] COMMAND → RESULT
@@ -86,7 +86,7 @@ This helps track what commands were run and their outcomes.
86
86
 
87
87
  ### Lock File for Active Work
88
88
 
89
- When starting a major task (feature, large fix, refactoring), create a lock file at `./proagents/.lock`:
89
+ When starting a major task (feature, large fix, refactoring), create a lock file at `./.proagents/.lock`:
90
90
 
91
91
  ```yaml
92
92
  locked_by: Claude # Your AI platform
@@ -101,12 +101,12 @@ expires: 2024-03-06T17:10:00 # Auto-expires after 2 hours
101
101
  ```
102
102
 
103
103
  **Before starting major work:**
104
- 1. Check if `./proagents/.lock` exists
104
+ 1. Check if `./.proagents/.lock` exists
105
105
  2. If locked by another AI, inform user: "Project is locked by [AI] working on [task]. Wait or ask user to override."
106
106
  3. If lock is expired (past `expires` time), you may delete it and proceed
107
107
 
108
108
  **After completing work:**
109
- 1. Delete the `./proagents/.lock` file
109
+ 1. Delete the `./.proagents/.lock` file
110
110
  2. Log completion in activity.log
111
111
 
112
112
  ### Conflict Detection
@@ -145,7 +145,7 @@ This helps other AIs detect conflicts.
145
145
 
146
146
  ### Handoff Notes
147
147
 
148
- When ending a session or switching to another AI, create handoff notes at `./proagents/handoff.md`:
148
+ When ending a session or switching to another AI, create handoff notes at `./.proagents/handoff.md`:
149
149
 
150
150
  **For `pa:handoff`** - Create/update handoff notes:
151
151
  ```markdown
@@ -190,7 +190,7 @@ Updated: 2024-03-06 15:30 by Claude (opus-4)
190
190
 
191
191
  ### Session Summary
192
192
 
193
- **For `pa:session-end`** - Generate and save a session summary to `./proagents/sessions/`:
193
+ **For `pa:session-end`** - Generate and save a session summary to `./.proagents/sessions/`:
194
194
 
195
195
  ```markdown
196
196
  # Session Summary
@@ -222,7 +222,7 @@ AI: Claude (opus-4)
222
222
  3. Write integration tests
223
223
  ```
224
224
 
225
- Save to: `./proagents/sessions/YYYY-MM-DD-HHMMSS.md`
225
+ Save to: `./.proagents/sessions/YYYY-MM-DD-HHMMSS.md`
226
226
 
227
227
  ## Command Recognition
228
228
 
@@ -280,31 +280,31 @@ Run individual phases of the development workflow:
280
280
  **How to execute Workflow Phase commands:**
281
281
 
282
282
  For `pa:analyze`:
283
- 1. Read `./proagents/prompts/01-analysis.md` for analysis workflow
283
+ 1. Read `./.proagents/prompts/01-analysis.md` for analysis workflow
284
284
  2. Scan project structure, dependencies, patterns
285
- 3. Cache results in `./proagents/cache/`
285
+ 3. Cache results in `./.proagents/cache/`
286
286
  4. Output analysis report
287
287
 
288
288
  For `pa:requirements`:
289
- 1. Read `./proagents/prompts/02-requirements.md`
290
- 2. If feature name provided, create `./proagents/active-features/feature-{name}/requirements.md`
289
+ 1. Read `./.proagents/prompts/02-requirements.md`
290
+ 2. If feature name provided, create `./.proagents/active-features/feature-{name}/requirements.md`
291
291
  3. Gather user stories, acceptance criteria, constraints
292
292
  4. Output requirements document
293
293
 
294
294
  For `pa:design`:
295
- 1. Read `./proagents/prompts/03-ui-design.md`
295
+ 1. Read `./.proagents/prompts/03-ui-design.md`
296
296
  2. Check for design inputs (Figma, sketches, exports)
297
297
  3. Create component specifications
298
298
  4. Output design document
299
299
 
300
300
  For `pa:plan`:
301
- 1. Read `./proagents/prompts/04-planning.md`
301
+ 1. Read `./.proagents/prompts/04-planning.md`
302
302
  2. Create implementation plan with task breakdown
303
303
  3. Identify dependencies and risks
304
- 4. Save to `./proagents/active-features/feature-{name}/implementation-plan.md`
304
+ 4. Save to `./.proagents/active-features/feature-{name}/implementation-plan.md`
305
305
 
306
306
  For `pa:implement`:
307
- 1. Read `./proagents/prompts/05-implementation.md`
307
+ 1. Read `./.proagents/prompts/05-implementation.md`
308
308
  2. Follow existing project patterns
309
309
  3. Implement code changes
310
310
  4. Log progress to activity.log
@@ -349,15 +349,15 @@ For `pa:implement`:
349
349
  **How to execute Navigation commands:**
350
350
 
351
351
  For `pa:next`:
352
- 1. Read `./proagents/active-features/*/status.json` to find current feature
352
+ 1. Read `./.proagents/active-features/*/status.json` to find current feature
353
353
  2. Identify current phase from status
354
354
  3. Show what the next step/phase is
355
355
  4. Provide guidance for the next action
356
356
 
357
357
  For `pa:resume`:
358
- 1. Read `./proagents/active-features/` to find paused features
358
+ 1. Read `./.proagents/active-features/` to find paused features
359
359
  2. Read feature's `status.json` for last phase and progress
360
- 3. Read `./proagents/handoff.md` for context
360
+ 3. Read `./.proagents/handoff.md` for context
361
361
  4. Continue from where it was left off
362
362
 
363
363
  For `pa:skip`:
@@ -374,7 +374,7 @@ For `pa:back`:
374
374
  4. Reload context from previous phase
375
375
 
376
376
  For `pa:progress`:
377
- 1. Read `./proagents/active-features/*/status.json`
377
+ 1. Read `./.proagents/active-features/*/status.json`
378
378
  2. Calculate percentage complete (current_phase / total_phases)
379
379
  3. Display visual progress bar:
380
380
  ```
@@ -399,24 +399,24 @@ For `pa:progress`:
399
399
  **How to execute Context & History commands:**
400
400
 
401
401
  For `pa:context`:
402
- 1. Read `./proagents/context.md`
402
+ 1. Read `./.proagents/context.md`
403
403
  2. Display current project context summary
404
404
  3. Show last updated timestamp
405
405
 
406
406
  For `pa:diff`:
407
- 1. Read `./proagents/activity.log` for last session timestamp
407
+ 1. Read `./.proagents/activity.log` for last session timestamp
408
408
  2. Run `git diff` from that point
409
409
  3. Summarize changes by file/module
410
410
  4. Highlight significant changes
411
411
 
412
412
  For `pa:history`:
413
- 1. Read `./proagents/history.log`
413
+ 1. Read `./.proagents/history.log`
414
414
  2. Show recent commands with their results
415
415
  3. Format: `[timestamp] command → result`
416
416
 
417
417
  For `pa:checkpoint`:
418
418
  1. Create git commit with message "checkpoint: [description]"
419
- 2. Save checkpoint info to `./proagents/checkpoints.json`:
419
+ 2. Save checkpoint info to `./.proagents/checkpoints.json`:
420
420
  ```json
421
421
  {
422
422
  "checkpoints": [
@@ -434,7 +434,7 @@ For `pa:checkpoint`:
434
434
  3. Log to activity.log
435
435
 
436
436
  For `pa:undo`:
437
- 1. Read last action from `./proagents/activity.log`
437
+ 1. Read last action from `./.proagents/activity.log`
438
438
  2. If file changes, run `git checkout` to revert
439
439
  3. If multiple files, offer selective undo
440
440
  4. Update activity.log with undo entry
@@ -452,7 +452,7 @@ For `pa:undo`:
452
452
  **How to execute Sprint commands:**
453
453
 
454
454
  For `pa:sprint-start`:
455
- 1. Create `./proagents/sprints/sprint-{number}.json`:
455
+ 1. Create `./.proagents/sprints/sprint-{number}.json`:
456
456
  ```json
457
457
  {
458
458
  "sprint_number": 1,
@@ -469,7 +469,7 @@ For `pa:sprint-start`:
469
469
  For `pa:sprint-end`:
470
470
  1. Read current sprint file
471
471
  2. Calculate metrics (completed features, velocity)
472
- 3. Generate sprint summary → `./proagents/sprints/sprint-{n}-summary.md`
472
+ 3. Generate sprint summary → `./.proagents/sprints/sprint-{n}-summary.md`
473
473
  4. Archive sprint
474
474
 
475
475
  For `pa:estimate`:
@@ -479,7 +479,7 @@ For `pa:estimate`:
479
479
  4. Save estimate to feature status.json
480
480
 
481
481
  For `pa:velocity`:
482
- 1. Read completed sprints from `./proagents/sprints/`
482
+ 1. Read completed sprints from `./.proagents/sprints/`
483
483
  2. Calculate average story points per sprint
484
484
  3. Show velocity chart/trend
485
485
 
@@ -539,7 +539,7 @@ For `pa:metrics`:
539
539
  - Cyclomatic complexity
540
540
  - Code duplication
541
541
  - Function/file sizes
542
- 2. Save to `./proagents/metrics/latest.json`
542
+ 2. Save to `./.proagents/metrics/latest.json`
543
543
  3. Display summary with warnings for issues
544
544
 
545
545
  For `pa:coverage`:
@@ -585,8 +585,8 @@ For `pa:deps-security`:
585
585
  **How to execute Code Generation commands:**
586
586
 
587
587
  For `pa:generate-component`:
588
- 1. Read project type and patterns from `./proagents/cache/patterns.json`
589
- 2. Use template from `./proagents/scaffolding/` matching project type
588
+ 1. Read project type and patterns from `./.proagents/cache/patterns.json`
589
+ 2. Use template from `./.proagents/scaffolding/` matching project type
590
590
  3. Apply project naming conventions
591
591
  4. Create component file with:
592
592
  - Component code
@@ -666,7 +666,7 @@ For `pa:cleanup`:
666
666
  **How to execute Time Tracking commands:**
667
667
 
668
668
  For `pa:time-start`:
669
- 1. Create/update `./proagents/time-tracking.json`:
669
+ 1. Create/update `./.proagents/time-tracking.json`:
670
670
  ```json
671
671
  {
672
672
  "current": {
@@ -862,8 +862,8 @@ For `pa:import`:
862
862
  4. Report what was imported
863
863
 
864
864
  For `pa:backup`:
865
- 1. Create timestamped backup of entire proagents/ folder
866
- 2. Save to `./proagents/backups/` or specified location
865
+ 1. Create timestamped backup of entire .proagents/ folder
866
+ 2. Save to `./.proagents/backups/` or specified location
867
867
  3. Compress if large
868
868
  4. Maintain rolling backups (keep last N)
869
869
 
@@ -880,7 +880,7 @@ For `pa:backup`:
880
880
 
881
881
  For `pa:learn`:
882
882
  1. Parse the pattern description
883
- 2. Add to `./proagents/.learning/`:
883
+ 2. Add to `./.proagents/.learning/`:
884
884
  ```json
885
885
  {
886
886
  "pattern": "Always use React Query for API calls",
@@ -1975,6 +1975,435 @@ For `pa:alias-add`:
1975
1975
  Runs: pa:test && pa:build && pa:deploy
1976
1976
  ```
1977
1977
 
1978
+ ### Mobile Test Suite (React Native / Mobile Apps)
1979
+ | Command | Action |
1980
+ |---------|--------|
1981
+ | `pa:test-mobile` | Run full mobile test suite |
1982
+ | `pa:test-mobile "feature"` | Test specific feature |
1983
+ | `pa:test-visual` | Visual/design comparison testing |
1984
+ | `pa:test-auto-fix` | Auto-fix failing tests |
1985
+ | `pa:test-loop` | Test → Fix → Retest loop until success |
1986
+ | `pa:compare-figma` | Compare UI against Figma design |
1987
+ | `pa:compare-image "path"` | Compare UI against image/sketch |
1988
+ | `pa:screenshot` | Take app screenshots for comparison |
1989
+
1990
+ **How to execute Mobile Test Suite commands:**
1991
+
1992
+ For `pa:test-mobile`:
1993
+ 1. Run comprehensive mobile test suite:
1994
+ ```
1995
+ Mobile Test Suite
1996
+ ═════════════════
1997
+
1998
+ Running full test suite for: feature/user-auth
1999
+
2000
+ Phase 1: Unit Tests
2001
+ ───────────────────
2002
+ ✓ AuthService.login() - 5 tests passed
2003
+ ✓ AuthService.logout() - 3 tests passed
2004
+ ✓ TokenManager - 8 tests passed
2005
+ ✓ UserStore - 12 tests passed
2006
+
2007
+ Phase 2: Component Tests
2008
+ ────────────────────────
2009
+ ✓ LoginScreen - renders correctly
2010
+ ✓ LoginScreen - validates email format
2011
+ ✓ LoginScreen - shows error on invalid credentials
2012
+ ✓ SignupScreen - all fields required
2013
+ ✓ ProfileScreen - displays user data
2014
+
2015
+ Phase 3: Integration Tests
2016
+ ──────────────────────────
2017
+ ✓ Login flow end-to-end
2018
+ ✓ Token refresh on expiry
2019
+ ✓ Logout clears all data
2020
+ ✗ FAILED: Password reset flow
2021
+ → Error: Reset email not sent
2022
+
2023
+ Phase 4: E2E Tests (Maestro/Detox)
2024
+ ──────────────────────────────────
2025
+ ✓ User can login with valid credentials
2026
+ ✓ User sees error with invalid password
2027
+ ✗ FAILED: User can reset password
2028
+ → Button not found: "Send Reset Email"
2029
+
2030
+ Phase 5: Visual Tests
2031
+ ─────────────────────
2032
+ ✓ LoginScreen matches design
2033
+ ✗ FAILED: SignupScreen has visual differences
2034
+ → Button color: expected #007AFF, got #0066CC
2035
+ → Font size: expected 16px, got 14px
2036
+
2037
+ ══════════════════════════════════════════
2038
+ RESULTS: 35/38 tests passed (3 failed)
2039
+ ══════════════════════════════════════════
2040
+
2041
+ Failed Tests:
2042
+ 1. Integration: Password reset flow
2043
+ 2. E2E: User can reset password
2044
+ 3. Visual: SignupScreen design mismatch
2045
+
2046
+ Run `pa:test-auto-fix` to automatically fix these issues.
2047
+ ```
2048
+
2049
+ 2. Generate detailed test report at `./.proagents/test-reports/mobile-{timestamp}.md`
2050
+
2051
+ For `pa:test-visual`:
2052
+ 1. Take screenshots of all screens/components
2053
+ 2. Compare against design references:
2054
+ ```
2055
+ Visual Design Testing
2056
+ ═════════════════════
2057
+
2058
+ Comparing app UI against design references...
2059
+
2060
+ Design Source: ./designs/ (Figma exports)
2061
+
2062
+ Screen: LoginScreen
2063
+ ───────────────────
2064
+ ✓ Layout matches design
2065
+ ✓ Colors match design tokens
2066
+ ✓ Typography correct
2067
+ ✓ Spacing/padding correct
2068
+ ✓ Button styles match
2069
+
2070
+ Screen: SignupScreen
2071
+ ────────────────────
2072
+ ✗ MISMATCH DETECTED
2073
+
2074
+ Differences found:
2075
+ ┌─────────────────┬──────────────┬──────────────┐
2076
+ │ Element │ Expected │ Actual │
2077
+ ├─────────────────┼──────────────┼──────────────┤
2078
+ │ Submit Button │ #007AFF │ #0066CC │
2079
+ │ Title Font │ 24px Bold │ 22px Regular │
2080
+ │ Input Height │ 48px │ 44px │
2081
+ │ Bottom Margin │ 16px │ 12px │
2082
+ └─────────────────┴──────────────┴──────────────┘
2083
+
2084
+ Screenshot saved: ./.proagents/test-reports/visual/signup-diff.png
2085
+
2086
+ Screen: ProfileScreen
2087
+ ─────────────────────
2088
+ ✓ All elements match design
2089
+
2090
+ ══════════════════════════════════════════
2091
+ VISUAL TEST RESULTS: 2/3 screens passed
2092
+ ══════════════════════════════════════════
2093
+
2094
+ Run `pa:test-auto-fix` to fix visual issues automatically.
2095
+ ```
2096
+
2097
+ For `pa:test-auto-fix`:
2098
+ 1. Analyze failing tests
2099
+ 2. Identify root cause
2100
+ 3. Generate and apply fixes:
2101
+ ```
2102
+ Auto-Fix Mode
2103
+ ═════════════
2104
+
2105
+ Analyzing 3 failing tests...
2106
+
2107
+ Fix 1: Password reset flow
2108
+ ──────────────────────────
2109
+ Root Cause: API endpoint missing in AuthService
2110
+
2111
+ Applying fix to: src/services/AuthService.ts
2112
+ + async resetPassword(email: string): Promise<void> {
2113
+ + const response = await api.post('/auth/reset-password', { email });
2114
+ + if (!response.ok) throw new Error('Reset failed');
2115
+ + }
2116
+
2117
+ ✓ Fix applied
2118
+
2119
+ Fix 2: Reset button not found
2120
+ ─────────────────────────────
2121
+ Root Cause: Button testID missing
2122
+
2123
+ Applying fix to: src/screens/ResetPasswordScreen.tsx
2124
+ - <Button title="Send Reset Email" onPress={handleReset} />
2125
+ + <Button
2126
+ + testID="send-reset-email-button"
2127
+ + title="Send Reset Email"
2128
+ + onPress={handleReset}
2129
+ + />
2130
+
2131
+ ✓ Fix applied
2132
+
2133
+ Fix 3: SignupScreen visual mismatch
2134
+ ────────────────────────────────────
2135
+ Root Cause: Style values don't match design tokens
2136
+
2137
+ Applying fix to: src/screens/SignupScreen.styles.ts
2138
+ - submitButton: { backgroundColor: '#0066CC' }
2139
+ + submitButton: { backgroundColor: '#007AFF' }
2140
+
2141
+ - title: { fontSize: 22, fontWeight: 'normal' }
2142
+ + title: { fontSize: 24, fontWeight: 'bold' }
2143
+
2144
+ - input: { height: 44, marginBottom: 12 }
2145
+ + input: { height: 48, marginBottom: 16 }
2146
+
2147
+ ✓ Fix applied
2148
+
2149
+ ══════════════════════════════════════════
2150
+ AUTO-FIX COMPLETE: 3/3 issues fixed
2151
+ ══════════════════════════════════════════
2152
+
2153
+ Running verification tests...
2154
+ ```
2155
+
2156
+ For `pa:test-loop`:
2157
+ 1. Run complete Test → Fix → Retest cycle:
2158
+ ```
2159
+ Test Loop Mode
2160
+ ══════════════
2161
+
2162
+ Starting automated test-fix-retest cycle...
2163
+ Max iterations: 5
2164
+
2165
+ ┌─────────────────────────────────────────────────────┐
2166
+ │ ITERATION 1 │
2167
+ ├─────────────────────────────────────────────────────┤
2168
+ │ Running tests... │
2169
+ │ Results: 35/38 passed (3 failed) │
2170
+ │ │
2171
+ │ Analyzing failures... │
2172
+ │ Applying auto-fixes... │
2173
+ │ Fixes applied: 3 │
2174
+ └─────────────────────────────────────────────────────┘
2175
+
2176
+ ┌─────────────────────────────────────────────────────┐
2177
+ │ ITERATION 2 │
2178
+ ├─────────────────────────────────────────────────────┤
2179
+ │ Running tests... │
2180
+ │ Results: 37/38 passed (1 failed) │
2181
+ │ │
2182
+ │ Analyzing failures... │
2183
+ │ New issue: TypeScript type error after fix │
2184
+ │ Applying auto-fixes... │
2185
+ │ Fixes applied: 1 │
2186
+ └─────────────────────────────────────────────────────┘
2187
+
2188
+ ┌─────────────────────────────────────────────────────┐
2189
+ │ ITERATION 3 │
2190
+ ├─────────────────────────────────────────────────────┤
2191
+ │ Running tests... │
2192
+ │ Results: 38/38 passed (0 failed) │
2193
+ │ │
2194
+ │ ✓ ALL TESTS PASSING! │
2195
+ └─────────────────────────────────────────────────────┘
2196
+
2197
+ ══════════════════════════════════════════════════════
2198
+ TEST LOOP COMPLETE
2199
+ ══════════════════════════════════════════════════════
2200
+
2201
+ Summary:
2202
+ ────────
2203
+ Iterations: 3
2204
+ Initial failures: 3
2205
+ Fixes applied: 4
2206
+ Final status: ALL PASSING ✓
2207
+
2208
+ Files modified:
2209
+ • src/services/AuthService.ts
2210
+ • src/screens/ResetPasswordScreen.tsx
2211
+ • src/screens/SignupScreen.styles.ts
2212
+ • src/types/auth.ts
2213
+
2214
+ Test report: ./.proagents/test-reports/test-loop-{timestamp}.md
2215
+
2216
+ Ready for commit? (y/n)
2217
+ ```
2218
+
2219
+ For `pa:compare-figma`:
2220
+ 1. Connect to Figma API or use exported frames
2221
+ 2. Extract design specifications
2222
+ 3. Compare with actual app:
2223
+ ```
2224
+ Figma Design Comparison
2225
+ ═══════════════════════
2226
+
2227
+ Design Source: [Figma Link or ./designs/figma-export/]
2228
+
2229
+ Extracting design tokens from Figma...
2230
+ ✓ Colors extracted
2231
+ ✓ Typography extracted
2232
+ ✓ Spacing system extracted
2233
+ ✓ Component specs extracted
2234
+
2235
+ Comparing: LoginScreen
2236
+ ──────────────────────
2237
+
2238
+ Layout Comparison:
2239
+ ┌────────────────────┬────────────────────┐
2240
+ │ Figma Design │ App Screenshot │
2241
+ │ ┌──────────┐ │ ┌──────────┐ │
2242
+ │ │ Logo │ │ │ Logo │ ✓ │
2243
+ │ ├──────────┤ │ ├──────────┤ │
2244
+ │ │ Email │ │ │ Email │ ✓ │
2245
+ │ │ Input │ │ │ Input │ │
2246
+ │ ├──────────┤ │ ├──────────┤ │
2247
+ │ │ Password │ │ │ Password │ ✓ │
2248
+ │ │ Input │ │ │ Input │ │
2249
+ │ ├──────────┤ │ ├──────────┤ │
2250
+ │ │ Login │ │ │ Login │ ✗ │
2251
+ │ │ Button │ │ │ Button │ │
2252
+ │ └──────────┘ │ └──────────┘ │
2253
+ └────────────────────┴────────────────────┘
2254
+
2255
+ Detailed Comparison:
2256
+ ┌───────────────┬─────────────┬─────────────┬────────┐
2257
+ │ Element │ Figma │ App │ Status │
2258
+ ├───────────────┼─────────────┼─────────────┼────────┤
2259
+ │ Logo Size │ 120x40 │ 120x40 │ ✓ │
2260
+ │ Input Height │ 48px │ 48px │ ✓ │
2261
+ │ Input Border │ 1px #E0E0E0 │ 1px #E0E0E0 │ ✓ │
2262
+ │ Button Color │ #007AFF │ #0056B3 │ ✗ │
2263
+ │ Button Radius │ 8px │ 4px │ ✗ │
2264
+ │ Button Height │ 52px │ 48px │ ✗ │
2265
+ │ Vertical Gap │ 16px │ 12px │ ✗ │
2266
+ └───────────────┴─────────────┴─────────────┴────────┘
2267
+
2268
+ Issues Found: 4
2269
+
2270
+ Auto-fix available? Yes
2271
+ Run `pa:test-auto-fix` to apply design corrections.
2272
+ ```
2273
+
2274
+ For `pa:compare-image "path"`:
2275
+ 1. Load reference image (sketch, screenshot, mockup)
2276
+ 2. Use visual comparison:
2277
+ ```
2278
+ Image Comparison
2279
+ ════════════════
2280
+
2281
+ Reference: ./designs/sketch-login.png
2282
+ App Screen: LoginScreen
2283
+
2284
+ Analyzing reference image...
2285
+ ✓ Detected UI elements
2286
+ ✓ Extracted layout structure
2287
+ ✓ Identified colors and typography
2288
+
2289
+ Taking app screenshot...
2290
+ ✓ Screenshot captured
2291
+
2292
+ Visual Diff Analysis:
2293
+ ─────────────────────
2294
+
2295
+ Overall Match: 87%
2296
+
2297
+ Differences Detected:
2298
+
2299
+ 1. Header Section (Region: 0,0 to 375,100)
2300
+ • Logo position: slightly lower than reference
2301
+ • Background: matches ✓
2302
+
2303
+ 2. Form Section (Region: 0,100 to 375,350)
2304
+ • Input fields: match ✓
2305
+ • Labels: font slightly smaller
2306
+ • Spacing: compressed by ~4px
2307
+
2308
+ 3. Button Section (Region: 0,350 to 375,450)
2309
+ • Color: differs by 15% (darker in app)
2310
+ • Corner radius: sharper in app
2311
+ • Shadow: missing in app
2312
+
2313
+ Diff image saved: ./.proagents/test-reports/visual/login-diff-overlay.png
2314
+
2315
+ ┌─────────────────────────────────────────────┐
2316
+ │ [Reference] │ [App] │ [Diff] │
2317
+ │ Expected design │ Actual app │ Δ │
2318
+ └─────────────────────────────────────────────┘
2319
+
2320
+ Suggested fixes generated.
2321
+ Run `pa:test-auto-fix` to apply.
2322
+ ```
2323
+
2324
+ For `pa:screenshot`:
2325
+ 1. Capture screenshots of all app screens:
2326
+ ```
2327
+ Screenshot Capture
2328
+ ══════════════════
2329
+
2330
+ Detecting available screens...
2331
+
2332
+ Found 12 screens in navigation:
2333
+
2334
+ Capturing screenshots...
2335
+
2336
+ ✓ LoginScreen → ./.proagents/screenshots/LoginScreen.png
2337
+ ✓ SignupScreen → ./.proagents/screenshots/SignupScreen.png
2338
+ ✓ HomeScreen → ./.proagents/screenshots/HomeScreen.png
2339
+ ✓ ProfileScreen → ./.proagents/screenshots/ProfileScreen.png
2340
+ ✓ SettingsScreen → ./.proagents/screenshots/SettingsScreen.png
2341
+ ✓ NotificationsScreen → ./.proagents/screenshots/NotificationsScreen.png
2342
+ ... (6 more)
2343
+
2344
+ Component screenshots:
2345
+ ✓ Button variants → ./.proagents/screenshots/components/Button.png
2346
+ ✓ Input variants → ./.proagents/screenshots/components/Input.png
2347
+ ✓ Card variants → ./.proagents/screenshots/components/Card.png
2348
+
2349
+ ══════════════════════════════════════════
2350
+ Screenshots saved: 15 images
2351
+ Location: ./.proagents/screenshots/
2352
+ ══════════════════════════════════════════
2353
+
2354
+ Use these for:
2355
+ • Visual regression testing
2356
+ • Design comparison with `pa:compare-image`
2357
+ • Documentation
2358
+ ```
2359
+
2360
+ **Mobile Test Configuration:**
2361
+ Add to `proagents.config.yaml`:
2362
+ ```yaml
2363
+ mobile_testing:
2364
+ platform: react-native # or flutter, native
2365
+
2366
+ test_frameworks:
2367
+ unit: jest
2368
+ component: "@testing-library/react-native"
2369
+ e2e: maestro # or detox, appium
2370
+
2371
+ visual_testing:
2372
+ enabled: true
2373
+ design_source: figma # or ./designs/
2374
+ figma_file_id: "your-figma-file-id" # if using Figma
2375
+ threshold: 0.95 # 95% match required
2376
+
2377
+ auto_fix:
2378
+ enabled: true
2379
+ max_iterations: 5
2380
+ require_approval: false # true = ask before applying fixes
2381
+
2382
+ screenshot:
2383
+ output_dir: ./.proagents/screenshots
2384
+ devices:
2385
+ - iPhone 14 Pro
2386
+ - Pixel 7
2387
+
2388
+ test_on:
2389
+ feature_complete: true # auto-run tests when feature done
2390
+ bug_fix: true # auto-run tests after bug fix
2391
+ pre_commit: false # run before git commit
2392
+ ```
2393
+
2394
+ **Test Report Structure:**
2395
+ ```
2396
+ ./.proagents/test-reports/
2397
+ ├── mobile-2024-03-06-1500.md # Full test report
2398
+ ├── visual/
2399
+ │ ├── LoginScreen-diff.png # Visual diff images
2400
+ │ ├── SignupScreen-diff.png
2401
+ │ └── comparison-report.md
2402
+ ├── coverage/
2403
+ │ └── coverage-report.html # Test coverage
2404
+ └── auto-fix-log.md # Log of all auto-fixes
2405
+ ```
2406
+
1978
2407
  ### AI Platform Management
1979
2408
  | Command | Action |
1980
2409
  |---------|--------|
@@ -1986,7 +2415,7 @@ For `pa:alias-add`:
1986
2415
  **How to execute AI Platform commands:**
1987
2416
 
1988
2417
  For `pa:ai-list`:
1989
- - Read `./proagents/proagents.config.yaml` and show the `platforms` array
2418
+ - Read `./.proagents/proagents.config.yaml` and show the `platforms` array
1990
2419
  - Show which AI instruction files exist in project root
1991
2420
 
1992
2421
  For `pa:ai-add`:
@@ -2008,7 +2437,7 @@ For `pa:ai-add`:
2008
2437
 
2009
2438
  2. Ask user which platforms to add
2010
2439
  3. For each selected platform:
2011
- - Copy content from `./proagents/{PLATFORM}.md` (e.g., `./proagents/CLAUDE.md`)
2440
+ - Copy content from `./.proagents/{PLATFORM}.md` (e.g., `./.proagents/CLAUDE.md`)
2012
2441
  - If target file exists, wrap new content with markers and append:
2013
2442
  ```
2014
2443
  <!-- PROAGENTS:START -->
@@ -2016,10 +2445,10 @@ For `pa:ai-add`:
2016
2445
  <!-- PROAGENTS:END -->
2017
2446
  ```
2018
2447
  - If target file doesn't exist, create it with the content wrapped in markers
2019
- 4. Update `./proagents/proagents.config.yaml` to add platform to `platforms` array
2448
+ 4. Update `./.proagents/proagents.config.yaml` to add platform to `platforms` array
2020
2449
 
2021
2450
  For `pa:ai-remove`:
2022
- 1. Read `./proagents/proagents.config.yaml` to get current platforms
2451
+ 1. Read `./.proagents/proagents.config.yaml` to get current platforms
2023
2452
  2. Show list and ask which to remove
2024
2453
  3. For each selected:
2025
2454
  - Remove the PROAGENTS section (between markers) from the file, OR delete the file if it only contains ProAgents content
@@ -2027,7 +2456,7 @@ For `pa:ai-remove`:
2027
2456
 
2028
2457
  For `pa:ai-sync`:
2029
2458
  1. Scan project root for AI instruction files
2030
- 2. Read current config from `./proagents/proagents.config.yaml`
2459
+ 2. Read current config from `./.proagents/proagents.config.yaml`
2031
2460
  3. Compare and show differences:
2032
2461
  - Files that exist but not in config
2033
2462
  - Config entries that don't have matching files
@@ -2063,7 +2492,7 @@ For `pa:ai-sync`:
2063
2492
 
2064
2493
  ### Custom Commands
2065
2494
 
2066
- Check `./proagents/custom-commands.yaml` for project-specific commands.
2495
+ Check `./.proagents/custom-commands.yaml` for project-specific commands.
2067
2496
 
2068
2497
  Built-in custom commands:
2069
2498
  | Command | Action |
@@ -2102,26 +2531,26 @@ Users can add their own commands in `custom-commands.yaml`.
2102
2531
 
2103
2532
  When user types a `pa:` command:
2104
2533
 
2105
- 1. **Read the corresponding prompt file** from `./proagents/prompts/`
2534
+ 1. **Read the corresponding prompt file** from `./.proagents/prompts/`
2106
2535
  2. **Follow the workflow** defined in that prompt
2107
- 3. **Use project context** from `./proagents/` folder
2536
+ 3. **Use project context** from `./.proagents/` folder
2108
2537
 
2109
2538
  ### Prompt File Mapping
2110
- - `pa:feature` → `./proagents/prompts/00-init.md` + workflow
2111
- - `pa:fix` → `./proagents/workflow-modes/entry-modes.md` (Bug Fix section)
2112
- - `pa:doc*` → `./proagents/prompts/07-documentation.md`
2113
- - `pa:qa` → `./proagents/checklists/code-quality.md`
2114
- - `pa:test` → `./proagents/prompts/06-testing.md`
2115
- - `pa:deploy` → `./proagents/prompts/08-deployment.md`
2116
- - `pa:release` → `./proagents/prompts/07-documentation.md` (Release Notes section)
2539
+ - `pa:feature` → `./.proagents/prompts/00-init.md` + workflow
2540
+ - `pa:fix` → `./.proagents/workflow-modes/entry-modes.md` (Bug Fix section)
2541
+ - `pa:doc*` → `./.proagents/prompts/07-documentation.md`
2542
+ - `pa:qa` → `./.proagents/checklists/code-quality.md`
2543
+ - `pa:test` → `./.proagents/prompts/06-testing.md`
2544
+ - `pa:deploy` → `./.proagents/prompts/08-deployment.md`
2545
+ - `pa:release` → `./.proagents/prompts/07-documentation.md` (Release Notes section)
2117
2546
 
2118
2547
  ## Workflow Reference
2119
2548
 
2120
- Full workflow documentation: `./proagents/WORKFLOW.md`
2121
- Quick command reference: `./proagents/PROAGENTS.md`
2549
+ Full workflow documentation: `./.proagents/WORKFLOW.md`
2550
+ Quick command reference: `./.proagents/PROAGENTS.md`
2122
2551
 
2123
2552
  ## Important
2124
2553
 
2125
- - Always check `./proagents/` folder for project-specific configurations
2554
+ - Always check `./.proagents/` folder for project-specific configurations
2126
2555
  - Preserve user's `proagents.config.yaml` settings
2127
2556
  - Follow existing code patterns found in the project