viewcc 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,8 +6,8 @@
6
6
  [![npm downloads](https://img.shields.io/npm/dm/viewcc.svg)](https://www.npmjs.com/package/viewcc)
7
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
8
 
9
- 📊 **View Claude Code** is a powerful tool that visualizes your entire Claude Code project structure in an interactive graph.
10
- Perfect for understanding agent-skill relationships, navigating complex projects, and executing agents/skills directly from the UI.
9
+ 📊 **View Claude Code** is a powerful tool that visualizes your Claude Code agents and skills in an interactive graph.
10
+ Perfect for understanding agent-skill relationships, navigating complex configurations, and executing agents/skills directly from the UI.
11
11
 
12
12
  ## ✨ Features
13
13
 
@@ -15,7 +15,7 @@ Perfect for understanding agent-skill relationships, navigating complex projects
15
15
  - 🔍 **Smart Relationship Mapping** - Automatically detects and visualizes agent-skill connections
16
16
  - ⚡ **One-Command Setup** - Just run `npx viewcc` - no installation needed
17
17
  - 🎯 **Execute from UI** - Run agents and skills directly from the graph interface
18
- - 🔄 **Real-time Monitoring** - Live connection status and activity tracking
18
+ - 🔄 **Real-time Monitoring** *(Coming Soon)* - Live connection status and activity tracking
19
19
  - 🎭 **Visual Clarity** - Color-coded nodes and Bezier curves for easy understanding
20
20
  - 🚀 **Zero Configuration** - Works out of the box with any Claude Code project
21
21
  - 📱 **Responsive Design** - Smooth zoom, pan, and navigation controls
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "viewcc",
3
- "version": "1.1.0",
4
- "description": "Interactive graph visualization for Claude Code projects - visualize agents, skills, and their relationships in a beautiful hierarchical layout",
3
+ "version": "1.1.1",
4
+ "description": "Interactive graph visualization for Claude Code agents and skills - explore relationships and hierarchy in a beautiful interactive layout",
5
5
  "main": "./lib/cli.js",
6
6
  "bin": {
7
7
  "viewcc": "./bin/claude-viz.js"