[codex] add Hermes dev team mode#13
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds the have-config artifacts needed to support Hermes “Dev Team Mode” by documenting the manager/worker operating model, introducing a hermes-manager skill, registering the new surfaces in manifests, and extending Hermes setup-check guidance.
Changes:
- Add
docs/hermes-dev-team-mode.mdand register it inhv/manifest.json. - Introduce the
hermes-managerCodex skill and register it in the Hermes profile manifest. - Extend Hermes
check-setupguidance and update resolver fixture coverage to include the new skill.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| TODO.md | Marks hermes-manager skill as completed work. |
| scripts/test-hv-agent-resolver.sh | Extends resolver fixture to materialize and assert the new hermes-manager skill. |
| README.md | Updates repo layout docs and documents the new Hermes Dev Team Mode doc + skill. |
| profiles/hermes/skills/hermes-manager/SKILL.md | Adds the new Hermes manager-mode operating procedure skill content. |
| profiles/hermes/skills/check-setup/SKILL.md | Adds Dev Team Mode readiness checks to the Hermes setup-check skill. |
| profiles/hermes/manifest.json | Registers the hermes-manager skill and adds an env capability for worker command configuration. |
| profiles/hermes/commands/codex/check-setup.md | Adds Dev Team Mode readiness checks to the Codex check-setup command. |
| profiles/hermes/commands/claude/check-setup.md | Adds Dev Team Mode readiness checks to the Claude check-setup command. |
| hv/manifest.json | Registers the Hermes Dev Team Mode documentation in org agent docs. |
| docs/hermes-dev-team-mode.md | Documents the Hermes Dev Team Mode operating model, config, and blocking conditions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the have-config side of Hermes Dev Team Mode: a documented manager/worker operating model, a Hermes manager skill, manifest registration, and setup-check readiness guidance.
Changes
hermes-managerCodex skill for manager-mode operation.check-setupsurfaces for Dev Team readiness checks.Validation
jq empty hv/manifest.json profiles/hermes/manifest.json services/services.jsonbash scripts/test-hv-agent-resolver.shhermes-managerandhermes-dev-team-modegit diff --check