sigrank-app AGENTS.md

sigrank-app AGENTS.md is an instructions file for Codex, OpenCode from SunrisesIllNeverSee/sigrank-app. It costs 2,594 tokens per session, scanned A, original, MIT.

A repository instruction file for sigrank-app, including its commands, deployment details, verification process, and rules for protected search-oriented content. Vercel is a service that builds and publishes websites.

In plain words
What is it for?
Running type checks, tests, user-interface and end-to-end tests, linting, builds, local development, and DNS publishing tasks.
Why use it?
It records which checks must pass before changes are committed and notes environment requirements that can affect local builds and development servers.

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/sunrisesillneversee/sigrank-app/agents-md
Clone the repo
git clone --depth 1 https://github.com/SunrisesIllNeverSee/sigrank-app

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 sigrank-app AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sunrisesillneversee/sigrank-app/agents-md.svg)](https://agentmods.dev/instructions/sunrisesillneversee/sigrank-app/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/sunrisesillneversee/sigrank-app/agents-md"><img src="https://agentmods.dev/badge/instructions/sunrisesillneversee/sigrank-app/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,594 This file is loaded in full into every session.
When invoked 2,594 The same file — it is already loaded in full.
Security scan A 1 finding. 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.02594 $0.02594
Opus 5 $0.01297 $0.01297
Sonnet 5 $0.00519 $0.00519
Haiku 4.5 $0.00259 $0.00259

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

Security

Grade A, and why

sigrank-app AGENTS.md scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

client (`sigrank-mcp`) has a curl fallback in `tools.mjs` — when `fetch` gets a
AGENTS.md · 235 lines

How it starts

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

AGENTS.md — sigrank-app

Deploy target. Push main → Vercel auto-builds → signalaf.com.

Quick reference

What Command
Type check npx tsc --noEmit
Canonical tests npm run test:canonical (11/11, MOSES Υ 18436.98)
All unit tests npm test
UI tests npm run test:ui
E2E tests npm run e2e (needs deployed URL or local server)
Lint npm run lint
Build npm run build (needs Node 22; local machine has Node 25 — may fail)
Dev server npm run dev (needs Node 22; local machine has Node 25 — won't start)
DNS-AID publish (sigeconomy.com) CLOUDFLARE_API_TOKEN=<dns-write> node scripts/dns-aid/cloudflare-dns-aid.mjs
DNS-AID publish (signalaf.com) PORKBUN_API_KEY=... PORKBUN_SECRET_API_KEY=... node scripts/dns-aid/porkbun-dns-aid.mjs
DNS-AID verify node scripts/dns-aid/verify-dns-aid.mjs [domain]

Bun (faster alternative): All test/typecheck commands also work with Bun, which is ~10-30x faster than npm for install + script startup:

What Bun command
Install deps bun install
Type check bunx tsc --noEmit
Canonical tests bun run test:canonical
All unit tests bun run test
Lint bun run lint

Bun is installed at ~/.bun/bin/bun (v1.3.13). It reads the same package.json scripts and package-lock.json — no migration needed. Use bunx instead of npx for one-off package execution (e.g. bunx tsc, bunx vitest).

Local dev caveat: Machine runs Node 25, repo pins Node 22 (.nvmrc). next dev and next build may not start locally. Verify via tsc --noEmit + canonical tests + live-DOM checks against deployed signalaf.com.

Verification protocol (before every commit)

  1. npx tsc --noEmit — 0 errors
  2. npm run test:canonical — 11/11 pass
  3. If touching API routes or scoring logic, run full npm test

Frozen invariants (never change)

  • MOSES seed values: (1_251_211, 11_296_121, 128_196_310, 2_555_179_769) → Υ 18436.98
  • Upsilon (Υ) formula: (cache_read × output) / input²
  • 10xDEV formula: log₁₀(Leverage)
  • RS.xx weights: server-only, marked OPERATOR_OVERRIDE_REQUIRED
  • Canonical test: __tests__/ingest/canonical.test.mjs must pass 11/11

Read the full file on GitHub · 235 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 · 235 lines · 2,594 tokens per session scan A a34a8fc323a7

Subscribe to this mod's changes

sigrank-app AGENTS.md is an instructions file published in the GitHub repository SunrisesIllNeverSee/sigrank-app (6 stars, last pushed yesterday), licensed MIT. It adds 2,594 tokens to every session, about $0.0130 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.