mv-ignited AGENTS.md

mv-ignited AGENTS.md is an instructions file for Codex, OpenCode from jvidalv/mv-ignited. It costs 1,867 tokens per session, scanned A, original, MIT.

Repository instructions for MV-Ignited, a browser extension that adds React-based features to the Mediavida forum. They explain the project structure, setup commands, and required checks.

In plain words
What is it for?
Use them when developing, building, or checking this Chrome and Firefox extension.
Why use it?
They give a coding agent the project context and rules it needs to make changes consistently and verify them before committing.

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

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 mv-ignited AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jvidalv/mv-ignited/agents-md.svg)](https://agentmods.dev/instructions/jvidalv/mv-ignited/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/jvidalv/mv-ignited/agents-md"><img src="https://agentmods.dev/badge/instructions/jvidalv/mv-ignited/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,867 This file is loaded in full into every session.
When invoked 1,867 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.01867 $0.01867
Opus 5 $0.00933 $0.00933
Sonnet 5 $0.00373 $0.00373
Haiku 4.5 $0.00187 $0.00187

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

Security

Grade A, and why

mv-ignited 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 · 214 lines

How it starts

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

AGENTS.md

This file provides guidance to AI agents working with code in this repository.

Project Context

MV-Ignited is a browser extension that enhances the mediavida.com forum. It injects React components into the forum's existing DOM to add new features and improve the user experience.

Quick Start

yarn install             # Install dependencies
yarn watch              # Start development mode (outputs to dist/)
yarn build:chrome       # Production build for Chrome → dist-chrome/
yarn build:chrome:zip   # Build Chrome + create store-ready zip
yarn build:firefox      # Production build for Firefox → dist-firefox/
yarn build:firefox:zip  # Build Firefox + create store-ready zip
# Load dist/ (dev) or dist-chrome/ (prod) as unpacked extension in Chrome

Code Quality Validation

CRITICAL: After completing EVERY task, you MUST run these three commands:

yarn tsc --noEmit                  # Type checking
yarn eslint src --ext .ts,.tsx     # Linting
yarn style                         # Formatting

Never skip this validation step. All three commands must pass before committing any changes.

Architecture Overview

Four Entry Points:

  1. Theme Loader (src/theme-loader.ts) - Runs at document_start to inject custom theme CSS before any rendering
  2. Background Service Worker (src/background.ts) - Handles extension lifecycle, icon updates, and script injection
  3. Popup UI (src/popup.tsx) - Quick access settings interface
  4. Content Scripts (src/injected/) - Main functionality injected into forum pages

Key Directories:

  • src/domains/ - Data parsing from forum DOM (pure functions)
  • src/injected/ - Injection orchestration and page detection
  • src/react/ - React components for UI enhancements
  • src/utils/ - Zustand stores with localStorage persistence

State Management

Uses Zustand with subscribeWithSelector middleware and localStorage persistence:

// Main store: useStore
- threadsIgnored: string[]
- features: Feature[]
- users: MVUser[]
- customFont?: string

// Theme store: useCustomTheme
- customWidth, headerColour, pageBackground, primaryColour

Read the full file on GitHub · 214 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 · 214 lines · 1,867 tokens per session scan A c8ab220f88ee

Subscribe to this mod's changes

mv-ignited AGENTS.md is an instructions file published in the GitHub repository jvidalv/mv-ignited (5 stars, last pushed 9mo ago), licensed MIT. It adds 1,867 tokens to every session, about $0.0093 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.