sextant AGENTS.md

sextant AGENTS.md is an instructions file for Codex, OpenCode from RSafargalin/sextant. It costs 1,514 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for working on Sextant, including its build, test, lint, and pull-request process.

In plain words
What is it for?
Making changes to Sextant, running Swift checks and self-linting, creating a branch, and opening a pull request.
Why use it?
They record project rules that help changes pass verification and avoid bypassing the protected main branch.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/rsafargalin/sextant/agents-md.svg)](https://agentmods.dev/instructions/rsafargalin/sextant/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/rsafargalin/sextant/agents-md"><img src="https://agentmods.dev/badge/instructions/rsafargalin/sextant/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,514 This file is loaded in full into every session.
When invoked 1,514 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.01514 $0.01514
Opus 5 $0.00757 $0.00757
Sonnet 5 $0.00303 $0.00303
Haiku 4.5 $0.00151 $0.00151

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

Security

Grade A, and why

sextant 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 3d 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 · 122 lines

How it starts

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

AGENTS.md — working on sextant

Operational notes for anyone (human or agent) editing this repository. What the tool is belongs in README.md; the iteration history and the reasoning behind decisions belong in docs/. This file is only what you need in order to change the code without breaking something invisible.

Build and verify

swift build && swift test          # 330 tests
make ci                            # build + test + self-lint — run this before committing
swift test --filter "<suite name>" # one suite

make lint runs sextant on its own sources with sextant-rules.json. The tool is dogfooded: if a change makes lint noisy on this repository, that is a finding about the change.

How a change lands

Every change goes through a branch and a pull request — maintainer changes included. main is protected: it takes no direct pushes, and a pull request merges only once CI is green on it.

git switch -c fix/what-it-fixes
# … work, `make ci` …
git push -u origin HEAD && gh pr create

The rule is written here because it was broken here. Five commits were pushed straight to main in one session, the last of them a change across twenty-one files, on the strength of a "commit straight to main" that had been said once about a one-line release chore. Nothing broke, and that is not the point: a green local make ci is a predictor, while CI on a pull request is a gate, and a twenty-one-file change with no reviewable unit is not reviewable in principle.

The protection is what makes this a rule rather than a resolution. It applies to administrators too — otherwise it would guard against everyone except the account that actually pushes here. An emergency turns it off in the repository settings, deliberately and visibly, which is the whole difference from bypassing it by habit.

Layout

  • Sources/SextantCore — all logic, testable. Anything worth a test lives here.
  • Sources/sextant — thin executable: argument dispatch, rendering, process exit. Keep it thin; the reason the codebase was refactored once already is that 1257 lines of main.swift were untestable.
  • Tests/SextantCoreTests — behavioural tests, plus a fixture package under Tests/Fixtures/IndexFixture used to exercise a real IndexStoreDB.
  • plugins/sextant — the Claude Code plugin: the MCP registration, a skill and a command. It ships no code of its own beyond two launcher scripts, registers no hooks (a hook that writes from the moment it is installed is the user's decision, not an install's), and it must not restate the MCP tool list — MCPTools.definitions() is that list, and the skill describes when to ask rather than what exists. .claude-plugin/marketplace.json at the root is what serves it.

Read the full file on GitHub · 122 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. 3d ago First seen · 122 lines · 1,514 tokens per session scan A ba0f09ab334a

Subscribe to this mod's changes

sextant AGENTS.md is an instructions file published in the GitHub repository RSafargalin/sextant (2 stars, last pushed 16d ago), licensed Apache-2.0. It adds 1,514 tokens to every session, about $0.0076 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.