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.
- package/README.md +8 -4
- 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
|
-
[](./pyproject.toml)
|
|
12
12
|
[](https://www.npmjs.com/package/helloagents)
|
|
13
13
|
[](./pyproject.toml)
|
|
14
14
|
[](./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.
|
|
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.
|
|
389
|
+
### v2.2.9 (current)
|
|
390
390
|
|
|
391
|
-
-
|
|
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
|
|