@nitra/cursor 7.0.0 → 7.1.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.1.0] - 2026-06-14
4
+
5
+ ### Added
6
+
7
+ - lint-text підкоманда приймає --read-only (детект без авто-фіксу markdownlint/shellcheck/dotenv) — для CI-режиму без мутацій
8
+
3
9
  ## [7.0.0] - 2026-06-14
4
10
 
5
11
  ### Changed
package/bin/n-cursor.js CHANGED
@@ -1711,8 +1711,9 @@ try {
1711
1711
  break
1712
1712
  }
1713
1713
  case 'lint-text': {
1714
- // Канонічний lint-text: cspell → run-shellcheck → markdownlint-cli2 --fix run-v8r (text.mdc).
1715
- process.exitCode = await runLintTextCli()
1714
+ // Канонічний lint-text: cspell → shellcheck → dotenv → markdownlint → v8r (text.mdc).
1715
+ // `--read-only` (CI): без авто-фіксу (markdownlint/shellcheck/dotenv) — нуль мутацій.
1716
+ process.exitCode = await runLintTextCli({ readOnly: args.includes('--read-only') })
1716
1717
 
1717
1718
  break
1718
1719
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitra/cursor",
3
- "version": "7.0.0",
3
+ "version": "7.1.0",
4
4
  "description": "CLI для завантаження cursor-правил (префікс n-) у локальний репозиторій",
5
5
  "keywords": [
6
6
  "cli",