hermes-pwa AGENTS.md

hermes-pwa AGENTS.md is an instructions file for Codex, OpenCode from stasstepv/hermes-pwa. It costs 1,326 tokens per session, scanned A, original, MIT.

Project instructions for Hermes Mobile, an unofficial mobile-first web app for controlling a self-hosted Hermes Agent. The app supports phone-based chat, action approvals, activity viewing, kanban, agent and system views, and home-screen installation.

In plain words
What is it for?
Use them when changing or reviewing hermes-pwa, especially to find architecture, TypeScript and React conventions, data flow, and project boundaries.
Why use it?
They give coding agents a concise map of the project and point them to the authoritative documentation. They also clarify what the project is not and where sensitive credentials or agent logic do not belong.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/stasstepv/hermes-pwa/agents-md
Clone the repo
git clone --depth 1 https://github.com/stasstepv/hermes-pwa

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hermes-pwa AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/stasstepv/hermes-pwa/agents-md.svg)](https://agentmods.dev/instructions/stasstepv/hermes-pwa/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/stasstepv/hermes-pwa/agents-md"><img src="https://agentmods.dev/badge/instructions/stasstepv/hermes-pwa/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,326 This file is loaded in full into every session.
When invoked 1,326 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01326 $0.01326
Opus 5 $0.00663 $0.00663
Sonnet 5 $0.00265 $0.00265
Haiku 4.5 $0.00133 $0.00133

Measured 5d ago against content hash f2246af07c3f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

hermes-pwa AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md — Hermes Mobile (hermes-pwa)

Onboarding for AI coding agents (and humans). This file stays thin on purpose — it points to the authoritative docs instead of duplicating them (duplication is what made the docs drift). Read this, then the linked file for details. If this file disagrees with the code, the code wins — fix this file.

What this project is

An independent, unofficial mobile-first PWA control plane for the self-hosted Hermes Agent, shipped as a Hermes Dashboard plugin named hermes-pwa. From a phone: chat (streaming), approve/reject high-impact actions, watch activity, browse kanban, view agents/system, install to home screen.

What it is NOT:

  • not the Hermes desktop app (that's a separate product — visual reference only, never copy its code);
  • not a fork of Hermes core — a thin plugin/client;
  • not a place for secrets, API keys, model credentials, or agent logic;
  • not affiliated with or endorsed by Nous Research (see NOTICE).

Where to find what (authoritative docs)

Topic Source of truth
System map, structure, data flow, WS events, state machine, ADRs ARCHITECTURE.md
TS/React conventions, naming, transport rules, perf budget CODING_RULES.md
Fork/branch/PR flow, commit + DCO sign-off, quality gates, CI/CD, merge rules CONTRIBUTING.md
Design tokens, theming, components DESIGN_SYSTEM.md
Security model + known gaps docs/SECURITY.md
Install / network / rollback docs/INSTALL.md · docs/NETWORK_TAILSCALE.md · docs/ROLLBACK_AND_REINSTALL.md
Positioning, licensing, clean-room rationale docs/THIRD_PARTY_CLIENT.md

The three ground rules (non-negotiable)

  1. Clean-room. Build only against Hermes's public HTTP/WS API. Never copy source from the Hermes desktop app (unlicensed) or any proprietary codebase. Protocol knowledge lives in packages/core/src/transport/jsonrpc-contract.ts, reconstructed — not pasted.
  2. Core/shell boundary. packages/core imports no React/DOM/window/document/navigator/CSS and nothing from packages/web. Components never call fetch/new WebSocket — they go through core stores. Browser-only code lives under packages/web/src/pwa/. Enforced by ESLint no-restricted-imports.
  3. Security & privacy. No secrets in client code. No persisting credentials/tickets. High-impact actions require explicit approval. Treat all server data as untrusted (no dangerouslySetInnerHTML/eval). See CODING_RULES.md §8 and docs/SECURITY.md.

Read the full file on GitHub · 84 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 84 lines · 1,326 tokens per session scan A f2246af07c3f

Subscribe to this mod's changes

hermes-pwa AGENTS.md is an instructions file published in the GitHub repository stasstepv/hermes-pwa (23 stars, last pushed 2mo ago), licensed MIT. It adds 1,326 tokens to every session, about $0.0066 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.