⬡ Code Domain
Symbol-graph code state space — diff and merge at the level of named functions, classes, and modules across Python, TypeScript, Go, Rust, Java, C, C++, C#, Ruby, and Kotlin.
⊞ Dimensions 10
Each dimension is independently mergeable — two agents editing different dimensions of the same snapshot never produce a conflict.
Function and class symbol graph
Most frequently changed symbols
Symbol-level coupling and cohesion
Cyclomatic complexity per symbol
Commit frequency per file and symbol
Test coverage by symbol
Import and dependency graph
Semantically duplicated code blocks
Detected rename and move operations
Type annotation completeness
⌘ CLI Commands
$ muse symbols $ muse hotspots $ muse coupling $ muse diff $ muse query $ muse refactor
⚡ Agent & MCP Integration
Agents can discover and use this domain through the MuseHub MCP server — no configuration needed.
// MCP tool — preferred for AI agents musehub_get_domain(scoped_id="@cgcardona/code") // REST API — for programmatic access GET /api/v1/domains/@cgcardona/code GET /api/v1/domains/@cgcardona/code/repos // Human URL (also serves JSON via ?format=json or Accept header) GET /domains/@cgcardona/code?format=json // MCP resource URI muse://domains/cgcardona/code // Create a repo using this domain musehub_create_repo( name="my-project", owner="myuser", domain="@cgcardona/code" )