Skip to content

Commit 44285dd

Browse files
Migration: ReScript → AffineScript
Comprehensive migration from ReScript to AffineScript: - Delete all .res files (SafeDOMExample.res) from bot examples - Create equivalent SafeDOMExample.affine files in AffineScript syntax - Update web-project-deno.json files to use AffineScript instead of ReScript - Replace all PMPL-1.0/PMPL-1.0-or-later license headers with MPL-2.0 across entire repo - Update README.adoc bot roster table to include all bots: - accessibilitybot (WCAG 2.3 AAA compliance) - cipherbot (Cryptographic hygiene) - gsbot (Garment sustainability) - panicbot (Panic recovery) - the-hotchocolabot (Educational robotics) - Add status legend: Active = Tier 1 Verifier/Specialist, Complete = Tier 2 Finisher - Replace ReScript references with AffineScript in: - shared-context/src/panel.rs and panel_checker.rs - shared-context/learning/RULE-PROPOSALS-2026-02-06.md - robot-repo-automaton/.claude/CLAUDE.md (language policy) - bots/sustainabot/DEPLOY.md and README.hybrid.md - bots/sustainabot/containers/vordr-build.sh - scripts/fix-*.sh and lib/smart-files.sh - JSON finding files (vordr, fix-batches) - Update detector.rs to recognize .affine files as affinescript - Update pre-commit-tsjs-blocker.sh to use .affine instead of .res Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 98ed897 commit 44285dd

579 files changed

Lines changed: 2967 additions & 2848 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/CLAUDE.md

Lines changed: 2 additions & 2 deletions

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
version: 2
33
updates:
44
- package-ecosystem: "github-actions"

.github/workflows/boj-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
name: BoJ Server Build Trigger
33
on:
44
push:

.github/workflows/casket-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
name: GitHub Pages
33

44
on:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
name: CodeQL Security Analysis
33

44
on:

.github/workflows/dogfood-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# dogfood-gate.yml — Hyperpolymath Dogfooding Quality Gate

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
name: E2E Tests
33
on:
44
push:

.github/workflows/governance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
# governance.yml — single wrapper calling the shared estate governance bundle
33
# in hyperpolymath/standards instead of carrying per-repo copies.
44
#

.github/workflows/hypatia-dispatch-intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
# Intake pipeline for cross-repo Hypatia/Gitbot dispatch events.
33
name: Hypatia Dispatch Intake
44

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
# Hypatia Neurosymbolic CI/CD Security Scan
33
name: Hypatia Security Scan
44

0 commit comments

Comments
 (0)