threadlines 0.1.38 → 0.1.39

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.
@@ -309,6 +309,7 @@ async function checkCommand(options) {
309
309
  version: threadline.version,
310
310
  patterns: threadline.patterns,
311
311
  content: threadline.content,
312
+ filePath: threadline.filePath,
312
313
  contextFiles: threadline.contextFiles,
313
314
  contextContent
314
315
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "threadlines",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
4
4
  "description": "Threadline CLI - AI-powered linter based on your natural language documentation",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -36,7 +36,7 @@
36
36
  "typecheck": "tsc --noEmit",
37
37
  "check": "npm run lint && npm run typecheck",
38
38
  "threadlines": "npx -y threadlines check",
39
- "threadlines:local": "npx -y threadlines check || true",
39
+ "threadlines:local": "npx -y threadlines check || exit 0",
40
40
  "check:all": "npm run check && npm run threadlines"
41
41
  },
42
42
  "dependencies": {