pi-mono/packages/coding-agent/test/suite
2026-05-13 10:44:56 +02:00
..
regressions chore(deps): Kill small dependencies (#4467) 2026-05-13 10:44:56 +02:00
agent-session-bash-persistence.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-compaction.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-model-extension.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-prompt.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-queue.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-retry-events.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-runtime.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
harness.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
README.md refactor(coding-agent): replace AgentSessionRuntimeHost with closure-based AgentSessionRuntime 2026-04-03 20:14:12 +02:00

Coding agent suite tests

Use test/suite/ for the new harness-based test suite around AgentSession and AgentSessionRuntime.

Rules:

  • Use test/suite/harness.ts
  • Use the faux provider from packages/ai/src/providers/faux.ts
  • Do not use real provider APIs, real API keys, network calls, or paid tokens
  • Keep these tests CI-safe and deterministic
  • Do not use or extend the legacy test/test-harness.ts path unless a missing capability forces it

Organization:

  • Put broad lifecycle and characterization tests directly under test/suite/
  • Put issue-specific regression tests under test/suite/regressions/
  • Name regression tests as <issue-number>-<short-slug>.test.ts
  • Example: test/suite/regressions/2023-queued-slash-command-followup.test.ts