Skip to content

Commit af77fef

Browse files
author
Shivang Khandelwal
committed
skill 0.4.4
1 parent 7f170fd commit af77fef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎packages/skill-installer/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devlensio/skill",
3-
"version": "0.4.1",
3+
"version": "0.4.4",
44
"description": "Installer for the DevLens Agent Skill — adds the /devlens skill (architecture, diagrams, security analysis, impact, summaries) to Claude Code, Cursor, and other AI coding tools.",
55
"type": "module",
66
"bin": {

‎plugins/devlens/.claude-plugin/plugin.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devlens",
33
"description": "Codebase intelligence for AI agents. The /devlens skill teaches your agent to query a precomputed code graph (nodes, typed edges, technical/business/security summaries) via the bundled DevLens MCP server instead of grepping and reading whole files — with subcommands for architecture, diagrams, security analysis, impact, summaries, and more.",
4-
"version": "0.4.1",
4+
"version": "0.4.4",
55
"mcpServers": {
66
"devlens": {
77
"command": "npx",

0 commit comments

Comments
 (0)