docs(cli): sync Hermes SKILL.md with flat workspace and runtime types #301

Merged
xingyue merged 1 commits from fix/298-update-hermes-skill into main 2026-04-30 14:20:36 +00:00
Owner

What

Comprehensive update of packages/cli/skills/hermes/SKILL.md to match all recent structural changes.

Changes (SKILL.md, +144/-69)

  1. Workspace structure — flat single-file roles/<role>.ts, added build.ts/moderator.ts, referenced AGENT.md
  2. createRole four-tuple — full section with adapter/prompt/schema/extract explanation and example
  3. createLlmAdapter — documented as pure-LLM adapter option
  4. Sense compute signature — corrected to SenseComputeFn<T> = () => Promise<ComputeResult<T>> (no params, runtime handles persistence)
  5. Verb-first naming — added naming convention section
  6. nerve agent CLI — added inject/update/remove/status commands to CLI reference
  7. Build commands — root npm run build, no per-workflow build
  8. Pitfalls — updated for runtime auto-insert, removed stale peers info

CLI_VERSION hardcode was already fixed in #297.

Ref

Fixes #298

## What Comprehensive update of `packages/cli/skills/hermes/SKILL.md` to match all recent structural changes. ## Changes (SKILL.md, +144/-69) 1. **Workspace structure** — flat single-file `roles/<role>.ts`, added `build.ts`/`moderator.ts`, referenced `AGENT.md` 2. **`createRole` four-tuple** — full section with adapter/prompt/schema/extract explanation and example 3. **`createLlmAdapter`** — documented as pure-LLM adapter option 4. **Sense `compute` signature** — corrected to `SenseComputeFn<T> = () => Promise<ComputeResult<T>>` (no params, runtime handles persistence) 5. **Verb-first naming** — added naming convention section 6. **`nerve agent` CLI** — added inject/update/remove/status commands to CLI reference 7. **Build commands** — root `npm run build`, no per-workflow build 8. **Pitfalls** — updated for runtime auto-insert, removed stale peers info `CLI_VERSION` hardcode was already fixed in #297. ## Ref Fixes #298
xiaoju added 1 commit 2026-04-30 14:19:38 +00:00
Update sense compute docs to SenseComputeFn (no DB/peers). Document AGENT.md, flat roles, moderator/build helpers, createRole + createLlmAdapter, verb-first naming, nerve agent commands, and root npm/pnpm build.

Fixes #298

Made-with: Cursor
xingyue merged commit 4d75c8683f into main 2026-04-30 14:20:36 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/nerve#301