Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following files in `.machine_readable/` contain structured project metadata:
| Bun | Deno |
| pnpm/yarn | Deno |
| Go | Rust |
| Python | Julia/Rust/ReScript |
| Python | Julia/Rust/AffineScript |
| Java/Kotlin | Rust/Tauri/Dioxus |
| Swift | Tauri/Dioxus |
| React Native | Tauri/Dioxus |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/language-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Block new Python files (except SaltStack)
NEW_PY=$(git diff --name-only --diff-filter=A HEAD~1 2>/dev/null | grep -E '\.py$' | grep -v 'salt' || true)
if [ -n "$NEW_PY" ]; then
echo "❌ New Python files detected. Use Rust or ReScript instead."
echo "❌ New Python files detected. Use Rust or AffineScript instead."
echo "$NEW_PY"
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion .migration/PYTHON_TO_RUST_RESCRIPT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python → Rust/ReScript Migration Guide
# Python → Rust/AffineScript Migration Guide

## Policy
This repo contains Python code that should be migrated to:
Expand Down
Loading