Add Hermes Agent discovery support#1
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6ee4a8ded5
ℹ️ 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".
| "hermes agent" in haystack | ||
| or "hermes-agent" in haystack | ||
| or "hermes plugin" in haystack |
There was a problem hiding this comment.
Preserve manifest-only Hermes plugin detection
For Hermes plugins whose only repository marker is the root .claude-plugin manifest, this phrase-only check never matches: source_files is built after filtering root files through KEY_FILES, which does not include .claude-plugin, so the manifest shown in the new test is dropped before detection. Those repos fall through to another type (often claude_skill) unless their README/topics also contain the exact Hermes phrases, so include/preserve the manifest in the inspection path and use it for classification.
Useful? React with 👍 / 👎.
|
Addressed the manifest-only detection finding in Validation passed:
|
Summary
Checks