@yawlabs/ctxlint 0.2.0 → 0.2.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/dist/index.js CHANGED
@@ -1089,7 +1089,7 @@ import * as path8 from "path";
1089
1089
 
1090
1090
  // src/version.ts
1091
1091
  function loadVersion() {
1092
- if (true) return "0.2.0";
1092
+ if (true) return "0.2.1";
1093
1093
  const fs7 = __require("fs");
1094
1094
  const path9 = __require("path");
1095
1095
  const pkgPath = path9.resolve(__dirname, "../package.json");
@@ -922,7 +922,7 @@ import * as path7 from "path";
922
922
 
923
923
  // src/version.ts
924
924
  function loadVersion() {
925
- if (true) return "0.2.0";
925
+ if (true) return "0.2.1";
926
926
  const fs5 = __require("fs");
927
927
  const path8 = __require("path");
928
928
  const pkgPath = path8.resolve(__dirname, "../package.json");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yawlabs/ctxlint",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Lint your AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase",
5
5
  "bin": {
6
6
  "ctxlint": "dist/index.js"