cloud_agent
01Cursor rule Cursor
Sourcebot is a self-hosted tool that helps humans and agents understand your codebase.
40 tagged code intelligence, measured the same way as everything else here.
Browse within: ast 19code-graph 18code-index 16code-analysis 7code-search 7codebase-analysis 6
Cursor rule Cursor
Sourcebot is a self-hosted tool that helps humans and agents understand your codebase.
Cursor rule Cursor
Sourcebot is a self-hosted tool that helps humans and agents understand your codebase.
Cursor rule Cursor
Use AGENTS.md as the single authoritative behavior file.
Cursor rule Cursor
How Infigraph's multi-repo/group mode and taint analysis work internally — HTTP contract extraction heuristics, cross-service edge linking, combined-graph merge, remote mode, plus taint's line-based tracking and sanitizer heuristic.
Cursor rule Cursor
How Infigraph turns source into a graph — adding a language (tree-sitter vs ANTLR grammar-plugin), cross-file call resolution, SCIP compiler-grade enrichment, and file-watch/reindex triage.
Cursor rule Cursor
Infigraph architecture, build/test/lint commands, and cross-cutting invariants.
Cursor rule
Prefer NeuroMesh MCP for codebase context instead of dumping whole files.
Cursor rule
Qartez MCP code-intelligence tools -- use instead of Glob/Grep/Read for all code exploration.
Cursor rule Cursor
Cursor rule "cursorrules" from lktiep/cortex-hub, covering cortex hub (mandatory), during work, error protocol and ending.
Cursor rule Cursor
This file contains project-specific instructions for AI assistants working on the CICADA codebase.
Cursor rule Cursor
CodeStory local grounding. Use repo evidence before source claims.
Cursor rule Cursor
MUST follow the rules in SCALASEMANTICRULES.md for working with Scala code. Mandatory, not optional.
Cursor rule Cursor
This project has hypergrep installed globally. Use it instead of grep/ripgrep when you need structural understanding of code (function bodies, call graphs, impact analysis). For simple text searches, ripgrep is fine.
Cursor rule Cursor
../../.agents/rules/agents-first-convention.md.
Cursor rule Cursor
../../.agents/rules/architecture-priming.md.
Cursor rule Cursor
../../.agents/rules/authoring-discipline.md.
Cursor rule Cursor
Rig MCP usage guide — when to use which tool.
Cursor rule
Use this rule to answer codebase architecture questions, trace dependencies, find callers/callees, calculate blast radius, and explore the code graph. Triggers on: "how does X work", "what handles Y", "where is Z defined", "explain the mechanism", "who calls", "blast radius", "shortest path", "trace request flow"…
Cursor rule
Your task is to help users to write ast-grep rules to search code. User will query you by natural language, and you will write ast-grep rules to search code.
Cursor rule Cursor
Cursor C++ conventions.
Cursor rule Cursor
Cursor testing conventions.
Cursor rule
CodeSift MCP tool usage rules.
Cursor rule Cursor
CodeGraph MCP usage guide — when to use which tool.
Cursor rule Cursor
Follow AGENTS.md for repository-wide rules. Start with .agent/README.md and use its task router; do not preload the whole .agent directory. Use Menhir structural queries before filesystem search, check blast radius before edits, preserve unrelated worktree changes, and run focused affected tests.