@hivehub/rulebook 3.2.1 → 3.3.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 (171) hide show
  1. package/.claude/commands/rulebook-task-apply.md +2 -2
  2. package/.claude/commands/rulebook-task-archive.md +3 -3
  3. package/.claude/commands/rulebook-task-create.md +4 -4
  4. package/.claude/commands/rulebook-task-list.md +2 -2
  5. package/.claude/commands/rulebook-task-show.md +2 -2
  6. package/.claude/commands/rulebook-task-validate.md +2 -2
  7. package/.claude-plugin/marketplace.json +1 -1
  8. package/.claude-plugin/plugin.json +1 -1
  9. package/README.md +8 -8
  10. package/dist/cli/commands.d.ts.map +1 -1
  11. package/dist/cli/commands.js +328 -33
  12. package/dist/cli/commands.js.map +1 -1
  13. package/dist/core/config-manager.d.ts +10 -0
  14. package/dist/core/config-manager.d.ts.map +1 -1
  15. package/dist/core/config-manager.js +105 -0
  16. package/dist/core/config-manager.js.map +1 -1
  17. package/dist/core/generator.js +38 -38
  18. package/dist/core/generator.js.map +1 -1
  19. package/dist/core/migrator.d.ts.map +1 -1
  20. package/dist/core/migrator.js +3 -3
  21. package/dist/core/migrator.js.map +1 -1
  22. package/dist/core/openspec-manager.d.ts +2 -2
  23. package/dist/core/openspec-manager.d.ts.map +1 -1
  24. package/dist/core/openspec-manager.js +5 -14
  25. package/dist/core/openspec-manager.js.map +1 -1
  26. package/dist/core/openspec-migrator.d.ts.map +1 -1
  27. package/dist/core/openspec-migrator.js +3 -3
  28. package/dist/core/openspec-migrator.js.map +1 -1
  29. package/dist/core/prd-generator.d.ts.map +1 -1
  30. package/dist/core/prd-generator.js +2 -1
  31. package/dist/core/prd-generator.js.map +1 -1
  32. package/dist/core/ralph-manager.d.ts +9 -1
  33. package/dist/core/ralph-manager.d.ts.map +1 -1
  34. package/dist/core/ralph-manager.js +56 -2
  35. package/dist/core/ralph-manager.js.map +1 -1
  36. package/dist/core/task-manager.d.ts.map +1 -1
  37. package/dist/core/task-manager.js +26 -26
  38. package/dist/core/task-manager.js.map +1 -1
  39. package/dist/core/validator.js +6 -6
  40. package/dist/core/validator.js.map +1 -1
  41. package/dist/mcp/rulebook-server.d.ts.map +1 -1
  42. package/dist/mcp/rulebook-server.js +131 -20
  43. package/dist/mcp/rulebook-server.js.map +1 -1
  44. package/dist/types.d.ts +1 -0
  45. package/dist/types.d.ts.map +1 -1
  46. package/package.json +1 -1
  47. package/templates/commands/rulebook-task-apply.md +2 -2
  48. package/templates/commands/rulebook-task-archive.md +3 -3
  49. package/templates/commands/rulebook-task-create.md +4 -4
  50. package/templates/commands/rulebook-task-list.md +2 -2
  51. package/templates/commands/rulebook-task-show.md +2 -2
  52. package/templates/commands/rulebook-task-validate.md +2 -2
  53. package/templates/core/RALPH.md +2 -2
  54. package/templates/core/RULEBOOK.md +13 -13
  55. package/templates/git/CI_CD_PATTERNS.md +4 -4
  56. package/templates/git/GITHUB_ACTIONS.md +3 -3
  57. package/templates/git/GITLAB_CI.md +4 -4
  58. package/templates/git/SECRETS_MANAGEMENT.md +4 -4
  59. package/templates/hooks/COMMIT_MSG.md +4 -4
  60. package/templates/hooks/POST_CHECKOUT.md +3 -3
  61. package/templates/hooks/PREPARE_COMMIT_MSG.md +3 -3
  62. package/templates/hooks/PRE_COMMIT.md +4 -4
  63. package/templates/hooks/PRE_PUSH.md +4 -4
  64. package/templates/skills/cli/aider/SKILL.md +10 -10
  65. package/templates/skills/cli/amazon-q/SKILL.md +10 -10
  66. package/templates/skills/cli/auggie/SKILL.md +10 -10
  67. package/templates/skills/cli/claude/SKILL.md +10 -10
  68. package/templates/skills/cli/claude-code/SKILL.md +146 -146
  69. package/templates/skills/cli/cline/SKILL.md +10 -10
  70. package/templates/skills/cli/codebuddy/SKILL.md +10 -10
  71. package/templates/skills/cli/codeium/SKILL.md +10 -10
  72. package/templates/skills/cli/codex/SKILL.md +10 -10
  73. package/templates/skills/cli/continue/SKILL.md +10 -10
  74. package/templates/skills/cli/cursor-cli/SKILL.md +10 -10
  75. package/templates/skills/cli/factory/SKILL.md +10 -10
  76. package/templates/skills/cli/gemini/SKILL.md +10 -10
  77. package/templates/skills/cli/kilocode/SKILL.md +10 -10
  78. package/templates/skills/cli/opencode/SKILL.md +10 -10
  79. package/templates/skills/core/agent-automation/SKILL.md +10 -10
  80. package/templates/skills/core/dag/SKILL.md +10 -10
  81. package/templates/skills/core/documentation-rules/SKILL.md +10 -10
  82. package/templates/skills/core/quality-enforcement/SKILL.md +10 -10
  83. package/templates/skills/core/rulebook/SKILL.md +1 -1
  84. package/templates/skills/frameworks/angular/SKILL.md +10 -10
  85. package/templates/skills/frameworks/django/SKILL.md +10 -10
  86. package/templates/skills/frameworks/electron/SKILL.md +10 -10
  87. package/templates/skills/frameworks/flask/SKILL.md +10 -10
  88. package/templates/skills/frameworks/flutter/SKILL.md +10 -10
  89. package/templates/skills/frameworks/jquery/SKILL.md +10 -10
  90. package/templates/skills/frameworks/laravel/SKILL.md +10 -10
  91. package/templates/skills/frameworks/nestjs/SKILL.md +10 -10
  92. package/templates/skills/frameworks/nextjs/SKILL.md +10 -10
  93. package/templates/skills/frameworks/nuxt/SKILL.md +10 -10
  94. package/templates/skills/frameworks/rails/SKILL.md +10 -10
  95. package/templates/skills/frameworks/react/SKILL.md +10 -10
  96. package/templates/skills/frameworks/react-native/SKILL.md +10 -10
  97. package/templates/skills/frameworks/spring/SKILL.md +10 -10
  98. package/templates/skills/frameworks/symfony/SKILL.md +10 -10
  99. package/templates/skills/frameworks/vue/SKILL.md +10 -10
  100. package/templates/skills/frameworks/zend/SKILL.md +10 -10
  101. package/templates/skills/ides/copilot/SKILL.md +10 -10
  102. package/templates/skills/ides/cursor/SKILL.md +10 -10
  103. package/templates/skills/ides/jetbrains-ai/SKILL.md +10 -10
  104. package/templates/skills/ides/replit/SKILL.md +10 -10
  105. package/templates/skills/ides/tabnine/SKILL.md +10 -10
  106. package/templates/skills/ides/vscode/SKILL.md +10 -10
  107. package/templates/skills/ides/windsurf/SKILL.md +10 -10
  108. package/templates/skills/ides/zed/SKILL.md +10 -10
  109. package/templates/skills/languages/ada/SKILL.md +68 -68
  110. package/templates/skills/languages/c/SKILL.md +10 -10
  111. package/templates/skills/languages/cpp/SKILL.md +10 -10
  112. package/templates/skills/languages/csharp/SKILL.md +10 -10
  113. package/templates/skills/languages/dart/SKILL.md +342 -342
  114. package/templates/skills/languages/elixir/SKILL.md +10 -10
  115. package/templates/skills/languages/erlang/SKILL.md +10 -10
  116. package/templates/skills/languages/go/SKILL.md +10 -10
  117. package/templates/skills/languages/haskell/SKILL.md +10 -10
  118. package/templates/skills/languages/java/SKILL.md +10 -10
  119. package/templates/skills/languages/javascript/SKILL.md +10 -10
  120. package/templates/skills/languages/julia/SKILL.md +10 -10
  121. package/templates/skills/languages/kotlin/SKILL.md +10 -10
  122. package/templates/skills/languages/lisp/SKILL.md +10 -10
  123. package/templates/skills/languages/lua/SKILL.md +10 -10
  124. package/templates/skills/languages/objectivec/SKILL.md +10 -10
  125. package/templates/skills/languages/php/SKILL.md +10 -10
  126. package/templates/skills/languages/python/SKILL.md +10 -10
  127. package/templates/skills/languages/r/SKILL.md +360 -360
  128. package/templates/skills/languages/ruby/SKILL.md +10 -10
  129. package/templates/skills/languages/rust/SKILL.md +10 -10
  130. package/templates/skills/languages/sas/SKILL.md +10 -10
  131. package/templates/skills/languages/scala/SKILL.md +10 -10
  132. package/templates/skills/languages/solidity/SKILL.md +10 -10
  133. package/templates/skills/languages/sql/SKILL.md +10 -10
  134. package/templates/skills/languages/swift/SKILL.md +10 -10
  135. package/templates/skills/languages/zig/SKILL.md +10 -10
  136. package/templates/skills/modules/atlassian/SKILL.md +10 -10
  137. package/templates/skills/modules/context7/SKILL.md +10 -10
  138. package/templates/skills/modules/figma/SKILL.md +10 -10
  139. package/templates/skills/modules/github-mcp/SKILL.md +10 -10
  140. package/templates/skills/modules/grafana/SKILL.md +10 -10
  141. package/templates/skills/modules/memory/SKILL.md +10 -10
  142. package/templates/skills/modules/notion/SKILL.md +10 -10
  143. package/templates/skills/modules/playwright/SKILL.md +10 -10
  144. package/templates/skills/modules/rulebook-mcp/SKILL.md +10 -10
  145. package/templates/skills/modules/serena/SKILL.md +10 -10
  146. package/templates/skills/modules/supabase/SKILL.md +10 -10
  147. package/templates/skills/modules/synap/SKILL.md +10 -10
  148. package/templates/skills/modules/vectorizer/SKILL.md +10 -10
  149. package/templates/skills/services/azure-blob/SKILL.md +10 -10
  150. package/templates/skills/services/cassandra/SKILL.md +10 -10
  151. package/templates/skills/services/dynamodb/SKILL.md +10 -10
  152. package/templates/skills/services/elasticsearch/SKILL.md +10 -10
  153. package/templates/skills/services/gcs/SKILL.md +10 -10
  154. package/templates/skills/services/influxdb/SKILL.md +10 -10
  155. package/templates/skills/services/kafka/SKILL.md +10 -10
  156. package/templates/skills/services/mariadb/SKILL.md +10 -10
  157. package/templates/skills/services/memcached/SKILL.md +10 -10
  158. package/templates/skills/services/minio/SKILL.md +10 -10
  159. package/templates/skills/services/mongodb/SKILL.md +10 -10
  160. package/templates/skills/services/mysql/SKILL.md +10 -10
  161. package/templates/skills/services/neo4j/SKILL.md +10 -10
  162. package/templates/skills/services/oracle/SKILL.md +10 -10
  163. package/templates/skills/services/postgresql/SKILL.md +10 -10
  164. package/templates/skills/services/rabbitmq/SKILL.md +10 -10
  165. package/templates/skills/services/redis/SKILL.md +10 -10
  166. package/templates/skills/services/s3/SKILL.md +10 -10
  167. package/templates/skills/services/sqlite/SKILL.md +10 -10
  168. package/templates/skills/services/sqlserver/SKILL.md +10 -10
  169. package/templates/skills/workflows/ralph/SETUP.md +228 -228
  170. package/templates/skills/workflows/ralph/SKILL.md +1 -1
  171. package/templates/skills/workflows/ralph/install.sh +1 -1
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Codebuddy"
3
- description: "Tool: Intelligent pair programming assistant"
4
- version: "1.0.0"
5
- category: "cli"
6
- author: "Rulebook"
7
- tags: ["cli", "cli-tool"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Codebuddy"
3
+ description: "Tool: Intelligent pair programming assistant"
4
+ version: "1.0.0"
5
+ category: "cli"
6
+ author: "Rulebook"
7
+ tags: ["cli", "cli-tool"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- CODEBUDDY:START -->
12
12
  # CodeBuddy Code Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Codeium"
3
- description: "Tool: Free AI coding assistant"
4
- version: "1.0.0"
5
- category: "cli"
6
- author: "Rulebook"
7
- tags: ["cli", "cli-tool"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Codeium"
3
+ description: "Tool: Free AI coding assistant"
4
+ version: "1.0.0"
5
+ category: "cli"
6
+ author: "Rulebook"
7
+ tags: ["cli", "cli-tool"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- CODEIUM:START -->
12
12
  # Codeium CLI/Extension Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Codex"
3
- description: "Tool: OpenAI code generation API"
4
- version: "1.0.0"
5
- category: "cli"
6
- author: "Rulebook"
7
- tags: ["cli", "cli-tool"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Codex"
3
+ description: "Tool: OpenAI code generation API"
4
+ version: "1.0.0"
5
+ category: "cli"
6
+ author: "Rulebook"
7
+ tags: ["cli", "cli-tool"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- CODEX:START -->
12
12
  # Codex (OpenAI) Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Continue"
3
- description: "Tool: Open-source Copilot alternative (VS Code extension + CLI)"
4
- version: "1.0.0"
5
- category: "cli"
6
- author: "Rulebook"
7
- tags: ["cli", "cli-tool"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Continue"
3
+ description: "Tool: Open-source Copilot alternative (VS Code extension + CLI)"
4
+ version: "1.0.0"
5
+ category: "cli"
6
+ author: "Rulebook"
7
+ tags: ["cli", "cli-tool"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- CONTINUE:START -->
12
12
  # Continue CLI/Extension Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Cursor CLI"
3
- description: "Tool: Cursor IDE automation and scripting"
4
- version: "1.0.0"
5
- category: "cli"
6
- author: "Rulebook"
7
- tags: ["cli", "cli-tool"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Cursor CLI"
3
+ description: "Tool: Cursor IDE automation and scripting"
4
+ version: "1.0.0"
5
+ category: "cli"
6
+ author: "Rulebook"
7
+ tags: ["cli", "cli-tool"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- CURSOR_CLI:START -->
12
12
  # Cursor CLI Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Factory"
3
- description: "Tool: Code generation and automation"
4
- version: "1.0.0"
5
- category: "cli"
6
- author: "Rulebook"
7
- tags: ["cli", "cli-tool"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Factory"
3
+ description: "Tool: Code generation and automation"
4
+ version: "1.0.0"
5
+ category: "cli"
6
+ author: "Rulebook"
7
+ tags: ["cli", "cli-tool"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- FACTORY:START -->
12
12
  # Factory Droid Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Gemini CLI"
3
- description: "Tool: Google Gemini API with 2M token context"
4
- version: "1.0.0"
5
- category: "cli"
6
- author: "Rulebook"
7
- tags: ["cli", "cli-tool"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Gemini CLI"
3
+ description: "Tool: Google Gemini API with 2M token context"
4
+ version: "1.0.0"
5
+ category: "cli"
6
+ author: "Rulebook"
7
+ tags: ["cli", "cli-tool"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- GEMINI:START -->
12
12
  # Gemini CLI Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Kilocode"
3
- description: "Tool: Lightweight coding companion"
4
- version: "1.0.0"
5
- category: "cli"
6
- author: "Rulebook"
7
- tags: ["cli", "cli-tool"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Kilocode"
3
+ description: "Tool: Lightweight coding companion"
4
+ version: "1.0.0"
5
+ category: "cli"
6
+ author: "Rulebook"
7
+ tags: ["cli", "cli-tool"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- KILOCODE:START -->
12
12
  # Kilo Code Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Opencode"
3
- description: "Tool: Open-source AI assistant"
4
- version: "1.0.0"
5
- category: "cli"
6
- author: "Rulebook"
7
- tags: ["cli", "cli-tool"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Opencode"
3
+ description: "Tool: Open-source AI assistant"
4
+ version: "1.0.0"
5
+ category: "cli"
6
+ author: "Rulebook"
7
+ tags: ["cli", "cli-tool"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- OPENCODE:START -->
12
12
  # OpenCode Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Agent Automation"
3
- description: "Mandatory workflow that AI agents MUST execute after EVERY implementation."
4
- version: "1.0.0"
5
- category: "core"
6
- author: "Rulebook"
7
- tags: ["core"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Agent Automation"
3
+ description: "Mandatory workflow that AI agents MUST execute after EVERY implementation."
4
+ version: "1.0.0"
5
+ category: "core"
6
+ author: "Rulebook"
7
+ tags: ["core"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- AGENT_AUTOMATION:START -->
12
12
  # Agent Automation Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "DAG Workflow"
3
- description: "Maintain a clean dependency graph (DAG) to prevent circular dependencies and ensure maintainable architecture."
4
- version: "1.0.0"
5
- category: "core"
6
- author: "Rulebook"
7
- tags: ["core"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "DAG Workflow"
3
+ description: "Maintain a clean dependency graph (DAG) to prevent circular dependencies and ensure maintainable architecture."
4
+ version: "1.0.0"
5
+ category: "core"
6
+ author: "Rulebook"
7
+ tags: ["core"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- DAG:START -->
12
12
  # Dependency Architecture Guidelines (DAG)
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Documentation Rules"
3
- description: "All documentation in English. Root README concise, detailed docs in `/docs`."
4
- version: "1.0.0"
5
- category: "core"
6
- author: "Rulebook"
7
- tags: ["core"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Documentation Rules"
3
+ description: "All documentation in English. Root README concise, detailed docs in `/docs`."
4
+ version: "1.0.0"
5
+ category: "core"
6
+ author: "Rulebook"
7
+ tags: ["core"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  # Documentation Standards
12
12
 
13
13
  **CRITICAL**: All documentation in English. Root README concise, detailed docs in `/docs`.
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Quality Enforcement"
3
- description: "These rules are NON-NEGOTIABLE and MUST be followed without exception."
4
- version: "1.0.0"
5
- category: "core"
6
- author: "Rulebook"
7
- tags: ["core"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Quality Enforcement"
3
+ description: "These rules are NON-NEGOTIABLE and MUST be followed without exception."
4
+ version: "1.0.0"
5
+ category: "core"
6
+ author: "Rulebook"
7
+ tags: ["core"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- QUALITY_ENFORCEMENT:START -->
12
12
  # Quality Enforcement Rules
13
13
 
@@ -61,7 +61,7 @@ rulebook task validate <task-id>
61
61
  ## Task Directory Structure
62
62
 
63
63
  ```
64
- rulebook/tasks/<task-id>/
64
+ .rulebook/tasks/<task-id>/
65
65
  ├── proposal.md # Why and what changes
66
66
  ├── tasks.md # Implementation checklist
67
67
  ├── design.md # Technical design (optional)
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Angular"
3
- description: "Angular projects must meet these standards before delivery."
4
- version: "1.0.0"
5
- category: "frameworks"
6
- author: "Rulebook"
7
- tags: ["frameworks", "framework"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Angular"
3
+ description: "Angular projects must meet these standards before delivery."
4
+ version: "1.0.0"
5
+ category: "frameworks"
6
+ author: "Rulebook"
7
+ tags: ["frameworks", "framework"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- ANGULAR:START -->
12
12
  # Angular Framework Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Django"
3
- description: "Language: Python"
4
- version: "1.0.0"
5
- category: "frameworks"
6
- author: "Rulebook"
7
- tags: ["frameworks", "framework"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Django"
3
+ description: "Language: Python"
4
+ version: "1.0.0"
5
+ category: "frameworks"
6
+ author: "Rulebook"
7
+ tags: ["frameworks", "framework"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- DJANGO:START -->
12
12
  # Django Framework Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Electron"
3
- description: "Language: TypeScript, JavaScript"
4
- version: "1.0.0"
5
- category: "frameworks"
6
- author: "Rulebook"
7
- tags: ["frameworks", "framework"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Electron"
3
+ description: "Language: TypeScript, JavaScript"
4
+ version: "1.0.0"
5
+ category: "frameworks"
6
+ author: "Rulebook"
7
+ tags: ["frameworks", "framework"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- ELECTRON:START -->
12
12
  # Electron Framework Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Flask"
3
- description: "Language: Python"
4
- version: "1.0.0"
5
- category: "frameworks"
6
- author: "Rulebook"
7
- tags: ["frameworks", "framework"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Flask"
3
+ description: "Language: Python"
4
+ version: "1.0.0"
5
+ category: "frameworks"
6
+ author: "Rulebook"
7
+ tags: ["frameworks", "framework"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- FLASK:START -->
12
12
  # Flask Framework Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Flutter"
3
- description: "Language: Dart"
4
- version: "1.0.0"
5
- category: "frameworks"
6
- author: "Rulebook"
7
- tags: ["frameworks", "framework"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Flutter"
3
+ description: "Language: Dart"
4
+ version: "1.0.0"
5
+ category: "frameworks"
6
+ author: "Rulebook"
7
+ tags: ["frameworks", "framework"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- FLUTTER:START -->
12
12
  # Flutter Framework Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "jQuery"
3
- description: "Language: JavaScript"
4
- version: "1.0.0"
5
- category: "frameworks"
6
- author: "Rulebook"
7
- tags: ["frameworks", "framework"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "jQuery"
3
+ description: "Language: JavaScript"
4
+ version: "1.0.0"
5
+ category: "frameworks"
6
+ author: "Rulebook"
7
+ tags: ["frameworks", "framework"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- JQUERY:START -->
12
12
  # jQuery Framework Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Laravel"
3
- description: "Laravel services must respect these conventions and quality checks."
4
- version: "1.0.0"
5
- category: "frameworks"
6
- author: "Rulebook"
7
- tags: ["frameworks", "framework"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Laravel"
3
+ description: "Laravel services must respect these conventions and quality checks."
4
+ version: "1.0.0"
5
+ category: "frameworks"
6
+ author: "Rulebook"
7
+ tags: ["frameworks", "framework"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- LARAVEL:START -->
12
12
  # Laravel Framework Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "NestJS"
3
- description: "Align all NestJS services, modules, and controllers with these conventions."
4
- version: "1.0.0"
5
- category: "frameworks"
6
- author: "Rulebook"
7
- tags: ["frameworks", "framework"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "NestJS"
3
+ description: "Align all NestJS services, modules, and controllers with these conventions."
4
+ version: "1.0.0"
5
+ category: "frameworks"
6
+ author: "Rulebook"
7
+ tags: ["frameworks", "framework"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- NESTJS:START -->
12
12
  # NestJS Framework Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Next.js"
3
- description: "Language: TypeScript, JavaScript"
4
- version: "1.0.0"
5
- category: "frameworks"
6
- author: "Rulebook"
7
- tags: ["frameworks", "framework"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Next.js"
3
+ description: "Language: TypeScript, JavaScript"
4
+ version: "1.0.0"
5
+ category: "frameworks"
6
+ author: "Rulebook"
7
+ tags: ["frameworks", "framework"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- NEXTJS:START -->
12
12
  # Next.js Framework Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Nuxt"
3
- description: "Nuxt 3 applications must keep these standards to ensure SSR quality."
4
- version: "1.0.0"
5
- category: "frameworks"
6
- author: "Rulebook"
7
- tags: ["frameworks", "framework"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Nuxt"
3
+ description: "Nuxt 3 applications must keep these standards to ensure SSR quality."
4
+ version: "1.0.0"
5
+ category: "frameworks"
6
+ author: "Rulebook"
7
+ tags: ["frameworks", "framework"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- NUXT:START -->
12
12
  # Nuxt Framework Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "Rails"
3
- description: "Language: Ruby"
4
- version: "1.0.0"
5
- category: "frameworks"
6
- author: "Rulebook"
7
- tags: ["frameworks", "framework"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "Rails"
3
+ description: "Language: Ruby"
4
+ version: "1.0.0"
5
+ category: "frameworks"
6
+ author: "Rulebook"
7
+ tags: ["frameworks", "framework"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- RAILS:START -->
12
12
  # Ruby on Rails Framework Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "React"
3
- description: "React applications must comply with these quality bars."
4
- version: "1.0.0"
5
- category: "frameworks"
6
- author: "Rulebook"
7
- tags: ["frameworks", "framework"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "React"
3
+ description: "React applications must comply with these quality bars."
4
+ version: "1.0.0"
5
+ category: "frameworks"
6
+ author: "Rulebook"
7
+ tags: ["frameworks", "framework"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- REACT:START -->
12
12
  # React Framework Rules
13
13
 
@@ -1,13 +1,13 @@
1
- ---
2
- name: "React Native"
3
- description: "Language: JavaScript, TypeScript"
4
- version: "1.0.0"
5
- category: "frameworks"
6
- author: "Rulebook"
7
- tags: ["frameworks", "framework"]
8
- dependencies: []
9
- conflicts: []
10
- ---
1
+ ---
2
+ name: "React Native"
3
+ description: "Language: JavaScript, TypeScript"
4
+ version: "1.0.0"
5
+ category: "frameworks"
6
+ author: "Rulebook"
7
+ tags: ["frameworks", "framework"]
8
+ dependencies: []
9
+ conflicts: []
10
+ ---
11
11
  <!-- REACT_NATIVE:START -->
12
12
  # React Native Framework Rules
13
13