swiftide AGENTS.md

swiftide AGENTS.md is an instructions file for Codex, OpenCode from bosun-ai/swiftide. It costs 830 tokens per session, scanned A, original, MIT.

A set of instructions for working in the Swiftide Rust code repository, including its folder structure, commands, coding rules, and testing guidance.

In plain words
What is it for?
Use it when building, formatting, checking, linting, or testing Swiftide and its related Rust packages.
Why use it?
It gives a coding agent the project-specific context needed to make changes that fit the repository and to run the right checks.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bosun-ai/swiftide/agents-md.svg)](https://agentmods.dev/instructions/bosun-ai/swiftide/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/bosun-ai/swiftide/agents-md"><img src="https://agentmods.dev/badge/instructions/bosun-ai/swiftide/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 830 This file is loaded in full into every session.
When invoked 830 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.00830 $0.00830
Opus 5 $0.00415 $0.00415
Sonnet 5 $0.00166 $0.00166
Haiku 4.5 $0.00083 $0.00083

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

Security

Grade A, and why

swiftide 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 · 36 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

Swiftide is a Rust workspace driven by the library in swiftide/, with supporting crates such as swiftide-core/ for shared primitives, swiftide-agents/ for agent orchestration, swiftide-indexing/ and swiftide-query/ for pipeline flows, and swiftide-integrations/ for external connectors. Shared fixtures live in swiftide-test-utils/, while examples/ hosts runnable demos and benchmarks/ tracks performance scenarios. Static assets (logos and diagrams) are under images/.

Build, Test, and Development Commands

  • cargo check --workspace --all-features quickly verifies the entire workspace compiles with all feature flags enabled.
  • cargo build --workspace --all-features compiles every crate and surfaces feature-gating issues early.
  • cargo check -p swiftide-agents is a fast way to probe agent changes before touching the rest of the workspace.
  • cargo +nightly fmt --all applies the repo rustfmt.toml (comment wrapping requires nightly); use cargo +nightly fmt --all -- --check to mirror CI formatting validation.
  • cargo clippy --workspace --all-targets --all-features -- -D warnings mirrors the main lint job and keeps us aligned with the pedantic lint profile baked into Cargo.toml.
  • cargo test -j 2 --tests --all-features --no-fail-fast mirrors the main CI test job for unit and integration tests.
  • cargo test --doc --all-features --no-fail-fast mirrors the docs test job in CI.
  • cargo hack check --each-feature --no-dev-deps mirrors the Cargo Hack feature-matrix check run in CI.
  • typos mirrors the spelling check run in CI.
  • cargo test --workspace is still useful locally when you want a broader default test sweep; use RUST_LOG=info if you need verbose diagnostics.
  • Snapshot updates flow through cargo insta review after tests rewrite .snap files.

Coding Style & Naming Conventions

Follow Rust 2024 idioms with four-space indentation. Public APIs should embrace builder patterns and the naming guidance from the Rust API Guidelines: snake_case for functions, UpperCamelCase for types, and SCREAMING_SNAKE_CASE constants. Avoid unsafe blocks—Cargo.toml forbids them at the workspace level. Keep comments concise so wrap_comments = true can format them within 100 columns.

Read the full file on GitHub · 36 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 · 36 lines · 830 tokens per session scan A a8537be19e7e

Subscribe to this mod's changes

swiftide AGENTS.md is an instructions file published in the GitHub repository bosun-ai/swiftide (777 stars, last pushed yesterday), licensed MIT. It adds 830 tokens to every session, about $0.0042 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.