helloagents 2.2.8 → 2.2.9

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.
Files changed (2) hide show
  1. package/README.md +8 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  **A multi-CLI workflow system that keeps going until tasks are implemented and verified.**
10
10
 
11
- [![Version](https://img.shields.io/badge/version-2.2.8-orange.svg)](./pyproject.toml)
11
+ [![Version](https://img.shields.io/badge/version-2.2.9-orange.svg)](./pyproject.toml)
12
12
  [![npm](https://img.shields.io/npm/v/helloagents.svg)](https://www.npmjs.com/package/helloagents)
13
13
  [![Python](https://img.shields.io/badge/python-%3E%3D3.10-3776AB.svg)](./pyproject.toml)
14
14
  [![Commands](https://img.shields.io/badge/workflow_commands-15-6366f1.svg)](./helloagents/functions)
@@ -321,7 +321,7 @@ To install from the `beta` branch, append `@beta` to the repository URL:
321
321
 
322
322
  - AGENTS.md: router and workflow protocol
323
323
  - SKILL.md: skill discovery metadata for CLI targets
324
- - pyproject.toml: package metadata (v2.2.8)
324
+ - pyproject.toml: package metadata (v2.2.9)
325
325
  - helloagents/cli.py: installer entry
326
326
  - helloagents/functions: workflow commands
327
327
  - helloagents/stages: analyze, design, develop
@@ -386,9 +386,13 @@ These commands run inside AI chat, not your system shell.
386
386
 
387
387
  ## Version History
388
388
 
389
- ### v2.2.8 (current)
389
+ ### v2.2.9 (current)
390
390
 
391
- - **AGENTS.md:** Codex CLI attention optimization for more stable HelloAGENTS execution
391
+ - Comprehensive Windows file-locking fix: preemptive unlock and rename-aside fallback for install/update/uninstall/clean
392
+
393
+ ### v2.2.8
394
+
395
+ - Codex CLI attention optimization for more stable HelloAGENTS execution
392
396
 
393
397
  ### v2.2.7
394
398
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helloagents",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "type": "module",
5
5
  "description": "HelloAGENTS - AI-native sub-agent orchestration framework for multi-CLI environments",
6
6
  "author": "HelloWind",