symphony-trello: Instructions file for Codex

AGENTS.md

symphony-trello AGENTS.md is an instructions file for Codex, OpenCode from martin-francois/symphony-trello. It costs 1,125 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for AI coding agents working on Symphony for Trello, a Java backend project that connects work in Trello with Codex. The instructions describe project rules, tools, testing, and safe publishing practices.

In plain words
What is it for?
Use them to guide implementation, testing, repository maintenance, commits, and pull requests in that project.
Why use it?
They give an agent the project-specific rules it needs before changing code, such as which commands to use and what to check before commits or pushes.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md; mentions Codex.

This is martin-francois/symphony-trello's own configuration. It tells Codex and OpenCode how to work on symphony-trello itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything symphony-trello configures →

Reuse

Borrowing it

Nothing to install: this file belongs to martin-francois/symphony-trello. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/martin-francois/symphony-trello/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/martin-francois/symphony-trello

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 symphony-trello AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/martin-francois/symphony-trello/agents-md/github.svg)](https://agentmods.dev/instructions/martin-francois/symphony-trello/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/martin-francois/symphony-trello/agents-md"><img src="https://agentmods.dev/badge/instructions/martin-francois/symphony-trello/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for symphony-trello AGENTS.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/martin-francois/symphony-trello/agents-md"><img src="https://agentmods.dev/badge/instructions/martin-francois/symphony-trello/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,125 This file is loaded in full into every session.
When invoked 1,125 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.01125 $0.01125
Opus 5 $0.00562 $0.00562
Sonnet 5 $0.00225 $0.00225
Haiku 4.5 $0.00112 $0.00112

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

Security

Grade A, and why

symphony-trello 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 · 83 lines

How it starts

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

Agent Operating Instructions

These instructions are repository-local and apply to Codex or any other AI agent working in this checkout. Follow them in addition to higher-priority system, developer, and user instructions.

Symphony for Trello is a senior-engineered Quarkus backend on Java 25 LTS and Maven 3 that implements the adapted Symphony-for-Trello specification in SPEC.md; work as a senior Quarkus engineer driven by that spec.

Package manager: Maven via ./mvnw (do not invoke a system Maven). The few Node-based tools use pnpm via Corepack; do not add a package.json only to run a JavaScript CLI.

Before creating any commit that may be pushed, verify the configured author against the authenticated GitHub account even when the checkout already carries an author-verification marker. Before every push, inspect the author of every outgoing commit. Never publish generic or test identities such as Test User or example.invalid; follow the commit and push skills to correct a feature branch, and stop on the default branch unless the maintainer explicitly authorizes a history rewrite.

Before starting any task, open docs/agents/default-workflow.md and follow it.

When a user corrects a repeatable mistake or states a generally useful working preference, make the durable agent-doc update proactively in the same change; do not wait for the user to explicitly ask for persistence. If the right persistence scope is unclear, ask before finishing. Unless the user explicitly requests a one-off fix, every fix MUST address the general root cause rather than only the immediate symptom. When the original failure can be reproduced safely and within scope, verify it before and after the change to prove that the root-cause fix resolves it. Add a regression test or another durable guardrail proportionate to the failure. If direct reproduction, post-fix verification, or a guardrail is infeasible, document the specific constraint and remaining risk in the handoff. When an installed skill eval issue captures bad or missing behavior, add or update the corresponding temporary repo-local override described in Default workflow and Java style & design preferences. At the point a task makes or explains a deliberate design tradeoff, before implementing or publishing the chosen path, make the decision explicit in the code where possible and check whether Specification & ADR discipline requires an ADR. An implementation, pull-request description, checklist, review reply, or chat summary is not a substitute for a required ADR. Add or update it before the user asks. For repeated literals, scenario-table values, parallel edits that look coupled, and Java collection mutability defaults, apply the centralization and refactoring guidance in Java style & design preferences. When adding or editing tests, apply the AssertJ and test-duplication guidance in Testing, including avoiding assertion loops or assertion streams when AssertJ can express the expectation directly.

Follow the compatibility and migration rules in Compatibility discipline.

For normal code changes, run ./mvnw -q spotless:check verify before finishing (use spotless:apply first when formatting changed). Static-analysis and lint gates must be clean; give every suppression the narrowest possible scope and a documented reason.

When asked to "rebase main to the Symphony repo" or similar, follow the upstream Symphony rebase process in Default workflow.

Read the full file on GitHub · 83 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 Changed · +8 tokens per session eb2f653f83ab
  2. 10d ago First seen · 83 lines · 1,117 tokens per session scan A 3705093b667f

Subscribe to this mod's changes

symphony-trello AGENTS.md is an instructions file published in the GitHub repository martin-francois/symphony-trello (2 stars, last pushed today), licensed Apache-2.0. It adds 1,125 tokens to every session, about $0.0056 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.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens