Files
ghostty/.github/vouch/AGENTS.md
2026-02-15 06:53:30 -08:00

635 B

Agent Development Guide

A file for guiding coding agents.

  • All commands must have a --dry-run option that is default on.
  • Commands that do not modify external state don't need a --dry-run option.
  • The order of definitions in Nu files should be: (1) General CLI commands (exported, sorted alphabetically) (2) Platform-specific CLI commands like GitHub (exported, gh-) (3) Helper commands (exported) (4) Helper commands (non exported)
  • Verify help output using use <module> *; help <def>. Everything must have human-friendly help output.
  • See VOUCHED.example for an example vouch file.