OmniGlyph AGENTS.md

Project instructions for OmniGlyph, a tool that turns bulky AI requests and conversation history into compact one-bit PNG pages before sending them to a model. They describe the project, its TypeScript and Cloudflare setup, and its build and test commands.

In plain words
What is it for?
Use them when working on OmniGlyph's compression pipeline, image billing logic, proxy, or tests.
Why use it?
They give a coding agent the project context and the commands needed to build, check types, and run tests. This reduces guesswork when changing the repository.

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

Made for: Codex, OpenCode.

Per session 854 This file is loaded in full into every session.
When invoked 854 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.00854 $0.00854
Opus 5 $0.00427 $0.00427
Sonnet 5 $0.00171 $0.00171
Haiku 4.5 $0.00085 $0.00085

Measured yesterday against content hash 58759558fd4e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

OmniGlyph 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.

AGENTS.md · 72 lines

How it starts

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

omniglyph — Agent Guidelines

Project

Context-as-image compression proxy for LLMs. Rewrites the bulky parts of each request (system prompt, tool docs, old history, large tool outputs) into dense 1-bit PNG pages before they leave the machine, using exact per-provider billing math so conversion happens only when it is profitable. Ships as a standalone proxy (Node + Cloudflare Workers) and as the omniglyph compression engine inside OmniRoute.

Stack

TypeScript (strict, ESM) · Vitest · esbuild (scripts/build.mjs) · tsx · Cloudflare Wrangler · pnpm. Node ≥18.

Build / Test Commands

pnpm install && pnpm run build      # bundle to dist/
pnpm run typecheck                  # tsc --noEmit — must be clean
pnpm test                           # vitest run (full suite; slow — background it)
npx vitest run tests/<file>.test.ts # focused run while iterating

Architecture

  • src/core/transform.ts — the pipeline: pick bulky blocks, gate on profitability + model approval, reflow text, render, splice pages back into the request (cache-friendly ordering).
  • src/core/anthropic-vision.ts — exact Anthropic image billing: 28px patches
    • per-block overhead, per-tier resize caps, page geometry. Both tiers render the standard 1568×728 page (the high-res tier is a measured billing trap).
  • src/core/gemini-model-profiles.ts — Gemini billing formulas (tiles + media_resolution) and tile-native page geometry.
  • src/core/render*.ts + assets/ — 1-bit 5×8 glyph atlas rendering to PNG; deterministic renders are memoized (render-cache.ts, LRU).
  • src/core/proxy.ts — request handling, refusal-retry sniffer (SSE/JSON replay with retryRefusalWithOriginal kill switch), savings accounting against a count_tokens counterfactual.
  • src/node.ts — local host: dashboard, events file, upstream routing. src/worker.ts — Cloudflare Workers host.
  • src/core/index.ts — public package API; billing math (anthropicImageTokens, resolveAnthropicVisionTier, tier caps) is re-exported at the root because OmniRoute's image-aware token estimator consumes it.
  • benchmarks/billing-sweep/ — proves the billing formulas (residual zero). benchmarks/density-frontier/ — read-accuracy frontier per model/density; transports: direct API, OpenRouter, --via-cli, --via-omniroute.

Read the full file on GitHub · 72 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. yesterday First seen · 72 lines · 854 tokens per session scan A 58759558fd4e

Subscribe to this mod's changes

OmniGlyph AGENTS.md is an instructions file published in the GitHub repository diegosouzapw/OmniGlyph (104 stars, last pushed 7d ago), licensed MIT. It adds 854 tokens to every session, about $0.0043 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.