@cgcardona/code ✓ Verified v1.0.0

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.

Browse Repos JSON API ↗
10 Dimensions
0 Repositories
Symbol Graph Viewer
OT Merge
6 Artifact Types
6 CLI Commands

Dimensions 10

Each dimension is independently mergeable — two agents editing different dimensions of the same snapshot never produce a conflict.

#0 symbols

Function and class symbol graph

#1 hotspots

Most frequently changed symbols

#2 coupling

Symbol-level coupling and cohesion

#3 complexity

Cyclomatic complexity per symbol

#4 churn

Commit frequency per file and symbol

#5 coverage

Test coverage by symbol

#6 dependencies

Import and dependency graph

#7 duplicates

Semantically duplicated code blocks

#8 refactors

Detected rename and move operations

#9 types

Type annotation completeness

CLI Commands

muse
$ 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
// 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"
)
🤖
Agents-first design. Every domain exposes a full MCP resource so AI agents can discover capabilities, read manifests, and create repos without any human configuration.

📦 Public Repositories 0

📦

No public repositories using this domain yet.

Create the first repository →