Skip to content

Commit 60e9496

Browse files
chore: retire ReScript guidance text → AffineScript (Estate Item 9) (#5)
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: hyperpolymath <hyperpolymath@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent e1086a1 commit 60e9496

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rsr-antipattern.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Check for TypeScript
2525
run: |
2626
if find . -name "*.ts" -o -name "*.tsx" | grep -v node_modules | grep -q .; then
27-
echo "❌ TypeScript files detected - use ReScript instead"
27+
echo "❌ TypeScript files detected - use AffineScript instead"
2828
find . -name "*.ts" -o -name "*.tsx" | grep -v node_modules
2929
exit 1
3030
fi
@@ -60,7 +60,7 @@ jobs:
6060
- name: Check for tsconfig
6161
run: |
6262
if [ -f "tsconfig.json" ]; then
63-
echo "❌ tsconfig.json detected - use ReScript instead"
63+
echo "❌ tsconfig.json detected - use AffineScript instead"
6464
exit 1
6565
fi
6666
echo "✅ No tsconfig.json"

0 commit comments

Comments
 (0)