@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.
- package/.claude/commands/rulebook-task-apply.md +2 -2
- package/.claude/commands/rulebook-task-archive.md +3 -3
- package/.claude/commands/rulebook-task-create.md +4 -4
- package/.claude/commands/rulebook-task-list.md +2 -2
- package/.claude/commands/rulebook-task-show.md +2 -2
- package/.claude/commands/rulebook-task-validate.md +2 -2
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +8 -8
- package/dist/cli/commands.d.ts.map +1 -1
- package/dist/cli/commands.js +328 -33
- package/dist/cli/commands.js.map +1 -1
- package/dist/core/config-manager.d.ts +10 -0
- package/dist/core/config-manager.d.ts.map +1 -1
- package/dist/core/config-manager.js +105 -0
- package/dist/core/config-manager.js.map +1 -1
- package/dist/core/generator.js +38 -38
- package/dist/core/generator.js.map +1 -1
- package/dist/core/migrator.d.ts.map +1 -1
- package/dist/core/migrator.js +3 -3
- package/dist/core/migrator.js.map +1 -1
- package/dist/core/openspec-manager.d.ts +2 -2
- package/dist/core/openspec-manager.d.ts.map +1 -1
- package/dist/core/openspec-manager.js +5 -14
- package/dist/core/openspec-manager.js.map +1 -1
- package/dist/core/openspec-migrator.d.ts.map +1 -1
- package/dist/core/openspec-migrator.js +3 -3
- package/dist/core/openspec-migrator.js.map +1 -1
- package/dist/core/prd-generator.d.ts.map +1 -1
- package/dist/core/prd-generator.js +2 -1
- package/dist/core/prd-generator.js.map +1 -1
- package/dist/core/ralph-manager.d.ts +9 -1
- package/dist/core/ralph-manager.d.ts.map +1 -1
- package/dist/core/ralph-manager.js +56 -2
- package/dist/core/ralph-manager.js.map +1 -1
- package/dist/core/task-manager.d.ts.map +1 -1
- package/dist/core/task-manager.js +26 -26
- package/dist/core/task-manager.js.map +1 -1
- package/dist/core/validator.js +6 -6
- package/dist/core/validator.js.map +1 -1
- package/dist/mcp/rulebook-server.d.ts.map +1 -1
- package/dist/mcp/rulebook-server.js +131 -20
- package/dist/mcp/rulebook-server.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/templates/commands/rulebook-task-apply.md +2 -2
- package/templates/commands/rulebook-task-archive.md +3 -3
- package/templates/commands/rulebook-task-create.md +4 -4
- package/templates/commands/rulebook-task-list.md +2 -2
- package/templates/commands/rulebook-task-show.md +2 -2
- package/templates/commands/rulebook-task-validate.md +2 -2
- package/templates/core/RALPH.md +2 -2
- package/templates/core/RULEBOOK.md +13 -13
- package/templates/git/CI_CD_PATTERNS.md +4 -4
- package/templates/git/GITHUB_ACTIONS.md +3 -3
- package/templates/git/GITLAB_CI.md +4 -4
- package/templates/git/SECRETS_MANAGEMENT.md +4 -4
- package/templates/hooks/COMMIT_MSG.md +4 -4
- package/templates/hooks/POST_CHECKOUT.md +3 -3
- package/templates/hooks/PREPARE_COMMIT_MSG.md +3 -3
- package/templates/hooks/PRE_COMMIT.md +4 -4
- package/templates/hooks/PRE_PUSH.md +4 -4
- package/templates/skills/cli/aider/SKILL.md +10 -10
- package/templates/skills/cli/amazon-q/SKILL.md +10 -10
- package/templates/skills/cli/auggie/SKILL.md +10 -10
- package/templates/skills/cli/claude/SKILL.md +10 -10
- package/templates/skills/cli/claude-code/SKILL.md +146 -146
- package/templates/skills/cli/cline/SKILL.md +10 -10
- package/templates/skills/cli/codebuddy/SKILL.md +10 -10
- package/templates/skills/cli/codeium/SKILL.md +10 -10
- package/templates/skills/cli/codex/SKILL.md +10 -10
- package/templates/skills/cli/continue/SKILL.md +10 -10
- package/templates/skills/cli/cursor-cli/SKILL.md +10 -10
- package/templates/skills/cli/factory/SKILL.md +10 -10
- package/templates/skills/cli/gemini/SKILL.md +10 -10
- package/templates/skills/cli/kilocode/SKILL.md +10 -10
- package/templates/skills/cli/opencode/SKILL.md +10 -10
- package/templates/skills/core/agent-automation/SKILL.md +10 -10
- package/templates/skills/core/dag/SKILL.md +10 -10
- package/templates/skills/core/documentation-rules/SKILL.md +10 -10
- package/templates/skills/core/quality-enforcement/SKILL.md +10 -10
- package/templates/skills/core/rulebook/SKILL.md +1 -1
- package/templates/skills/frameworks/angular/SKILL.md +10 -10
- package/templates/skills/frameworks/django/SKILL.md +10 -10
- package/templates/skills/frameworks/electron/SKILL.md +10 -10
- package/templates/skills/frameworks/flask/SKILL.md +10 -10
- package/templates/skills/frameworks/flutter/SKILL.md +10 -10
- package/templates/skills/frameworks/jquery/SKILL.md +10 -10
- package/templates/skills/frameworks/laravel/SKILL.md +10 -10
- package/templates/skills/frameworks/nestjs/SKILL.md +10 -10
- package/templates/skills/frameworks/nextjs/SKILL.md +10 -10
- package/templates/skills/frameworks/nuxt/SKILL.md +10 -10
- package/templates/skills/frameworks/rails/SKILL.md +10 -10
- package/templates/skills/frameworks/react/SKILL.md +10 -10
- package/templates/skills/frameworks/react-native/SKILL.md +10 -10
- package/templates/skills/frameworks/spring/SKILL.md +10 -10
- package/templates/skills/frameworks/symfony/SKILL.md +10 -10
- package/templates/skills/frameworks/vue/SKILL.md +10 -10
- package/templates/skills/frameworks/zend/SKILL.md +10 -10
- package/templates/skills/ides/copilot/SKILL.md +10 -10
- package/templates/skills/ides/cursor/SKILL.md +10 -10
- package/templates/skills/ides/jetbrains-ai/SKILL.md +10 -10
- package/templates/skills/ides/replit/SKILL.md +10 -10
- package/templates/skills/ides/tabnine/SKILL.md +10 -10
- package/templates/skills/ides/vscode/SKILL.md +10 -10
- package/templates/skills/ides/windsurf/SKILL.md +10 -10
- package/templates/skills/ides/zed/SKILL.md +10 -10
- package/templates/skills/languages/ada/SKILL.md +68 -68
- package/templates/skills/languages/c/SKILL.md +10 -10
- package/templates/skills/languages/cpp/SKILL.md +10 -10
- package/templates/skills/languages/csharp/SKILL.md +10 -10
- package/templates/skills/languages/dart/SKILL.md +342 -342
- package/templates/skills/languages/elixir/SKILL.md +10 -10
- package/templates/skills/languages/erlang/SKILL.md +10 -10
- package/templates/skills/languages/go/SKILL.md +10 -10
- package/templates/skills/languages/haskell/SKILL.md +10 -10
- package/templates/skills/languages/java/SKILL.md +10 -10
- package/templates/skills/languages/javascript/SKILL.md +10 -10
- package/templates/skills/languages/julia/SKILL.md +10 -10
- package/templates/skills/languages/kotlin/SKILL.md +10 -10
- package/templates/skills/languages/lisp/SKILL.md +10 -10
- package/templates/skills/languages/lua/SKILL.md +10 -10
- package/templates/skills/languages/objectivec/SKILL.md +10 -10
- package/templates/skills/languages/php/SKILL.md +10 -10
- package/templates/skills/languages/python/SKILL.md +10 -10
- package/templates/skills/languages/r/SKILL.md +360 -360
- package/templates/skills/languages/ruby/SKILL.md +10 -10
- package/templates/skills/languages/rust/SKILL.md +10 -10
- package/templates/skills/languages/sas/SKILL.md +10 -10
- package/templates/skills/languages/scala/SKILL.md +10 -10
- package/templates/skills/languages/solidity/SKILL.md +10 -10
- package/templates/skills/languages/sql/SKILL.md +10 -10
- package/templates/skills/languages/swift/SKILL.md +10 -10
- package/templates/skills/languages/zig/SKILL.md +10 -10
- package/templates/skills/modules/atlassian/SKILL.md +10 -10
- package/templates/skills/modules/context7/SKILL.md +10 -10
- package/templates/skills/modules/figma/SKILL.md +10 -10
- package/templates/skills/modules/github-mcp/SKILL.md +10 -10
- package/templates/skills/modules/grafana/SKILL.md +10 -10
- package/templates/skills/modules/memory/SKILL.md +10 -10
- package/templates/skills/modules/notion/SKILL.md +10 -10
- package/templates/skills/modules/playwright/SKILL.md +10 -10
- package/templates/skills/modules/rulebook-mcp/SKILL.md +10 -10
- package/templates/skills/modules/serena/SKILL.md +10 -10
- package/templates/skills/modules/supabase/SKILL.md +10 -10
- package/templates/skills/modules/synap/SKILL.md +10 -10
- package/templates/skills/modules/vectorizer/SKILL.md +10 -10
- package/templates/skills/services/azure-blob/SKILL.md +10 -10
- package/templates/skills/services/cassandra/SKILL.md +10 -10
- package/templates/skills/services/dynamodb/SKILL.md +10 -10
- package/templates/skills/services/elasticsearch/SKILL.md +10 -10
- package/templates/skills/services/gcs/SKILL.md +10 -10
- package/templates/skills/services/influxdb/SKILL.md +10 -10
- package/templates/skills/services/kafka/SKILL.md +10 -10
- package/templates/skills/services/mariadb/SKILL.md +10 -10
- package/templates/skills/services/memcached/SKILL.md +10 -10
- package/templates/skills/services/minio/SKILL.md +10 -10
- package/templates/skills/services/mongodb/SKILL.md +10 -10
- package/templates/skills/services/mysql/SKILL.md +10 -10
- package/templates/skills/services/neo4j/SKILL.md +10 -10
- package/templates/skills/services/oracle/SKILL.md +10 -10
- package/templates/skills/services/postgresql/SKILL.md +10 -10
- package/templates/skills/services/rabbitmq/SKILL.md +10 -10
- package/templates/skills/services/redis/SKILL.md +10 -10
- package/templates/skills/services/s3/SKILL.md +10 -10
- package/templates/skills/services/sqlite/SKILL.md +10 -10
- package/templates/skills/services/sqlserver/SKILL.md +10 -10
- package/templates/skills/workflows/ralph/SETUP.md +228 -228
- package/templates/skills/workflows/ralph/SKILL.md +1 -1
- package/templates/skills/workflows/ralph/install.sh +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Ruby"
|
|
3
|
-
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "languages"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["languages", "language"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Ruby"
|
|
3
|
+
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "languages"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["languages", "language"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- RUBY:START -->
|
|
12
12
|
# Ruby Project Rules
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Rust"
|
|
3
|
-
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "languages"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["languages", "language"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Rust"
|
|
3
|
+
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "languages"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["languages", "language"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- RUST:START -->
|
|
12
12
|
# Rust Project Rules
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "SAS"
|
|
3
|
-
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "languages"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["languages", "language"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "SAS"
|
|
3
|
+
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "languages"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["languages", "language"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- SAS:START -->
|
|
12
12
|
# SAS Project Rules
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Scala"
|
|
3
|
-
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "languages"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["languages", "language"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Scala"
|
|
3
|
+
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "languages"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["languages", "language"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- SCALA:START -->
|
|
12
12
|
# Scala Project Rules
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Solidity"
|
|
3
|
-
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "languages"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["languages", "language"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Solidity"
|
|
3
|
+
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "languages"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["languages", "language"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- SOLIDITY:START -->
|
|
12
12
|
# Solidity Project Rules
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "SQL"
|
|
3
|
-
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "languages"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["languages", "language"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "SQL"
|
|
3
|
+
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "languages"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["languages", "language"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- SQL:START -->
|
|
12
12
|
# SQL Project Rules
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Swift"
|
|
3
|
-
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "languages"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["languages", "language"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Swift"
|
|
3
|
+
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "languages"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["languages", "language"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- SWIFT:START -->
|
|
12
12
|
# Swift Project Rules
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Zig"
|
|
3
|
-
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "languages"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["languages", "language"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Zig"
|
|
3
|
+
description: "Execute these commands after EVERY implementation (see AGENT_AUTOMATION module for full workflow)."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "languages"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["languages", "language"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- ZIG:START -->
|
|
12
12
|
# Zig Project Rules
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Atlassian"
|
|
3
|
-
description: "Use MCP Atlassian for Jira issues, Confluence documentation, and Bitbucket repositories."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "modules"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["modules", "mcp"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Atlassian"
|
|
3
|
+
description: "Use MCP Atlassian for Jira issues, Confluence documentation, and Bitbucket repositories."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "modules"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["modules", "mcp"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- ATLASSIAN:START -->
|
|
12
12
|
# Atlassian MCP Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Context7"
|
|
3
|
-
description: "Use MCP Context7 to access up-to-date library documentation before adding dependencies."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "modules"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["modules", "mcp"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Context7"
|
|
3
|
+
description: "Use MCP Context7 to access up-to-date library documentation before adding dependencies."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "modules"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["modules", "mcp"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- CONTEXT7:START -->
|
|
12
12
|
# Context7 Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Figma"
|
|
3
|
-
description: "Use MCP Figma for design system integration, asset export, and design-to-code workflows."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "modules"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["modules", "mcp"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Figma"
|
|
3
|
+
description: "Use MCP Figma for design system integration, asset export, and design-to-code workflows."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "modules"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["modules", "mcp"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- FIGMA:START -->
|
|
12
12
|
# Figma MCP Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "GitHub MCP"
|
|
3
|
-
description: "Monitor CI/CD workflows after every `git push` using GitHub MCP."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "modules"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["modules", "mcp"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "GitHub MCP"
|
|
3
|
+
description: "Monitor CI/CD workflows after every `git push` using GitHub MCP."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "modules"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["modules", "mcp"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- GITHUB_MCP:START -->
|
|
12
12
|
# GitHub MCP Server Integration
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Grafana"
|
|
3
|
-
description: "Use MCP Grafana for metrics visualization, alerting, and observability dashboards."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "modules"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["modules", "mcp"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Grafana"
|
|
3
|
+
description: "Use MCP Grafana for metrics visualization, alerting, and observability dashboards."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "modules"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["modules", "mcp"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- GRAFANA:START -->
|
|
12
12
|
# Grafana MCP Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Memory"
|
|
3
|
-
description: "The rulebook memory system provides persistent context across AI sessions using hybrid search (BM25 keyword + HNSW vector) with zero native dependenci"
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "modules"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["modules", "mcp"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Memory"
|
|
3
|
+
description: "The rulebook memory system provides persistent context across AI sessions using hybrid search (BM25 keyword + HNSW vector) with zero native dependenci"
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "modules"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["modules", "mcp"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- MEMORY:START -->
|
|
12
12
|
## Persistent Memory System
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Notion"
|
|
3
|
-
description: "Use MCP Notion for documentation, task tracking, and knowledge management."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "modules"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["modules", "mcp"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Notion"
|
|
3
|
+
description: "Use MCP Notion for documentation, task tracking, and knowledge management."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "modules"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["modules", "mcp"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- NOTION:START -->
|
|
12
12
|
# Notion MCP Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Playwright"
|
|
3
|
-
description: "Use MCP Playwright for automated browser testing and web automation."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "modules"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["modules", "mcp"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Playwright"
|
|
3
|
+
description: "Use MCP Playwright for automated browser testing and web automation."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "modules"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["modules", "mcp"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- PLAYWRIGHT:START -->
|
|
12
12
|
# Playwright MCP Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Rulebook MCP"
|
|
3
|
-
description: "Use MCP Rulebook server to manage tasks programmatically instead of executing terminal commands."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "modules"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["modules", "mcp"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Rulebook MCP"
|
|
3
|
+
description: "Use MCP Rulebook server to manage tasks programmatically instead of executing terminal commands."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "modules"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["modules", "mcp"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- RULEBOOK_MCP:START -->
|
|
12
12
|
# Rulebook MCP Server Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Serena"
|
|
3
|
-
description: "Use MCP Serena for AI-powered development assistance, code analysis, and intelligent automation."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "modules"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["modules", "mcp"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Serena"
|
|
3
|
+
description: "Use MCP Serena for AI-powered development assistance, code analysis, and intelligent automation."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "modules"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["modules", "mcp"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- SERENA:START -->
|
|
12
12
|
# Serena MCP Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Supabase"
|
|
3
|
-
description: "Use MCP Supabase for database operations, authentication, and storage."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "modules"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["modules", "mcp"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Supabase"
|
|
3
|
+
description: "Use MCP Supabase for database operations, authentication, and storage."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "modules"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["modules", "mcp"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- SUPABASE:START -->
|
|
12
12
|
# Supabase MCP Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Synap"
|
|
3
|
-
description: "Use MCP Synap for persistent task and data storage across context windows."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "modules"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["modules", "mcp"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Synap"
|
|
3
|
+
description: "Use MCP Synap for persistent task and data storage across context windows."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "modules"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["modules", "mcp"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- SYNAP:START -->
|
|
12
12
|
# Synap Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Vectorizer"
|
|
3
|
-
description: "Use MCP Vectorizer as primary data source for project information instead of file reading."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "modules"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["modules", "mcp"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Vectorizer"
|
|
3
|
+
description: "Use MCP Vectorizer as primary data source for project information instead of file reading."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "modules"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["modules", "mcp"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- VECTORIZER:START -->
|
|
12
12
|
# Vectorizer Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Azure Blob Storage"
|
|
3
|
-
description: "Use Azure Blob Storage for object storage, file uploads, static assets, and backup storage in Azure cloud."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "services"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["services", "storage"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Azure Blob Storage"
|
|
3
|
+
description: "Use Azure Blob Storage for object storage, file uploads, static assets, and backup storage in Azure cloud."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "services"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["services", "storage"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- AZURE_BLOB:START -->
|
|
12
12
|
# Azure Blob Storage Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Cassandra"
|
|
3
|
-
description: "Use Cassandra for distributed NoSQL database with high availability, linear scalability, and eventual consistency."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "services"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["services", "database"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Cassandra"
|
|
3
|
+
description: "Use Cassandra for distributed NoSQL database with high availability, linear scalability, and eventual consistency."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "services"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["services", "database"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- CASSANDRA:START -->
|
|
12
12
|
# Apache Cassandra Database Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "DynamoDB"
|
|
3
|
-
description: "Use DynamoDB for serverless NoSQL database with automatic scaling, high performance, and pay-per-use pricing."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "services"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["services", "database"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "DynamoDB"
|
|
3
|
+
description: "Use DynamoDB for serverless NoSQL database with automatic scaling, high performance, and pay-per-use pricing."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "services"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["services", "database"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- DYNAMODB:START -->
|
|
12
12
|
# AWS DynamoDB Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Elasticsearch"
|
|
3
|
-
description: "Use Elasticsearch for full-text search, log aggregation, and real-time analytics with distributed architecture."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "services"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["services", "database"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Elasticsearch"
|
|
3
|
+
description: "Use Elasticsearch for full-text search, log aggregation, and real-time analytics with distributed architecture."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "services"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["services", "database"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- ELASTICSEARCH:START -->
|
|
12
12
|
# Elasticsearch Search Instructions
|
|
13
13
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "Google Cloud Storage"
|
|
3
|
-
description: "Use Google Cloud Storage for object storage, file uploads, static assets, and backup storage in GCP."
|
|
4
|
-
version: "1.0.0"
|
|
5
|
-
category: "services"
|
|
6
|
-
author: "Rulebook"
|
|
7
|
-
tags: ["services", "storage"]
|
|
8
|
-
dependencies: []
|
|
9
|
-
conflicts: []
|
|
10
|
-
---
|
|
1
|
+
---
|
|
2
|
+
name: "Google Cloud Storage"
|
|
3
|
+
description: "Use Google Cloud Storage for object storage, file uploads, static assets, and backup storage in GCP."
|
|
4
|
+
version: "1.0.0"
|
|
5
|
+
category: "services"
|
|
6
|
+
author: "Rulebook"
|
|
7
|
+
tags: ["services", "storage"]
|
|
8
|
+
dependencies: []
|
|
9
|
+
conflicts: []
|
|
10
|
+
---
|
|
11
11
|
<!-- GCS:START -->
|
|
12
12
|
# Google Cloud Storage Instructions
|
|
13
13
|
|