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/hraness/atet/agents-mdgit clone --depth 1 https://github.com/hraness/atetWhat 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.01949 | $0.01949 |
| Opus 5 | $0.00975 | $0.00975 |
| Sonnet 5 | $0.00390 | $0.00390 |
| Haiku 4.5 | $0.00195 | $0.00195 |
Grade A, and why
atet 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.
How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Contents
src/– portable declarative and imperative workflow SDKs, host-resource admission, diagrams, direct Vercel AI Gateway generation, local vectorization, semantic operations, MCP, and canvas integration.apps/desktop/– the canonicalatetCLI, complete local media host, durable scheduler, HTML and Three.js overlays, native capture helpers, frontend, and desktop shell.apps/web/– the staticatet.shsite, with a local browser bundle and a production-only anonymous pageview boundary but no API, account, or credential surface.packages/scene/– the shared local scene-analysis contract.src/code/– portable declarative graph authoring, the closed public capability projection, compilation, planning, and execution contracts.schema/– version-one diagram JSON Schema.skills/atet/– the canonical Atet Agent Skill..agents/skills/– portable repository orchestration and knowledge-base workflows.kb/– the Git-backed Markdown vault for rationale, evidence, maintained synthesis, plans, and scoped agent context.examples/– checked diagram, configuration, and executable imperative and declarative Bun workflow examples.scripts/– schema, skill, package, release, and official-vectorizer verification.dist/andapps/desktop/dist/cli/– committed Bun-targeted entrypoints consumed by package and Git installs..github/workflows/– routed SDK, local-host, static-site, macOS-native, official VTracer, and immutable release checks.docs/– current architecture, npm publication, and Vercel provider runbooks.README.md,CONTRIBUTING.md,SECURITY.md,LICENSE, andNOTICE.md– public documentation, policy, and terms.WRITING.mdandSTYLE.md– internal and public prose contracts.package.json,tsconfig.json, andbun.lock– standalone package and verification configuration.
Guidelines
- Use Bun 1.3.14 and run
bun run checkbefore handing off a change. - Follow
WRITING.mdfor internal prose andSTYLE.mdfor public prose, preserving facts, exact terms, literals, quotations, links, and necessary uncertainty. - Follow the shared README guidelines for the root README and any site copy that summarizes it.
- Apply unreasonably robust programming when agent work is cheap. Prefer coherent cross-file correctness and focused deterministic evidence while treating production risk, provider coordination, rollout, and observation as real costs.
- Deliver changes to
mainthrough a current-head pull request. Keep the stableRequiredCI job green, resolve every review thread, and serialize merges. Human approval stays optional while one regular maintainer would otherwise self-review. Never force-push or bypass the gate. - Keep this repository independently buildable. Never depend on sibling paths, Git submodules, or coordinated
mainbranches; consume external Hraness packages only through reviewed immutable release tags or commits. - Extract a shared package only after a second concrete consumer proves a stable product-neutral contract. Shared packages never import product code.
- Keep Atet's product and editor presentation local. Add
@hraness/uifor portable accessible primitives or@hraness/design-kitfor optional shared presentation only after concrete reuse warrants the dependency; domain layout and content remain Atet-owned. - Freeze shared interfaces before parallel lanes begin. Give one integration owner manifests, lockfiles, generated registries, and other convergence files, then let consumers upgrade immutable releases independently.
- Keep mandatory edit-time rules in the closest
AGENTS.md, current procedures indocs/, executable contracts in types, schemas, and tests, and rationale, evidence, synthesis, and plans inkb/. KB lanes runbun run kb:check:lane; the integrator performs one refresh andbun run kb:check. - Keep
@hraness/atetat the repository root. The root package owns both the portable SDK and canonicalatetbinary built fromapps/desktop/cli/main.ts. - Keep canonical commands namespaced as
atet diagram init|check|render,atet image generate|vectorize, and thecode,mcp,canvas,skill, anddoctorsurfaces. - Keep local vectorization authentication-free and network-silent. Gateway generation reads
AI_GATEWAY_API_KEYbeforeVERCEL_OIDC_TOKEN, never persists credentials, pins the Gateway origin, bounds responses, and setsmaxRetries: 0. - Keep
/artifacts/,.env, and.env.*ignored. Recordings, imported media, private project metadata, Gateway tokens, and provider options must never enter Git or a package artifact. - Treat
vercel env run -- <command>as the ergonomic local Vercel path. Never shell out to infer or scrape a token from the Vercel CLI. - Treat Production as Atet's only durable Vercel environment. Do not create a custom environment, persistent Preview domain, or provider-authoritative Preview branch. Pull requests may use Vercel's built-in disposable Preview target, without production-only variables or another durable backend. Follow the Vercel runbook and audit provider identity before changing this seam.
- Preserve
.diagram.jsonversion one and the five same-stem render outputs:.tldr, light and dark SVG, and light and dark PNG. - Keep one self-contained Atet identity. Public APIs, serialized identifiers, source imports, configuration, and runtime surfaces use only Atet names.
- Preserve every immutable version-1 tag and Release. Never rewrite a historical tag or recreate a repository at the former GitHub path, because doing so would replace GitHub's compatibility redirect.
- Treat diagram source as authoritative and generated media as replaceable. Defaults may resolve mechanics but must not invent claims, labels, legends, relationships, or decorative meaning.
- Model invalid states out, parse foreign values from
unknown, and keep output deterministic. Preserve readable regression examples; add property tests for laws, parsers, reducers, ordering, and round trips, and promote shrunk failures into named deterministic examples. - Keep semantic registries fixed and typed. Never accept source text, evaluation, dynamic imports, executable workspace configuration, shell commands, or caller-selected remote URLs.
- Preserve the root module and
./workflowv0.8 imperative APIs. Add declarative graphs through./codeand lower-level compiler contracts through./code/advanced; do not add./code/testingor./code/workflowsexports. - Treat explicitly imported workflow modules as trusted current-user Bun code. Compile graphs only against the host's closed capability projection, reject an unsupported capability before executor or resource admission, and do not add an open operation-registration hook.
- Treat the portable SDK and core as the canonical graph contract. The complete local host consumes that contract through its own closed projection and owns durable media execution. The Desktop shell adds only native capture, permissions, and UI.
- Model one project as immutable source plus explicit revisions, candidates, selections, and delivery variants. Keep ready work bounded by resource claims and serialize expensive encodes by default.
- Keep imperative workflows as explicitly imported trusted Bun modules over the fixed operation registry. Parse runtime input, bound and uniquely identify steps, drain dispatched work before returning, retain completed-step receipts on every failure path, and do not load caller-selected source paths.
- Keep semantic SDK, CLI, MCP, and workflow resource admission machine-global and crash-safe on macOS and Linux, with a truthful process-local fallback elsewhere. Preserve profile identity, FIFO admission for overlapping claims, callback-settlement ownership, and inherited lease descriptors through spawned vectorizer processes.
- Keep MCP paths root-relative and capability-small. Bound source bytes, arrays, shapes, edges, scale, pixels, findings, subprocess duration, and output bytes before execution.
- Keep vectorization fail-closed with checksum-pinned VTracer archives, inert rebuilt SVG, measured fidelity, and full provenance receipts. Do not add an embedded-raster fallback, upscaling model, or bundled commercial font.
- Follow
docs/publishing.mdfor the interactive npm bootstrap and later releases. PreservecontentPolicy.class=dual-useand the rootDISCLOSUREin every package. After bootstrap, trust only.github/workflows/npm-stage.ymlwithnpm stage publishpermission bound to thenpm-stageenvironment. Keep that environment restricted tomainwith no required deployment reviewers so its only OIDC job automatically stages the reviewed artifact after verification. Disallow traditional publishing tokens and require npm two-factor authentication for the separate public approval. Let a stable package version change onmainstart that workflow automatically; retain manual dispatch only to recover through the same fail-closed pipeline. - Treat a
v*tag as a release request. Publish and verify the exact npm artifact first. Keep the tag equal tov<package.json version>onmain, wait for read-only source-versus-registry verification and the official VTracer matrix, and let only the dependent publisher create the immutable Release. Verify that it is non-draft and Latest before creating another tag.
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.
- 2d ago First seen · 56 lines · 1,949 tokens per session scan A 89d87c747cb6
atet AGENTS.md is an instructions file published in the GitHub repository hraness/atet (4 stars, last pushed 3d ago), licensed MIT. It adds 1,949 tokens to every session, about $0.0097 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
ima2-gen AGENTS.md
Instructions for lidge-jun/ima2-gen, covering ima2-gen — ai context, what this project does, tech stack, project structure and agent skills (packaged).
codex-image-context-runtime AGENTS.md
Instructions for shixinnt/codex-image-context-runtime, covering agents.md, public boundary, runtime contract and changes.
codex-studio AGENTS.md
Instructions for gvastethecreator/codex-studio, covering codex studio agent guide, current direction, setup / first run, required context pass and commands.
gini-agent AGENTS.md
AGENTS.md instructions for Open-Curiosity/gini-agent, covering gini agent instructions, shape, adrs, boundaries and branches.
syncular AGENTS.md
Instructions for syncular/syncular, covering syncular agent instructions, doctrine (enforced), coding rules, prose rules for docs and voice.
openai-compatible-imagegen AGENTS.md
Instructions for Syh1906/openai-compatible-imagegen, covering agent instructions, project scope, package management, checks and module boundaries.