Skip to content

Commit c532ea6

Browse files
author
Justin Poehnelt
authored
chore: use labels (npm#203)
1 parent b38b760 commit c532ea6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,19 @@ When adding a new helper or CLI command:
150150
5. **Resource names** (project IDs, space names, topic names) → Use `validate_resource_name()`
151151
6. **Write tests** for both the happy path AND the rejection path (e.g., pass `../../.ssh` and assert `Err`)
152152

153+
## PR Labels
154+
155+
Use these labels to categorize pull requests and issues:
156+
157+
- `area: discovery` — Discovery document fetching, caching, parsing
158+
- `area: http` — Request execution, URL building, response handling
159+
- `area: docs` — README, contributing guides, documentation
160+
- `area: tui` — Setup wizard, picker, input fields
161+
- `area: distribution` — Nix flake, cargo-dist, npm packaging, install methods
162+
- `area: mcp` — Model Context Protocol server/tools
163+
- `area: auth` — OAuth, credentials, multi-account, ADC
164+
- `area: skills` — AI skill generation and management
165+
153166
## Environment Variables
154167

155168
- `GOOGLE_WORKSPACE_CLI_TOKEN` — Pre-obtained OAuth2 access token (highest priority; bypasses all credential file loading)

0 commit comments

Comments
 (0)