@relipa/ai-flow-kit 0.1.0-beta.0 → 0.1.1-beta.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 (236) hide show
  1. package/README.md +497 -497
  2. package/bin/aiflow.js +525 -525
  3. package/bin/ak.js +0 -0
  4. package/custom/mcp-presets/README.md +0 -0
  5. package/custom/mcp-presets/backlog.json +0 -0
  6. package/custom/mcp-presets/figma-desktop.json +0 -0
  7. package/custom/mcp-presets/figma.json +0 -0
  8. package/custom/mcp-presets/gitnexus.json +0 -0
  9. package/custom/mcp-presets/google-sheets.json +0 -0
  10. package/custom/mcp-presets/jira.json +0 -0
  11. package/custom/prompts/bug-fix.md +0 -0
  12. package/custom/prompts/feature.md +0 -0
  13. package/custom/prompts/investigation.md +0 -0
  14. package/custom/rules/code-style.md +0 -0
  15. package/custom/rules/java/code-style.md +0 -0
  16. package/custom/rules/java/naming.md +0 -0
  17. package/custom/rules/java/review-checklist.md +0 -0
  18. package/custom/rules/java/spring-boot-examples.md +0 -0
  19. package/custom/rules/javascript/code-style.md +0 -0
  20. package/custom/rules/javascript/naming.md +0 -0
  21. package/custom/rules/naming.md +0 -0
  22. package/custom/rules/php/code-style.md +0 -0
  23. package/custom/rules/php/naming.md +0 -0
  24. package/custom/rules/project-conventions.md +0 -0
  25. package/custom/rules/review-checklist.md +0 -0
  26. package/custom/skills/figma-to-component/SKILL.md +294 -207
  27. package/custom/skills/generate-spec/SKILL.md +0 -0
  28. package/custom/skills/impact-analysis/SKILL.md +0 -0
  29. package/custom/skills/investigate-bug/SKILL.md +0 -0
  30. package/custom/skills/read-study-requirement/SKILL.md +334 -334
  31. package/custom/skills/report-customer/SKILL.md +0 -0
  32. package/custom/skills/review-plan/SKILL.md +0 -0
  33. package/custom/templates/laravel.md +0 -0
  34. package/custom/templates/nestjs.md +0 -0
  35. package/custom/templates/nextjs.md +0 -0
  36. package/custom/templates/nodejs-express.md +0 -0
  37. package/custom/templates/php-plain.md +0 -0
  38. package/custom/templates/php.md +0 -0
  39. package/custom/templates/python-django.md +0 -0
  40. package/custom/templates/python-fastapi.md +0 -0
  41. package/custom/templates/python.md +0 -0
  42. package/custom/templates/reactjs.md +0 -0
  43. package/custom/templates/shared/gate-workflow.md +91 -91
  44. package/custom/templates/spring-boot.md +0 -0
  45. package/custom/templates/tools/claude.md +0 -0
  46. package/custom/templates/tools/copilot.md +0 -0
  47. package/custom/templates/tools/cursor.md +0 -0
  48. package/custom/templates/tools/gemini.md +0 -0
  49. package/custom/templates/tools/generic.md +0 -0
  50. package/custom/templates/vue-nuxt.md +0 -0
  51. package/docs/common/AIFLOW.md +0 -0
  52. package/docs/common/CHANGELOG.md +334 -334
  53. package/docs/common/QUICK_START.md +537 -537
  54. package/docs/common/ai-integration.md +0 -0
  55. package/docs/common/cli-reference.md +657 -657
  56. package/docs/common/configuration.md +0 -0
  57. package/docs/common/getting-started.md +0 -0
  58. package/docs/common/troubleshooting.md +0 -0
  59. package/docs/common/workflows/bug-fix.md +0 -0
  60. package/docs/common/workflows/feature.md +0 -0
  61. package/docs/common/workflows/figma.md +0 -0
  62. package/docs/common/workflows/impact-analysis.md +0 -0
  63. package/docs/common/workflows/investigation.md +0 -0
  64. package/docs/common/workflows/refactor.md +0 -0
  65. package/docs/project/ARCHITECTURE.md +0 -0
  66. package/index.js +0 -0
  67. package/package.json +68 -67
  68. package/scripts/checkpoint.js +0 -0
  69. package/scripts/config.js +0 -0
  70. package/scripts/context.js +0 -0
  71. package/scripts/create-score-excel.js +0 -0
  72. package/scripts/detect.js +0 -0
  73. package/scripts/doctor.js +26 -0
  74. package/scripts/gitnexus-worker.js +0 -0
  75. package/scripts/guide.js +314 -314
  76. package/scripts/hooks/block-git-write.js +0 -0
  77. package/scripts/hooks/session-start.js +315 -315
  78. package/scripts/hooks/session-stop.js +0 -0
  79. package/scripts/init.js +0 -0
  80. package/scripts/link-resolver.js +0 -0
  81. package/scripts/memory.js +0 -0
  82. package/scripts/prompt.js +95 -9
  83. package/scripts/remove.js +0 -0
  84. package/scripts/score_members.js +320 -0
  85. package/scripts/task.js +0 -0
  86. package/scripts/telemetry/cli.js +0 -0
  87. package/scripts/telemetry/config.js +0 -0
  88. package/scripts/telemetry/crypto.js +0 -0
  89. package/scripts/telemetry/flush.js +0 -0
  90. package/scripts/telemetry/record.js +0 -0
  91. package/scripts/update.js +0 -0
  92. package/scripts/use.js +1162 -1162
  93. package/scripts/validate.js +0 -0
  94. package/upstream/.claude-plugin/marketplace.json +0 -0
  95. package/upstream/.claude-plugin/plugin.json +0 -0
  96. package/upstream/.codex/INSTALL.md +0 -0
  97. package/upstream/.cursor-plugin/plugin.json +0 -0
  98. package/upstream/.gitattributes +0 -0
  99. package/upstream/.github/FUNDING.yml +0 -0
  100. package/upstream/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  101. package/upstream/.github/ISSUE_TEMPLATE/config.yml +0 -0
  102. package/upstream/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  103. package/upstream/.github/ISSUE_TEMPLATE/platform_support.md +0 -0
  104. package/upstream/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  105. package/upstream/.opencode/INSTALL.md +0 -0
  106. package/upstream/.opencode/plugins/superpowers.js +0 -0
  107. package/upstream/.version-bump.json +0 -0
  108. package/upstream/AGENTS.md +0 -0
  109. package/upstream/CHANGELOG.md +0 -0
  110. package/upstream/CLAUDE.md +0 -0
  111. package/upstream/CODE_OF_CONDUCT.md +0 -0
  112. package/upstream/GEMINI.md +0 -0
  113. package/upstream/LICENSE +0 -0
  114. package/upstream/README.md +0 -0
  115. package/upstream/RELEASE-NOTES.md +0 -0
  116. package/upstream/agents/code-reviewer.md +0 -0
  117. package/upstream/commands/brainstorm.md +0 -0
  118. package/upstream/commands/execute-plan.md +0 -0
  119. package/upstream/commands/write-plan.md +0 -0
  120. package/upstream/docs/README.codex.md +0 -0
  121. package/upstream/docs/README.opencode.md +0 -0
  122. package/upstream/docs/plans/2025-11-22-opencode-support-design.md +0 -0
  123. package/upstream/docs/plans/2025-11-22-opencode-support-implementation.md +0 -0
  124. package/upstream/docs/plans/2025-11-28-skills-improvements-from-user-feedback.md +0 -0
  125. package/upstream/docs/plans/2026-01-17-visual-brainstorming.md +0 -0
  126. package/upstream/docs/superpowers/plans/2026-01-22-document-review-system.md +0 -0
  127. package/upstream/docs/superpowers/plans/2026-02-19-visual-brainstorming-refactor.md +0 -0
  128. package/upstream/docs/superpowers/plans/2026-03-11-zero-dep-brainstorm-server.md +0 -0
  129. package/upstream/docs/superpowers/plans/2026-03-23-codex-app-compatibility.md +0 -0
  130. package/upstream/docs/superpowers/specs/2026-01-22-document-review-system-design.md +0 -0
  131. package/upstream/docs/superpowers/specs/2026-02-19-visual-brainstorming-refactor-design.md +0 -0
  132. package/upstream/docs/superpowers/specs/2026-03-11-zero-dep-brainstorm-server-design.md +0 -0
  133. package/upstream/docs/superpowers/specs/2026-03-23-codex-app-compatibility-design.md +0 -0
  134. package/upstream/docs/testing.md +0 -0
  135. package/upstream/docs/windows/polyglot-hooks.md +0 -0
  136. package/upstream/gemini-extension.json +0 -0
  137. package/upstream/hooks/hooks-cursor.json +0 -0
  138. package/upstream/hooks/hooks.json +0 -0
  139. package/upstream/hooks/run-hook.cmd +0 -0
  140. package/upstream/hooks/session-start +0 -0
  141. package/upstream/package.json +0 -0
  142. package/upstream/scripts/bump-version.sh +0 -0
  143. package/upstream/skills/brainstorming/SKILL.md +0 -0
  144. package/upstream/skills/brainstorming/scripts/frame-template.html +0 -0
  145. package/upstream/skills/brainstorming/scripts/helper.js +0 -0
  146. package/upstream/skills/brainstorming/scripts/server.cjs +0 -0
  147. package/upstream/skills/brainstorming/scripts/start-server.sh +0 -0
  148. package/upstream/skills/brainstorming/scripts/stop-server.sh +0 -0
  149. package/upstream/skills/brainstorming/spec-document-reviewer-prompt.md +0 -0
  150. package/upstream/skills/brainstorming/visual-companion.md +0 -0
  151. package/upstream/skills/dispatching-parallel-agents/SKILL.md +0 -0
  152. package/upstream/skills/executing-plans/SKILL.md +0 -0
  153. package/upstream/skills/finishing-a-development-branch/SKILL.md +0 -0
  154. package/upstream/skills/receiving-code-review/SKILL.md +0 -0
  155. package/upstream/skills/requesting-code-review/SKILL.md +0 -0
  156. package/upstream/skills/requesting-code-review/code-reviewer.md +0 -0
  157. package/upstream/skills/subagent-driven-development/SKILL.md +0 -0
  158. package/upstream/skills/subagent-driven-development/code-quality-reviewer-prompt.md +0 -0
  159. package/upstream/skills/subagent-driven-development/implementer-prompt.md +0 -0
  160. package/upstream/skills/subagent-driven-development/spec-reviewer-prompt.md +0 -0
  161. package/upstream/skills/systematic-debugging/CREATION-LOG.md +0 -0
  162. package/upstream/skills/systematic-debugging/SKILL.md +0 -0
  163. package/upstream/skills/systematic-debugging/condition-based-waiting-example.ts +0 -0
  164. package/upstream/skills/systematic-debugging/condition-based-waiting.md +0 -0
  165. package/upstream/skills/systematic-debugging/defense-in-depth.md +0 -0
  166. package/upstream/skills/systematic-debugging/find-polluter.sh +0 -0
  167. package/upstream/skills/systematic-debugging/root-cause-tracing.md +0 -0
  168. package/upstream/skills/systematic-debugging/test-academic.md +0 -0
  169. package/upstream/skills/systematic-debugging/test-pressure-1.md +0 -0
  170. package/upstream/skills/systematic-debugging/test-pressure-2.md +0 -0
  171. package/upstream/skills/systematic-debugging/test-pressure-3.md +0 -0
  172. package/upstream/skills/tdd-lean/SKILL.md +0 -0
  173. package/upstream/skills/test-driven-development/SKILL.md +0 -0
  174. package/upstream/skills/test-driven-development/testing-anti-patterns.md +0 -0
  175. package/upstream/skills/using-git-worktrees/SKILL.md +0 -0
  176. package/upstream/skills/using-superpowers/SKILL.md +0 -0
  177. package/upstream/skills/using-superpowers/references/codex-tools.md +0 -0
  178. package/upstream/skills/using-superpowers/references/copilot-tools.md +0 -0
  179. package/upstream/skills/using-superpowers/references/gemini-tools.md +0 -0
  180. package/upstream/skills/verification-before-completion/SKILL.md +0 -0
  181. package/upstream/skills/writing-plans/SKILL.md +0 -0
  182. package/upstream/skills/writing-plans/plan-document-reviewer-prompt.md +0 -0
  183. package/upstream/skills/writing-skills/SKILL.md +0 -0
  184. package/upstream/skills/writing-skills/anthropic-best-practices.md +0 -0
  185. package/upstream/skills/writing-skills/examples/CLAUDE_MD_TESTING.md +0 -0
  186. package/upstream/skills/writing-skills/graphviz-conventions.dot +0 -0
  187. package/upstream/skills/writing-skills/persuasion-principles.md +0 -0
  188. package/upstream/skills/writing-skills/render-graphs.js +0 -0
  189. package/upstream/skills/writing-skills/testing-skills-with-subagents.md +0 -0
  190. package/upstream/tests/brainstorm-server/package-lock.json +0 -0
  191. package/upstream/tests/brainstorm-server/package.json +0 -0
  192. package/upstream/tests/brainstorm-server/server.test.js +0 -0
  193. package/upstream/tests/brainstorm-server/windows-lifecycle.test.sh +0 -0
  194. package/upstream/tests/brainstorm-server/ws-protocol.test.js +0 -0
  195. package/upstream/tests/claude-code/README.md +0 -0
  196. package/upstream/tests/claude-code/analyze-token-usage.py +0 -0
  197. package/upstream/tests/claude-code/run-skill-tests.sh +0 -0
  198. package/upstream/tests/claude-code/test-document-review-system.sh +0 -0
  199. package/upstream/tests/claude-code/test-helpers.sh +0 -0
  200. package/upstream/tests/claude-code/test-subagent-driven-development-integration.sh +0 -0
  201. package/upstream/tests/claude-code/test-subagent-driven-development.sh +0 -0
  202. package/upstream/tests/explicit-skill-requests/prompts/action-oriented.txt +0 -0
  203. package/upstream/tests/explicit-skill-requests/prompts/after-planning-flow.txt +0 -0
  204. package/upstream/tests/explicit-skill-requests/prompts/claude-suggested-it.txt +0 -0
  205. package/upstream/tests/explicit-skill-requests/prompts/i-know-what-sdd-means.txt +0 -0
  206. package/upstream/tests/explicit-skill-requests/prompts/mid-conversation-execute-plan.txt +0 -0
  207. package/upstream/tests/explicit-skill-requests/prompts/please-use-brainstorming.txt +0 -0
  208. package/upstream/tests/explicit-skill-requests/prompts/skip-formalities.txt +0 -0
  209. package/upstream/tests/explicit-skill-requests/prompts/subagent-driven-development-please.txt +0 -0
  210. package/upstream/tests/explicit-skill-requests/prompts/use-systematic-debugging.txt +0 -0
  211. package/upstream/tests/explicit-skill-requests/run-all.sh +0 -0
  212. package/upstream/tests/explicit-skill-requests/run-claude-describes-sdd.sh +0 -0
  213. package/upstream/tests/explicit-skill-requests/run-extended-multiturn-test.sh +0 -0
  214. package/upstream/tests/explicit-skill-requests/run-haiku-test.sh +0 -0
  215. package/upstream/tests/explicit-skill-requests/run-multiturn-test.sh +0 -0
  216. package/upstream/tests/explicit-skill-requests/run-test.sh +0 -0
  217. package/upstream/tests/opencode/run-tests.sh +0 -0
  218. package/upstream/tests/opencode/setup.sh +0 -0
  219. package/upstream/tests/opencode/test-plugin-loading.sh +0 -0
  220. package/upstream/tests/opencode/test-priority.sh +0 -0
  221. package/upstream/tests/opencode/test-tools.sh +0 -0
  222. package/upstream/tests/skill-triggering/prompts/dispatching-parallel-agents.txt +0 -0
  223. package/upstream/tests/skill-triggering/prompts/executing-plans.txt +0 -0
  224. package/upstream/tests/skill-triggering/prompts/requesting-code-review.txt +0 -0
  225. package/upstream/tests/skill-triggering/prompts/systematic-debugging.txt +0 -0
  226. package/upstream/tests/skill-triggering/prompts/test-driven-development.txt +0 -0
  227. package/upstream/tests/skill-triggering/prompts/writing-plans.txt +0 -0
  228. package/upstream/tests/skill-triggering/run-all.sh +0 -0
  229. package/upstream/tests/skill-triggering/run-test.sh +0 -0
  230. package/upstream/tests/subagent-driven-dev/go-fractals/design.md +0 -0
  231. package/upstream/tests/subagent-driven-dev/go-fractals/plan.md +0 -0
  232. package/upstream/tests/subagent-driven-dev/go-fractals/scaffold.sh +0 -0
  233. package/upstream/tests/subagent-driven-dev/run-test.sh +0 -0
  234. package/upstream/tests/subagent-driven-dev/svelte-todo/design.md +0 -0
  235. package/upstream/tests/subagent-driven-dev/svelte-todo/plan.md +0 -0
  236. package/upstream/tests/subagent-driven-dev/svelte-todo/scaffold.sh +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/upstream/LICENSE CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes