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
8 changes: 6 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: PMPL-1.0
# SPDX-License-Identifier: MPL-2.0
name: CodeQL Security Analysis

on:
Expand Down Expand Up @@ -30,7 +30,11 @@ jobs:
fail-fast: false
matrix:
include:
- language: javascript-typescript
# mylangiser is Rust/Idris2/Zig — none are CodeQL-scannable source
# languages, so the previous `javascript-typescript` matrix exited
# "no source files" on every run. `actions` scans the workflow files
# (which every repo has), matching the estate-wide CodeQL convention.
- language: actions
build-mode: none

steps:
Expand Down
6 changes: 3 additions & 3 deletions .machine_readable/6a2/META.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
#
# META.a2ml — Mylangiser meta-level information
[metadata]
version = "0.1.0"
last-updated = "2026-03-21"
version = "0.1.0" # authoritative per Cargo.toml; CHANGELOG.adoc top entry says 0.2.0 (discrepancy unresolved)
last-updated = "2026-06-05"

[project-info]
license = "MPL-2.0"
author = "Jonathan D.A. Jewell (hyperpolymath)"

[architecture-decisions]
decisions = [
# No ADRs recorded
"Licence migrated from PMPL-1.0-or-later to MPL-2.0 (commit ce87d4b).",
]

[development-practices]
Expand Down
17 changes: 11 additions & 6 deletions .machine_readable/6a2/STATE.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@
# STATE.a2ml — Mylangiser project state
[metadata]
project = "mylangiser"
version = "0.1.0"
last-updated = "2026-03-21"
version = "0.1.0" # authoritative per Cargo.toml; CHANGELOG.adoc top entry says 0.2.0 (discrepancy unresolved)
last-updated = "2026-06-05"
status = "active"
session = "converted from scheme — 2026-04-11"
session = "6a2 state refresh — 2026-06-05"

[project-context]
name = "Mylangiser"
purpose = """Generate progressive-disclosure interfaces from complex APIs via My-Lang"""
completion-percentage = 45

[position]
phase = "phase-1-complete" # design | implementation | testing | maintenance | archived
maturity = "experimental" # experimental | alpha | beta | production | lts
phase = "implementation" # design | implementation | testing | maintenance | archived
maturity = "alpha" # experimental | alpha | beta | production | lts
maturity-note = """Real but incomplete: substantive implementation (Rust CLI/codegen ~1330 LOC across main.rs/manifest/codegen/abi; Idris2 ABI ~863 LOC in Types/Layout/Foreign.idr; Zig FFI ~417 LOC in src/interface/ffi/src/main.zig) plus a working example manifest at examples/simplified-api/mylangiser.toml. "Scaffold" understates it; codegen still in progress."""

[route-to-mvp]
milestones = [
Expand All @@ -36,5 +37,9 @@ actions = [
]

[maintenance-status]
last-run-utc = "2026-03-21T00:00:00Z"
last-run-utc = "2026-06-05T00:00:00Z"
last-result = "unknown" # unknown | pass | warn | fail

[licence]
spdx = "MPL-2.0"
migration = "Migrated from PMPL-1.0-or-later to MPL-2.0 (commit ce87d4b)."
2 changes: 1 addition & 1 deletion contractiles/intend/Intentfile.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Declared intent and purpose for Mylangiser.

## Purpose

Mylangiser — // SPDX-License-Identifier: MPL-2.0
Mylangiser — generate progressive-disclosure interface wrappers via My-Lang.

## Anti-Purpose

Expand Down
109 changes: 0 additions & 109 deletions examples/SafeDOMExample.res

This file was deleted.

20 changes: 0 additions & 20 deletions examples/web-project-deno.json

This file was deleted.

Loading