File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,6 +150,19 @@ When adding a new helper or CLI command:
1501505 . ** Resource names** (project IDs, space names, topic names) → Use ` validate_resource_name() `
1511516 . ** 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)
You can’t perform that action at this time.
0 commit comments