terminal AGENTS.md

Repository instructions for m4tt72/terminal, a web project built with Svelte, TypeScript, Vite and Tailwind CSS. They describe the project's commands, checks and tests.

In plain words
What is it for?
Use them when developing in this repository, including starting the app, building it, checking types, running unit tests and running browser tests.
Why use it?
They give coding agents the project context needed to make compatible changes and verify them. They also explain how to run one test or the complete test suite.

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

Made for: Codex, OpenCode.

Per session 1,211 This file is loaded in full into every session.
When invoked 1,211 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.01211 $0.01211
Opus 5 $0.00606 $0.00606
Sonnet 5 $0.00242 $0.00242
Haiku 4.5 $0.00121 $0.00121

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

Security

Grade A, and why

terminal 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 3d 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 · 122 lines

How it starts

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

AGENTS.md - Repository Guide for Agentic Coding

This file contains essential information for agentic coding agents working in this repository.

Project Overview

  • Framework: Svelte 4 + TypeScript + Vite
  • Styling: Tailwind CSS
  • Type Checking: TypeScript with svelte-check
  • Node Version: >=18.17.0

Commands

Development

  • npm run dev - Start dev server (port 3000)
  • npm run build - Build for production
  • npm run preview - Preview production build
  • npm run check - Run Svelte type checking

Testing

  • npm run test - Run unit/component tests once
  • npm run test:ui - Run tests with Vitest UI
  • npm run test:watch - Run tests in watch mode
  • npm run test:coverage - Generate coverage report (85%+ target)
  • npm run test:e2e - Run E2E tests (Playwright, headless)
  • npm run test:e2e:ui - Run E2E tests with Playwright UI
  • npm run test:e2e:headed - Run E2E tests in headed browser
  • npm run test:all - Run all tests (unit + E2E)

Running Single Test

  • Unit/component: vitest run [filename] or vitest run -t [test-name]
  • E2E: npx playwright test [filename] or npx playwright test -g [test-name]

Pre-commit Hook

Tests run automatically on pre-commit for staged TypeScript/Svelte files using husky + lint-staged.

Coverage

Target: 85%+ across all files. View coverage report in coverage/index.html.

Code Style Guidelines

File Structure & Naming

  • Components: PascalCase (src/components/History.svelte)
  • Utilities: lowercase (src/utils/commands.ts)
  • Stores: src/stores/[name].ts pattern
  • Interfaces: src/interfaces/[name].ts pattern
  • Entry point: src/main.ts

Imports

  • Use single quotes for all import paths
  • Svelte imports use named imports from specific packages:
    import { writable } from 'svelte/store';
    import { onMount, afterUpdate } from 'svelte';
    
  • Relative imports use ./ or ../ notation
  • JSON imports are supported: import themes from '../../themes.json';

Read the full file on GitHub · 122 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. 3d ago First seen · 122 lines · 1,211 tokens per session scan A 876911a0dd92

Subscribe to this mod's changes

terminal AGENTS.md is an instructions file published in the GitHub repository m4tt72/terminal (1,561 stars, last pushed 13d ago), licensed MIT. It adds 1,211 tokens to every session, about $0.0061 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.