Skip to content

Commit 265c3c2

Browse files
chore: retire ReScript guidance text → AffineScript (Estate Item 9) (#26)
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 bbc292f commit 265c3c2

3 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
@@ -43,7 +43,7 @@ The following files in `.machine_readable/` contain structured project metadata:
4343
| Bun | Deno |
4444
| pnpm/yarn | Deno |
4545
| Go | Rust |
46-
| Python | Julia/Rust/ReScript |
46+
| Python | Julia/Rust/AffineScript |
4747
| Java/Kotlin | Rust/Tauri/Dioxus |
4848
| Swift | Tauri/Dioxus |
4949
| React Native | Tauri/Dioxus |

.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

.migration/PYTHON_TO_RUST_RESCRIPT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python → Rust/ReScript Migration Guide
1+
# Python → Rust/AffineScript Migration Guide
22

33
## Policy
44
This repo contains Python code that should be migrated to:

0 commit comments

Comments
 (0)