cdesktop AGENTS.md

cdesktop AGENTS.md is an instructions file for Codex, OpenCode from cdesktop-ai/cdesktop. It costs 1,005 tokens per session, scanned A, a copy of vibe-kanban AGENTS.md, Apache-2.0.

Repository instructions for cdesktop-ai/cdesktop, a project combining Rust services with React and TypeScript web applications. They describe the code layout, shared types, guides, and development commands.

In plain words
What is it for?
Use them when navigating the repository, changing Rust or web code, sharing types between Rust and TypeScript, or building and testing the project.
Why use it?
They give the coding agent the project’s rules and structure, reducing mistakes such as editing generated files or putting code in the wrong module.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/cdesktop-ai/cdesktop/agents-md.svg)](https://agentmods.dev/instructions/cdesktop-ai/cdesktop/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/cdesktop-ai/cdesktop/agents-md"><img src="https://agentmods.dev/badge/instructions/cdesktop-ai/cdesktop/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,005 This file is loaded in full into every session.
When invoked 1,005 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.01005 $0.01005
Opus 5 $0.00502 $0.00502
Sonnet 5 $0.00201 $0.00201
Haiku 4.5 $0.00101 $0.00101

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

Security

Grade A, and why

cdesktop 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.

Origin

This is a copy

100% identical to vibe-kanban AGENTS.md — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

AGENTS.md · 59 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

  • crates/: Rust workspace crates — server (API + bins), db (SQLx models/migrations), executors, services, utils, git (Git operations), api-types (shared API types for local + remote), review (PR review tool), deployment, local-deployment, remote.
  • packages/local-web/: Local React + TypeScript app entrypoint (Vite, Tailwind). Shell source in packages/local-web/src.
  • packages/remote-web/: Remote deployment frontend entrypoint.
  • packages/web-core/: Shared React + TypeScript frontend library used by local + remote web (packages/web-core/src).
  • shared/: Generated TypeScript types (shared/types.ts, shared/remote-types.ts) and agent tool schemas (shared/schemas/). Do not edit generated files directly.
  • assets/, dev_assets_seed/, dev_assets/: Packaged and local dev assets.
  • npx-cli/: Files published to the npm CLI package.
  • scripts/: Dev helpers (ports, DB preparation).
  • docs/: Documentation files.

Crate-specific guides

Managing Shared Types Between Rust and TypeScript

ts-rs allows you to derive TypeScript types from Rust structs/enums. By annotating your Rust types with #[derive(TS)] and related macros, ts-rs will generate .ts declaration files for those types. When making changes to the types, you can regenerate them using pnpm run generate-types Do not manually edit shared/types.ts, instead edit crates/server/src/bin/generate_types.rs

For remote/cloud types, regenerate using pnpm run remote:generate-types Do not manually edit shared/remote-types.ts, instead edit crates/remote/src/bin/remote-generate-types.rs (see crates/remote/AGENTS.md for details).

Read the full file on GitHub · 59 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 · 59 lines · 1,005 tokens per session scan A c82e8bb68b45

Subscribe to this mod's changes

cdesktop AGENTS.md is an instructions file published in the GitHub repository cdesktop-ai/cdesktop (108 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 1,005 tokens to every session, about $0.0050 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to vibe-kanban AGENTS.md, differing in 0 lines, and is treated as a copy.