Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ node_modules/
# oclif files
oclif.manifest.json
oclif.lock
GENERATED_README.md

# OS generated files
**/.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```bash
pnpm prepare # 1. Build + update manifest
pnpm exec oclif readme # 2. Regenerate README.md from command metadata
pnpm generate-readme # 2. Regenerate command docs (gitignored)
pnpm exec eslint . # 3. Lint (MUST be 0 errors)
pnpm test:unit # 4. Test (at minimum)
pnpm test:tty # 5. TTY tests (local only, skip in CI)
Expand Down
Loading
Loading