sidesight AGENTS.md

sidesight AGENTS.md is an instructions file for Codex, OpenCode from ZhuXinAI/sidesight. It costs 5,376 tokens per session, scanned A, original, MIT.

Project instructions for SideSight, a command-line tool that lets text-only coding agents understand images and video through a separately configured vision model.

In plain words
What is it for?
Use them when developing SideSight’s command-line tool, shared analysis code, optional MCP server, agent skill, security controls, tests, or documentation.
Why use it?
They give coding agents the project’s goals, authoritative documents, execution rules, and testing expectations so work stays aligned.

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

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 sidesight AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/zhuxinai/sidesight/agents-md.svg)](https://agentmods.dev/instructions/zhuxinai/sidesight/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/zhuxinai/sidesight/agents-md"><img src="https://agentmods.dev/badge/instructions/zhuxinai/sidesight/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,376 This file is loaded in full into every session.
When invoked 5,376 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.05376 $0.05376
Opus 5 $0.02688 $0.02688
Sonnet 5 $0.01075 $0.01075
Haiku 4.5 $0.00538 $0.00538

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

Security

Grade A, and why

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

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 · 1,117 lines

How it starts

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

AGENTS.md

Project mission

Build and maintain SideSight, a CLI-first vision sidecar that gives text-only coding agents image and video understanding through a separately configured multimodal model.

The complete product includes:

  1. A production-ready sidesight CLI
  2. A shared vision-analysis core
  3. OpenAI-compatible multimodal provider support
  4. An optional stdio MCP server
  5. A Codex-compatible Agent Skill
  6. Security controls for local files and remote media
  7. Offline, mocked integration, and opt-in live tests
  8. Complete user and developer documentation

The CLI is the primary product.

The MCP server and Agent Skill must reuse the same core behavior rather than implementing parallel logic.


Source of truth

The following files define the work:

  • TASKS.md — ordered implementation tasks
  • ACCEPTANCE.md — user-visible and system-level acceptance scenarios
  • WORKLOG.md — current progress, validation results, blockers, and next task
  • README.md — public product behavior and usage
  • AGENTS.md — execution rules for coding agents

Treat TASKS.md and ACCEPTANCE.md as authoritative.

When documentation and implementation disagree:

  1. Check TASKS.md.
  2. Check ACCEPTANCE.md.
  3. Check the original product requirements.
  4. Update stale documentation when implementation intentionally changes.
  5. Never silently weaken an acceptance requirement to make tests pass.

Primary execution objective

When asked to implement the project or a defined scope, complete the entire requested goal in the current run whenever technically possible.

Do not stop after:

  • Creating the repository structure
  • Writing a plan
  • Installing dependencies
  • Adding CLI command stubs
  • Implementing one provider
  • Implementing only the happy path
  • Writing tests without running them
  • Passing unit tests while acceptance tests still fail
  • Producing documentation for behavior that does not work
  • Reaching a convenient milestone
  • Encountering an ordinary implementation bug

Read the full file on GitHub · 1,117 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 · 1,117 lines · 5,376 tokens per session scan A 6b8639cd97da

Subscribe to this mod's changes

sidesight AGENTS.md is an instructions file published in the GitHub repository ZhuXinAI/sidesight (2 stars, last pushed 22d ago), licensed MIT. It adds 5,376 tokens to every session, about $0.0269 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.