From 0cec49c857b6e851439477a0be949718f91b8ec8 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Tue, 25 Aug 2026 08:55:48 +0000 Subject: [PATCH] Drop the Build Environment section The commands it named were removed from rainix org-wide; sol-tasks at the pinned rev is rainix-sol-artifacts only. Build and test invocation is an org standard carried by rainix, not something this repo restates. Co-Authored-By: Claude Fable 5 --- CLAUDE.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index f1f09d6ce..552ca41d7 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,20 +4,6 @@ Guidance for Claude Code in this repo. This file takes precedence over session summaries — re-read it as written rather than trusting a summary's framing of what a process means. -## Build Environment - -Nix flakes only: run everything as `nix develop -c `. Once per session, in -order, before any build or test: - -```bash -nix develop -c rainix-sol-prelude -nix develop -c rainix-rs-prelude -nix develop -c rainlang-prelude # generates meta/ needed by the sol build -``` - -Common tasks (all via `nix develop -c`): `rainix-sol-test`, `rainix-sol-static`, -`rainix-rs-test`, `rainix-rs-static`, `test-wasm-build`. - ## Generated code `script/Build.sol` writes ALL of it. Never hand-edit: