@yawlabs/ctxlint 0.10.0 → 0.10.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.
@@ -4,7 +4,7 @@
4
4
  # Version-pinned so a checkout at `rev: vX.Y.Z` runs exactly that release
5
5
  # of ctxlint — matches the pinning done by `ctxlint init`. release.sh keeps
6
6
  # this in sync with package.json on each bump.
7
- entry: npx @yawlabs/ctxlint@0.9.19 --strict
7
+ entry: npx @yawlabs/ctxlint@0.10.1 --strict
8
8
  language: node
9
9
  always_run: true
10
10
  pass_filenames: false
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.0";
45603
+ if (true) return "0.10.1";
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,6 @@
1
1
  {
2
2
  "name": "@yawlabs/ctxlint",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Lint your AI agent context files, MCP server configs, and session data against your actual codebase",
5
5
  "bin": {
6
6
  "ctxlint": "dist/index.js"