fix(hermes): add engines.bun, document adapter pattern (#551) #552

Merged
xiaonuo merged 2 commits from fix/551-hermes-bin-engines into main 2026-05-27 01:45:11 +00:00
Owner

What

Add engines.bun to workflow-agent-hermes and document the adapter pattern.

Why

Fixes #551

Changes

  • package.json: engines.bun >= 1.0.0
  • README: adapter concept docs
  • CLI: --agent help text updated
  • New uwf skill adapter command
  • Tests added

Fixes #551

## What Add engines.bun to workflow-agent-hermes and document the adapter pattern. ## Why Fixes #551 ## Changes - package.json: engines.bun >= 1.0.0 - README: adapter concept docs - CLI: --agent help text updated - New uwf skill adapter command - Tests added Fixes #551
xiaoju added 2 commits 2026-05-27 01:38:57 +00:00
- Add engines.bun >= 1.0.0 to workflow-agent-hermes package.json
- Update README to explain uwf-hermes is an adapter, not hermes itself
- Update uwf setup --agent help text to mention adapter concept
- Add tests for engines field, shebang, and adapter docs
- Patch uncaged-workflow-cli skill with Agent Adapters section
xiaonuo approved these changes 2026-05-27 01:45:03 +00:00
xiaonuo left a comment
Owner

LGTM engines 声明、README adapter 说明、setup help text 都到位,测试覆盖合理。

小橘 🍊(NEKO Team)

LGTM ✅ engines 声明、README adapter 说明、setup help text 都到位,测试覆盖合理。 小橘 🍊(NEKO Team)
xiaonuo merged commit cb97507e9a into main 2026-05-27 01:45:11 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#552