Cobra scaffold, credentials store, Connect client, device-flow login, whoami/logout, plugin init (creates + adds git remote), publish (tag + push + registry RPC), and status (list scopes/plugins). Proto copied from orchestrator with buf codegen for client stubs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
167 B
YAML
13 lines
167 B
YAML
version: v2
|
|
modules:
|
|
- path: proto
|
|
lint:
|
|
use:
|
|
- STANDARD
|
|
except:
|
|
- PACKAGE_SAME_GO_PACKAGE
|
|
- RPC_REQUEST_RESPONSE_UNIQUE
|
|
breaking:
|
|
use:
|
|
- FILE
|