core: rename auth command to providers for clearer credential management
The auth command has been renamed to providers to better reflect its purpose of managing AI provider credentials. This makes it easier for users to discover and use the credential management features when configuring different AI providers.
This commit is contained in:
parent
d1938a472d
commit
9dbf3a2042
5 changed files with 19 additions and 26 deletions
|
|
@ -111,3 +111,7 @@ const table = sqliteTable("session", {
|
|||
- Avoid mocks as much as possible
|
||||
- Test actual implementation, do not duplicate logic into tests
|
||||
- Tests cannot run from repo root (guard: `do-not-run-tests-from-root`); run from package dirs like `packages/opencode`.
|
||||
|
||||
## Type Checking
|
||||
|
||||
- Always run `bun typecheck` from package directories (e.g., `packages/opencode`), never `tsc` directly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue