@7n/rules 1.13.0 → 1.13.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.13.1] - 2026-07-18
4
+
5
+ ### Changed
6
+
7
+ - doc-files: виключити Storybook *.stories.* файли з обов'язкової генерації docs/<stem>.md (той самий glob-список, що *.test.*/*.spec.*/*.d.ts)
8
+
3
9
  ## [1.13.0] - 2026-07-17
4
10
 
5
11
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/rules",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "CLI еталонних правил і skills (префікс n-): синк у репозиторій, дельта-lint, конформність",
5
5
  "keywords": [
6
6
  "cli",
@@ -3,7 +3,7 @@ type: JS Module
3
3
  title: main.mjs
4
4
  resource: npm/rules/doc-files/docgen-scan/main.mjs
5
5
  docgen:
6
- crc: 23cec34d
6
+ crc: 6b2177db
7
7
  model: omlx/gemma-4-e4b-it-OptiQ-4bit
8
8
  score: 100
9
9
  issues: judge:inaccurate:0.99
@@ -9,8 +9,8 @@ import { parseDocFrontmatter, readDocCrc, staleness } from '../docgen-crc/main.m
9
9
  /** Кодові розширення, для яких генеруємо документацію. */
10
10
  const SOURCE_EXTENSIONS = new Set(['.js', '.mjs', '.ts', '.vue', '.py', '.rs'])
11
11
 
12
- /** `*.test.*`, `*.spec.*` — тести, документувати не треба. */
13
- const TEST_FILE_RE = /\.(?:test|spec)\.[^.]+$/u
12
+ /** `*.test.*`, `*.spec.*`, `*.stories.*` — тести й Storybook CSF-файли, документувати не треба. */
13
+ const TEST_FILE_RE = /\.(?:test|spec|stories)\.[^.]+$/u
14
14
 
15
15
  /**
16
16
  * Чи корінь має system-wide docs layout.