helloagents 3.0.26 → 3.0.27

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helloagents",
3
- "version": "3.0.26",
3
+ "version": "3.0.27",
4
4
  "description": "HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, quality verification (Ralph Loop), safety guards, and notifications.",
5
5
  "author": {
6
6
  "name": "HelloWind",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helloagents",
3
- "version": "3.0.26",
3
+ "version": "3.0.27",
4
4
  "description": "HelloAGENTS — Quality-driven orchestration kernel for AI CLIs with intelligent routing, quality verification (Ralph Loop), safety guards, and notifications.",
5
5
  "author": {
6
6
  "name": "HelloWind",
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  **A workflow layer for AI coding CLIs: skills, project knowledge, delivery checks, safer config writes, and resumable execution.**
10
10
 
11
- [![Version](https://img.shields.io/badge/version-3.0.26-orange.svg)](./package.json)
11
+ [![Version](https://img.shields.io/badge/version-3.0.27-orange.svg)](./package.json)
12
12
  [![npm](https://img.shields.io/npm/v/helloagents.svg)](https://www.npmjs.com/package/helloagents)
13
13
  [![Node](https://img.shields.io/badge/node-%3E%3D18-339933.svg)](./package.json)
14
14
  [![Skills](https://img.shields.io/badge/skills-14-6366f1.svg)](./skills)
@@ -664,10 +664,10 @@ Run all tests:
664
664
  npm test
665
665
  ```
666
666
 
667
- The current suite includes 118 tests and covers:
667
+ The current suite includes 121 tests and covers:
668
668
 
669
669
  - install, update, uninstall, cleanup, and mode switching
670
- - one-shot PowerShell lifecycle dispatch plus shell-wrapper mode-routing rules for install, update, cleanup, uninstall, and branch switching
670
+ - one-shot shell and PowerShell lifecycle dispatch, plus wrapper mode-routing rules for install, update, cleanup, uninstall, and branch switching
671
671
  - Claude, Gemini, and Codex config merge and restore behavior
672
672
  - Codex managed `model_instructions_file`, `notify`, `hooks.json`, hook trust state, local plugin, marketplace, and cache behavior
673
673
  - Codex cleanup of legacy managed notify variants on Windows and canonical managed notify restoration rules
package/README_CN.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  **面向 AI 编码 CLI 的工作流层:技能、知识库、交付检查、更安全的配置写入,以及可恢复的执行流程。**
10
10
 
11
- [![Version](https://img.shields.io/badge/version-3.0.26-orange.svg)](./package.json)
11
+ [![Version](https://img.shields.io/badge/version-3.0.27-orange.svg)](./package.json)
12
12
  [![npm](https://img.shields.io/npm/v/helloagents.svg)](https://www.npmjs.com/package/helloagents)
13
13
  [![Node](https://img.shields.io/badge/node-%3E%3D18-339933.svg)](./package.json)
14
14
  [![Skills](https://img.shields.io/badge/skills-14-6366f1.svg)](./skills)
@@ -666,10 +666,10 @@ Codex 默认走规则文件驱动。
666
666
  npm test
667
667
  ```
668
668
 
669
- 当前测试共 118 项,覆盖:
669
+ 当前测试共 121 项,覆盖:
670
670
 
671
671
  - 安装、更新、卸载、清理和模式切换
672
- - PowerShell 一键脚本分发链路,以及 shell 包装脚本在安装、更新、清理、卸载和分支切换中的模式传递规则
672
+ - shell PowerShell 一键脚本分发链路,以及包装脚本在安装、更新、清理、卸载和分支切换中的模式传递规则
673
673
  - Claude、Gemini、Codex 的配置合并与恢复
674
674
  - Codex 受管 `model_instructions_file`、`notify`、`hooks.json`、hook trust 状态、本地插件、marketplace 和缓存行为
675
675
  - Windows 下 Codex 旧式受管 notify 变体的清理,以及受管 notify 恢复规则
package/bootstrap-lite.md CHANGED
@@ -28,12 +28,13 @@
28
28
  - 禁止以“能用就行”的标准交付
29
29
 
30
30
  ### 语言与表述(强制)
31
- - 所有用户可见文本,包括回复、生成文件、CLI 输出、运行时提示、模板内容、文档与说明,都必须遵守:简洁、自然、准确、合理、不赘述、不冗余、不过度精简
31
+ - 所有用户可见文本,包括回复、生成文件、CLI 输出、运行时提示、模板内容、文档与说明,都必须同时遵守本节全部规则:
32
+ - 用词用语和表述方式保持简洁、自然、清晰、准确、合理、统一,不赘述、不冗余、不过度精简
32
33
  - 准确优先于压缩:不得为了更短而省略必要的条件、边界、风险、状态、路径、验证结论或下一步动作
33
34
  - 不输出黑话、营销话、内部化表述或空泛形容;源码字段名、协议名、命令、路径、配置键等必须保留原名时除外
34
- - 不输出客套内容、邀约式表述、重复确认、能力陈述或空泛建议
35
+ - 不输出客套内容、邀约式表述、重复确认、自我能力陈述内容或空泛建议
35
36
  - 同一概念前后用语保持一致;先给结论再给细节,避免同义反复、重复解释和堆砌近义句
36
- - 优化既有约束或文案时,优先在原条目内收敛表达;只有边界独立且原条目无法承载时才新增条目,并同步删除重复表述
37
+ - 优化既有约束或文案时,遵循 DIY 原则:优先在原条目内收敛表达,复用已有概念和表述;只有边界独立且原条目无法承载时才新增条目,并同步删除重复表述
37
38
 
38
39
  ### 完整交付(强制)
39
40
  - 一次做完:用户需求明确且已获得执行授权时,必须持续执行到完成;只有符合下文“阻塞判定”的情况,才可中途停下
package/bootstrap.md CHANGED
@@ -28,12 +28,13 @@
28
28
  - 禁止以“能用就行”的标准交付
29
29
 
30
30
  ### 语言与表述(强制)
31
- - 所有用户可见文本,包括回复、生成文件、CLI 输出、运行时提示、模板内容、文档与说明,都必须遵守:简洁、自然、准确、合理、不赘述、不冗余、不过度精简
31
+ - 所有用户可见文本,包括回复、生成文件、CLI 输出、运行时提示、模板内容、文档与说明,都必须同时遵守本节全部规则:
32
+ - 用词用语和表述方式保持简洁、自然、清晰、准确、合理、统一,不赘述、不冗余、不过度精简
32
33
  - 准确优先于压缩:不得为了更短而省略必要的条件、边界、风险、状态、路径、验证结论或下一步动作
33
34
  - 不输出黑话、营销话、内部化表述或空泛形容;源码字段名、协议名、命令、路径、配置键等必须保留原名时除外
34
- - 不输出客套内容、邀约式表述、重复确认、能力陈述或空泛建议
35
+ - 不输出客套内容、邀约式表述、重复确认、自我能力陈述内容或空泛建议
35
36
  - 同一概念前后用语保持一致;先给结论再给细节,避免同义反复、重复解释和堆砌近义句
36
- - 优化既有约束或文案时,优先在原条目内收敛表达;只有边界独立且原条目无法承载时才新增条目,并同步删除重复表述
37
+ - 优化既有约束或文案时,遵循 DIY 原则:优先在原条目内收敛表达,复用已有概念和表述;只有边界独立且原条目无法承载时才新增条目,并同步删除重复表述
37
38
 
38
39
  ### 完整交付(强制)
39
40
  - 一次做完:用户需求明确且已获得执行授权时,必须持续执行到完成;只有符合下文“阻塞判定”的情况,才可中途停下
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helloagents",
3
- "version": "3.0.26",
3
+ "version": "3.0.27",
4
4
  "description": "Quality-driven orchestration kernel for AI CLIs",
5
5
  "contextFileName": "bootstrap.md",
6
6
  "author": "HelloWind",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helloagents",
3
- "version": "3.0.26",
3
+ "version": "3.0.27",
4
4
  "type": "module",
5
5
  "description": "HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, quality verification (Ralph Loop), safety guards, and notifications.",
6
6
  "author": "HelloWind",