diff options
| author | Dax <[email protected]> | 2026-02-13 23:19:02 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-14 04:19:02 +0000 |
| commit | 6d95f0d14cbd83fc8b7775f77ba39ab2881008f3 (patch) | |
| tree | 6359d8e64ef6322c0e750fb7730e0b52438ebdaf /AGENTS.md | |
| parent | d018903887861c64ec7ee037e60b24a61501c9c6 (diff) | |
| download | opencode-6d95f0d14cbd83fc8b7775f77ba39ab2881008f3.tar.gz opencode-6d95f0d14cbd83fc8b7775f77ba39ab2881008f3.zip | |
sqlite again (#10597)
Co-authored-by: Github Action <[email protected]>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <[email protected]>
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,3 +110,4 @@ 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`. |
