1+ <!--
2+ SPDX-License-Identifier: MPL-2.0
3+ Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
4+ -->
15## Machine-Readable Artefacts
26
37The following files in ` .machine_readable/6a2/ ` contain structured project
@@ -24,14 +28,14 @@ is the top-level `ANCHOR.scope-arrest.2026-01-01.Jewell.scm`.
2428
2529| Language/Tool | Use Case | Notes |
2630| ---------------| ----------| -------|
27- | ** ReScript ** | Primary application code | Compiles to JS, type-safe |
31+ | ** AffineScript ** | Primary application code | Compiles to JS, type-safe |
2832| ** Deno** | Runtime & package management | Replaces Node/npm/bun |
2933| ** Rust** | Performance-critical, systems, WASM | Preferred for CLI tools |
3034| ** Tauri 2.0+** | Mobile apps (iOS/Android) | Rust backend + web UI |
3135| ** Dioxus** | Mobile apps (native UI) | Pure Rust, React-like |
3236| ** Gleam** | Backend services | Runs on BEAM or compiles to JS |
3337| ** Bash/POSIX Shell** | Scripts, automation | Keep minimal |
34- | ** JavaScript** | Only where ReScript cannot | MCP protocol glue, Deno APIs |
38+ | ** JavaScript** | Only where AffineScript cannot | MCP protocol glue, Deno APIs |
3539| ** Nickel** | Configuration language | For complex configs |
3640| ** Guile Scheme** | State/meta files | STATE.scm, META.scm, ECOSYSTEM.scm |
3741| ** Julia** | Batch scripts, data processing | Per RSR |
@@ -42,13 +46,13 @@ is the top-level `ANCHOR.scope-arrest.2026-01-01.Jewell.scm`.
4246
4347| Banned | Replacement |
4448| --------| -------------|
45- | TypeScript | ReScript |
49+ | TypeScript | AffineScript |
4650| Node.js | Deno |
4751| npm | Deno |
4852| Bun | Deno |
4953| pnpm/yarn | Deno |
5054| Go | Rust |
51- | Python | Julia/Rust/ReScript |
55+ | Python | Julia/Rust/AffineScript |
5256| Java/Kotlin | Rust/Tauri/Dioxus |
5357| Swift | Tauri/Dioxus |
5458| React Native | Tauri/Dioxus |
@@ -58,18 +62,18 @@ is the top-level `ANCHOR.scope-arrest.2026-01-01.Jewell.scm`.
5862
5963** No exceptions for Kotlin/Swift** - use Rust-first approach:
6064
61- 1 . ** Tauri 2.0+** - Web UI (ReScript ) + Rust backend, MIT/Apache-2.0
65+ 1 . ** Tauri 2.0+** - Web UI (AffineScript ) + Rust backend, MIT/Apache-2.0
62662 . ** Dioxus** - Pure Rust native UI, MIT/Apache-2.0
6367
6468Both are FOSS with independent governance (no Big Tech).
6569
6670### Enforcement Rules
6771
68- 1 . ** No new TypeScript files** - Convert existing TS to ReScript
69- 2 . ** No package.json for runtime deps** - Use deno.json imports
72+ 1 . ** No new TypeScript files** - Convert existing TS to AffineScript
73+ 2 . ** No package.json - use deno.json deps** - Use deno.json imports
70743 . ** No node_modules in production** - Deno caches deps automatically
71754 . ** No Go code** - Use Rust instead
72- 5 . ** No Python anywhere** - Use Julia for data/batch, Rust for systems, ReScript for apps
76+ 5 . ** No Python anywhere** - Use Julia for data/batch, Rust for systems, AffineScript for apps
73776 . ** No Kotlin/Swift for mobile** - Use Tauri 2.0+ or Dioxus
7478
7579### Package Management
0 commit comments