Skip to content

Commit 08c1eaf

Browse files
committed
chore: Replace devcontainer with Flox environment and streamline CI
Migrate from Docker-based devcontainer to Flox for reproducible development environments. This simplifies the setup by using Nix packages (nodejs_24, claude-code, prettier, markdownlint-cli) and removes redundant configuration files that have been consolidated elsewhere. - Remove .devcontainer/ in favor of .flox/ environment - Remove copilot-instructions.md (consolidated into CLAUDE.md) - Remove separate claude-code-review.yml workflow - Update claude.yml with newer tool versions and explicit Node.js setup Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent a6381d7 commit 08c1eaf

File tree

10 files changed

+540
-250
lines changed

10 files changed

+540
-250
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 34 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 0 additions & 89 deletions
This file was deleted.

.flox/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
env/manifest.lock linguist-generated=true linguist-language=JSON

.flox/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
run/
2+
cache/
3+
lib/
4+
log/
5+
!env/

.flox/env.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "typescript-sdk",
3+
"version": 1
4+
}

0 commit comments

Comments
 (0)