hive-orchestrator AGENTS.md

hive-orchestrator AGENTS.md is an instructions file for Codex, OpenCode from intertwine/hive-orchestrator. It costs 1,011 tokens per session, scanned A, original, MIT.

Repository instructions for Hive, a system that organizes work through projects, tasks, programs, and agent workflows. They describe the required commands, documents, skills, and working conventions.

In plain words
What is it for?
Use them when maintaining Hive: check workspace status, read the relevant project and skill documents, use the hive CLI, and keep release-status documents current.
Why use it?
They help contributors start in the right place, use the canonical task records, and avoid edits that conflict with the repository's current process.

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

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 hive-orchestrator AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/intertwine/hive-orchestrator/agents-md.svg)](https://agentmods.dev/instructions/intertwine/hive-orchestrator/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/intertwine/hive-orchestrator/agents-md"><img src="https://agentmods.dev/badge/instructions/intertwine/hive-orchestrator/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,011 This file is loaded in full into every session.
When invoked 1,011 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.01011 $0.01011
Opus 5 $0.00505 $0.00505
Sonnet 5 $0.00202 $0.00202
Haiku 4.5 $0.00101 $0.00101

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

Security

Grade A, and why

hive-orchestrator 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 · 76 lines

How it starts

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

AGENTS

Hive is a v2-first repository.

Start with the hive CLI, not ad hoc markdown edits or compatibility shims.

First Steps

Read skills/hive-essentials/SKILL.md before doing anything else. It explains what Hive is, how entities relate, and the key conventions.

Working Rules

  • If you are just using Hive, prefer an installed hive CLI in a clean workspace. Checkout-only helpers in this repo are for maintainers.
  • Treat .hive/tasks/*.md as the canonical task database.
  • Treat projects/*/AGENCY.md as the narrative project document.
  • Read projects/*/PROGRAM.md before autonomous edits or evaluator runs.
  • If repo-local docs, skills, memory, and current git state disagree, trust current repo state and tests first, then repo-local docs and PROGRAM.md.
  • Keep docs/V2_3_STATUS.md current for the shipped v2.3 line, keep docs/V2_4_STATUS.md current for the shipped v2.4 line, and keep docs/V2_5_STATUS.md current for the active v2.5 draft release line.
  • Before substantial repo work, prefer make workspace-status, or check git status --short, git worktree list, gh pr status, and hive doctor --json directly.
  • In a fresh maintainer worktree, run uv sync --extra dev before pytest or make check so the test-only dependencies are actually installed.
  • Build startup context with hive context startup --project <project-id> --task <task-id> --json.
  • Use make session PROJECT=<project-id> only from a repo checkout when you want a saved context file.
  • After task, run, or memory changes, refresh projections with hive sync projections --json.
  • Use hive driver doctor <driver> and hive sandbox doctor <backend> when debugging runtime or sandbox behavior.
  • Before you commit, run make check. If your slice touches frontend/console/**, console CI wiring, or packaged console validation, also run make console-check before review.
  • If you request Claude review, treat it as pending until GitHub shows a new Claude comment or review artifact on the latest PR head. An eyes reaction alone does not count as completion.
  • For maintainer-critical PRs, local Claude review is an acceptable primary or fallback review path when GitHub-managed review is delayed or ambiguous. The built-in claude -p "/review <pr-number>" flow works well for this. Summarize the resulting findings in the PR thread.
  • After merging, watch the push CI run on main. A red merge commit is new blocking work, even if the PR checks were green.

Read the full file on GitHub · 76 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 · 76 lines · 1,011 tokens per session scan A 5cf926259956

Subscribe to this mod's changes

hive-orchestrator AGENTS.md is an instructions file published in the GitHub repository intertwine/hive-orchestrator (23 stars, last pushed 4mo ago), licensed MIT. It adds 1,011 tokens to every session, about $0.0051 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.