@yawlabs/ctxlint 0.15.1 → 0.17.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.
@@ -206,6 +206,19 @@
206
206
  ],
207
207
  "stability": "stable"
208
208
  },
209
+ {
210
+ "id": "mcp-security/secret-scan-skipped",
211
+ "category": "mcp-security",
212
+ "severity": "info",
213
+ "description": "Git-tracked status of the config file could not be determined, so the git-gated secret rules were skipped without an answer.",
214
+ "trigger": "git ls-files fails for a reason other than \"untracked\" or \"not a repository\" (git unavailable, permissions, timeout). A determined \"untracked\" does not fire this rule.",
215
+ "message": "Could not determine git-tracked status of {file}; hardcoded-secret rules were skipped",
216
+ "fixable": false,
217
+ "clients": [
218
+ "all"
219
+ ],
220
+ "stability": "experimental"
221
+ },
209
222
  {
210
223
  "id": "mcp-security/http-no-tls",
211
224
  "category": "mcp-security",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yawlabs/ctxlint",
3
- "version": "0.15.1",
3
+ "version": "0.17.0",
4
4
  "mcpName": "io.github.YawLabs/ctxlint",
5
5
  "description": "Lint your AI agent context files, MCP server configs, and session data against your actual codebase",
6
6
  "bin": {
@@ -91,25 +91,25 @@
91
91
  "@eslint/js": "^10.0.1",
92
92
  "@modelcontextprotocol/sdk": "^1.29.0",
93
93
  "@types/fast-levenshtein": "^0.0.4",
94
- "@types/node": "^25.6.0",
95
- "@vitest/coverage-v8": "^4.1.4",
94
+ "@types/node": "^25.9.3",
95
+ "@vitest/coverage-v8": "^4.1.9",
96
96
  "chalk": "^5.6.2",
97
97
  "commander": "^14.0.3",
98
- "esbuild": "^0.28.0",
99
- "eslint": "^10.2.0",
98
+ "esbuild": "^0.28.1",
99
+ "eslint": "^10.5.0",
100
100
  "fast-levenshtein": "^3.0.0",
101
101
  "glob": "^13.0.6",
102
102
  "jsonc-parser": "^3.3.1",
103
- "ora": "^9.3.0",
104
- "prettier": "^3.8.2",
105
- "simple-git": "^3.35.2",
103
+ "ora": "^9.4.0",
104
+ "prettier": "^3.8.4",
105
+ "simple-git": "^3.36.0",
106
106
  "tiktoken": "^1.0.22",
107
107
  "tsup": "^8.5.1",
108
- "typescript": "^6.0.2",
109
- "typescript-eslint": "^8.58.1",
110
- "vite": "^8.0.8",
111
- "vitest": "^4.1.4",
112
- "zod": "^4.3.6"
108
+ "typescript": "^6.0.3",
109
+ "typescript-eslint": "^8.61.1",
110
+ "vite": "^8.0.16",
111
+ "vitest": "^4.1.9",
112
+ "zod": "^4.4.3"
113
113
  },
114
114
  "pnpm": {
115
115
  "onlyBuiltDependencies": [