[codex] add Hermes dev team manager sidecar#15
Conversation
There was a problem hiding this comment.
Pull request overview
Adds the first Hermes “Dev Team Mode” runtime sidecar (hv-hermes-dev-team-manager) and wires it into the have-config manifest, resolver fixture, and Hermes documentation so it can provision Vikunja boards, dispatch worker runs, and track worker exit status.
Changes:
- Introduces
hv-hermes-dev-team-managerno-agent sidecar script (Vikunja + git worktree + worker process coordination). - Registers the sidecar in
hv/manifest.jsonand extends the resolver fixture to materialize/install it. - Updates Hermes Dev Team Mode docs and setup guidance to describe the sidecar’s responsibilities and configuration.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| TODO.md | Marks the Dev Team manager sidecar task as completed. |
| scripts/test-hv-agent-resolver.sh | Extends resolver fixture to include + validate installation of the new sidecar script. |
| reusable-scripts/hermes/no-agent/hv-hermes-dev-team-manager | Adds the new Python sidecar implementation for provisioning/dispatch/reconciliation. |
| README.md | Documents the new reusable script and clarifies Dev Team Mode responsibilities. |
| profiles/hermes/skills/hermes-manager/SKILL.md | Notes that the sidecar can handle mechanical dispatch/reconciliation. |
| profiles/hermes/skills/check-setup/SKILL.md | Adds setup check guidance for the sidecar binary presence. |
| profiles/hermes/commands/codex/check-setup.md | Mirrors setup check guidance for codex command doc. |
| profiles/hermes/commands/claude/check-setup.md | Mirrors setup check guidance for claude command doc. |
| hv/manifest.json | Registers hv-hermes-dev-team-manager as an installed no-agent script. |
| docs/hermes-dev-team-mode.md | Adds a “Manager Sidecar” section and config snippet update. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 020c3853f1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
Validation