@regression-io/claude-config 0.35.7 → 0.35.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regression-io/claude-config",
3
- "version": "0.35.7",
3
+ "version": "0.35.9",
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",
@@ -2204,8 +2204,6 @@ This cannot be undone.`))try{const He=await ke.deleteWorkstream(Z.id);He.success
2204
2204
  - \`null\` or \`undefined\` if the progress is indeterminate.
2205
2205
 
2206
2206
  Defaulting to \`null\`.`}var F2=L2,kH=O2;const $2=C.forwardRef(({className:e,value:t,...r},n)=>s.jsx(F2,{ref:n,className:Pe("relative h-2 w-full overflow-hidden rounded-full bg-primary/20",e),...r,children:s.jsx(kH,{className:"h-full w-full flex-1 bg-primary transition-all",style:{transform:`translateX(-${100-(t||0)}%)`}})}));$2.displayName=F2.displayName;const Ba=[{id:"welcome",title:"Welcome",icon:Ht,subsections:[{id:"intro",title:"What is Claude Config?"},{id:"what-youll-learn",title:"What You'll Learn"}]},{id:"first-project",title:"Your First Project",icon:qs,subsections:[{id:"adding-project",title:"Adding a Project"},{id:"exploring-project",title:"Exploring Your Project"},{id:"claude-folder",title:"The .claude Folder"}]},{id:"rules-guide",title:"Working with Rules",icon:hr,subsections:[{id:"what-are-rules",title:"What Are Rules?"},{id:"creating-rules",title:"Creating Your First Rule"},{id:"rule-tips",title:"Tips for Great Rules"}]},{id:"mcp-guide",title:"MCP Servers",icon:Hn,subsections:[{id:"what-are-mcps",title:"What Are MCPs?"},{id:"adding-mcp",title:"Adding Your First MCP"},{id:"mcp-config",title:"Configuring MCPs"}]},{id:"permissions-guide",title:"Permissions",icon:$i,subsections:[{id:"understanding-permissions",title:"How Permissions Work"},{id:"setting-permissions",title:"Setting Up Permissions"},{id:"permission-patterns",title:"Permission Patterns"}]},{id:"memory-guide",title:"Memory System",icon:Ri,subsections:[{id:"what-is-memory",title:"What is Memory?"},{id:"using-memory",title:"Using Memory"}]},{id:"plugins-guide",title:"Plugins",icon:Mi,subsections:[{id:"what-are-plugins",title:"What Are Plugins?"},{id:"installing-plugin",title:"Installing a Plugin"}]},{id:"workstreams-guide",title:"Workstreams",icon:qa,subsections:[{id:"what-are-workstreams",title:"What Are Workstreams?"},{id:"creating-workstream",title:"Creating a Workstream"}]},{id:"multi-tool-guide",title:"Multi-Tool Support",icon:On,subsections:[{id:"other-tools",title:"Beyond Claude Code"},{id:"syncing-tools",title:"Syncing Between Tools"}]},{id:"next-steps",title:"Next Steps",icon:_1,subsections:[]}],jH={intro:{title:"What is Claude Config?",content:`
2207
- ## Welcome to Claude Config!
2208
-
2209
2207
  Think of Claude Config as your **control center** for Claude Code (and other AI coding tools). Instead of manually editing JSON files or remembering command-line flags, you get a friendly UI to manage everything.
2210
2208
 
2211
2209
  ### What can you do here?
@@ -2226,8 +2224,6 @@ Anyone using Claude Code! Whether you're:
2226
2224
 
2227
2225
  Let's get started!
2228
2226
  `},"what-youll-learn":{title:"What You'll Learn",content:`
2229
- ## What You'll Learn
2230
-
2231
2227
  This tutorial walks you through Claude Config step-by-step. By the end, you'll know how to:
2232
2228
 
2233
2229
  ### The Basics
@@ -2250,8 +2246,6 @@ Each section takes about **5 minutes**. You can stop anytime and pick up where y
2250
2246
 
2251
2247
  Ready? Click **"Adding a Project"** in the sidebar to begin.
2252
2248
  `}},NH={"adding-project":{title:"Adding a Project",content:`
2253
- ## Adding Your First Project
2254
-
2255
2249
  A "project" in Claude Config is simply a directory on your computer - usually a git repository or a folder containing code.
2256
2250
 
2257
2251
  ### How to Add a Project
@@ -2283,8 +2277,6 @@ Once you add a project:
2283
2277
 
2284
2278
  Try adding a project now, then continue to the next section!
2285
2279
  `},"exploring-project":{title:"Exploring Your Project",content:`
2286
- ## Exploring Your Project
2287
-
2288
2280
  Now that you've added a project, let's explore what you can do with it.
2289
2281
 
2290
2282
  ### The Project Explorer
@@ -2319,8 +2311,6 @@ At the top, you'll see project info:
2319
2311
 
2320
2312
  Let's create the .claude folder next!
2321
2313
  `},"claude-folder":{title:"The .claude Folder",content:`
2322
- ## The .claude Folder
2323
-
2324
2314
  The \`.claude\` folder is where all your project's Claude configuration lives. Think of it as Claude's "instruction manual" for your project.
2325
2315
 
2326
2316
  ### Creating the Folder
@@ -2355,8 +2345,6 @@ You can also create a \`CLAUDE.md\` file in your project root. Claude reads this
2355
2345
 
2356
2346
  Next, let's learn about rules - the most powerful part of Claude Config!
2357
2347
  `}},EH={"what-are-rules":{title:"What Are Rules?",content:`
2358
- ## What Are Rules?
2359
-
2360
2348
  Rules are **instructions for Claude** written in plain Markdown. They tell Claude things like:
2361
2349
 
2362
2350
  - How your project is structured
@@ -2393,8 +2381,6 @@ For example, you might want Claude to:
2393
2381
  - Never modify certain files
2394
2382
  - Use specific patterns for error handling
2395
2383
  `},"creating-rules":{title:"Creating Your First Rule",content:`
2396
- ## Creating Your First Rule
2397
-
2398
2384
  Let's create a simple rule file. This takes just a minute!
2399
2385
 
2400
2386
  ### Step by Step
@@ -2441,8 +2427,6 @@ You can have multiple rule files. Claude reads them all. Organize by topic:
2441
2427
  - \`architecture.md\` - Project structure
2442
2428
  - \`testing.md\` - Test guidelines
2443
2429
  `},"rule-tips":{title:"Tips for Great Rules",content:`
2444
- ## Tips for Writing Great Rules
2445
-
2446
2430
  Good rules make Claude more helpful. Here's what works best.
2447
2431
 
2448
2432
  ### Be Specific, Not Vague
@@ -2491,8 +2475,6 @@ Claude is smart. You don't need to specify everything. Focus on:
2491
2475
  - Project-specific patterns
2492
2476
  - Things Claude might not know about your codebase
2493
2477
  `}},PH={"what-are-mcps":{title:"What Are MCPs?",content:`
2494
- ## What Are MCPs?
2495
-
2496
2478
  MCP stands for **Model Context Protocol**. Think of MCPs as "plugins" that give Claude new abilities.
2497
2479
 
2498
2480
  ### What Can MCPs Do?
@@ -2529,8 +2511,6 @@ Claude: "Read the config file at /etc/myapp/config.json"
2529
2511
  - **Community MCPs** - Open source on npm and GitHub
2530
2512
  - **Custom MCPs** - Build your own for specific needs
2531
2513
  `},"adding-mcp":{title:"Adding Your First MCP",content:`
2532
- ## Adding Your First MCP
2533
-
2534
2514
  Let's add an MCP to your project. We'll use the popular **filesystem** MCP as an example.
2535
2515
 
2536
2516
  ![MCP Registry](/tutorial/mcp-registry.png)
@@ -2581,8 +2561,6 @@ If Claude can list the files, your MCP is working!
2581
2561
  - **@anthropic/mcp-server-github** - GitHub integration
2582
2562
  - **@anthropic/mcp-server-postgres** - PostgreSQL queries
2583
2563
  `},"mcp-config":{title:"Configuring MCPs",content:`
2584
- ## Configuring MCPs
2585
-
2586
2564
  Each MCP has its own configuration options. Here's how to manage them.
2587
2565
 
2588
2566
  ### The Configuration Panel
@@ -2625,8 +2603,6 @@ If an MCP isn't working:
2625
2603
  3. Restart Claude Code
2626
2604
  4. Check Claude's output for error messages
2627
2605
  `}},AH={"understanding-permissions":{title:"How Permissions Work",content:`
2628
- ## How Permissions Work
2629
-
2630
2606
  Permissions control what Claude can do **automatically** vs what requires your approval.
2631
2607
 
2632
2608
  ### The Three Categories
@@ -2664,8 +2640,6 @@ With permissions:
2664
2640
 
2665
2641
  This gives you speed AND safety.
2666
2642
  `},"setting-permissions":{title:"Setting Up Permissions",content:`
2667
- ## Setting Up Permissions
2668
-
2669
2643
  Let's configure some permissions for your workflow.
2670
2644
 
2671
2645
  ![Claude Code Settings](/tutorial/claude-settings.png)
@@ -2707,8 +2681,6 @@ Hover over any rule chip to see:
2707
2681
  - Examples of what it matches
2708
2682
  - What category means for this operation
2709
2683
  `},"permission-patterns":{title:"Permission Patterns",content:`
2710
- ## Permission Patterns
2711
-
2712
2684
  Permissions use **patterns** to match operations. Here's how they work.
2713
2685
 
2714
2686
  ### File Patterns
@@ -2749,8 +2721,6 @@ mcp__*__* → Any MCP tool (broad!)
2749
2721
  - Use specific patterns for sensitive operations
2750
2722
  - Group related permissions (all npm stuff in one rule)
2751
2723
  `}},TH={"what-is-memory":{title:"What is Memory?",content:`
2752
- ## What is Memory?
2753
-
2754
2724
  Memory lets Claude **remember things** across conversations. Instead of repeating yourself, teach Claude once and it remembers.
2755
2725
 
2756
2726
  ### Types of Memory
@@ -2783,8 +2753,6 @@ Claude reads these automatically when you start a conversation.
2783
2753
  - Learned: 2024-01-15
2784
2754
  \`\`\`
2785
2755
  `},"using-memory":{title:"Using Memory",content:`
2786
- ## Using Memory
2787
-
2788
2756
  Let's add some memory entries to make Claude smarter about your work.
2789
2757
 
2790
2758
  ![Memory View](/tutorial/memory-view.png)
@@ -2829,8 +2797,6 @@ What to do instead: Use the logger at src/utils/logger.ts
2829
2797
  - Delete outdated entries
2830
2798
  - Use project memory for project-specific stuff
2831
2799
  `}},RH={"what-are-plugins":{title:"What Are Plugins?",content:`
2832
- ## What Are Plugins?
2833
-
2834
2800
  Plugins are **pre-built configurations** you can install with one click. Instead of writing rules from scratch, use plugins created by the community.
2835
2801
 
2836
2802
  ### What's in a Plugin?
@@ -2858,8 +2824,6 @@ A plugin can include:
2858
2824
 
2859
2825
  Plugins come from **marketplaces** - curated collections maintained by the community. The default marketplace has popular, vetted plugins.
2860
2826
  `},"installing-plugin":{title:"Installing a Plugin",content:`
2861
- ## Installing a Plugin
2862
-
2863
2827
  Let's install your first plugin!
2864
2828
 
2865
2829
  ![Plugins View](/tutorial/plugins-view.png)
@@ -2900,8 +2864,6 @@ Want more plugins? You can:
2900
2864
  2. Create your own plugins
2901
2865
  3. Share plugins with your team
2902
2866
  `}},MH={"what-are-workstreams":{title:"What Are Workstreams?",content:`
2903
- ## What Are Workstreams?
2904
-
2905
2867
  Workstreams are for when you work on **multiple related projects** together. They group projects and share context between them.
2906
2868
 
2907
2869
  ### When to Use Workstreams
@@ -2930,8 +2892,6 @@ With a workstream:
2930
2892
  - **Smart switching** - Auto-switch when you change projects
2931
2893
  - **Activity tracking** - See which projects you're actively working on
2932
2894
  `},"creating-workstream":{title:"Creating a Workstream",content:`
2933
- ## Creating a Workstream
2934
-
2935
2895
  Let's set up a workstream for related projects.
2936
2896
 
2937
2897
  ### Step by Step
@@ -2971,8 +2931,6 @@ The workstream view shows:
2971
2931
 
2972
2932
  This helps you see your workflow at a glance.
2973
2933
  `}},DH={"other-tools":{title:"Beyond Claude Code",content:`
2974
- ## Beyond Claude Code
2975
-
2976
2934
  Claude Config isn't just for Claude Code! It also supports other AI coding tools.
2977
2935
 
2978
2936
  ### Supported Tools
@@ -3008,8 +2966,6 @@ With Claude Config, you configure once and use everywhere.
3008
2966
  3. Check the tools you want to use
3009
2967
  4. New tabs appear in the sidebar for each tool
3010
2968
  `},"syncing-tools":{title:"Syncing Between Tools",content:`
3011
- ## Syncing Between Tools
3012
-
3013
2969
  Keep your rules consistent across all your AI coding tools.
3014
2970
 
3015
2971
  ### The Sync Feature
@@ -3052,9 +3008,7 @@ Each tool has its own settings page in the sidebar:
3052
3008
  - **Gemini CLI** - MCP configuration
3053
3009
  - Configure each tool separately for tool-specific needs
3054
3010
  `}},LH={"next-steps":{title:"Next Steps",content:`
3055
- ## Congratulations!
3056
-
3057
- You've completed the Claude Config tutorial. You now know how to:
3011
+ You've completed the Claude Config tutorial! You now know how to:
3058
3012
 
3059
3013
  - Add and manage projects
3060
3014
  - Create rules for Claude
@@ -19,7 +19,7 @@
19
19
 
20
20
  <!-- PWA Manifest -->
21
21
  <link rel="manifest" href="/manifest.json">
22
- <script type="module" crossorigin src="/assets/index-BI1Jmecp.js"></script>
22
+ <script type="module" crossorigin src="/assets/index-C5U9WrP1.js"></script>
23
23
  <link rel="stylesheet" crossorigin href="/assets/index-D7ljoxN0.css">
24
24
  </head>
25
25
  <body>