deep-slop 1.6.0 → 1.6.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.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Detect AI-generated slop, dead code, security vulnerabilities, import problems,
8
8
  and architectural decay in your codebase. Tree-sitter AST analysis for 8 languages,
9
- density-aware scoring, SARIF 2.1.0 output, MCP server, VS Code extension,
9
+ density-aware scoring, SARIF 2.1.0 output, MCP server,
10
10
  16 AI agent providers, and multi-language linting across 14 languages.
11
11
 
12
12
  [![CI](https://github.com/DemumuMind/deep-slopDM/actions/workflows/ci.yml/badge.svg)](https://github.com/DemumuMind/deep-slopDM/actions/workflows/ci.yml)
@@ -913,29 +913,6 @@ engines:
913
913
 
914
914
  ---
915
915
 
916
- ## VS Code Extension
917
-
918
- Install the `deep-slop` extension from the VS Code marketplace for inline diagnostics.
919
-
920
- **Features:**
921
- - Diagnostics in the Problems panel
922
- - Scan workspace or current file via commands
923
- - Optional auto-scan on save
924
-
925
- **Configuration:**
926
-
927
- | Setting | Default | Description |
928
- |---------|---------|-------------|
929
- | `deep-slop.path` | `""` | Path to deep-slop CLI (auto-detected if empty) |
930
- | `deep-slop.scanOnSave` | `false` | Auto-scan on save |
931
- | `deep-slop.autoScan` | `false` | Auto-scan on activation |
932
-
933
- **Commands:**
934
- - `deep-slop: Scan Workspace`
935
- - `deep-slop: Scan Current File`
936
-
937
- See [`editors/vscode/`](editors/vscode/) for the extension source.
938
-
939
916
  ---
940
917
 
941
918
  ## Pre-commit Hook
@@ -945,7 +922,7 @@ Add deep-slop as a [pre-commit](https://pre-commit.com/) hook:
945
922
  ```yaml
946
923
  repos:
947
924
  - repo: https://github.com/DemumuMind/deep-slopDM
948
- rev: v1.4.0
925
+ rev: v1.6.0
949
926
  hooks:
950
927
  - id: deep-slop
951
928
  ```
@@ -1055,7 +1032,7 @@ console.log(`Warnings: ${result.bySeverity.warning}`);
1055
1032
  | Auto-fix pipeline | Plan → apply → verify | **Plan → apply → verify → rollback** |
1056
1033
  | SARIF output | Yes | **Yes** — SARIF 2.1.0 for GitHub Code Scanning |
1057
1034
  | Score withheld (unsupported lang) | No | **Yes** — null score when >80% unsupported |
1058
- | VS Code extension | Yes | **Yes** — Problems panel + auto-scan |
1035
+ | Editor extension | No | **Yes** — Problems panel + auto-scan |
1059
1036
  | GitHub Action | Yes | **Yes** — composite action with SARIF upload |
1060
1037
  | Pre-commit hook | Yes | **Yes** |
1061
1038
  | Config presets | No | **4 presets** + `--strict` enterprise |
@@ -1164,7 +1141,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines, or:
1164
1141
  **[Request Feature](https://github.com/DemumuMind/deep-slopDM/issues)** ·
1165
1142
  **[npm](https://www.npmjs.com/package/deep-slop)** ·
1166
1143
  **[GitHub Action](action.yml)** ·
1167
- **[VS Code Extension](editors/vscode/)** ·
1168
1144
  **[Contributing](CONTRIBUTING.md)**
1169
1145
 
1170
1146
  </div>