refactor(core): narrow v2 context epoch scope
This commit is contained in:
parent
5ca39084e4
commit
d856d92506
11 changed files with 339 additions and 827 deletions
|
|
@ -133,7 +133,6 @@ const table = sqliteTable("session", {
|
|||
|
||||
- Avoid mocks as much as possible
|
||||
- Test actual implementation, do not duplicate logic into tests
|
||||
- In `packages/core/test`, define tests with the shared `it.effect` or `testEffect(...)` helpers from `test/lib/effect.ts`; do not use raw `test(...)`. Wrap synchronous assertions in `Effect.sync(...)`.
|
||||
- Tests cannot run from repo root (guard: `do-not-run-tests-from-root`); run from package dirs like `packages/opencode`.
|
||||
|
||||
## Type Checking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue