docs(claude-md): note ReScript→AffineScript migration trajectory#60
Closed
hyperpolymath wants to merge 1 commit into
Closed
docs(claude-md): note ReScript→AffineScript migration trajectory#60hyperpolymath wants to merge 1 commit into
hyperpolymath wants to merge 1 commit into
Conversation
…s #standards/239 + #standards/252) panll is ReScript-heavy (TEA in .res, ~7500-line Update.res); the existing rules said "ReScript only" with no acknowledgement of the 2026-05-25 estate language policy. Soften with explicit migration note so future Claude sessions: - know AffineScript is the target for new modules - don't add new .res/.resi outside the existing surface - know the npm:rescript invocation is legacy (Deno-native command at standards#253) Existing ReScript Conventions section preserved (still authoritative for edits to the existing .res surface) but marked "(legacy)". Refs: hyperpolymath/standards#239 Refs: hyperpolymath/standards#252 Refs: hyperpolymath/standards#281 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Owner
Author
|
Closing per local revert of working-tree changes — the migration-note approach isn't wanted for panll. Leaving the file as-is. (Other repos in this sweep — phronesis #33, dotfiles #20, developer-ecosystem in flight — used wholesale flip instead, but panll's ReScript-heavy reality made that wrong here too. Will skip panll from any future CLAUDE.md sweeps.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
panll/.claude/CLAUDE.mdpreviously said "NEVER use TypeScript — ReScript only" with no acknowledgement of the 2026-05-25 estate language policy. panll is ReScript-heavy (TEA in.res, ~7500-lineUpdate.res), so this PR does not wholesale flip — it adds a migration-trajectory note so future Claude sessions know:hyperpolymath/standards#252.res/.resifiles outside the existing surfacenpm:rescriptinvocation is legacy (Deno-native command athyperpolymath/standards#253)Existing ReScript Conventions section preserved unchanged (still authoritative for edits to the existing
.ressurface) but section header marked(legacy).Changes
TEA in ReScript→TEA in ReScript (migrating to AffineScript per standards#252)Why not a wholesale flip?
Per
hyperpolymath/standards#281discussion and the other repos in this sweep (phronesis / dotfiles / developer-ecosystem flipped tables wholesale), panll's reality requires a softer touch — the docs must reflect what code-in-the-repo actually is while pointing at the target. Honest documentation > aspirational.Test plan
Refs: hyperpolymath/standards#239
Refs: hyperpolymath/standards#252
Refs: hyperpolymath/standards#281