feat: improve Hermes reusable ops config#10
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 153992c593
ℹ️ 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".
|
Update from cricket: added Zulip as the primary HappyVertical chat path across have-config docs/manifests/service registry, including Hermes Zulip gateway long-poll requirements and check-setup coverage.\n\nVerification:\n- python JSON validation for hv/profile/service manifests\n- bash scripts/test-hv-agent-resolver.sh\n- git diff --check\n- Codex read-only review: passed, no blockers\n\nCopilot review note: attempted, but Copilot CLI is not authenticated with its own session and rejects the available classic PAT; no files/secrets were exposed. |
Summary
cricketissue updates.hv-agent-resolverto resolve/materialize script manifest entries and link executable scripts into~/.local/bin.hermes-opsskill plus README/playbook/infrastructure docs for scheduled pickup, blocked-task recovery, and watcher setup.Verification
bash scripts/test-hv-agent-resolver.shpython3 -m py_compile scripts/hv-agent-resolver.py reusable-scripts/hermes/no-agent/hv-hermes-vikunja-task-updates reusable-scripts/hermes/no-agent/hv-hermes-github-cricket-issuespython3 -m json.tool hv/manifest.json >/dev/null && python3 -m json.tool profiles/hermes/manifest.json >/dev/null && python3 -m json.tool services/services.json >/dev/nullgit diff --cached --checkhv-hermes-vikunja-task-updates --dry-runandhv-hermes-github-cricket-issues --dry-runboth produced empty stdout on initial seeding.Review
Closes Vikunja task #16.