Skip to content

Commit 55daa06

Browse files
chore: Item 9 — retire ReScript guidance → AffineScript (#59)
## 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 5c93ced commit 55daa06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/language-policy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Block new Python files (except SaltStack)
1515
NEW_PY=$(git diff --name-only --diff-filter=A HEAD~1 2>/dev/null | grep -E '\.py$' | grep -v 'salt' || true)
1616
if [ -n "$NEW_PY" ]; then
17-
echo "❌ New Python files detected. Use Rust or ReScript instead."
17+
echo "❌ New Python files detected. Use Rust or AffineScript instead."
1818
echo "$NEW_PY"
1919
exit 1
2020
fi

0 commit comments

Comments
 (0)