feat(cli): migrate vibe-rules to ruler (#503)

This commit is contained in:
Aman Varshney
2025-08-13 16:10:53 +05:30
committed by GitHub
parent c5701c392d
commit 94dcd82afd
7 changed files with 158 additions and 74 deletions

View File

@@ -0,0 +1,18 @@
{
"mcpServers": {
"context7": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}{{#if (or (eq runtime "workers") (eq webDeploy "workers"))}},
"cloudflare": {
"command": "npx",
"args": ["mcp-remote", "https://docs.mcp.cloudflare.com/sse"]
}{{/if}}{{#if (eq backend "convex")}},
"convex": {
"command": "npx",
"args": ["-y", "convex@latest", "mcp", "start"]
}
{{/if}}
}
}

View File

@@ -0,0 +1,5 @@
# Ruler Configuration File
# See https://okigu.com/ruler for documentation.
# Default agents to run when --agents is not specified
default_agents = []