conductor-oss AGENTS.md

conductor-oss AGENTS.md is an instructions file for Codex, OpenCode from charannyk06/conductor-oss. It costs 842 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for Conductor OSS, a local application that sends coding tasks from Markdown boards to agent command-line tools and shows their progress.

In plain words
What is it for?
Use them when changing the Rust and Next.js codebase, especially before testing, committing, or opening a contribution.
Why use it?
They give coding agents the project’s architecture, style rules, required checks, and contribution 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/charannyk06/conductor-oss/agents-md
Clone the repo
git clone --depth 1 https://github.com/charannyk06/conductor-oss

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 conductor-oss AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/charannyk06/conductor-oss/agents-md.svg)](https://agentmods.dev/instructions/charannyk06/conductor-oss/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/charannyk06/conductor-oss/agents-md"><img src="https://agentmods.dev/badge/instructions/charannyk06/conductor-oss/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 842 This file is loaded in full into every session.
When invoked 842 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.00842 $0.00842
Opus 5 $0.00421 $0.00421
Sonnet 5 $0.00168 $0.00168
Haiku 4.5 $0.00084 $0.00084

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

Security

Grade A, and why

conductor-oss 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 · 91 lines

How it starts

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

AGENTS.md

Instructions for AI agents contributing to Conductor OSS.

Project Overview

Conductor OSS is a local-first AI agent orchestrator built with Rust + Next.js. It dispatches coding tasks from Markdown kanban boards to agent CLIs, running them in isolated worktrees with live dashboard streaming.

Before You Start

  1. Read CLAUDE.md for architecture and conventions
  2. Run cargo test --workspace to verify the build
  3. Check CONDUCTOR-TAGS.md for task tagging conventions
  4. Branch from main, use conventional commit messages

Code Style

Rust (primary codebase)

  • Error handling: thiserror for library errors, anyhow for binaries
  • Async: tokio runtime, axum for HTTP
  • Database: sqlx with SQLite, migrations in conductor-db
  • State: Arc<RwLock<T>> or DashMap for concurrent access
  • Tests: inline #[cfg(test)] modules plus crate and workspace integration tests
  • No unwrap() in library code; use ? or explicit error handling

TypeScript (dashboard + CLI launcher)

  • Runtime: Bun >= 1.2
  • Framework: Next.js 16, App Router
  • No default exports in library code
  • ESM only

PR Checklist

  • cargo test --workspace passes
  • cargo clippy --workspace has no warnings
  • bun run typecheck passes (if TS changes)
  • PR has ## Type of Change section with checkboxes
  • PR has ## User-Facing Release Notes with plain-English bullets

Key Directories

crates/
  conductor-core/       # Types, config, board parsing, task models
  conductor-server/     # HTTP server, routes, state, SSE
  conductor-db/         # SQLite persistence
  conductor-executors/  # Agent adapters, process management
  conductor-git/        # Git operations
  conductor-relay/      # Relay server for bridge and remote terminal flows
  conductor-watcher/    # File system watching
  conductor-cli/        # Rust CLI
  conductor-types/      # Shared bridge/transport protocol types
  notify-rust/          # Desktop notification support
bridge-cmd/             # Companion bridge binary used by paired-device flows
packages/
  cli/                  # npm CLI launcher
  core/                 # Shared TS types (being superseded by Rust)
  web/                  # Next.js dashboard

Read the full file on GitHub · 91 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 · 91 lines · 842 tokens per session scan A dba47eb7cc64

Subscribe to this mod's changes

conductor-oss AGENTS.md is an instructions file published in the GitHub repository charannyk06/conductor-oss (49 stars, last pushed 2d ago), licensed Apache-2.0. It adds 842 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.

Related

Other instructions, from other repositories