Skip to content

Commit 278b58b

Browse files
chore: retire ReScript guidance text → AffineScript (Estate Item 9) (#20)
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 dc6e60a commit 278b58b

22 files changed

Lines changed: 30 additions & 30 deletions

File tree

.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

journal-theme/.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 |

journal-theme/.github/workflows/rsr-antipattern.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check for TypeScript
2323
run: |
2424
if find . -name "*.ts" -o -name "*.tsx" | grep -v node_modules | grep -q .; then
25-
echo "❌ TypeScript files detected - use ReScript instead"
25+
echo "❌ TypeScript files detected - use AffineScript instead"
2626
find . -name "*.ts" -o -name "*.tsx" | grep -v node_modules
2727
exit 1
2828
fi
@@ -58,7 +58,7 @@ jobs:
5858
- name: Check for tsconfig
5959
run: |
6060
if [ -f "tsconfig.json" ]; then
61-
echo "❌ tsconfig.json detected - use ReScript instead"
61+
echo "❌ tsconfig.json detected - use AffineScript instead"
6262
exit 1
6363
fi
6464
echo "✅ No tsconfig.json"

journal-theme/.github/workflows/ts-blocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
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)
1313
1414
if [ -n "$NEW_TS" ] || [ -n "$NEW_JS" ]; then
15-
echo "❌ New TS/JS files detected. Use ReScript instead."
15+
echo "❌ New TS/JS files detected. Use AffineScript instead."
1616
[ -n "$NEW_TS" ] && echo "$NEW_TS"
1717
[ -n "$NEW_JS" ] && echo "$NEW_JS"
1818
exit 1

plugin-conflict-mapper/.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 |

plugin-conflict-mapper/.github/workflows/rsr-antipattern.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check for TypeScript
2323
run: |
2424
if find . -name "*.ts" -o -name "*.tsx" | grep -v node_modules | grep -q .; then
25-
echo "❌ TypeScript files detected - use ReScript instead"
25+
echo "❌ TypeScript files detected - use AffineScript instead"
2626
find . -name "*.ts" -o -name "*.tsx" | grep -v node_modules
2727
exit 1
2828
fi
@@ -58,7 +58,7 @@ jobs:
5858
- name: Check for tsconfig
5959
run: |
6060
if [ -f "tsconfig.json" ]; then
61-
echo "❌ tsconfig.json detected - use ReScript instead"
61+
echo "❌ tsconfig.json detected - use AffineScript instead"
6262
exit 1
6363
fi
6464
echo "✅ No tsconfig.json"

plugin-conflict-mapper/.github/workflows/ts-blocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
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)
1313
1414
if [ -n "$NEW_TS" ] || [ -n "$NEW_JS" ]; then
15-
echo "❌ New TS/JS files detected. Use ReScript instead."
15+
echo "❌ New TS/JS files detected. Use AffineScript instead."
1616
[ -n "$NEW_TS" ] && echo "$NEW_TS"
1717
[ -n "$NEW_JS" ] && echo "$NEW_JS"
1818
exit 1

praxis/.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 |

praxis/.github/workflows/rsr-antipattern.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check for TypeScript
2323
run: |
2424
if find . -name "*.ts" -o -name "*.tsx" | grep -v node_modules | grep -q .; then
25-
echo "❌ TypeScript files detected - use ReScript instead"
25+
echo "❌ TypeScript files detected - use AffineScript instead"
2626
find . -name "*.ts" -o -name "*.tsx" | grep -v node_modules
2727
exit 1
2828
fi
@@ -58,7 +58,7 @@ jobs:
5858
- name: Check for tsconfig
5959
run: |
6060
if [ -f "tsconfig.json" ]; then
61-
echo "❌ tsconfig.json detected - use ReScript instead"
61+
echo "❌ tsconfig.json detected - use AffineScript instead"
6262
exit 1
6363
fi
6464
echo "✅ No tsconfig.json"

0 commit comments

Comments
 (0)