proagents 1.5.0 → 1.6.1

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 +80 -80
  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 +19 -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 +33 -18
  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,16 +16,16 @@ This project uses ProAgents 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 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
@@ -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",
@@ -2046,7 +2046,7 @@ For `pa:test-mobile`:
2046
2046
  Run `pa:test-auto-fix` to automatically fix these issues.
2047
2047
  ```
2048
2048
 
2049
- 2. Generate detailed test report at `./proagents/test-reports/mobile-{timestamp}.md`
2049
+ 2. Generate detailed test report at `./.proagents/test-reports/mobile-{timestamp}.md`
2050
2050
 
2051
2051
  For `pa:test-visual`:
2052
2052
  1. Take screenshots of all screens/components
@@ -2081,7 +2081,7 @@ For `pa:test-visual`:
2081
2081
  │ Bottom Margin │ 16px │ 12px │
2082
2082
  └─────────────────┴──────────────┴──────────────┘
2083
2083
 
2084
- Screenshot saved: ./proagents/test-reports/visual/signup-diff.png
2084
+ Screenshot saved: ./.proagents/test-reports/visual/signup-diff.png
2085
2085
 
2086
2086
  Screen: ProfileScreen
2087
2087
  ─────────────────────
@@ -2211,7 +2211,7 @@ For `pa:test-loop`:
2211
2211
  • src/screens/SignupScreen.styles.ts
2212
2212
  • src/types/auth.ts
2213
2213
 
2214
- Test report: ./proagents/test-reports/test-loop-{timestamp}.md
2214
+ Test report: ./.proagents/test-reports/test-loop-{timestamp}.md
2215
2215
 
2216
2216
  Ready for commit? (y/n)
2217
2217
  ```
@@ -2310,7 +2310,7 @@ For `pa:compare-image "path"`:
2310
2310
  • Corner radius: sharper in app
2311
2311
  • Shadow: missing in app
2312
2312
 
2313
- Diff image saved: ./proagents/test-reports/visual/login-diff-overlay.png
2313
+ Diff image saved: ./.proagents/test-reports/visual/login-diff-overlay.png
2314
2314
 
2315
2315
  ┌─────────────────────────────────────────────┐
2316
2316
  │ [Reference] │ [App] │ [Diff] │
@@ -2333,22 +2333,22 @@ For `pa:screenshot`:
2333
2333
 
2334
2334
  Capturing screenshots...
2335
2335
 
2336
- ✓ LoginScreen → ./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
2336
+ ✓ LoginScreen → ./.proagents/screenshots/LoginScreen.png
2337
+ ✓ SignupScreen → ./.proagents/screenshots/SignupScreen.png
2338
+ ✓ HomeScreen → ./.proagents/screenshots/HomeScreen.png
2339
+ ✓ ProfileScreen → ./.proagents/screenshots/ProfileScreen.png
2340
+ ✓ SettingsScreen → ./.proagents/screenshots/SettingsScreen.png
2341
+ ✓ NotificationsScreen → ./.proagents/screenshots/NotificationsScreen.png
2342
2342
  ... (6 more)
2343
2343
 
2344
2344
  Component screenshots:
2345
- ✓ Button variants → ./proagents/screenshots/components/Button.png
2346
- ✓ Input variants → ./proagents/screenshots/components/Input.png
2347
- ✓ Card variants → ./proagents/screenshots/components/Card.png
2345
+ ✓ Button variants → ./.proagents/screenshots/components/Button.png
2346
+ ✓ Input variants → ./.proagents/screenshots/components/Input.png
2347
+ ✓ Card variants → ./.proagents/screenshots/components/Card.png
2348
2348
 
2349
2349
  ══════════════════════════════════════════
2350
2350
  Screenshots saved: 15 images
2351
- Location: ./proagents/screenshots/
2351
+ Location: ./.proagents/screenshots/
2352
2352
  ══════════════════════════════════════════
2353
2353
 
2354
2354
  Use these for:
@@ -2380,7 +2380,7 @@ mobile_testing:
2380
2380
  require_approval: false # true = ask before applying fixes
2381
2381
 
2382
2382
  screenshot:
2383
- output_dir: ./proagents/screenshots
2383
+ output_dir: ./.proagents/screenshots
2384
2384
  devices:
2385
2385
  - iPhone 14 Pro
2386
2386
  - Pixel 7
@@ -2393,7 +2393,7 @@ mobile_testing:
2393
2393
 
2394
2394
  **Test Report Structure:**
