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.
npx agentmods add instructions/evanl1/aetheredge/agents-mdgit clone --depth 1 https://github.com/EvanL1/AetherEdgeWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01921 | $0.01921 |
| Opus 5 | $0.00960 | $0.00960 |
| Sonnet 5 | $0.00384 | $0.00384 |
| Haiku 4.5 | $0.00192 | $0.00192 |
Grade A, and why
AetherEdge 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AetherEdge Agent Instructions
This file is the canonical instruction source for coding agents working in this
repository. CLAUDE.md and GEMINI.md are symlinks to it, so every agent
reads and edits the same content. Any further tool-specific file may add usage
notes, but must not contradict this one.
Product Direction
AetherEdge is an AI-native, industry-neutral IoT edge kernel and SDK. Energy
management is an optional domain pack, not a dependency of the core runtime.
The default distribution must run on one Linux edge host without Redis,
PostgreSQL, or any other external service. The default runtime is six Rust
processes and requires no browser application and no LLM. The optional
AetherEMS Console and Energy Pack live in
EvanL1/AetherEMS.
AetherIoT is the umbrella project name. This repository is the AetherEdge
product formerly named AetherIot. Preserve aether-*, aether, configuration,
installer, and protocol identifiers unless a separate compatibility decision
explicitly changes them.
Repository Map
crates/ domain, ports, application, SDK, Pack and testkit APIs
libs/ shared kernel implementation (SHM, local storage, config, sim)
services/ io, automation, history, api, uplink and alarm processes
tools/ aether CLI/MCP and the protocol simulator
examples/ minimal generic and compatibility composition proofs
packs/ Pack manifests
contracts/ pinned AetherContracts release
docs/ current concepts, guides and references
ai/ generated agent catalog and the safety-policy authority
skills/ the repository-owned Agent Skill
firmware/ separately targeted embedded workspace
The unified documentation site source and deployment live in
EvanL1/AetherDocs.
Historical plans and scratch design material must stay outside GitHub.
Current authority is this file, the runtime manifest, OpenAPI, and the active Pack manifests.
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.
- yesterday First seen · 185 lines · 1,921 tokens per session scan A 0c4790dfe613
AetherEdge AGENTS.md is an instructions file published in the GitHub repository EvanL1/AetherEdge (3 stars, last pushed 17d ago), licensed Apache-2.0. It adds 1,921 tokens to every session, about $0.0096 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.
Other instructions, from other repositories
core integrations.instructions.md
Instructions for home-assistant/core, covering file locations, general guidelines, entity platforms, integration quality scale and how rules apply.
core copilot-instructions.md
Copilot instructions for home-assistant/core, covering copilot code review instructions, pull request template, breaking change, proposed change and type of change.
kin GEMINI.md
Instructions for firelock-ai/kin, covering kin: read the repository from the graph, pick the tool by what you know, trust the envelope, not the emptiness, if the tools have no graph and a working order.
kin AGENTS.md
Instructions for firelock-ai/kin, covering agents.md and this repo's role.
serial-mcp AGENTS.md
Instructions for qarnet/serial-mcp, covering agents.md — serial-mcp, fast truth, commands worth using, focused runs and networked schema drift check.
iot-dc3 AGENTS.md
AGENTS.md instructions for pnoker/iot-dc3, covering agents.md, scope and precedence, sources of truth, project overview and repository map.