hoplon AGENTS.md

Repository-wide instructions for AI coding assistants working on Hoplon. They define the project's reading order, change process, architecture boundaries, TypeScript style, and testing expectations.

In plain words
What is it for?
Use them when modifying Hoplon to inspect the relevant documentation, trace data flow, follow its architecture rules, write compatible TypeScript, and verify changes through real operations or tests.
Why use it?
They give the assistant a repeatable way to trace behavior, make the smallest complete fix, and prove that it works. They also prevent changes that violate Hoplon's separation between core logic, adapters, and host orchestration.

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/justguy/hoplon/agents-md
Clone the repo
git clone --depth 1 https://github.com/justguy/hoplon

Made for: Codex, OpenCode.

Per session 512 This file is loaded in full into every session.
When invoked 512 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 $0.00512 $0.00512
Opus 5 $0.00256 $0.00256
Sonnet 5 $0.00102 $0.00102
Haiku 4.5 $0.00051 $0.00051

Measured 2d ago against content hash 29763b8109cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

hoplon 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 2d 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 · 60 lines

How it starts

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

Agent Guide

These instructions apply to the entire repository.

Start here

Read:

  1. README.md
  2. HOPLON_VISION.md
  3. ARCHITECTURE.md
  4. CONTRIBUTING.md

Working method

Use TRACE -> REPORT -> FIX -> PROVE:

  1. Trace the complete data path and identify the writer, consumer, enforcement point, and lifecycle of every changed contract.
  2. Report the observed behavior and the weakest link before changing code.
  3. Fix the smallest complete slice; do not add parallel mechanisms.
  4. Prove the claimed behavior through a real operation, session, handler, or transport path.

Architecture rules

  • Environment access belongs behind injected adapters.
  • Hoplon never owns model selection, retry, escalation, or approval policy.
  • Deterministic PASS/BLOCK authority uses manifest, path, snapshot, and AST facts only.
  • Advisory providers must report unavailable or degraded states honestly and cannot silently change deterministic verdicts.
  • Imports flow from engine and operations toward adapters/contracts/pure utilities, never toward a host orchestrator.
  • Use named ES-module exports, strict TypeScript, and async/await.
  • Keep every TypeScript file under src/hoplon at or below 300 lines.
  • Do not truncate agent-facing evidence with arbitrary character caps.
  • Avoid new defaults, thresholds, or blocking behavior unless the change is explicit, justified, documented, and supported by an adversarial corpus.

Tests

  • Bug fixes require a regression test that reproduces the failure.
  • Contract changes require producer and consumer coverage.
  • Runtime claims require a real handler, dispatch, session, or flow test.
  • Prefer the narrow Vitest file or directory that owns the changed surface.
  • Run npm run test:arch for architecture changes and npm run test:proof for deterministic kernel changes.
  • Tests must inject filesystem, versioning, snapshot, lock, provider, and behavior-runner dependencies rather than relying on ambient services.

Read the full file on GitHub · 60 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. 2d ago First seen · 60 lines · 512 tokens per session scan A 29763b8109cc

Subscribe to this mod's changes

hoplon AGENTS.md is an instructions file published in the GitHub repository justguy/hoplon (0 stars, last pushed 9d ago), licensed MIT. It adds 512 tokens to every session, about $0.0026 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-31.