You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ OpenCode plugin that adds ordered model fallback chains with a health state mach
9
9
## Commands
10
10
11
11
```bash
12
-
bun test# Run all unit tests (163 tests across 16 files)
12
+
bun test# Run all unit tests (166 tests across 16 files)
13
13
bunx tsc --noEmit # Type check
14
14
bun run build # Build to dist/
15
15
```
@@ -133,7 +133,7 @@ Unit tests live in `test/`. Run with `bun test`.
133
133
134
134
Integration tests for the replay orchestrator and full fallback flow exist in `test/orchestrator.test.ts`, using the mock client helper in `test/helpers/mock-client.ts`. Preemptive redirect tests are in `test/preemptive.test.ts`.
135
135
136
-
Plugin event-handler hardening tests are in `test/plugin.test.ts`. `/fallback-status` tool output tests are in `test/fallback-status.test.ts`.
136
+
Plugin event-handler hardening tests are in `test/plugin.test.ts`, including fallback-active and recovery notification guard behavior. `/fallback-status` tool output tests are in `test/fallback-status.test.ts`.
137
137
138
138
Additional coverage includes startup command bootstrap (`test/plugin-create.test.ts`), logger redaction/fault-tolerance (`test/logger.test.ts`), fallback usage aggregation (`test/usage.test.ts`), and health-store timer lifecycle (`test/model-health-lifecycle.test.ts`).
0 commit comments