@mrclrchtr/supi-settings 1.14.3 → 1.15.0

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
@@ -45,7 +45,6 @@ Depending on which SuPi packages are installed, the overlay may include settings
45
45
  - `supi-bash-timeout` — default bash timeout injection
46
46
  - `supi-cache` — prompt-cache monitoring and history collection
47
47
  - `supi-debug` — debug event capture and retention
48
- - `supi-rtk` — command rewriting controls
49
48
  - `supi-insights` — report-generation options
50
49
 
51
50
  ## Package surfaces
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-core",
3
- "version": "1.14.3",
3
+ "version": "1.15.0",
4
4
  "description": "SuPi core — shared infrastructure for SuPi extensions (XML context tags, config system)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -6,7 +6,7 @@
6
6
  import { createRegistry } from "../registry-utils.ts";
7
7
 
8
8
  export interface ContextProvider {
9
- /** Unique identifier — e.g. "rtk" */
9
+ /** Unique identifier — e.g. "lsp" */
10
10
  id: string;
11
11
  /** Human-readable label shown in the report */
12
12
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-settings",
3
- "version": "1.14.3",
3
+ "version": "1.15.0",
4
4
  "description": "SuPi Settings extension — unified settings command for SuPi extensions via /supi-settings",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "!__tests__"
30
30
  ],
31
31
  "dependencies": {
32
- "@mrclrchtr/supi-core": "1.14.3"
32
+ "@mrclrchtr/supi-core": "1.15.0"
33
33
  },
34
34
  "bundledDependencies": [
35
35
  "@mrclrchtr/supi-core"