vibeframe AGENTS.md

vibeframe AGENTS.md is an instructions file for Codex, OpenCode from jubayertalha/vibeframe. It costs 571 tokens per session, scanned A, original, MIT.

An agent guide describing VibeFrame's project model, capabilities, components, design decisions, and machine-checked constraints.

In plain words
What is it for?
Use it when planning changes, tracing dependencies, checking project decisions, or validating that code follows the repository constraints.
Why use it?
It helps a coding agent understand how the repository is structured and which rules its code must follow.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jubayertalha/vibeframe/agents-md.svg)](https://agentmods.dev/instructions/jubayertalha/vibeframe/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/jubayertalha/vibeframe/agents-md"><img src="https://agentmods.dev/badge/instructions/jubayertalha/vibeframe/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 571 This file is loaded in full into every session.
When invoked 571 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.1 $0.00571 $0.00571
Opus 5 $0.00285 $0.00285
Sonnet 5 $0.00114 $0.00114
Haiku 4.5 $0.00057 $0.00057

Measured 4d ago against content hash 31639bbd2a98, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

vibeframe 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 · 45 lines

How it starts

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

Agent guide

vibeframe — VibeFrame model digest

A control plane for agentic coding — dogfooding itself

2 capabilities · 9 components · 2 decisions · 8 constraints · drift: 0 error / 0 warn

Capabilities

  • agent-protocol — Agent protocol — the MCP linking loop (1 workflows, 6/6 steps bound)
  • cli-surface — CLI command surface (1 workflows, 4/4 steps bound)

Components

  • core — core — model schemas & primitives
  • store — store — SQLite index → core
  • indexer — indexer — code plane extraction → core, store
  • engine — engine — graph & validation → core, store, indexer
  • daemon — daemon — HTTP surface → core, store, indexer, engine
  • cli — cli — vibeframe bin → core, store, indexer, engine, daemon
  • ui — ui — lens browser UI
  • plugin — plugin — Claude Code plugin
  • scripts — scripts — repo tooling

Decisions

  • 0001-zero-llm-calls — The framework makes zero LLM calls (LOCKED, approved)
  • 0002-strict-dependency-direction — Strict package dependency direction; UI over HTTP only (LOCKED, approved)

Constraints (machine-checked)

  • better-sqlite3 only in: store (sqlite-only-in-store)
  • web-tree-sitter only in: indexer (tree-sitter-only-in-indexer)
  • oxc-resolver only in: indexer (oxc-resolver-only-in-indexer)
  • @parcel/watcher only in: indexer (parcel-watcher-only-in-indexer)
  • graphology only in: engine (graphology-only-in-engine)
  • hono only in: daemon (hono-only-in-daemon)
  • @modelcontextprotocol/sdk only in: daemon, cli (mcp-sdk-daemon-cli-only)
  • commander only in: cli (commander-only-in-cli)

Working with this model

  • Before planning a feature, call the vibe_context MCP tool with the topic — it returns the relevant capabilities, components, decisions, and constraints in one brief.
  • Declare new capabilities/workflows/components with vibe_decide/vibe_declare during planning; bind implemented steps to code with vibe_link after implementing.
  • Run vibe_validate before finishing; explain unmapped changes when the reconcile nudge appears.

Read the full file on GitHub · 45 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 · 45 lines · 571 tokens per session scan A 31639bbd2a98

Subscribe to this mod's changes

vibeframe AGENTS.md is an instructions file published in the GitHub repository jubayertalha/vibeframe (0 stars, last pushed 8d ago), licensed MIT. It adds 571 tokens to every session, about $0.0029 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.