@7n/rules 1.90.0 → 1.90.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 +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.90.1] - 2026-08-10
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Стеля ходів native-контуру фіксу піднята з 10 до 50 — паритет із
|
|
8
|
+
`agent-fix.mjs`, разом із тим самим env-ключем `N_LLM_FIX_TURN_CEILING` для перевизначення.
|
|
9
|
+
|
|
10
|
+
Знайдено першим живим прогоном на локальній моделі: зі стелею 10 обидва рунги
|
|
11
|
+
драбини вигоряли на `MaxTurnsError` ще до першої правки, бо модель спершу
|
|
12
|
+
читає файл і оглядає дерево — розвідка зʼїдала весь бюджет ходів. Після
|
|
13
|
+
підняття той самий прогін закрив порушення з першого рунга.
|
|
14
|
+
|
|
3
15
|
## [1.90.0] - 2026-08-10
|
|
4
16
|
|
|
5
17
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@7n/rules",
|
|
3
|
-
"version": "1.90.
|
|
3
|
+
"version": "1.90.1",
|
|
4
4
|
"description": "CLI еталонних правил і skills (префікс n-): синк у репозиторій, дельта-lint, конформність",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"rename-yaml-extensions": "bun ./bin/n-rules.js rename-yaml-extensions"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@7n/llm-lib": "3.2.
|
|
69
|
+
"@7n/llm-lib": "3.2.2",
|
|
70
70
|
"ajv": "^8.20.0",
|
|
71
71
|
"cli-progress": "^3.12.0",
|
|
72
72
|
"github-actionlint": "^1.7.12",
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
"zod": "^4.4.3"
|
|
84
84
|
},
|
|
85
85
|
"optionalDependencies": {
|
|
86
|
-
"@7n/rules-darwin-arm64": "1.90.
|
|
87
|
-
"@7n/rules-linux-x64": "1.90.
|
|
88
|
-
"@7n/rules-win32-x64": "1.90.
|
|
86
|
+
"@7n/rules-darwin-arm64": "1.90.1",
|
|
87
|
+
"@7n/rules-linux-x64": "1.90.1",
|
|
88
|
+
"@7n/rules-win32-x64": "1.90.1",
|
|
89
89
|
"@earendil-works/pi-ai": "0.80.10",
|
|
90
90
|
"@earendil-works/pi-coding-agent": "0.80.10"
|
|
91
91
|
},
|