tsdown AGENTS.md

Repository instructions for tsdown, a TypeScript library bundler that packages source code for distribution. They describe its tools, supported runtime setup, and commands for building, testing, linting, formatting, and type checking.

In plain words
What is it for?
Use them when developing tsdown, running its tests, checking TypeScript types, or maintaining code quality.
Why use it?
They give coding agents the project's required versions and standard commands, reducing workflow mistakes when changing the bundler.

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

Made for: Codex, OpenCode.

Per session 2,608 This file is loaded in full into every session.
When invoked 2,608 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.02608 $0.02608
Opus 5 $0.01304 $0.01304
Sonnet 5 $0.00522 $0.00522
Haiku 4.5 $0.00261 $0.00261

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

Security

Grade A, and why

tsdown 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 2d 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 · 322 lines

How it starts

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

AGENTS.md

This file provides guidance to coding agents when working with code in this repository.

Project Overview

tsdown is a blazing-fast bundler for TypeScript libraries powered by Rolldown and Oxc. It's designed as a seamless migration path from tsup with enhanced performance and features.

Key technologies:

  • Rolldown: Core bundler (Rust-based Rollup alternative)
  • pnpm: Package manager (v11)
  • Node.js: ^22.18.0 || ^24.11.0 || >=26.0.0 (see engines in package.json)
  • Vitest: Testing framework
  • TypeScript: Strict mode with isolated declarations enabled
  • ESM: Pure ESM package ("type": "module")

Development Commands

Building

# Build tsdown using itself (runs from source via Node's `dev` condition)
pnpm build

# Alias of `pnpm build`
pnpm dev

Testing

# Run all tests in watch mode
pnpm test

# Run tests without watch
pnpm test run

# Run a specific test file
pnpm test <file-pattern>
# Example: pnpm test src/config/options.test.ts

# Run with UI
pnpm test --ui

# Generate coverage
pnpm test --coverage

Code Quality

# Lint (ESLint with cache)
pnpm lint

# Fix lint issues
pnpm lint:fix

# Type check
pnpm typecheck

# Format code (Prettier)
pnpm format

Documentation

# Run docs dev server
pnpm docs:dev

# Build docs
pnpm docs:build

# Preview built docs
pnpm docs:preview

Architecture

Core Build Flow

CLI (src/run.ts → src/cli.ts)
  → build() (src/build.ts)
  → resolveConfig() (src/config/index.ts)
  → buildWithConfigs()
  → buildSingle() for each config
    → Hook: build:prepare
    → cleanOutDir()
    → getBuildOptions() → constructs Rolldown config
    → Hook: build:before
    → rolldownBuild() / rolldownWatch()
    → postBuild() → copy files, bundle processing
    → Hook: build:done
    → executeOnSuccess()

Configuration System

Multi-stage resolution pipeline:

  1. Load config file (src/config/file.ts)
    • Searches for tsdown.config.{ts,mts,cts,js,mjs,cjs,json} or package.json (tsdown field)
    • Supports multiple loaders: native (Node.js native TS), tsx, unrun, auto (intelligent selection)
    • Can load from Vite/Vitest configs via fromVite option

Read the full file on GitHub · 322 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. 2d ago First seen · 322 lines · 2,608 tokens per session scan A f434c64cfb93

Subscribe to this mod's changes

tsdown AGENTS.md is an instructions file published in the GitHub repository rolldown/tsdown (4,238 stars, last pushed 4d ago), licensed MIT. It adds 2,608 tokens to every session, about $0.0130 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.