Skip to content

Commit 1bb4de7

Browse files
chore: Item 9 — retire ReScript guidance → AffineScript (#16)
## Estate Tech-Debt — Item 9 (ReScript→AffineScript CI-text sweep) Rewrites guidance/policy text that recommended **ReScript** as the TypeScript/Python replacement to recommend **AffineScript** instead, per the estate language policy (RS/TS/JS → AffineScript → typed-wasm). ### Scope - ✅ In scope: "use ReScript instead" guidance, `Rust/ReScript` migration-guide phrasing, `Rust or ReScript` policy text. - ⛔ Out of scope (intentionally untouched): any `rescript`-named path/dir and ReScript **adapters** (e.g. proven). That work is preserved intact and usable for the ReScript ecosystem — only the forward-looking recommendation changes. Mechanical, reviewed substitution; residual in-scope occurrences verified 0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: hyperpolymath <hyperpolymath@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent d196dcb commit 1bb4de7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.claude/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
| Bun | Deno |
3131
| pnpm/yarn | Deno |
3232
| Go | Rust |
33-
| Python | Julia/Rust/ReScript |
33+
| Python | Julia/Rust/AffineScript |
3434
| Java/Kotlin | Rust/Tauri/Dioxus |
3535
| Swift | Tauri/Dioxus |
3636
| React Native | Tauri/Dioxus |

.github/workflows/language-policy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
if find . -name "*.ts" -not -path "./node_modules/*" | grep -q .; then
2828
echo "❌ ERROR: TypeScript files detected (BANNED)"
29-
echo "TypeScript is not allowed in this project. Use ReScript instead."
29+
echo "TypeScript is not allowed in this project. Use AffineScript instead."
3030
find . -name "*.ts" -not -path "./node_modules/*"
3131
exit 1
3232
fi
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
if find . -name "*.tsx" -not -path "./node_modules/*" | grep -q .; then
3838
echo "❌ ERROR: TSX files detected (BANNED)"
39-
echo "TSX is not allowed in this project. Use ReScript instead."
39+
echo "TSX is not allowed in this project. Use AffineScript instead."
4040
find . -name "*.tsx" -not -path "./node_modules/*"
4141
exit 1
4242
fi

0 commit comments

Comments
 (0)