summaryrefslogtreecommitdiffhomepage
path: root/AGENTS.md
diff options
context:
space:
mode:
authorDax <[email protected]>2026-02-13 23:19:02 -0500
committerGitHub <[email protected]>2026-02-14 04:19:02 +0000
commit6d95f0d14cbd83fc8b7775f77ba39ab2881008f3 (patch)
tree6359d8e64ef6322c0e750fb7730e0b52438ebdaf /AGENTS.md
parentd018903887861c64ec7ee037e60b24a61501c9c6 (diff)
downloadopencode-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index d51134c0e..758714d10 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -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`.