Skip to content

Commit 66e6e1f

Browse files
hyperpolymathclaude
andcommitted
chore: retire ReScript guidance text → AffineScript (Estate Item 9)
Estate language policy: RS/TS/JS → AffineScript → typed-wasm. This rewrites guidance/policy text that recommended ReScript as the TypeScript/Python replacement so it now points at AffineScript. Scope guard (deliberate): rescript-named paths and ReScript adapters are NOT touched — that work is preserved intact for the ReScript ecosystem. Only the forward-looking "use ReScript instead" recommendation is updated. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 1b9c1a9 commit 66e6e1f

4 files changed

Lines changed: 5 additions & 5 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

.github/workflows/rsr-antipattern.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
- name: Check for tsconfig
169169
run: |
170170
if [ -f "tsconfig.json" ]; then
171-
echo "❌ tsconfig.json detected - use ReScript instead"
171+
echo "❌ tsconfig.json detected - use AffineScript instead"
172172
exit 1
173173
fi
174174
echo "✅ No tsconfig.json"

.github/workflows/ts-blocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
NEW_JS=$(git diff --name-only --diff-filter=A HEAD~1 2>/dev/null | grep -E '\.(js|jsx)$' | grep -v '\.res\.js$' | grep -v '\.gen\.' | grep -v 'node_modules' || true)
1919
2020
if [ -n "$NEW_TS" ] || [ -n "$NEW_JS" ]; then
21-
echo "❌ New TS/JS files detected. Use ReScript instead."
21+
echo "❌ New TS/JS files detected. Use AffineScript instead."
2222
[ -n "$NEW_TS" ] && echo "$NEW_TS"
2323
[ -n "$NEW_JS" ] && echo "$NEW_JS"
2424
exit 1

0 commit comments

Comments
 (0)