docs: add Hermes agent instructions#1
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7848088ea4
ℹ️ 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".
| Install: | ||
| - Add install command here. | ||
|
|
||
| Test: | ||
| - Add test command here. |
There was a problem hiding this comment.
Replace placeholder install/test commands
With this AGENTS.md in place, Hermes agents are given placeholders instead of the concrete repo commands even though package.json defines npm ci, npm test, npm run build, and npm run validate. In contexts where the agent relies on this file to decide whether a test command exists, the placeholder can cause it to skip validation or attempt a bogus command, so this should be filled in with the actual npm commands before landing.
Useful? React with 👍 / 👎.
Adds AGENTS.md with repo operating rules for Hermes Agent on the OCI VM.