cowork-forge AGENTS.md

cowork-forge AGENTS.md is an instructions file for Codex, OpenCode from sopaco/cowork-forge. It costs 2,947 tokens per session, scanned C, original, MIT.

Project instructions that give an AI coding agent context about Cowork Forge, an AI-based software development platform. They describe its Rust workspace, development setup, agents, pipeline, tools, and project conventions.

In plain words
What is it for?
Orienting an agent in Cowork Forge, setting up its development environment, and guiding work across its Rust crates, pipeline, agents, tools, and integrations.
Why use it?
They help an agent understand the repository structure and prerequisites before changing code, reducing confusion about where features belong.

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/sopaco/cowork-forge/agents-md
Clone the repo
git clone --depth 1 https://github.com/sopaco/cowork-forge

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 cowork-forge AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sopaco/cowork-forge/agents-md.svg)](https://agentmods.dev/instructions/sopaco/cowork-forge/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/sopaco/cowork-forge/agents-md"><img src="https://agentmods.dev/badge/instructions/sopaco/cowork-forge/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,947 This file is loaded in full into every session.
When invoked 2,947 The same file — it is already loaded in full.
Security scan C 1 finding. 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.02947 $0.02947
Opus 5 $0.01473 $0.01473
Sonnet 5 $0.00589 $0.00589
Haiku 4.5 $0.00295 $0.00295

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

Security

Grade C, and why

cowork-forge AGENTS.md scanned grade C with 1 finding 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- **Command sanitization**: Dangerous commands (`rm -rf`, `sudo`, etc.) are blocked. Do not circumvent the command whitelist.
AGENTS.md · 263 lines

How it starts

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

AGENTS.md — Cowork Forge

This file provides AI coding agents with the context needed to work effectively on this project.


Project Overview

Cowork Forge is an AI-native multi-agent software development platform. It orchestrates specialized AI agents (Product Manager, Architect, Project Manager, Engineer) through a 7-stage pipeline to transform ideas into production-ready software.

Workspace Structure

crates/
├── cowork-core/         # Domain logic, pipeline, tools, agents (MAIN crate)
│   └── src/
│       ├── pipeline/    # 7-stage orchestration & stage executor
│       ├── domain/      # Project, Iteration, Memory aggregates
│       ├── tools/       # 40+ ADK tools + MCP integration
│       ├── agents/      # Agent wrappers (iterative, PM, legacy analyzer)
│       ├── interaction/ # InteractiveBackend trait (CLI/GUI abstraction)
│       ├── acp/         # Agent Client Protocol for external agents
│       ├── config_definition/  # Data-driven config (agents, stages, flows)
│       ├── instructions/       # Agent prompt library
│       ├── skills/      # agentskills.io standard skill system
│       ├── integration/ # Hook manager for external integrations
│       └── persistence/ # JSON-based storage
├── cowork-cli/          # CLI adapter (clap + dialoguer)
└── cowork-gui/          # Tauri + React GUI
    ├── src-tauri/       # Rust backend (Tauri commands + events)
    └── src/             # React frontend (TypeScript + Ant Design)

Dev Environment Setup

Prerequisites

  • Rust (edition 2024, stable toolchain)
  • Node.js (for GUI frontend build)
  • LLM API Key (OpenAI-compatible endpoint)

Build

# Build entire workspace
cargo build

# Release build
cargo build --release

# Build GUI only (installs frontend deps automatically)
cd crates/cowork-gui && cargo tauri dev

Run

# CLI
cargo run --package cowork-cli -- <command>

# GUI (development mode)
cd crates/cowork-gui && cargo tauri dev

Read the full file on GitHub · 263 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 · 263 lines · 2,947 tokens per session scan C b9cfed1a49f0

Subscribe to this mod's changes

cowork-forge AGENTS.md is an instructions file published in the GitHub repository sopaco/cowork-forge (91 stars, last pushed 10d ago), licensed MIT. It adds 2,947 tokens to every session, about $0.0147 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.