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.
npx agentmods add instructions/saheru/vibe-float/agents-mdgit clone --depth 1 https://github.com/saheru/vibe-floatWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00379 | $0.00379 |
| Opus 5 | $0.00189 | $0.00189 |
| Sonnet 5 | $0.00076 | $0.00076 |
| Haiku 4.5 | $0.00038 | $0.00038 |
Grade A, and why
vibe-float 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 2d 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.
What it actually says
Vibe Float maintenance guide
Repository map
windows/CodexFloat: Windows 10/11 x64 WPF app targeting .NET 8.macos/CodexFloat: macOS 14+ SwiftUI app built with Swift 6.com.tlm.codex-control.sdPlugin: Node.js 20+ StreamDock plugin.test/plugin.test.js: Node test suite for the StreamDock plugin.scripts/harness.ps1: canonical Windows maintenance entry point.
Required checks
Run the narrowest relevant check first, then the platform verification before handoff.
.\scripts\harness.ps1 doctor
.\scripts\harness.ps1 test-plugin
.\scripts\harness.ps1 verify-windows
On macOS, build the native application with:
./scripts/build-vibe-float.sh
Windows startup contract
VibeFloat.exe --smoke-test must construct and show the main window without connecting
to Codex or Claude, append Smoke test passed to
%LOCALAPPDATA%\Vibe Float\startup.log, and exit with code 0. Keep this path free of
dialogs so CI cannot hang or mistake an error dialog for a healthy process.
Normal startup failures must continue to be appended to the same log. Never commit that log, user configuration, credentials, session data, tokens, or generated artifacts.
Change discipline
- Keep Windows and macOS behavior aligned when changing shared product concepts.
- Add or update a regression check for bug fixes whenever a deterministic test seam exists.
- Preserve self-contained Windows publishing and the complete multi-file package layout.
- Do not edit generated output under
artifacts/,dist/,bin/,obj/, or.build/.
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.
- 2d ago First seen · 43 lines · 379 tokens per session scan A 75dfc370269f
vibe-float AGENTS.md is an instructions file published in the GitHub repository saheru/vibe-float (2 stars, last pushed 23d ago), licensed MIT. It adds 379 tokens to every session, about $0.0019 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.
Other instructions, from other repositories
outline-apps AGENTS.md
AGENTS.md instructions for OutlineFoundation/outline-apps, covering welcome to the outline monorepo!, repository structure, the npm run action command, common actions and other useful commands.
OnlySwitch AGENTS.md
Instructions for jacklandrin/OnlySwitch, covering onlyswitch agent guidance, workflow, context routing and project-specific working rules.
outline-apps CLAUDE.md
Claude Code instructions for OutlineFoundation/outline-apps: This project uses AGENTS.md instead of CLAUDE.md.
Applite CLAUDE.md
Instructions for milanvarady/Applite, covering claude.md, project overview, build & run, architecture and data flow.
wispterm AGENTS.md
Instructions for xuzhougeng/wispterm, covering agents.md, architecture, ui presentation styles, cohesion and coupling and integration layer vs feature domains.
HuLa AGENTS.md
Instructions for HuLaSpark/HuLa, a project described as: 🍀 A cross-platform instant messaging desktop application with exceptional performance built on Rust + Vue3, compatible with Windows, macOS, Linux, Android, and iOS(一款基于Rust+Vue3极致性能的跨平台即时通讯桌面应用,兼容Windows、MacOS、Linux、Android、IOS).