@yawlabs/ctxlint 0.9.13 → 0.9.14

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.13 --strict
7
+ entry: npx @yawlabs/ctxlint@0.9.14 --strict
8
8
  language: node
9
9
  always_run: true
10
10
  pass_filenames: false
package/dist/index.js CHANGED
@@ -43854,7 +43854,7 @@ import { readFileSync as readFileSync4 } from "node:fs";
43854
43854
  import { resolve as resolve8, dirname as dirname3 } from "node:path";
43855
43855
  import { fileURLToPath } from "node:url";
43856
43856
  function loadVersion() {
43857
- if (true) return "0.9.13";
43857
+ if (true) return "0.9.14";
43858
43858
  const __dir = dirname3(fileURLToPath(import.meta.url));
43859
43859
  const pkgPath = resolve8(__dir, "../package.json");
43860
43860
  const pkg = JSON.parse(readFileSync4(pkgPath, "utf-8"));
@@ -44790,9 +44790,7 @@ var init_server3 = __esm({
44790
44790
  init_version2();
44791
44791
  contextCheckEnum = external_exports3.enum(ALL_CHECKS);
44792
44792
  mcpCheckEnum = external_exports3.enum(ALL_MCP_CHECKS);
44793
- sessionCheckEnum = external_exports3.enum(
44794
- ALL_SESSION_CHECKS
44795
- );
44793
+ sessionCheckEnum = external_exports3.enum(ALL_SESSION_CHECKS);
44796
44794
  server = new McpServer({
44797
44795
  name: "ctxlint",
44798
44796
  version: VERSION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yawlabs/ctxlint",
3
- "version": "0.9.13",
3
+ "version": "0.9.14",
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"