@regression-io/claude-config 0.35.29 → 0.35.31

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.
package/README.md CHANGED
@@ -1,34 +1,29 @@
1
1
  # Claude Config
2
2
 
3
- Configuration management for **Claude Code** with CLI and optional Web UI.
3
+ Configuration helper for **Claude Code** - manage MCPs, rules, permissions, and memory through a visual UI or CLI.
4
4
 
5
- ## Installation
6
-
7
- ```bash
8
- npm install -g @regression-io/claude-config
9
- ```
5
+ ## Why?
10
6
 
11
- Or from GitHub:
12
- ```bash
13
- npm install -g github:regression-io/claude-config
14
- ```
7
+ Claude Code works great out of the box. This tool helps when you want to:
8
+ - Configure MCP servers without editing JSON
9
+ - Manage permissions and rules visually
10
+ - Share configurations across projects
11
+ - Set up persistent memory for Claude sessions
15
12
 
16
- ## Updating
13
+ ## Installation
17
14
 
18
15
  ```bash
19
- npm update -g @regression-io/claude-config
16
+ npm install -g @regression-io/claude-config
20
17
  ```
21
18
 
22
- The Web UI automatically detects when updates are available and shows a notification in the Preferences page.
23
-
24
19
  ## Quick Start
25
20
 
26
21
  ```bash
27
- # Launch the Web UI (recommended)
22
+ # Open the configuration UI
28
23
  claude-config ui
29
24
  ```
30
25
 
31
- The Web UI provides a visual interface for managing all your Claude Code configuration.
26
+ Then use Claude Code as normal - just run `claude` in your project directory.
32
27
 
33
28
  ### CLI Alternative
34
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regression-io/claude-config",
3
- "version": "0.35.29",
3
+ "version": "0.35.31",
4
4
  "description": "Configuration management UI for Claude Code and Antigravity - manage MCPs, rules, commands, memory, and project folders",
5
5
  "author": "regression.io",
6
6
  "main": "config-loader.js",