@regression-io/claude-config 0.35.9 → 0.35.13

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
@@ -23,6 +23,15 @@ The Web UI automatically detects when updates are available and shows a notifica
23
23
 
24
24
  ## Quick Start
25
25
 
26
+ ```bash
27
+ # Launch the Web UI (recommended)
28
+ claude-config ui
29
+ ```
30
+
31
+ The Web UI provides a visual interface for managing all your Claude Code configuration.
32
+
33
+ ### CLI Alternative
34
+
26
35
  ```bash
27
36
  # Initialize a project
28
37
  claude-config init
@@ -32,13 +41,6 @@ claude-config add postgres github
32
41
 
33
42
  # Generate .mcp.json for Claude Code
34
43
  claude-config apply
35
-
36
- # Install plugins for framework guidance
37
- claude plugin marketplace add regression-io/claude-config-plugins
38
- claude plugin install fastapi-support@claude-config-plugins
39
-
40
- # Or open the Web UI
41
- claude-config ui
42
44
  ```
43
45
 
44
46
  ## CLI Commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regression-io/claude-config",
3
- "version": "0.35.9",
3
+ "version": "0.35.13",
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",