Commit graph

5 commits

Author SHA1 Message Date
Thomas Kosiewski
56dc6d5fdb
Add repository guidelines and update AI SDK to v2
Change-Id: Ib00b7ee5f39911b58a15674bc50700267018cdbc
Signed-off-by: Thomas Kosiewski <tk@coder.com>
2025-08-08 14:51:19 +00:00
Thomas Kosiewski
fce40fa5f7
Add Nix development environment and Claude guidance file (#4)
# Add Nix development environment and Claude.ai integration

This PR adds support for Nix development environments and improves Claude.ai integration:

1. Added a `CLAUDE.md` file that provides guidance to Claude Code when working with this repository, including:
   - Project overview and architecture explanation
   - Development commands and testing instructions
   - Environment variable documentation

2. Added Nix development environment support:
   - Created `flake.nix` and `flake.lock` for reproducible development environments
   - Configured development shell with bun, nodejs, and code quality tools
   - Added treefmt integration for consistent code formatting

3. Updated `.gitignore` to exclude Nix-related files:
   - `.direnv`
   - `.envrc`
   - `.claude`

These changes make it easier for developers using Nix to contribute to the project and improve the experience when using Claude Code with this repository.
2025-08-08 16:50:38 +02:00
Thomas Kosiewski
46362efe73
Add Nix development environment and Claude guidance file
Change-Id: I4b3e2f0020409ee3f8b9e75633c901de94bd78d7
Signed-off-by: Thomas Kosiewski <tk@coder.com>
2025-08-08 15:10:26 +02:00
Kyle Carberry
8639be0766 Fix google provider support 2025-05-27 16:54:49 -04:00
Kyle Carberry
b0713a844c Initial commit 2025-05-27 15:57:58 -04:00