diff options
| author | Dax <[email protected]> | 2026-03-10 12:53:47 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-10 12:53:47 -0400 |
| commit | 613562f5047aa0bad934da401146a04ed8adce84 (patch) | |
| tree | 5f45b1f33ab6231c2eb9921c384a42de09e10077 /AGENTS.md | |
| parent | 9c4325bcf8070d84a6911ae78b898c116ebad2ac (diff) | |
| download | opencode-613562f5047aa0bad934da401146a04ed8adce84.tar.gz opencode-613562f5047aa0bad934da401146a04ed8adce84.zip | |
core: make account login upgrades safe while adding multi-account workspace auth (#15487)
Co-authored-by: Kit Langton <[email protected]>
Co-authored-by: Claude Opus 4.6 <[email protected]>
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -122,3 +122,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. |
