Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 536 Bytes

File metadata and controls

16 lines (10 loc) · 536 Bytes

References

Check ./CONTEXT.md for terminology questions.

When modifying, debugging, or explaining code that uses effect, @effect/platform-node, ai, or @ai-sdk/devtools, always use the source-context skill first to inspect version-matched dependency source. This is specially true for effect v4 APIs.

For AI SDK feature work, use both source-context and ai-sdk.

Workflow

Whenever you make changes to the codebase run:

  • bun run format
  • bun run check-types
  • bun run lint
  • bun run test