Imported from ryoid/codex-su (
AGENTS.md). Install upstream withnpx skills add ryoid/codex-su. Copyright stays with the author.
AGENTS.md
Repo Overview
codex-suis a pnpm workspace for a CLI that switches between Codex accounts.- The published package lives in
apps/cli. - Tooling is managed from the repo root with
pnpmandturbo.
Working Agreement
- Prefer small, targeted edits that preserve the current CLI behavior.
- Do not publish from the repo root. Publish only from
apps/cli. - The worktree may be dirty. Do not revert unrelated user changes.
Common Commands
- Install dependencies:
pnpm install - Build all workspaces:
pnpm build - Run the CLI in dev mode:
pnpm run cli -- --help - Run tests:
pnpm test - Run checks:
pnpm check - Format:
pnpm turbo run lint format
Structure
- Root package metadata and workspace scripts:
package.json - Turbo task graph:
turbo.json - CLI package guide:
apps/cli/AGENTS.md