glitch-token AGENTS.md

glitch-token AGENTS.md is an instructions file for Codex, OpenCode from justjavac/glitch-token. It costs 903 tokens per session, scanned A, original, MIT.

Project instructions for the glitch-token repository. They explain its specific Next.js setup, local commands, documentation requirements, themes, languages, and static data structure.

In plain words
What is it for?
Use them when developing or troubleshooting glitch-token, especially when installing dependencies, running the app, building, linting, or checking its Next.js documentation.
Why use it?
They give a coding agent the repository's rules and version-specific context before it changes code.

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

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 glitch-token AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/justjavac/glitch-token/agents-md.svg)](https://agentmods.dev/instructions/justjavac/glitch-token/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/justjavac/glitch-token/agents-md"><img src="https://agentmods.dev/badge/instructions/justjavac/glitch-token/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 903 This file is loaded in full into every session.
When invoked 903 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.00903 $0.00903
Opus 5 $0.00451 $0.00451
Sonnet 5 $0.00181 $0.00181
Haiku 4.5 $0.00090 $0.00090

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

Security

Grade A, and why

glitch-token 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 4d 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 · 58 lines

How it starts

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

This is NOT the Next.js you know

This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in node_modules/next/dist/docs/ (resolved from this file's directory; in monorepos the next package may not be visible from the repo root) before writing any code. Heed deprecation notices.

This block is written and re-added by next dev — verify at node_modules/next/dist/server/lib/generate-agent-files.js. Removing it from a diff only re-creates the uncommitted change; committing it with your work keeps the tree clean.

开发者文档

技术栈

  • Next.js 16.3.0-preview.6(App Router,全静态 SSG)+ React 19 + TypeScript
  • Tailwind CSS v4 + shadcn/ui(@base-ui/react 变体)
  • 暗色/明亮双主题(next-themes,默认跟随系统);中英双语(/zh/ensrc/proxy.ts 按 Accept-Language 重定向)
  • 数据:src/data/(内置静态数据,无后端)

命令

# 本机通过 corepack 使用 pnpm(如 pnpm 不在 PATH,可用 corepack pnpm 代替)
corepack pnpm install
corepack pnpm dev      # 开发
corepack pnpm build    # 构建(全部页面静态预渲染,含数据校验)
corepack pnpm start    # 生产模式
corepack pnpm lint     # ESLint

站点 URL

生产构建必须设置 SITE_URL(用于 canonical/hreflang/sitemap/OG 的绝对 URL)。正式域名为 https://glitch-token.jjc.fun,已在 Vercel 项目环境变量中配置;本地生产构建用:

SITE_URL=https://glitch-token.jjc.fun corepack pnpm build

开发环境未设置时使用 http://localhost:3000;生产环境缺失或格式无效会直接终止构建,避免搜索引擎收录 localhost URL。

结构

  • src/app/[lang]/ — 双语路由(首页目录 + tokens/[id] 详情页 + models/[id] 聚合页,全部 SSG)
  • src/app/tokens.json/src/app/llms.txt/src/app/llms-full.txt/ — 面向程序/LLM 的静态输出
  • src/app/sitemap.tssrc/app/robots.tssrc/app/icon.svgpublic/og.png — SEO 与站点图标/分享图
  • src/proxy.ts — Next 16 的 proxy(原 middleware):语言协商与重定向
  • src/data/types.ts / models.ts / tokens.ts / taxonomy.ts / validate.ts 数据层
  • src/i18n/ — UI 文案字典(zh/en)
  • src/components/ — 目录筛选(catalog-filters.tsx,Select)、token 卡片、主题/语言切换、GitHub 链接、复制按钮等

数据约定

Read the full file on GitHub · 58 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. 4d ago First seen · 58 lines · 903 tokens per session scan A 33249d6ca063

Subscribe to this mod's changes

glitch-token AGENTS.md is an instructions file published in the GitHub repository justjavac/glitch-token (11 stars, last pushed 1mo ago), licensed MIT. It adds 903 tokens to every session, about $0.0045 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.