Drop the Build Environment section from CLAUDE.md - #569
Conversation
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 <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai assess this PR size classification for the totality of the PR with the following criterias and report it in your comment: S/M/L PR Classification Guidelines:This guide helps classify merged pull requests by effort and complexity rather than just line count. The goal is to assess the difficulty and scope of changes after they have been completed. Small (S)Characteristics:
Review Effort: Would have taken 5-10 minutes Examples:
Medium (M)Characteristics:
Review Effort: Would have taken 15-30 minutes Examples:
Large (L)Characteristics:
Review Effort: Would have taken 45+ minutes Examples:
Additional Factors to ConsiderWhen deciding between sizes, also consider:
Notes:
|
Deletes the
## Build Environmentsection. Build and test invocation is an org standard carried by rainix, not something a repo restates — and this repo's restatement had gone stale.Every command it named is gone from rainix. At the pinned rev,
sol-tasksis[rainix-sol-artifacts]only;nix develop -c rainix-sol-preludefails withexec: rainix-sol-prelude: not found, andrainix-rs-prelude,rainix-sol-test,rainix-sol-static,rainix-rs-testandtest-wasm-buildwent the same way. An agent following the section could not build. The lines date to4ddba8de(February), so this is not residue from the #563 migration.Nothing replaces it. What CI actually runs is in
.github/workflows/, which is the authority a reader should reach for, and the org convention is that agent context carries only what the code and CI cannot show.nix develop -c rainlang-preludesurvives under## Generated code, where it belongs: that task is defined in this repo's own flake, and the regeneration loop it starts is repo-specific rather than an org standard.CLAUDE.md goes 3966 → 3535 bytes against the 4096
agent-context-cap, so this is a net trim.QA
nix develop -c rainix-sol-preludeerrorsnot foundat the pinned rainix rev, so the documented sequence cannot be followed.sol-tasksdefinition at the pinned rev, and.github/workflows/for what CI actually invokes — both independent of this file.rainlang-preludereference under Generated code is verified still valid and left alone.