@7n/rules 1.25.0 → 1.25.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 +6 -0
- package/package.json +2 -2
- package/scripts/lib/docs/index.md +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.25.1] - 2026-07-19
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- мінімальний @7n/llm-lib піднято до ^2.8.2 — діапазон ^2.7.0 допускав версії з видаленим у pi-coding-agent 0.80.10 API (ModelRegistry.create/AuthStorage), що системно валило doc-files та інші LLM-ланцюжки (registry: Cannot read properties of undefined (reading 'create'))
|
|
8
|
+
|
|
3
9
|
## [1.25.0] - 2026-07-19
|
|
4
10
|
|
|
5
11
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@7n/rules",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.1",
|
|
4
4
|
"description": "CLI еталонних правил і skills (префікс n-): синк у репозиторій, дельта-lint, конформність",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"rename-yaml-extensions": "bun ./bin/n-rules.js rename-yaml-extensions"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@7n/llm-lib": "^2.
|
|
67
|
+
"@7n/llm-lib": "^2.8.2",
|
|
68
68
|
"@7n/mt": "^0.5.1",
|
|
69
69
|
"@zed-industries/agent-client-protocol": "^0.4.5",
|
|
70
70
|
"ajv": "^8.20.0",
|
|
@@ -36,6 +36,7 @@ resource: npm/scripts/lib/
|
|
|
36
36
|
| [run-conftest-batch.mjs](run-conftest-batch.md) | JS Module |
|
|
37
37
|
| [run-lint-step.mjs](run-lint-step.md) | JS Module |
|
|
38
38
|
| [run-standard-lint.mjs](run-standard-lint.md) | JS Module |
|
|
39
|
+
| [skill-fragments.mjs](skill-fragments.md) | JS Module |
|
|
39
40
|
| [skill-meta.mjs](skill-meta.md) | JS Module |
|
|
40
41
|
| [sync-gitignore-worktree.mjs](sync-gitignore-worktree.md) | JS Module |
|
|
41
42
|
| [template.mjs](template.md) | JS Module |
|