2395
2395
  ```
2396
- ./proagents/test-reports/
2396
+ ./.proagents/test-reports/
2397
2397
  ├── mobile-2024-03-06-1500.md # Full test report
2398
2398
  ├── visual/
2399
2399
  │ ├── LoginScreen-diff.png # Visual diff images
@@ -2415,7 +2415,7 @@ mobile_testing:
2415
2415
  **How to execute AI Platform commands:**
2416
2416
 
2417
2417
  For `pa:ai-list`:
2418
- - Read `./proagents/proagents.config.yaml` and show the `platforms` array
2418
+ - Read `./.proagents/proagents.config.yaml` and show the `platforms` array
2419
2419
  - Show which AI instruction files exist in project root
2420
2420
 
2421
2421
  For `pa:ai-add`:
@@ -2437,7 +2437,7 @@ For `pa:ai-add`:
2437
2437
 
2438
2438
  2. Ask user which platforms to add
2439
2439
  3. For each selected platform:
2440
- - Copy content from `./proagents/{PLATFORM}.md` (e.g., `./proagents/CLAUDE.md`)
2440
+ - Copy content from `./.proagents/{PLATFORM}.md` (e.g., `./.proagents/CLAUDE.md`)
2441
2441
  - If target file exists, wrap new content with markers and append:
2442
2442
  ```
2443
2443
  <!-- PROAGENTS:START -->
@@ -2445,10 +2445,10 @@ For `pa:ai-add`:
2445
2445
  <!-- PROAGENTS:END -->
2446
2446
  ```
2447
2447
  - If target file doesn't exist, create it with the content wrapped in markers
2448
- 4. Update `./proagents/proagents.config.yaml` to add platform to `platforms` array
2448
+ 4. Update `./.proagents/proagents.config.yaml` to add platform to `platforms` array
2449
2449
 
2450
2450
  For `pa:ai-remove`:
2451
- 1. Read `./proagents/proagents.config.yaml` to get current platforms
2451
+ 1. Read `./.proagents/proagents.config.yaml` to get current platforms
2452
2452
  2. Show list and ask which to remove
2453
2453
  3. For each selected:
2454
2454
  - Remove the PROAGENTS section (between markers) from the file, OR delete the file if it only contains ProAgents content
@@ -2456,7 +2456,7 @@ For `pa:ai-remove`:
2456
2456
 
2457
2457
  For `pa:ai-sync`:
2458
2458
  1. Scan project root for AI instruction files
2459
- 2. Read current config from `./proagents/proagents.config.yaml`
2459
+ 2. Read current config from `./.proagents/proagents.config.yaml`
2460
2460
  3. Compare and show differences:
2461
2461
  - Files that exist but not in config
2462
2462
  - Config entries that don't have matching files
@@ -2492,7 +2492,7 @@ For `pa:ai-sync`:
2492
2492
 
2493
2493
  ### Custom Commands
2494
2494
 
2495
- Check `./proagents/custom-commands.yaml` for project-specific commands.
2495
+ Check `./.proagents/custom-commands.yaml` for project-specific commands.
2496
2496
 
2497
2497
  Built-in custom commands:
2498
2498
  | Command | Action |
@@ -2531,26 +2531,26 @@ Users can add their own commands in `custom-commands.yaml`.
2531
2531
 
2532
2532
  When user types a `pa:` command:
2533
2533
 
2534
- 1. **Read the corresponding prompt file** from `./proagents/prompts/`
2534
+ 1. **Read the corresponding prompt file** from `./.proagents/prompts/`
2535
2535
  2. **Follow the workflow** defined in that prompt
2536
- 3. **Use project context** from `./proagents/` folder
2536
+ 3. **Use project context** from `./.proagents/` folder
2537
2537
 
2538
2538
  ### Prompt File Mapping
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)
2539
+ - `pa:feature` → `./.proagents/prompts/00-init.md` + workflow
2540
+ - `pa:fix` → `./.proagents/workflow-modes/entry-modes.md` (Bug Fix section)
2541
+ - `pa:doc*` → `./.proagents/prompts/07-documentation.md`
2542
+ - `pa:qa` → `./.proagents/checklists/code-quality.md`
2543
+ - `pa:test` → `./.proagents/prompts/06-testing.md`
2544
+ - `pa:deploy` → `./.proagents/prompts/08-deployment.md`
2545
+ - `pa:release` → `./.proagents/prompts/07-documentation.md` (Release Notes section)
2546
2546
 
2547
2547
  ## Workflow Reference
2548
2548
 
2549
- Full workflow documentation: `./proagents/WORKFLOW.md`
2550
- Quick command reference: `./proagents/PROAGENTS.md`
2549
+ Full workflow documentation: `./.proagents/WORKFLOW.md`
2550
+ Quick command reference: `./.proagents/PROAGENTS.md`
2551
2551
 
2552
2552
  ## Important
2553
2553
 
2554
- - Always check `./proagents/` folder for project-specific configurations
2554
+ - Always check `./.proagents/` folder for project-specific configurations
2555
2555
  - Preserve user's `proagents.config.yaml` settings
2556
2556
  - Follow existing code patterns found in the project
@@ -16,19 +16,19 @@ This project uses ProAgents - an AI-agnostic development workflow framework.
16
16
 
17
17
  ## Full Command Reference
18
18
 
19
- For complete command list, see: `./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