@yawlabs/ctxlint 0.10.1 → 0.10.2

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
@@ -11,6 +11,10 @@
11
11
 
12
12
  Your `CLAUDE.md` is lying to your agent. Your `.mcp.json` has a hardcoded API key. ctxlint catches both.
13
13
 
14
+ [![Add to mcp.hosting](https://mcp.hosting/install-button.svg)](https://mcp.hosting/install?name=ctxlint&command=npx&args=-y%2C%40yawlabs%2Fctxlint%2Cserve&description=Lint%20AI%20agent%20context%20files%20and%20MCP%20configs%20against%20your%20codebase&source=https%3A%2F%2Fgithub.com%2FYawLabs%2Fctxlint)
15
+
16
+ One click adds this to your [mcp.hosting](https://mcp.hosting) account so it syncs to every MCP client you use. Or install manually below.
17
+
14
18
  ## Why ctxlint?
15
19
 
16
20
  Every AI coding tool ships a context file: `CLAUDE.md`, `.cursorrules`, `AGENTS.md`, `.mcp.json`. These files are the single most important interface between you and your agent — they tell it what to build, how to test, where things live.
package/dist/index.js CHANGED
@@ -45600,7 +45600,7 @@ import { readFileSync as readFileSync5 } from "node:fs";
45600
45600
  import { resolve as resolve8, dirname as dirname3 } from "node:path";
45601
45601
  import { fileURLToPath } from "node:url";
45602
45602
  function loadVersion() {
45603
- if (true) return "0.10.1";
45603
+ if (true) return "0.10.2";
45604
45604
  const __dir = dirname3(fileURLToPath(import.meta.url));
45605
45605
  const pkgPath = resolve8(__dir, "../package.json");
45606
45606
  const pkg = JSON.parse(readFileSync5(pkgPath, "utf-8"));
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@yawlabs/ctxlint",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
+ "mcpName": "io.github.YawLabs/ctxlint",
4
5
  "description": "Lint your AI agent context files, MCP server configs, and session data against your actual codebase",
5
6
  "bin": {
6
7
  "ctxlint": "dist/index.js"