Skip to content

Commit 5244a49

Browse files
authored
chore: update repo-map references to repo-intel (#8)
repo-map and git-map consolidated into repo-intel (agent-sh/repo-intel).
1 parent cbe0eb1 commit 5244a49

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/data/plugins.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"commands": 1,
7575
"repo": "https://github.com/agent-sh/drift-detect",
7676
"install": "agentsys install drift-detect",
77-
"dependencies": ["repo-map"]
77+
"dependencies": ["repo-intel"]
7878
},
7979
{
8080
"name": "audit-project",
@@ -88,14 +88,14 @@
8888
"dependencies": []
8989
},
9090
{
91-
"name": "repo-map",
92-
"description": "AST symbol and import mapping. Cached file-to-symbols map via ast-grep used by drift-detect and planners.",
91+
"name": "repo-intel",
92+
"description": "Unified static analysis via agent-analyzer. Git history, AST symbols, project metadata, and doc-code sync in one cached artifact.",
9393
"category": "infrastructure",
9494
"agents": 1,
9595
"skills": 1,
9696
"commands": 1,
97-
"repo": "https://github.com/agent-sh/repo-map",
98-
"install": "agentsys install repo-map",
97+
"repo": "https://github.com/agent-sh/repo-intel",
98+
"install": "agentsys install repo-intel",
9999
"dependencies": []
100100
},
101101
{

src/data/skills.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{ "name": "perf-analyzer", "plugin": "perf", "description": "Deep performance analysis combining all profiling data", "platforms": ["Claude Code", "OpenCode", "Codex"] },
2222
{ "name": "deslop", "plugin": "deslop", "description": "Detect and clean AI-generated slop patterns in code", "platforms": ["Claude Code", "OpenCode", "Codex"] },
2323
{ "name": "drift-analysis", "plugin": "drift-detect", "description": "Compare documented plans against actual implementation", "platforms": ["Claude Code", "OpenCode", "Codex"] },
24-
{ "name": "repo-mapping", "plugin": "repo-map", "description": "Build AST-based symbol and import map of codebase", "platforms": ["Claude Code", "OpenCode", "Codex"] },
24+
{ "name": "repo-intel", "plugin": "repo-intel", "description": "Unified static analysis - git history, AST symbols, project metadata", "platforms": ["Claude Code", "OpenCode", "Codex"] },
2525
{ "name": "sync-docs", "plugin": "sync-docs", "description": "Find and fix documentation drift from source code", "platforms": ["Claude Code", "OpenCode", "Codex"] },
2626
{ "name": "learn-topic", "plugin": "learn", "description": "Research topics online and create structured learning guides", "platforms": ["Claude Code", "OpenCode", "Codex"] },
2727
{ "name": "agnix-lint", "plugin": "agnix", "description": "Validate agent configs with 230 rules across AI tools", "platforms": ["Claude Code", "OpenCode", "Codex", "Cursor"] },

0 commit comments

Comments
 (0)