diff --git a/.github/workflows/dogfood-gate.yml b/.github/workflows/dogfood-gate.yml index 7e5538e..99710ee 100644 --- a/.github/workflows/dogfood-gate.yml +++ b/.github/workflows/dogfood-gate.yml @@ -1,7 +1,5 @@ # This workflow is managed by gh actions-lock. # SPDX-License-Identifier: MPL-2.0 -# This workflow is managed by gh actions-lock. -# This workflow is managed by gh actions-lock. # Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) # # dogfood-gate.yml — Hyperpolymath Dogfooding Quality Gate @@ -273,7 +271,9 @@ jobs: uses: actions/checkout@v7.0.1 - name: Enforce language-registry consistency - run: bash hooks/validate-language-registry.sh + run: | + bash hooks/validate-language-registry.sh + bash hooks/test-language-registry.sh - name: Write summary if: always() diff --git a/.github/workflows/governance.yml b/.github/workflows/governance.yml index bc0dd55..7e319b5 100644 --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -1,7 +1,6 @@ # This workflow is managed by gh actions-lock. # SPDX-License-Identifier: MPL-2.0 # This workflow is managed by gh actions-lock. -# This workflow is managed by gh actions-lock. name: Governance on: @@ -17,4 +16,4 @@ permissions: jobs: governance: - uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@a26cc7479b14cdf70433919bfc228625f1c5c6f2 + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@469605210e767ee94d1c7a9c13cb6a1d0a78cad1 diff --git a/.github/workflows/hypatia-scan.yml b/.github/workflows/hypatia-scan.yml index e378cee..82bcf77 100644 --- a/.github/workflows/hypatia-scan.yml +++ b/.github/workflows/hypatia-scan.yml @@ -1,7 +1,6 @@ # This workflow is managed by gh actions-lock. # SPDX-License-Identifier: MPL-2.0 # This workflow is managed by gh actions-lock. -# This workflow is managed by gh actions-lock. name: Hypatia Security Scan on: @@ -20,4 +19,6 @@ permissions: jobs: scan: - uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@84355587cb2a1f86e6882de83514a32db2646e7a + uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@469605210e767ee94d1c7a9c13cb6a1d0a78cad1 + with: + block-on-high: true diff --git a/.machine_readable/bot_directives/gitbot-fleet.a2ml b/.machine_readable/bot_directives/gitbot-fleet.a2ml index 06e3829..1b82cc4 100644 --- a/.machine_readable/bot_directives/gitbot-fleet.a2ml +++ b/.machine_readable/bot_directives/gitbot-fleet.a2ml @@ -20,16 +20,17 @@ finishbot = "task completion" working-branch-pattern = "claude/* or bot//*" draft-PRs-only = true ci-green-before-merge = true -# Per 6a2/PLAYBOOK.a2ml [merge-gating]: blocking checks are governance/*, -# scan/*, analyze, semgrep, dogfood, validators; the Hypatia advisory is -# non-blocking and MUST NOT gate the merge. +# Per .machine_readable/descriptiles/PLAYBOOK.a2ml [merge-gating]: require +# governance/*, scan/*, analyze, semgrep, dogfood and validators. Hypatia +# current high/critical findings block after validated baseline filtering; +# missing or malformed scan output also blocks. A comment/waiver is not a pass. never-touch = [ ".claude/CLAUDE.md", "hooks/validate-coordinator-boundary.sh", "LICENSE", ".github/workflows/ (without explicit maintainer approval)", ] -# Branch hygiene per 6a2/PLAYBOOK.a2ml [branch-hygiene] and the Trustfile +# Branch hygiene per descriptiles/PLAYBOOK.a2ml [branch-hygiene] and the Trustfile # carve-out: merged PR branches may be deleted; main and any open/active # branch never; force-push always denied. diff --git a/.machine_readable/bot_directives/hypatia.a2ml b/.machine_readable/bot_directives/hypatia.a2ml index 2108b11..6e3ed2f 100644 --- a/.machine_readable/bot_directives/hypatia.a2ml +++ b/.machine_readable/bot_directives/hypatia.a2ml @@ -12,10 +12,10 @@ ignore-file = ".hypatia-ignore" ignore-file-present = false workflow = ".github/workflows/hypatia-scan.yml" ruleset-location = "hyperpolymath/standards (hypatia-scan-reusable.yml) — change rules there, not here" -scan-is-blocking = false +scan-is-blocking = true [accepted-findings] -# Canonical registry: .machine_readable/descriptiles/NEUROSYM.a2ml [waivers]. +# Canonical registry: .machine_readable/descriptiles/NEUROSYM.a2ml [accepted-findings] (entries: [waivers.*]). # Look findings up there by rule + file BEFORE acting; if listed, do not # auto-fix. Summary of the current entries: registry = ".machine_readable/descriptiles/NEUROSYM.a2ml" diff --git a/.machine_readable/contractiles/Bustfile.a2ml b/.machine_readable/contractiles/Bustfile.a2ml index c61b23c..87ae502 100644 --- a/.machine_readable/contractiles/Bustfile.a2ml +++ b/.machine_readable/contractiles/Bustfile.a2ml @@ -20,7 +20,7 @@ submodule-pointer-points-at-missing-sha = "git submodule update --init --checkou submodule-orphan-after-local-only-commit = "git reset to before the stranded commit locally; fix the child repo's remote state before re-attempting the bump" broken-workflow-change = "CI red after a workflow edit: revert the workflow commit; re-pin actions to known-good SHAs (MUST: SHA-pinned actions)" accidental-secret-committed = "hard-rotate the leaked secret immediately; scrub history with git-filter-repo or BFG; force-push only with explicit maintainer confirmation; re-publication only after rotation completes" -bad-metadata-refresh = "6a2/ or contractile refresh introduced false claims: revert the docs commit; restore from origin/main history (governance files carry no build risk)" +bad-metadata-refresh = "descriptiles/ or contractile refresh introduced false claims: revert the docs commit; restore from origin/main history (governance files carry no build risk)" [escalation-ladder] steps = [ diff --git a/.machine_readable/contractiles/Trustfile.a2ml b/.machine_readable/contractiles/Trustfile.a2ml index cfc7bb7..1206eee 100644 --- a/.machine_readable/contractiles/Trustfile.a2ml +++ b/.machine_readable/contractiles/Trustfile.a2ml @@ -48,7 +48,7 @@ denied-actions = [ [trust.branch-hygiene] # Carve-out (2026-06-02): deleting MERGED PR branches is permitted (local + # remote). `main` and any open/active branch must never be deleted, and -# force-push stays denied. See 6a2/PLAYBOOK.a2ml [branch-hygiene]. +# force-push stays denied. See descriptiles/PLAYBOOK.a2ml [branch-hygiene]. delete-merged-pr-branches = true never-delete = ["main", "any open/active branch"] diff --git a/.machine_readable/descriptiles/AGENTIC.a2ml b/.machine_readable/descriptiles/AGENTIC.a2ml index 701648a..5897502 100644 --- a/.machine_readable/descriptiles/AGENTIC.a2ml +++ b/.machine_readable/descriptiles/AGENTIC.a2ml @@ -25,7 +25,7 @@ can-create-files = true [agent-ci-handling] # How agents/gitbots should treat CI on this repo. -hypatia-advisory = "non-blocking; consult .machine_readable/descriptiles/NEUROSYM.a2ml [waivers] before acting on any finding" +hypatia-gate = "current high/critical findings block; consult .machine_readable/descriptiles/NEUROSYM.a2ml [accepted-findings] (entries: [waivers.*]) before acting on any finding" do-not-refix = "findings recorded as accepted/by-design/false-positive in the waiver registry must not be re-fixed" runbook = "see .machine_readable/descriptiles/PLAYBOOK.a2ml [recurring-ci-advisories]" diff --git a/.machine_readable/descriptiles/NEUROSYM.a2ml b/.machine_readable/descriptiles/NEUROSYM.a2ml index 21bf6bf..5b8ee36 100644 --- a/.machine_readable/descriptiles/NEUROSYM.a2ml +++ b/.machine_readable/descriptiles/NEUROSYM.a2ml @@ -9,10 +9,12 @@ [metadata] version = "0.2.0" -last-updated = "2026-06-02" +last-updated = "2026-09-07" [hypatia-config] scan-enabled = true +block-on-high = true +blocking-source = ".github/workflows/hypatia-scan.yml" scan-depth = "standard" report-format = "logtalk" @@ -33,15 +35,15 @@ report-format = "logtalk" # # Hypatia's enforcing ruleset lives in hyperpolymath/standards # (hypatia-scan-reusable.yml / governance-reusable.yml), NOT in this repo, -# so this registry is the repo-local source of truth for findings that have -# been triaged and accepted. The Hypatia scan is advisory (non-blocking); -# the governance gates are the blocking checks and already pass. +# so this registry records local triage rationale, not executable exemptions. +# Current high/critical findings block after validated baseline filtering. +# Missing/malformed scan output or unsuccessful required filtering also blocks. # # Gitbot / agent contract (see AGENTIC.a2ml, PLAYBOOK.a2ml): # - Before acting on a Hypatia advisory finding, look it up here by `rule` -# + `file`. If present, DO NOT attempt a fix — the finding is accepted. -# - Only act on findings NOT listed here, or whose `disposition` is -# "track" with an open `action`. +# + `file` and verify that the recorded disposition still applies. +# - A record here does not suppress a current high/critical finding. Fix it +# or use an explicitly reviewed valid baseline, and require the scan to pass. # # disposition values: # false-positive — the rule does not apply (acting on it would break CI) @@ -52,9 +54,10 @@ report-format = "logtalk" [accepted-findings] # (kitchenspeak agda-postulate waivers removed — subtree extracted 2026-06-19) -policy = "Findings listed below are triaged and accepted; do not auto-fix." +policy = "Review these triage records before acting; they do not override the current blocking scan or create executable exemptions." ruleset-location = "hyperpolymath/standards (external to this repo)" -scan-is-blocking = false +scan-is-blocking = true +blocking-threshold = "high" [waivers.reusable-caller-timeout] rule = "missing_timeout_minutes" @@ -67,9 +70,8 @@ justification = "These jobs call reusable workflows (jobs..uses). GitHub Act rule = "unpinned_action" files = "governance.yml" severity = "medium" -disposition = "track" -justification = "hyperpolymath/standards governance-reusable.yml is referenced at @main. The standards repo is outside this session's scope and the SHA could not be resolved here; the check is green at @main." -action = "Pin to a commit SHA via an authenticated lookup of standards governance-reusable.yml on main." +disposition = "addressed" +justification = "Governance and Hypatia callers are pinned to standards commit 469605210e767ee94d1c7a9c13cb6a1d0a78cad1; authoritative gh actions-lock --no-fix passes." [waivers.scorecard-publish-split] rule = "scorecard_publish_with_run_step" diff --git a/.machine_readable/descriptiles/PLAYBOOK.a2ml b/.machine_readable/descriptiles/PLAYBOOK.a2ml index 755ccff..82ebd42 100644 --- a/.machine_readable/descriptiles/PLAYBOOK.a2ml +++ b/.machine_readable/descriptiles/PLAYBOOK.a2ml @@ -7,7 +7,7 @@ [metadata] version = "0.2.0" -last-updated = "2026-06-12" +last-updated = "2026-09-07" [deployment] # method = "gitops" @@ -29,20 +29,22 @@ last-updated = "2026-06-12" # --------------------------------------------------------------------------- # Recurring CI advisories — gitbot runbook. # -# The Hypatia neurosymbolic scan posts an advisory comment on every PR. It -# is NON-BLOCKING; the blocking gates are the governance/* and scan/* checks. -# Most advisory findings are already triaged and recorded in +# The Hypatia comment supplies triage context. The configured scan blocks +# current high/critical findings after validated baseline filtering and rejects +# missing/malformed scan output. Historical triage context is recorded in # .machine_readable/descriptiles/NEUROSYM.a2ml [waivers]. # --------------------------------------------------------------------------- [recurring-ci-advisories] source = "Hypatia Security Scan advisory comment" -blocking = false +blocking = true +blocking-threshold = "high" +blocking-source = ".github/workflows/hypatia-scan.yml: block-on-high = true" registry = ".machine_readable/descriptiles/NEUROSYM.a2ml" step-1 = "For each finding, look it up in NEUROSYM [waivers] by rule + file." -step-2 = "If present, skip it — it is accepted; do NOT open a fix." -step-3 = "Act only on findings NOT in the registry, or with disposition = track and an open action." -step-4 = "If a genuinely new finding appears, triage it; if accepted, add a waiver entry rather than re-fixing each PR." +step-2 = "If present, review the recorded disposition against the current finding; a NEUROSYM entry alone never suppresses a blocking finding." +step-3 = "Fix current high/critical findings or use the reviewed, schema-valid, unexpired Hypatia baseline where justified. Require the actual scan check to pass." +step-4 = "Record triage rationale here; historical advisories and low/medium findings remain distinct from the current blocking scan." [branch-hygiene] # Permitted per the Trustfile carve-out (.machine_readable/contractiles/Trustfile.a2ml [trust.branch-hygiene]). @@ -54,6 +56,6 @@ note = "GitHub auto-deletes PR branches on merge; prune local tracking refs with [merge-gating] # When self-merging (per maintainer authorization), gate on: rule-1 = "All required (blocking) checks green: governance/*, scan/*, analyze, semgrep, dogfood, validators." -rule-2 = "Hypatia advisory is non-blocking and MUST NOT gate the merge." +rule-2 = "Hypatia current high/critical findings block after validated baseline filtering. Missing/malformed artifacts or unsuccessful required filtering also block; comments and NEUROSYM waivers cannot override the check." rule-3 = "Draft/WIP PRs are never merged; mark ready first." rule-4 = "Architecture-decision PRs (ADRs) and implementation PRs are kept at separate granularity." diff --git a/.machine_readable/descriptiles/README.adoc b/.machine_readable/descriptiles/README.adoc index 42faed2..2aace07 100644 --- a/.machine_readable/descriptiles/README.adoc +++ b/.machine_readable/descriptiles/README.adoc @@ -1,6 +1,6 @@ // SPDX-License-Identifier: CC-BY-SA-4.0 // Copyright (c) Jonathan D.A. Jewell -# Descriptiles Directory +# A2ML Descriptiles Directory This directory contains the 6 core A2ML machine-readable metadata files for this repository. diff --git a/.machine_readable/descriptiles/STATE.a2ml b/.machine_readable/descriptiles/STATE.a2ml index 99f1502..c109356 100644 --- a/.machine_readable/descriptiles/STATE.a2ml +++ b/.machine_readable/descriptiles/STATE.a2ml @@ -61,3 +61,8 @@ governance-pin = "governance-reusable.yml referenced at @main; SHA pin pending a [next-actions] claude-md-paths = "maintainer edit needed: .claude/CLAUDE.md references my-lang/frontier-practices/ and my-lang/_exploratory/me-scaffolding/, which are not visible in-tree (paths live inside the my-lang submodule); proposed as issue at the 2026-06-12 checkpoint" verisim-naming = "integrations/verisim.a2ml vs siblings' verisimdb.a2ml — naming alignment proposed as issue, not renamed unilaterally" + +[language-portfolio-audit-20260907] +scope = "Evidence audit and scoped repairs; no blanket readiness upgrade" +report = "https://github.com/hyperpolymath/nextgen-languages/blob/main/docs/audits/2026-09-07-language-portfolio.md" +metadata-path = ".machine_readable/descriptiles/" diff --git a/.machine_readable/svc/k9/must-check.k9.ncl b/.machine_readable/svc/k9/must-check.k9.ncl index 29c6c67..b2b3d24 100644 --- a/.machine_readable/svc/k9/must-check.k9.ncl +++ b/.machine_readable/svc/k9/must-check.k9.ncl @@ -54,9 +54,9 @@ K9! }, no_root_scm_duplication = { - description = "No STATE/META/ECOSYSTEM state file orphaned in repo root (canonical home is .machine_readable/descriptiles/)", + description = "No core descriptor file orphaned in repo root (canonical home is .machine_readable/descriptiles/)", severity = 'error, - predicate = "! ls STATE.* META.* ECOSYSTEM.* 2>/dev/null | head -1 | grep -q .", + predicate = "! ls STATE.* META.* ECOSYSTEM.* AGENTIC.* NEUROSYM.* PLAYBOOK.* 2>/dev/null | head -1 | grep -q .", }, six_a_two_complete = { diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index b6ba823..71ac90b 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -36,7 +36,7 @@ conversion. * KitchenSpeak ADRs 0002–0004: standalone elevation; `+echo-types+` dependency; Echo attaches to Linear/Dyadic (B-now / C-later / A-shim). * Hypatia accepted-findings registry in -`+.machine_readable/6a2/NEUROSYM.a2ml+` `+[waivers]+`, with gitbot +`+.machine_readable/descriptiles/NEUROSYM.a2ml+` `+[waivers]+`, with gitbot runbook in `+PLAYBOOK.a2ml+` and agent contract in `+AGENTIC.a2ml+`. * `+6a2+` machine-readable state refreshed (STATE/META/ECOSYSTEM/NEUROSYM/ PLAYBOOK/AGENTIC); `+MUST.contractile+` @@ -91,5 +91,5 @@ files. ==== Added * Consolidation of scattered language repos into canonical locations. -* Updated .machine_readable/6a2/STATE.a2ml with verified completion +* Updated .machine_readable/descriptiles/STATE.a2ml with verified completion percentages. diff --git a/EXPLAINME.adoc b/EXPLAINME.adoc index 94dc375..5379004 100644 --- a/EXPLAINME.adoc +++ b/EXPLAINME.adoc @@ -302,14 +302,16 @@ consumed from `hyperpolymath/standards` as *pinned reusable workflows* — the enforcing rulesets live there, not in this repo. Two consequences for readers and for automated agents: -* The *Hypatia Security Scan* comment on PRs is *advisory and non-blocking*. - The blocking gates are the `governance/*`, `scan/*`, `analyze`, `semgrep`, - validator, `dogfood` (including the `coordinator-boundary` job), and dogfood - checks. +* The *Hypatia scan* blocks current high and critical findings after validated + baseline filtering (`block-on-high: true`). Missing or malformed scan output + and unsuccessful required filtering also block. Require it alongside + `governance/*`, other `scan/*`, `analyze`, `semgrep`, validator and `dogfood` + checks (including `coordinator-boundary`). The PR comment supplies triage context. * Recurring advisory findings that have been triaged and accepted are recorded once in `.machine_readable/descriptiles/NEUROSYM.a2ml` under `[accepted-findings]`. - Agents consult that registry and do not re-fix accepted findings on every PR. - Changing the enforcing ruleset itself must be done in `standards`. + Agents consult that rationale, but it does not override blocking findings or + create executable exemptions. Any justified baseline must pass the actual + validation and filtering gates. Change the enforcing ruleset in `standards`. == Questions? diff --git a/PANIC-ATTACK-TRIAGE.adoc b/PANIC-ATTACK-TRIAGE.adoc index efee423..baebc7e 100644 --- a/PANIC-ATTACK-TRIAGE.adoc +++ b/PANIC-ATTACK-TRIAGE.adoc @@ -121,7 +121,7 @@ take many sessions. * **`jtv/playground/experiments/_attic/database-demos/arangodb-demo/queries.js`** — HardcodedSecret. **False positive.** The "secret" is - `auth: { username: "root", password: "rootpassword" }` — standard + a literal localhost demonstration login — standard ArangoDB localhost demo credentials. Other email addresses are `alice@example.com` / `bob@example.com` dummy data. File lives in `_attic/` (the project's own archive directory). **Recommend: delete the `_attic` @@ -131,8 +131,8 @@ take many sessions. * **`jtv/playground/experiments/_attic/utilities/form-validation/validator.js`** — HardcodedSecret. **False positive.** The "secret" is - `password: 'SecurePass123!'` used as example data inside a form-validation - demo showing what valid passwords look like, and `password: 'weak'` showing + a literal example of a strong password used as example data inside a form-validation + demo showing what valid passwords look like, and a literal example of a weak password showing what invalid passwords look like. Same recommendation as above. * **`ephapax/src/formal/Ephapax/Formal/RegionLinear.idr`** — UnsafeCode. diff --git a/README.adoc b/README.adoc index 6cf5281..570c626 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,9 @@ image:https://img.shields.io/badge/OpenSSF-Best_Practices-green?logo=openssource == Overview -This repository contains exploratory work on a family of programming and specification languages built around a shared principle: +This repository coordinates independent programming and specification language repositories. It indexes their research and implementation evidence; language implementations live in their owning repositories. + +Many of the projects investigate the principle: *computation and meaning are determined by structured equivalence, not just raw values.* @@ -47,7 +49,7 @@ Status: design-stage, with partial specifications and experimental implementatio === Tangle -A topologically inspired language where programs are represented as tangles (braids), and equivalence is defined by isotopy. Its IR (TangleIR) is consumed by the separate *KRL resolution stack* (`krl → TangleIR → VeriSimCore → Skein.jl / QuandleDB`), which is tracked by the database estate — not part of this coordinator's language family. +A topologically inspired language investigating tangles, braids, and equivalence. Tangle is independent of the KRL/QuandleDB language stack; its own README retracts the earlier conflation. See link:https://github.com/hyperpolymath/tangle[Tangle] for the implemented compiler and formal-core boundary. * Composition and tensor operations correspond to braid structure * Formal semantics specified @@ -74,15 +76,15 @@ Status: grammar stable; formal verification in progress. An “economics-as-code” language where resource constraints are first-class. -Status: specified; implementation not started. +Status: implemented compiler/interpreter components and executable conformance tests. Resource semantics, optimization, and OikosBot integration have separate evidence boundaries; see the portfolio audit below. --- === Betlang -A language for hard real-time systems using dependent, session, and linear types. +A probabilistic language built around ternary stochastic choice, with a canonical Racket implementation and additional backend/formal work. -Status: specified. +Status: implemented experimental language; lazy evaluation, reproducible randomness, and backend agreement require their own conformance evidence. --- @@ -166,7 +168,7 @@ Type-theoretic boundaries are made explicit: total proof-like fragments are dist These languages are designed to work with systems that treat equivalence, provenance, and semantic identity as first-class concepts: -Tangle (via the separate KRL resolution stack) ↔ QuandleDB / Skein +KRL / QuandleDB belong to the separately coordinated database estate. Tangle is an independent language; no KRL-to-Tangle dependency is asserted here. JtV ↔ future equivalence-aware runtime and storage models See the nextgen-databases repository for details. @@ -216,6 +218,19 @@ production system. The work it tracks spans, across the individual language repo * partial compilers and grammars * design documents and specifications +== Portfolio Audit + +link:docs/audits/2026-09-07-language-portfolio.md[The 7 September 2026 portfolio audit] +examines language identity and lineage, implementation/proof boundaries, type +foundations, augmentation tools, and the semantic and security checks needed for +merging. Its findings are scoped to recorded repository snapshots; they are not +new blanket TRG/CRG/FRG/ARG ratings. + +The audit also covers link:https://github.com/hyperpolymath/nextgen-typing[nextgen-typing], +link:https://github.com/hyperpolymath/kategoria[Kategoria], +link:https://github.com/hyperpolymath/typell[TypeLL], and typed-wasm, distinguishing +research proposals from executable consumer integration. + == Suggested Entry Points Each language lives in its own `hyperpolymath/` repo; start there. For orientation: diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..9fbb409 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ + +# Security policy + +Report suspected vulnerabilities privately to the contact listed in +[security.txt](.well-known/security.txt). Include the affected commit, reproduction +steps and expected impact. Do not include credentials in public issues or PRs. + +This repository contains research and development work; a successful CI run +does not certify all language designs, proofs or deployment configurations. diff --git a/docs/audits/2026-09-07-checkout-horizon.md b/docs/audits/2026-09-07-checkout-horizon.md new file mode 100644 index 0000000..491be56 --- /dev/null +++ b/docs/audits/2026-09-07-checkout-horizon.md @@ -0,0 +1,78 @@ + + + +# Starting checkout horizon + +These are local snapshots used for inventory and differing depths of inspection, not a claim that every checkout was fully audited. Heads with unpublished changes may not resolve on GitHub. Private language sources remain index-only. Working-tree changes include pre-existing work; they were not bulk-staged by the audit. + +| Checkout | Local HEAD | Working-tree changes | +|---|---|---| +| 007 (grouped) | Private/index-only | Yes | +| affinescript (grouped) | `eb3ee0e8cc9c77b45c37de966cd09bf13b03411f` | Yes | +| anytype (grouped) | `38d6fee1fdb78bd08fd9ef451c35af7537ec1c08` | Yes | +| betlang (grouped) | `4e1c92e2845a25568e991a734fa67d166df804ad` | Yes | +| cafescripto (grouped) | `d6633bafd56349917c18d26c72bb9e4531b17b58` | Yes | +| eclexia (grouped) | `6025f7742d99b0925bdf64ba5f5aa7af1664d0f2` | Yes | +| ephapax (grouped) | `b289a47bb418d4772a158e8fa636739e0986a646` | Yes | +| error-lang (grouped) | `80e69bfcb7877962e427a1e77c151fe0bf430ee3` | Yes | +| jaffascript (grouped) | `c09a1e3f7d446febddc1e46ca0d4671b132ca5ae` | Yes | +| jtv-lang (grouped) | `6c601ed114bc202530f48e13c2123959ecb93324` | Yes | +| kitchenspeak (grouped) | `7e85048ba46c45f2e0fbb159de73f58585a2a430` | Yes | +| lucidscript (grouped) | `dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed` | Yes | +| me-dialect (grouped) | `2cae8355ac1309cc738d1e2060938cd81b4b2b5c` | Yes | +| my-lang (grouped) | `097c017dc1367c00f52695db5209b5a65aed6512` | Yes | +| nextgen-languages (grouped) | `151cc51c80d9675a3b5af9262f4a081bb8c9fbf2` | Yes | +| oblibeny (grouped) | `105971c7c52227dbb12dc4bfda9e2a02e46c637b` | Yes | +| oikos-economics-accounting-dsl (grouped) | `b2055a6de8c99d6bde057b1870661d9ba238743b` | Yes | +| phronesis (grouped) | `f1e14edc9076b8d916ecb9f1c42983a232b8cc66` | Yes | +| pseudoscript (grouped) | `d3065f862160ae77f33cf589676c1d4d4914839b` | Yes | +| rattlescript (grouped) | `9f91255e21790d9e6c4ccce61e97491c2761925a` | Yes | +| systemet (grouped) | `b4a59d0e33c45d6419a3e426832f7d84286048ee` | Yes | +| tangle (grouped) | `187509b346179fae340e8cbd1ad28285b8c7cef2` | Yes | +| typed-wasm (grouped) | `2bfddabc643a650303a93dcd467365c4cffe4632` | Yes | +| typefix-zero (grouped) | Private/index-only | Yes | +| wokelang (grouped) | `1ca62e92bc703f89fc37d150ad8554f87f2f9294` | Yes | +| affinescriptiser (grouped) | `d3ddebcbae758b8f87a5475a4c579c229a7bc571` | Yes | +| alloyiser (grouped) | `1498276a6c6221f957cf4fc23a7180e862012916` | Yes | +| anvomidaviser (grouped) | `698bef3655ff20609f23548966cc122aa7ad2413` | Yes | +| atsiser (grouped) | `778802537ed8da25ca832d727f85e4812b220bb2` | Yes | +| betlangiser (grouped) | `90d68becd62a6e9783880b6c11b2f3ac3f3fd7db` | Yes | +| bqniser (grouped) | `3d42ff26ea211e4f0432ca761cc9594eed85b810` | Yes | +| chapeliser (grouped) | `28351baeba54255069eb71f2738a517ee85e60ed` | Yes | +| dafniser (grouped) | `f955c34f33d45060e4ac50dd40fde88df2a2f2f5` | Yes | +| eclexiaiser (grouped) | `9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e` | Yes | +| ephapaxiser (grouped) | `044e89fd6010f5e6019adaff13da7d7855c40023` | Yes | +| futharkiser (grouped) | `948446aad7560c976c40ac1af47ba8b9f1c3b5a8` | Yes | +| halideiser (grouped) | `7e7ffca5550c576ca2a4269b2a83259c49970c50` | Yes | +| idrisiser (grouped) | `bf6e220ec96648279365eb7d1e3fb67271cc93ce` | Yes | +| iseriser (grouped) | `ae93b65aff4dc71245ef6769974d4bf81970ad8f` | Yes | +| julianiser (grouped) | `e332bd959a9ea413b807b89c8d6e6b1044c1ab67` | Yes | +| k9iser (grouped) | `b824a0ea4ffb879b14dab6c6c278de8317cc7ba6` | Yes | +| lustreiser (grouped) | `165ba505ae17357b2f88407e22a0b64b8ffb645f` | Yes | +| mylangiser (grouped) | `48b69a8d706e1a9a4bb2ca0e2150051755b39306` | Yes | +| nimiser (grouped) | `3ed636d5bcfaab305517aee045047eef89146269` | Yes | +| oblibeniser (grouped) | `2d0421e1a43c2037b4a3c35127f63ed831c1b08d` | Yes | +| otpiser (grouped) | `2138d8db930173c5a34d9d8655d073cfadce1a30` | Yes | +| phronesiser (grouped) | `dd99c548fa6b9f23a826f0d247bd22fcf473b67c` | Yes | +| ponyiser (grouped) | `3c4e2be5e7bdf8f78f143fba7b251c010881e775` | Yes | +| tlaiser (grouped) | `de937c67fb89f62eb5988a00c9479979cbf4c160` | Yes | +| typedqliser (grouped) | `801d22919abdb6b46da6a189bc2bed3641d04d22` | Yes | +| verisimiser (grouped) | `bf29031d570f32e51a381615e08a3f298f3eb123` | Yes | +| wokelangiser (grouped) | `27dbd5ea386f3a9f04eca3fe17aca48db454482b` | Yes | +| affinescript (top-level) | `eaf4f4912f74d32c6837035927b8028faa471416` | Yes | +| oikos (top-level) | `1afe78cf2d40b37568b4cc17661cec70c9a52f0d` | No | +| oikosbot (top-level) | `5f81e0fb18e4540979e0fad5b5c051460f6e43a4` | No | +| panoply (top-level) | `795fc70bd60aee1fe59cbf9c5c76ffd53525ded6` | No | +| anvomidav (top-level) | `c959ea3d42c64f55357bb6501a42501f3e74f135` | Yes | +| 007-lang (top-level) | Private/index-only | Yes | +| jtv-halting-islands-ct (top-level) | `ee0e6b3de9f9ecd7b127ccfa68b3d9de4b65727f` | Yes | +| iseriser (top-level) | `c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df` | No | +| aggregate-library (top-level) | `da0bd5137324fb7c0bba46a7c69e602869a69ebb` | Yes | +| standards (top-level) | `9637782beb62abfc9a53a59ab762d39f6ae6fb29` | No | +| rsr-template-repo (grouped) | `55b6f430276402d11fb01cc96cde5b298553cc21` | No | + +Additional typing inspection: `nextgen-typing`, `kategoria`, and `typell`; source/head horizon below. + +* nextgen-typing: `29c48a592653ae17748196d68ab95740aca66831` (local checkout, not a main/release certification). +* kategoria: `7e65089b227b8c40962c7bbc1f4ccff8592de24d` (local checkout, not a main/release certification). +* typell: `a9598a6cb27f2706b0ae43de85b6ea0843c9a24e` (local checkout, not a main/release certification). diff --git a/docs/audits/2026-09-07-language-portfolio.md b/docs/audits/2026-09-07-language-portfolio.md new file mode 100644 index 0000000..e5d5ea3 --- /dev/null +++ b/docs/audits/2026-09-07-language-portfolio.md @@ -0,0 +1,510 @@ + + + +# Language portfolio audit — 7 September 2026 + +## Decision + +The portfolio contains substantial executable and formal work, but its main +constraint is the connection between a claimed guarantee, the precise fragment +proved, the implementation that enforces it, and the artifact a consumer runs. +More syntax, scaffolding, badges, or percentage-complete tables will not close +that connection. The immediate work is to repair demonstrable failures, make +claims describe their evidence, and gate the actual language-specific boundaries. + +The strongest directly exercised slices in this audit are Tangle's Lean core, +KitchenSpeak's positive/negative compiler corpus, My's QTT checker, Anytype's +kernel matrix, Ephapax's rebuilt parser, WokeLang's interpreter/typechecker +library, and Eclexia's conformance harness. These are different accomplishments. +None is a portfolio-wide production or soundness certification. + +The highest-priority integration investigation is Eclexia/OikosBot. The highest +priority foundations investigations are Ephapax's L1 preservation frontier, +TypeLL's lossy language bridges and conditional check results, and typed-wasm's +relationship between the proved model, optional metadata, and real producer bytes. +Kategoria and TypeFix Zero need sharper research questions, not the same delivery +checklist as a compiler approaching release. + +## Horizon and method + +This audit enumerated 63 selected local checkout records, including duplicate +checkouts and coordinators, and 389 repositories returned by a complete GitHub +account repository listing. Those are observation denominators, **not counts of +languages**. It inspected the 25 entries in the local nextgen-language group and +27 entries in the iser group, followed canonical references into top-level and +typing repositories, and checked selected published sources against local ones. +The subsequent requested typing review added `nextgen-typing`, `kategoria`, and +`typell`; `typed-wasm` was already included. Source coverage varies and is stated +below. This is a source-backed portfolio and boundary audit, not an exhaustive +security review of every function in every repository. + +The local snapshots frequently contain unpublished commits, divergent branches, +or working-tree edits. A source observation is about that snapshot unless +explicitly confirmed against current main. The [companion checkout inventory](2026-09-07-checkout-horizon.md) +records starting HEADs and dirty status. A successful local test is not evidence +that GitHub main, a release, or another checkout passed it. Main-based repair +worktrees are separate from these observations. + +Evidence was collected from specifications, implementation paths, proof statements +and dependencies, tests, CI definitions, and live repository metadata. Workspace +files were scanned with the required Sonar secrets scanner before inspection. +Existing authoritative build/proof tools were used; test failures caused by a +toolchain shim or unavailable dependency are identified as such. + +Database-specific language implementations are boundary references here because +they are being audited separately. No VQL/GQL/KRL/SQL-family readiness verdict is +inferred from this audit. Likewise, a language's face, compiler target, library, +research calculus, and augmentation adapter are not counted as interchangeable +products. + +## Canonical identity and lineage + +| Identity | Role and audit treatment | +|---|---| +| AffineScript | Canonical application language. Inspect current compiler and `docs/SOUNDNESS.adoc`; version-two work supersedes the old foundation in situ. | +| RattleScript, JaffaScript, CafeScripto, LucidScript, PseudoScript | AffineScript faces. Each lowering needs semantic and rejection conformance; these are not five independent soundness stories. | +| Panoply | Owner-described repurposing of former AffineScript v1. Current repo is an envelope/evidence/manifest charter with mechanisms explicitly unimplemented. Historical lineage does not transfer a proof or working compiler. | +| Ephapax | Independent rebuilt language; its internal affine sublanguage is not AffineScript. Preserve the falsified v1 and counterexample as fenced historical evidence. | +| JtV | Distinguish v1 additive construction/control separation from v2 reversible-token behavior; do not combine their evidence. | +| My-Lang | Three nested dialects: Solo, Duet, Ensemble. Me is an agent-generated projection, with a retired static-compiler experiment. | +| Oikos economics/accounting DSL | Independent stock-flow/accounting language targeting Ephapax. It is not OikosBot. | +| OikosBot | Ecological/economic analysis consumer. Eclexia integration is a separate contract, not the Oikos DSL compiler. | +| TypeFix Zero / μType₀ / TF0 | The likely identity meant by “typezero”; small calibration calculus beside the typing pipeline, not a required production dependency. | +| Anvomidav | The likely identity meant by “avomodalv”; choreography/skating design language. | +| nextgen-languages / nextgen-typing | Coordinators. They should index evidence and relationships, never vendor single-language implementations. | +| SystemET / Anytype | Semantic foundations and executable kernel respectively. Conceptual adoption by AffineScript must be distinguished from integration into its existing OCaml compiler. | +| Kategoria / TypeLL / typed-wasm | Research routes, verification kernel, and target/verifier infrastructure respectively. Their numbered type-property scales are not interchangeable. | +| aggregate-library | aLib semantic-overlap library/methodology. Distinct from typed-wasm's binary-layout “aggregate library” role. | +| isers | Augmentations of existing languages/toolchains; assess preservation across the adapter and actual target execution. | +| Haec | Language design using trope-particularity; a working separate trope checker is not a working Haec compiler. | +| cut-calculus / echo-types | Formal substrates with explicit assumption and fragment boundaries, not additional end-user languages. | +| bunsenite | Inspected README describes Nickel parser bindings; inventory descriptions calling it a new language should not determine classification. | +| Firmboot | Located after the initial enumeration through concurrent coordinator PR #149. Continuity research with Agda/Lean models and an Elixir reference implementation; general language toolchain and arbitrary-code hot loading remain open. | + +The published My/Me archive claim and GitHub archive metadata disagree: the +enumerated `me-dialect` repository was not marked archived. Architectural +retirement and the forge's archive flag are different facts. + +## Standards: apply the axes without collapsing them + +The applicable sources are the standards repository's +[TRG](https://github.com/hyperpolymath/standards/blob/main/toolchain-readiness-grades/TOOLCHAIN-READINESS-GRADES.adoc), +[CRG](https://github.com/hyperpolymath/standards/blob/main/component-readiness-grades/COMPONENT-READINESS-GRADES.adoc), +[FRG](https://github.com/hyperpolymath/standards/blob/main/foundations-readiness-grades/FOUNDATIONS-READINESS-GRADES.adoc), +and [ARG](https://github.com/hyperpolymath/standards/blob/main/adoption-readiness-grades/ADOPTION-READINESS-GRADES.adoc). + +* CRG assesses a component; TRG covers the required toolchain. An absent or + unaudited required component cannot be averaged away by a strong parser. +* FRG measures the mathematical foundation. A proved model is not automatically + a proof of the compiler, parser, optimizer, FFI, or emitted program. +* ARG is independent adoption evidence, bounded by the standards' cross-axis + rules. In particular, ARG-A requires FRG at least B. Tests and stars do not + establish external adoption. +* X means unassessed under the relevant standard. F concerns harmful failure; + an honestly fenced experiment or retracted failed theorem is not automatically + F. An informal “B-” in a status document is not an official TRG/CRG grade. +* Profiles can tighten requirements; old profiles are dated assessments, not + perpetual current facts. My's May FRG-X rationale differs from later + local Coq/Idris development. The local proof registry is absent from fetched + main; reconcile and validate unpublished work before assigning main a new grade. + +The [RSR template](https://github.com/hyperpolymath/rsr-template-repo) supplies +repository governance and structural conventions. A template ABI, a directory +named `proofs`, or a green file-presence check earns no compiler correctness +claim. Record these separately: **specified, implemented, wired, tested, proved, +deployed**. No one state implies the next. + +For every material guarantee, maintain: owning repo/version, source fragment, +assumptions, theorem and dependency closure, executable enforcement point, +accepted example, rejected counterexample, actual test command, CI job, consumer, +and remaining frontier. This is more useful than a single maturity percentage. + +## Language assessments + +| Language | Concrete evidence | Frontier and next discriminating milestone | +|---|---|---| +| Tangle | Real OCaml compiler modules; `proofs/Tangle.lean` checked successfully. Contains progress, preservation, determinism, type-safety and inference-agreement development. Published README explicitly retracts the Tangle/KRL conflation. | Connect compiler semantics to the formal core with positive and negative conformance. Keep knot equivalence, operational equivalence, and compiler correctness as separate obligations. Remove coordinator claims about a KRL-consuming TangleIR stack. | +| Oblíbený | OCaml constrained checking and 27-case conformance suite pass. Factory/deployment phase separation is a useful concrete guarantee. | README's debugger/profiler/static-analyzer 100% claims exceed implementation: debugger stepping advances an index without execution, continue is unimplemented, profiler counts/time are placeholders, calls and structure sizes have incomplete analysis. Gate the constrained deployment boundary and correct tooling claims. | +| KitchenSpeak | Reference OCaml compiler; 15 corpus cases passed, including physical/dimensional/resource rejection examples. | Agda `NoCurdle` uses sensor/controller assumptions (`temp-at`, `gentle-bounded`) and is not a closed hardware guarantee. Separate static model, HAL trace, sensor freshness, controller overshoot, and actual equipment. Next: assumption-sensitive trace conformance with a failing sensor/controller case. | +| Eclexia | Implemented Rust compiler/interpreter ecosystem; existing conformance test target passed. The coordinator's “implementation not started” is false. | Resource accounting, units, adaptive choice, observation, and optimization need separate evidence. Next: a pinned OikosBot policy contract consuming real analysis inputs with explicit provenance and budget behavior. See integration section. | +| Ephapax | Rebuild is substantive: parser suite passed 62 unit tests and a doctest. v1 counterexample and v1-to-v2 rationale are retained. | `formal/Semantics_L1.v` still has admitted preservation in the inspected snapshot; later layers depending on it are conditional. Close structural L1 lemmas/preservation first, rerun the counterexample as a regression, then assess modality, echo, dyadic composition and codegen independently. | +| AffineScript | Current compiler has a detailed `docs/SOUNDNESS.adoc` and capability matrix, with explicit failures and repairs. Broader local `dune runtest` failed on missing res-to-affine fixtures. | Existing interpreter non-tail single-shot resume defect is pinned in the ledger (5 versus expected 105); compiled effect paths reject unsupported features. Preserve that honesty. Recover/validate fixtures and run ledger freshness, then fix continuation semantics at the right abstraction. Faces require lowering tests. | +| My-Lang | `my-qtt` passed 25 unit tests. `proofs/STATUS.md` records Coq/Idris core and surface development plus differential testing. | Conventional parser/checker only enters QTT for opted-in safe functions and skips out-of-fragment bodies. Abstract Me-surface semantics and conventional runtime are not identical; borrowing/async paths have known gaps. Replace stale “no formalisation” profile with a dated reassessment boundary. | +| Betlang | Real probabilistic ternary Racket implementation, with Rust/Lean/Julia work. Hard-real-time description in coordinator is incorrect. | `racket tests/basics.rkt` loads without running its test submodule. Correct `raco test` exposed `check-true(member ...)` misuse and invalid numeric format directives, aborting after 10/15 reported failures. Repair harness, seed stochastic tests, then test lazy effects and cross-backend distributions; do not call load-only CI conformance. | +| JtV | Real implementation and Lean artifacts; README/STATUS distinguish core work and missing executable/model coupling. | Keep v1 and v2 test envelopes separate. Require forward/inverse roundtrips, token reuse rejection, boundary effects, and explicit loss/residue cases. Do not carry addition-only guarantees unchanged into reversible-token v2. | +| WokeLang | 188 Rust library tests passed. Consent blocks have runtime checks. | Typechecker visits consent block bodies without establishing a static authority proof; runtime care-off mode auto-grants. Define the claim per mode. Test denied, revoked, delegated, consumed, and escaped capabilities and ensure production configuration cannot silently weaken the stated contract. | +| Phronesis | Elixir/BEAM ethical-policy implementation, not just a charter. Source checker and interpreter inspected. | Unknown names/fields can become `:any`; policy conditions accept `:any`; REPORT prints to stdout. Distinguish uncertainty, conflict, provenance and mandatory action delivery. Tests did not run in this audit due toolchain/dependency problems. Consensus gives agreement, not truth or ethical justification. | +| Oikos DSL | Rust parser/checker workspace tests pass. Local implementation is ahead of published scaffold language. | Godley checker sums entry signs, not symbolic amounts. Desugaring is explicitly `EphapaxNotAvailable`. Therefore the advertised arbitrary accounting-identity guarantee is not yet an executable end-to-end contract. Next: amount-sensitive identity examples and rejection, then real Ephapax lowering. | +| TypeFix Zero / μType₀ | Substantial design of declarative meaning, imperative observation, stratified universes, and explicit partiality; inspected verification status is template-level. | Specify the order/domain behind least fixed points and the exact total fragment. Next: an executable bounded observer plus replayable evidence checker for one tiny calculus; do not equate timeout with proven divergence or put unrestricted evaluation into definitional equality. | +| Anvomidav | Choreography design and roadmap; inspected ExUnit “spec tests” assert literals/counts rather than invoking a language validator. | Begin with a useful parse/roundtrip vocabulary and versioned rulepacks. Separate choreographic expression, competition rules, and physical feasibility. Seven free-program jump elements is not timeless: Skate Canada reduced the relevant 2026–27 categories to six. | +| Error-Lang | Distinct pedagogical design, including intentional error behavior; repository makes very strong production/formal-completeness claims. | No whole-implementation proof or production certification was established here. Define intentional object-language errors versus host failures, then test diagnostics, positional semantics and accessibility behavior. Treat broad “100% verified” claims as requiring component-specific evidence. | +| 007 | Indexed agent language with a Rust implementation and dated component/proof audit documents. Private-source boundary is explicit in coordinator instructions. | This pass did not rerun the full 007 toolchain or certify its network deployment. Keep actual private implementation evidence private; link its dated audit and preserve its own proof frontier rather than importing grade claims into the whole estate. | +| Haec | Grammar/elaboration design refers to independent trope-checker and echo substrates. | Demonstrate a real Haec source → checked IR → execution/rejection path before inheriting the separate checker's status. | +| Firmboot | Continuity contracts and finite executable witnesses. | Preserve model assumptions, test rejection as well as acceptance, and distinguish finite model agreement from arbitrary-run runtime refinement. | + +### Eclexia and OikosBot: the actual connection needed + +The published bot adapter and inspected Eclexia CLI do not agree: the bot invokes +`eclexia run POLICY --input JSON`, but the CLI's Run command has no `--input`. +Before repair, the bot's `eclexia-native` feature lacked compiler dependencies +while referencing those crates; enabling it failed with three unresolved-crate +errors. This describes the original inspected snapshot, not the repaired PR. +The original native sketch also built a budgeted interpreter but called a different +interpreter through `run`, and did not inject the supplied analysis results. + +Before the audit repair, malformed successful-process stdout became boolean +`false` via `unwrap_or(false)` and therefore a Pass. The built-in path is already +loud about its limitation: it dispatches on the file stem, never parses `.ecl` +contents, and uses hardcoded thresholds that can disagree with those files. +Placeholder evaluation energy/carbon/time were not measurements. The audit repair +rejects malformed output, removes those invented measurements, and makes the +reserved native feature report unavailable. It does **not** claim to implement +the missing language protocol. + +The intended integration should preserve the bot's special purpose: + +1. Freeze a versioned input carrying independent resource axes, units, coverage, + measurement/calibration confidence, and provenance. Separate analyzed-code + costs from policy-evaluation costs. +2. Choose and implement a real Eclexia entry point with a typed result: + pass/warn/fail/unknown, explanation, evidence references and required actions. + Missing/malformed input, unsupported versions and missing policies are explicit. +3. Bind inputs and budgets to the **same** interpreter instance. Bound time and + output, propagate resource exhaustion, and preserve deterministic replay. +4. Keep Pareto/DEA tradeoffs visible. Do not collapse several objectives into a + score and call it an optimization proof. Shadow prices need stable measured + evidence, not merely a plausible API. +5. Preserve the existing rule that estimated per-file evidence cannot become a + hard measured regression verdict. Confidence belongs to individual facts. +6. Pin both repositories in CI and execute the real policy. Include changing + `.ecl` contents without renaming the file, denied/unknown inputs, budget + exhaustion, malformed output, and a planted violation. A fake executable can + test subprocess mechanics but cannot establish Eclexia integration. + +OikosBot's Rust analysis workspace, its AffineScript webhook surface, its +VeriSimDB plans, and the Oikos accounting DSL remain separate delivery surfaces. + +### TypeFix Zero and Anvomidav: productive next experiments + +For μType₀, the important contribution to investigate is the evidence boundary +between meaning and observation. A tiny typed language with explicit fixed +points is already a well-understood starting point; compare +[Plotkin's original PCF semantics paper](https://homepages.inf.ed.ac.uk/gdp/publications/LCF.pdf). +The interesting new obligation is what finite observations justify reifying into +the declarative layer. Specify observations as prefixes with fuel, distinguish +“unknown after n steps” from divergence, and require replayable evidence before +moving a claim across the boundary. Adequacy, monotonic extension of observations, +and the inability to turn partial execution into arbitrary proof are better +first milestones than a large language feature list. + +For Anvomidav, start with a small authored routine that a choreographer can read, +edit and roundtrip. Give rules a governing body, discipline, category and season. +The [official Skate Canada 2026–27 change notice](https://noticeboard.skatecanada.ca/2026/03/26/2026-2027-season-updates-to-the-podium-pathway-singles-pairs-and-ice-dance-program-requirements/) +changes novice/junior/senior free-program jump counts from seven to six; the notice +itself directs users to full requirements for authoritative details. This is a +concrete reason to version rules, not encode an unqualified global `max = 7`. +Artistic validity, rule compliance and biomechanical feasibility need distinct +results. First execute accepted/rejected routines through a real validator; +literal-only ExUnit assertions do not test that capability. + +## Typing and shared foundations + +### SystemET and Anytype + +SystemET supplies a layered semantic proposal; Anytype implements a kernel. +Anytype's inspected checker covers a real L1/L2 slice with quantities and +conversion. Its 19-case executable matrix passed, including affine weakening +and the contrasting exact-discipline rejection. That distinction must survive +language adaptation. L0 runtime and later guarded/effect layers are separate +frontiers. The generic Justfile's “Build complete” echo is not kernel validation; +use the actual Idris package and test executable. + +AffineScript's current OCaml compiler does not become Anytype-backed because a +roadmap names the kernel. A canonical embedding needs an explicit AST/typing +mapping, preservation of quantities and effects, rejection agreement, erasure +contract, and executable integration. This also applies to faces: common AST +ownership reduces duplicate core proof work but leaves each face's elaboration +obligations intact. + +### nextgen-typing and Kategoria + +The coordinator correctly separates research, kernel, target, and environment, +and places TF0 beside that chain. Its “TypeLL-grounded” language description +needs the same implementation evidence as any other dependency claim. + +Kategoria's five routes are useful comparative experiments: extend, dyadic, +aspect, aggregate, and clean-slate. Its ten “known levels” are a project taxonomy, +not an established universal total order. For example, dependent, linear, +refinement, effect, and session properties interact without a single automatic +promotion relation. Its “L10 cubical” is not typed-wasm's “L10 linearity.” +Publish named properties, counterexamples, and assumptions per route; compare +common challenges without treating equal numbers as equal guarantees. + +The inspected Route Alpha cubical file overstates its negative result. It says +Idris cannot transport a value along equality of types without an unsafe escape, +and cannot even state univalence. Ordinary equality transport is supported by +Idris's [official `Builtin` equality operations](https://idris-lang.org/Idris2/prelude/source/Builtin.html). +An audit control defining equality transport by matching `Refl` was actually +checked by Idris2 (`Building TransportControl`), including a reflexive reduction +example. Lacking a native computational cubical implementation is a defensible boundary; +the stronger “proven architectural impossibility” is not established by the +file's commentary. Retain the experiment and correct the premise. Do not +replace it with a claim that univalence has thereby been implemented. + +### TypeLL + +The root README still says scaffolding, but the inspected repository has fourteen +Rust workspace members including a core, server and language bridges. The core +has inference, unification, quantities, linearity, sessions, dimensions and +obligation data. Its Idris Soundness model is a simply typed core; its concrete +`Ty` constructors do not cover the entire advertised dependent/session/resource +system. Source comments about formerly open renaming holes are also stale beside +the completed helper bodies. + +Two concrete boundaries deserve immediate tests: + +* `typell-affinescript/src/bridge.rs` drops record/variant labels, lowers type-level + natural expressions to the same argument-free `Named("Nat")`, and discards + dependent-arrow effects in that representation. This contradicts its + “preserves all information” description. A projection may be useful, but it + cannot certify distinctions it erases. Pin the language version: the bridge's + refinement/dependent claims describe features removed from current AffineScript. +* `typell-core/src/check.rs::finish` produces an `ok` result when `errors` is + empty while also returning proof obligations and linearity issues. Consumers + must not interpret `ok` alone as unconditional verification. External proof + integration in `proof.rs` is explicitly TODO; setting a status field is not a + checked certificate. + +The next milestone is a result contract distinguishing checked, conditional, +refuted and unsupported, plus discriminating tests for bridge collisions. Then +trace every PanLL/language consumer to its handling of that contract. The +database-specific backend semantics remain in the separate database audit. + +### typed-wasm + +There is meaningful post-codegen verification and a developed proof library. +The audit must nevertheless separate four layers: Idris discipline, source +checker, producer-emitted carrier metadata, and verifier operating on real bytes. + +`VerifierSpec.idr` defines SpecAccepts, VerifierAccepts and SourceAccepts around +the same structural `FunctionsAccepted` witness; a TrustedFixture also contains +that witness. The agreement lemmas correctly transport those witnesses. They +do not by themselves mechanise Rust execution or prove that arbitrary emitted +bytes parse to the claimed summary. Preserve the explicit trust model and its +negative discrimination proofs; add the missing executable correspondence, +rather than deleting the witness or rebranding structural agreement as a +verified Rust compiler. + +`verify_from_module` explicitly accepts modules with no ownership section +trivially. That can be an intentional compatibility mode, but “accepted” must +not mean “L7/L10 certified.” A consumer requiring ownership assurance needs an +evidence-presence requirement and tests removing the section from an otherwise +identical module. Likewise L2/L15/L13 passes have feature and producer gates. +Schema correctness alone does not prove every machine access obeys that schema. + +The detailed level ledger records that L11/L12 are in the proof package while +their surface semantics/FFI are still research; other README/status paragraphs +say they are excluded drafts. Reconcile these precise states. Do not choose the +highest number or the shortest README as authority. + +Require producer-pair tests for AffineScript and Ephapax independently, stale or +forged metadata, metadata stripping, overflow/alignment, alias/lifetime crossings, +feature-disabled behavior, malformed modules and import/link mismatches. The +typed-wasm binary convention library is distinct from aLib's semantic overlap. + +### aggregate-library and other substrates + +aLib is an optional shared-semantics library and methodology, not a mandate to +combine every language's best-looking feature. Record the common meaning of an +operation, numeric/overflow behavior, error and effect behavior, and ownership +contract. Require shared vectors across consumers and face lowering. No fresh +aLib runtime validation was performed in this pass. + +Echo/residue and cut-calculus proofs have scoped meanings: retained provenance is +not generally an inverse; a finite cut model or conditional SoundWarrant theorem +is not all transfinite or operational cases. Cross-project composition needs a +statement that genuinely relates the projects, not duplicated similarly named +types. The coordinator boundary explicitly permits such cross-project proofs. + +## Augmentation portfolio + +The inspected grouped iser inventory is: +`affinescriptiser`, `alloyiser`, `anvomidaviser`, `atsiser`, `betlangiser`, +`bqniser`, `chapeliser`, `dafniser`, `eclexiaiser`, `ephapaxiser`, `futharkiser`, +`halideiser`, `idrisiser`, `iseriser`, `julianiser`, `k9iser`, `lustreiser`, +`mylangiser`, `nimiser`, `oblibeniser`, `otpiser`, `phronesiser`, `ponyiser`, +`tlaiser`, `typedqliser`, `verisimiser`, and `wokelangiser`. + +This list is a local grouped inventory, not the total estate count: the top-level +iseriser hub and other satellites can have different membership and revisions. +README-level inspection covers the group; code and executable checks were +deeper for Chapeliser and Halideiser. Do not extend those two conclusions to all +adapters. Many entries explicitly remain scaffold/codegen-pending. + +Chapeliser had a concrete relative-path defect: it entered `generated/chapeliser` +and then attempted `generated/chapeliser/build.sh` from there. Compiler-version +probes checked spawn success but ignored failing exit status. The repair fixes +both and adds process regression tests. Its existing Provable workflow is the +correct kind of target-specific gate: Idris, Zig, golden drift, and actual Chapel +compile/run. A successful Rust template-generation suite alone is insufficient. + +Halideiser's build/run commands printed instructions and returned success without +executing anything. The repair invokes CMake and the runner, validates the +manifest, preserves argument boundaries, and propagates nonzero exits. Regression +tests use real CMake and a host C fixture, including a planted compilation error. +They establish orchestration, **not correctness of generated Halide algorithms**. +The generated CMake has additional suspicious details (including a literal +`${{HALIDE_TARGET}}`) that require a real pinned-Halide compile gate before +claiming end-to-end target support or performance improvements. + +For every iser, gate manifest rejection, generation, actual target compilation, +ABI layout/calling convention, runtime behavior, and failure propagation. +Resource/session/proof wrappers cannot retrospectively prove arbitrary foreign +code correct. “10–100×” needs a workload, baseline, hardware and reproducible +measurement, not an inherited package description. + +## Executed validation and limits + +These results describe the starting local snapshots, before audit repairs. + +| Target | Command / result | What it establishes | +|---|---|---| +| Tangle | `lean Tangle.lean` in `proofs/`: exit 0 | The inspected Lean core checks with the available toolchain. | +| KitchenSpeak | `bash tests/run-corpus.sh`: 15 passed | Positive and negative compiler corpus, not hardware execution. | +| Oblíbený | `dune runtest`: conformance suite passes | Core corpus; no debugger completeness inference. | +| My | `cargo test --offline --locked -p my-qtt`: 25 unit tests pass | QTT crate; not all language semantics. | +| WokeLang | `cargo test --offline --locked --lib`: 188 pass | Rust library tests; not static consent proof. | +| Ephapax | Parser target: 62 unit tests plus 1 doctest pass | Rebuilt parser; not closure of L1 preservation. | +| Eclexia | `cargo test --offline --locked -p eclexia --test conformance_tests`: two harness tests pass | The existing conformance harness; no whole-workspace count inferred. | +| Anytype | `idris2 --build anytype-tests.ipkg`, then `build/exec/anytype-tests`: 19 cases, 0 failures | Executable kernel matrix including negative cases. | +| Oikos DSL | `cargo test --offline --locked --workspace`: exit 0 | Existing Rust tests; lowering remains unavailable. | +| OikosBot, before repair | Default adapter: 6 tests pass; native feature fails compilation | Original snapshot; repaired feature behavior and tests are recorded below. | +| Halideiser | Rust suite passes: 24 unit tests in each of lib/bin plus 8 integration tests | Duplicated unit execution is not 48 independent properties; target compilation was absent. | +| Chapeliser | Initial offline run could not resolve `assert_cmd` | No initial test-failure inference from absent cache. Repair run resolves dependencies and executes tests. | +| AffineScript | `dune runtest`: failure, 32 walker cases cannot find fixtures | A merge blocker in this checkout; distinguish missing data from semantic failures. | +| Betlang | Load-only invocation passes; `raco test` fails/aborts | Harness defects and previously unexecuted test submodule. | +| Phronesis | Mise trust/config, incompatible cached Hex, then missing dependencies | Tests did not run; no pass/fail claim about language behavior. | +| TypeLL | `cargo test --offline --locked -p typell-core`: exit 0 | Core tests; does not prove bridge information preservation. | +| typed-wasm | Offline attempt lacked `wasmi`; online locked retry exposed a feature-resolution conflict | `typed-wasm-codegen` requires `unstable-l13-imports`, absent from this checkout's verifier manifest (only default/unstable-l2). Workspace tests did not execute. | + +## CI and merge acceptance + +Repository safety gates must accompany semantic gates. Keep action dependencies +resolved by the authoritative `gh actions-lock`, minimal job permissions, bounded +jobs, dependency/security analysis and secret scanning. Inspect actual required +checks and code-scanning state on the PR head. Do not disable or bypass a check +to turn a known failure green. A zero-step startup failure is not a source test +failure, and a pending required context is not a pass. + +| Surface | Required discriminating checks | +|---|---| +| Coordinator | Canonical identity/relationship consistency; coordinator-boundary guard; no copied language implementations; dated source evidence and no invented ratings. | +| Parser/checker | Accepted and rejected source programs, malformed input, recursion/resource boundaries and stable diagnostics. | +| Formal foundation | Actual pinned prover invocation, explicit assumptions/dependency closure, counterexample regression and soundness-ledger freshness. Banned-token grep alone is insufficient. | +| Compiler/backend | Source→IR→target semantics; optimizer/erasure agreement; unsupported feature rejection; artifact verifier requiring the promised evidence. | +| Language bridge / face | Distinct labels, quantities, effects and indices remain distinct where required; source/kernel rejection agreement; no silent loss presented as proof. | +| Runtime/FFI | Invalid handles, alias/lifetime behavior, layout/alignment, resource exhaustion, subprocess failures, and real consumer execution. | +| Policy/agent language | Unknown/conflict/denied decisions, provenance, capability boundaries and required-action delivery. | +| Release | Locked inputs, provenance, executable smoke test, vulnerability findings triage, actual deployment evidence where claimed. | + +The main-based repair batch is deliberately scoped to reproduced failures and +evidence corrections. Preserve divergent local work and review unpublished +commits by semantic change; never stage all local modifications just because +the audit found them. Existing bulk fixture/source deletions must be understood +before incorporation. Commit and merge only the reviewed batch after its actual +CI succeeds. Larger research milestones above remain tracked work, not claims +that this audit has implemented every language or closed every theorem. + +## Audit repair validation + +The isolated repair branches start from GitHub main, preserving divergent local +work. After repair, the Oikosbot Rust workspace passes with default features. +`cargo test --locked -p oikosbot-eclexia --all-features` also passes nine adapter +tests with `eclexia-native` enabled, including +`native_feature_cannot_claim_policy_execution`: it checks the explicit +**unavailable** error. This is buildability and refusal behavior, not native +Eclexia execution or an implemented CLI protocol. Both augmentation adapters’ +Rust suites and Oblíbený’s OCaml conformance suite pass locally. +The first PR run also compiled and ran Chapel’s golden program, checked its +Idris2 ABI and Zig implementation, and passed the regenerated golden comparison. +These results establish the tested surfaces, not whole-language soundness. + +CI exposed additional inherited defects: misplaced licence headers, missing +workflow permissions, absent secret-presence guards, unauthenticated shell +installers, malformed A2ML identity metadata, and unrendered K9 deployment +templates presented as live contracts. Repairs retain the templates as `.in` +inputs, remove placeholder credential assignments, and make environment setup +syntactically valid. Halideiser reuses Chapeliser’s existing Julia structural +ABI/FFI validator; it confirms 15 exports and eight matching result codes. + +The optional Hypatia gate also counted historical GitHub alert summaries before +baseline filtering, creating a cycle in which a fix could not merge until its +old main-branch alert closed. Standards PR #742 gates the scanner’s authoritative +SARIF projection after baseline filtering, while preserving raw historical +findings. It rejects malformed/missing output and requires explicit successful +filtering for a present baseline. My’s existing dated baseline is activated +with the authoritative validator; its entries are not broadened. Oikosbot’s +false “no tests” finding is addressed with an explicit root test entry point +that runs those real all-features adapter tests in CI, including the native +unavailability assertion. The attempted exemption +was removed; no new test exemption remains. No blanket alert dismissal +or branch-protection bypass is part of this repair. + +Repair PRs: [coordinator #148](https://github.com/hyperpolymath/nextgen-languages/pull/148), +[Oikosbot #86](https://github.com/hyperpolymath/oikosbot/pull/86), +[Chapeliser #71](https://github.com/hyperpolymath/chapeliser/pull/71), +[Halideiser #64](https://github.com/hyperpolymath/halideiser/pull/64), +[My #182](https://github.com/hyperpolymath/my-lang/pull/182), +[Oblíbený #127](https://github.com/hyperpolymath/oblibeny/pull/127), and +[shared gate #742](https://github.com/hyperpolymath/standards/pull/742). +The PR records are the authority for final CI and merge status; the validation +observations above do not assert that a pending PR has merged. + + +## Toolchain atlas and subsequent component review + +The [toolchain atlas](toolchain-atlas/README.md) adds 67 selected rows across +28 component questions, with a [whole-grid image](toolchain-atlas/atlas.png), +[lossless SVG](toolchain-atlas/atlas.svg), and [per-cell evidence browser](toolchain-atlas/atlas.html). +Filename-only and unassessed cells remain explicit; this is not a claim that all +1,876 components are implemented or fully reviewed. Faces, version lineages, +research foundations, private scope and augmentation tools retain their roles. + +Additional source observations: + +- Phronesis has a real judgement/evidence graph and six-stage invariant paths. + ClaimExtractor's compiler, proof and benchmark extraction paths still return + empty lists. A proof-obligation edge is an asserted claim, not proof discharge. +- Ephapax's Zig coprocessor shim is explicitly a stub reporting unavailable + capabilities. JtV's lowering emits Zig/Idris/C artifacts with placeholder Zig + kernel bodies. AffineScript's multi-target gate checks emitted artifacts; it + does not demonstrate execution on each accelerator. +- WokeLang's aLib bridge implements basic operations but map/filter/fold and + ifThenElse report that interpreter context is required. Full aggregate-library + semantic conformance must not be inferred from the operation names. +- The augmentation review inspected build/run bodies across the iser group. + Several print plans and return success; the grid records each observed case. + Idrisiser repeats the relative build-script/cwd defect repaired in Chapeliser; + Nimiser attempts to launch a shared library directly; K9iser skips missing + source configuration while strict validation can still report success. These + additional findings are recorded, not silently marked repaired by the two + augmentation PRs in this audit. +- Firmboot's published baseline is `fcf8e2e15cf7178818c9fe375c596956ee3ce3c9`. + The local working tree contains an uncommitted water-leak extension. Its actual + Elixir suite passed 43 tests after rerunning outside the sandbox so Mix could + open its local coordination socket. This result includes that local extension. + Agda/Lean proof and rejection harnesses were inspected, not freshly run here. + Finite agreement and transition models do not establish arbitrary-code hot + loading, arbitrary-run refinement, physical uptime or actuator safety. + +The CI follow-up added My's proof-boundary register for 15 Coq module-interface +laws; these are not automatically 15 global axioms. The authoritative trusted- +base gate passes the documented boundary. My's new label-job timeouts and +immutable action references close the observed baseline-policy gaps. Halideiser +restricts toolchain downloads and redirects to HTTPS after the exact SonarCloud +PR query identified the security finding hidden by the local organisation filter. + +Standards #742 has passed all reported checks and is set to merge automatically +when the remaining branch-policy requirements are satisfied. An ordinary merge +was refused by GitHub; no protection was disabled or bypassed. Consult the live +PRs for final merge status rather than inferring it from local commits or images. diff --git a/docs/audits/toolchain-atlas/README.md b/docs/audits/toolchain-atlas/README.md new file mode 100644 index 0000000..a07871b --- /dev/null +++ b/docs/audits/toolchain-atlas/README.md @@ -0,0 +1,62 @@ + +# Language toolchain evidence atlas — 2026-09-07 + +[Open the evidence browser](atlas.html), [whole-grid PNG](atlas.png), or +[lossless SVG](atlas.svg). The image is intentionally large; SVG remains sharp +when zoomed. Smaller panels: [languages](languages.png), +[faces and foundations](foundations.png), [augmentation tools](augmentations.png). + +The dataset contains **67 rows × 28 component questions**. These are selected +languages, version lineages, faces, foundations and augmentation tools, not a +count of independent languages or the whole GitHub estate. Detailed findings +and the initial observation denominators are in the +[audit](../2026-09-07-language-portfolio.md) and +[checkout horizon](../2026-09-07-checkout-horizon.md). + +| Symbol | Evidence meaning | +|---|---| +| T | An actual test passed for the slice stated in the cell note. | +| P | An actual proof tool checked the stated model/control. This does not prove the runtime. | +| I | Relevant implementation was inspected; execution is not implied. | +| D | Reviewed design/specification; implementation is not established for that cell. | +| ! | Specific partial implementation, stub, failed check or conditional guarantee. | +| F | Related candidate filename only. Source existence is not implementation evidence. | +| ? | Not assessed with sufficient evidence; not an absence claim. | +| R | Refer to the named canonical core; no independent inherited guarantee. | +| H | Host-language component or outside this foundation/augmentation's role. | +| X | Private implementation details withheld from the public atlas. | + +Every grid cell links to a note in the HTML browser. The browser uses ordinary +links, scrolling, sticky headings and hover text; it needs no scripts, external +assets, network connection or telemetry. It is an audit artifact, not language +implementation vendored into this coordinator. + +The raw [CSV](atlas.csv) and [JSON](atlas.json) preserve the classifications, +qualifications and source navigation. Source links use the enumerated commit +where available; local edits and untracked files can differ from that commit. +Rows and repair-PR links identify this distinction. A GitHub navigation link +alone is not a reproducible snapshot of a dirty working tree. + +The Phronesis judgement/evidence graph is a real implementation, but its +compiler/proof/benchmark evidence extractors remain incomplete. Ephapax's +coprocessor shim is a stub; JtV's generated Zig kernels include placeholders; +AffineScript's emitter checks do not establish hardware execution. These are +separate cells because flattening them into “has coprocessor support” would lose +the most important information. + +Firmboot was found after the initial inventory through a concurrent coordinator +update. Its 43-test Elixir result is from the local working tree, including the +uncommitted water-leak extension. Its published baseline is separately recorded; +fresh Agda/Lean runs were not performed for this atlas. + +The augmentation rows refer to adapters and generated workloads. Their native +host parser/type system is marked H; the adapter's manifest parsing and +generation have their own source notes. Several inspected build/run entry points +only print instructions and return success. A green generator test would not +establish that those target toolchains ran. + +These are evidence classifications, not TRG/CRG/FRG grades, readiness scores, +completion percentages or a security certification. The atlas exposes both +known implementation gaps and the remaining audit coverage. + +All files in this atlas are licensed CC-BY-SA-4.0. diff --git a/docs/audits/toolchain-atlas/atlas.csv b/docs/audits/toolchain-atlas/atlas.csv new file mode 100644 index 0000000..c09b6f9 --- /dev/null +++ b/docs/audits/toolchain-atlas/atlas.csv @@ -0,0 +1,1877 @@ +row,repository,group,component,state,evidence,snapshot,source_paths +Tangle,tangle,Languages and research,Syntax,D,Security-labelled syntax and formal core were reviewed; this is not the catalogue’s former KRL conflation.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],dialects/braid-calculus/grammar-sketch.ebnf; dialects/quantum-circuit/grammar-sketch.ebnf; dialects/skein-algebra/grammar-sketch.ebnf +Tangle,tangle,Languages and research,Semantics,D,Security-labelled syntax and formal core were reviewed; this is not the catalogue’s former KRL conflation.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],docs/spec/FORMAL-SEMANTICS.md +Tangle,tangle,Languages and research,Type checker,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],compiler/lib/typecheck.ml; compiler/test/test_typecheck.ml +Tangle,tangle,Languages and research,Ownership / effects,?,No sufficient component assessment in this audit. This is not a claim of absence.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5], +Tangle,tangle,Languages and research,AST,I,OCaml frontend and REPL implementation sources were inspected.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],compiler/lib/ast.ml; src/rust/src/ast.rs; src/rust/src/ast_jtv.rs +Tangle,tangle,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5], +Tangle,tangle,Languages and research,Lexer,I,OCaml frontend and REPL implementation sources were inspected.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],.github/workflows/secret-scanner.yml; bench/bench_lexer.ml; bench/bench_lexer.rs +Tangle,tangle,Languages and research,Parser,I,OCaml frontend and REPL implementation sources were inspected.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],bench/bench_parser.ml; bench/bench_parser_rust.rs; compiler/fuzz/fuzz_parser.ml +Tangle,tangle,Languages and research,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5], +Tangle,tangle,Languages and research,REPL,I,OCaml frontend and REPL implementation sources were inspected.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],compiler/lib/repl.ml +Tangle,tangle,Languages and research,LSP / debugger,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],compiler/tangle-lsp/Cargo.toml; compiler/tangle-lsp/docs/lsp-diagnostic-categories.md; compiler/tangle-lsp/src/backend.rs +Tangle,tangle,Languages and research,Interpreter / runner,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],compiler/lib/eval.ml; compiler/test/test_eval.ml; src/rust/src/eval.rs +Tangle,tangle,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5], +Tangle,tangle,Languages and research,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],compiler/bin/dune; compiler/bin/main.ml; compiler/dune-project +Tangle,tangle,Languages and research,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],proofs/bootstrap-lean.sh +Tangle,tangle,Languages and research,Code generators,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],compiler/tangle-lsp/src/backend.rs; compiler/test/tg3/tg3_emit.ml +Tangle,tangle,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5], +Tangle,tangle,Languages and research,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],ffi/zig/build.zig; ffi/zig/src/main.zig; ffi/zig/test/integration_test.zig +Tangle,tangle,Languages and research,Standard library,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],lib/stdlib.tangle +Tangle,tangle,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5], +Tangle,tangle,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],.machine_readable/6a2/ECOSYSTEM.a2ml +Tangle,tangle,Languages and research,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],compiler/tangle-wasm/tests/differential.rs; compiler/test/dune; compiler/test/test_check.ml +Tangle,tangle,Languages and research,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],compiler/fuzz/fuzz_lexer.ml; compiler/fuzz/fuzz_parser.ml; src/rust/fuzz/Cargo.toml +Tangle,tangle,Languages and research,Formal model / proofs,P,"Lean core checked: progress, preservation, determinism, safety, and inference equivalence. This is the model, not a compiler refinement proof.",187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],proofs/TG3Differential.lean; proofs/Tangle.lean +Tangle,tangle,Languages and research,Proof / runtime correspondence,?,An end-to-end refinement from the OCaml implementation to the checked Lean core was not established.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],ASSUMPTIONS.md; proofs/TG3-REFINEMENT.md +Tangle,tangle,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],.github/workflows/codeql.yml; .github/workflows/dependabot-automerge.yml; .github/workflows/dogfood-gate.yml +Tangle,tangle,Languages and research,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],bench/bench_lexer.ml; bench/bench_lexer.rs; bench/bench_parser.ml +Tangle,tangle,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5],guix.scm +Oblíbený,oblibeny,Languages and research,Syntax,D,Reversible core syntax/semantics reviewed; whole-toolchain 100% completion claims were unsupported.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,docs/LANGUAGE-SPEC.md; docs/academic/engineering/01-hardware-specifications.adoc; docs/academic/engineering/02-protocol-specifications.adoc +Oblíbený,oblibeny,Languages and research,Semantics,D,Reversible core syntax/semantics reviewed; whole-toolchain 100% completion claims were unsupported.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127, +Oblíbený,oblibeny,Languages and research,Type checker,!,Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,lib/typecheck.ml; src/abi/Lang/Checker.idr +Oblíbený,oblibeny,Languages and research,Ownership / effects,?,No sufficient component assessment in this audit. This is not a claim of absence.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127, +Oblíbený,oblibeny,Languages and research,AST,I,OCaml core implementation inspected; 27 conformance cases passed for the tested slice.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,lib/ast.ml; src/abi/Lang/Syntax.idr +Oblíbený,oblibeny,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127, +Oblíbený,oblibeny,Languages and research,Lexer,I,OCaml core implementation inspected; 27 conformance cases passed for the tested slice.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,.github/workflows/secret-scanner.yml; lib/lexer.ml +Oblíbený,oblibeny,Languages and research,Parser,I,OCaml core implementation inspected; 27 conformance cases passed for the tested slice.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,lib/parser.mly +Oblíbený,oblibeny,Languages and research,Elaboration / IR,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,docs/specs/ir/oir-specification.adoc +Oblíbený,oblibeny,Languages and research,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127, +Oblíbený,oblibeny,Languages and research,LSP / debugger,!,Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,LSP-SERVER-IMPLEMENTATION.md; bin/oblibeny_lsp.ml; lib/debugger.ml +Oblíbený,oblibeny,Languages and research,Interpreter / runner,I,OCaml core implementation inspected; 27 conformance cases passed for the tested slice.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,lib/eval.ml; src/abi/Lang/Eval.idr +Oblíbený,oblibeny,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127, +Oblíbený,oblibeny,Languages and research,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,docs/specs/architecture/compiler-architecture.adoc; ffi/zig/build.zig +Oblíbený,oblibeny,Languages and research,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,Containerfile.bootstrap; docs/DISTROLESS-BOOTSTRAP.adoc +Oblíbený,oblibeny,Languages and research,Code generators,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,docs/specs/backend/rust-backend.adoc +Oblíbený,oblibeny,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127, +Oblíbený,oblibeny,Languages and research,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,docs/academic/verification/01-formal-verification.adoc; docs/academic/verification/02-program-analysis.adoc; docs/academic/verification/03-concurrency-distributed.adoc +Oblíbený,oblibeny,Languages and research,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127, +Oblíbený,oblibeny,Languages and research,Aggregate library,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,examples/alib/README.md; examples/alib/arithmetic.obl; examples/alib/comparison.obl +Oblíbený,oblibeny,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,.machine_readable/6a2/ECOSYSTEM.a2ml; examples/packages/hello.zpkg/META.scm; examples/packages/hello.zpkg/README.adoc +Oblíbený,oblibeny,Languages and research,Unit / conformance tests,T,27 conformance cases passed; this does not certify debugger or deployment.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,test/conformance_test.ml; test/dune +Oblíbený,oblibeny,Languages and research,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127, +Oblíbený,oblibeny,Languages and research,Formal model / proofs,?,No sufficient component assessment in this audit. This is not a claim of absence.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127, +Oblíbený,oblibeny,Languages and research,Proof / runtime correspondence,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,docs/proof-debt.md +Oblíbený,oblibeny,Languages and research,CI / security gates,I,CI/security configuration and actual PR checks were inspected and repaired in PR 127. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,.github/workflows/ci.yml; .github/workflows/codeql.yml; .github/workflows/governance.yml +Oblíbený,oblibeny,Languages and research,Benchmarks / measurement,!,Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127,lib/profiler.ml +Oblíbený,oblibeny,Languages and research,Release / packaging,!,Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established.,105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127, +KitchenSpeak,kitchenspeak,Languages and research,Syntax,D,Cooking syntax and safety model reviewed; physical guarantees depend on sensor and environment assumptions.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",docs/spec/0001-lexical-grammar.adoc; docs/spec/0002-concrete-grammar.adoc; grammar.ebnf +KitchenSpeak,kitchenspeak,Languages and research,Semantics,D,Cooking syntax and safety model reviewed; physical guarantees depend on sensor and environment assumptions.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",docs/design/0002-semantics.adoc +KitchenSpeak,kitchenspeak,Languages and research,Type checker,?,No sufficient component assessment in this audit. This is not a claim of absence.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]", +KitchenSpeak,kitchenspeak,Languages and research,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",decisions/0004-echo-attaches-to-linear-dyadic.adoc; docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc +KitchenSpeak,kitchenspeak,Languages and research,AST,I,Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",src/compiler/ast.ml +KitchenSpeak,kitchenspeak,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]", +KitchenSpeak,kitchenspeak,Languages and research,Lexer,I,Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",.github/workflows/secret-scanner.yml; src/compiler/lexer.ml +KitchenSpeak,kitchenspeak,Languages and research,Parser,I,Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",docs/spec/0001-lexical-grammar.adoc; docs/spec/0002-concrete-grammar.adoc; grammar.ebnf +KitchenSpeak,kitchenspeak,Languages and research,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]", +KitchenSpeak,kitchenspeak,Languages and research,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]", +KitchenSpeak,kitchenspeak,Languages and research,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]", +KitchenSpeak,kitchenspeak,Languages and research,Interpreter / runner,?,No sufficient component assessment in this audit. This is not a claim of absence.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]", +KitchenSpeak,kitchenspeak,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]", +KitchenSpeak,kitchenspeak,Languages and research,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",src/compiler/ast.ml; src/compiler/check.ml; src/compiler/dune +KitchenSpeak,kitchenspeak,Languages and research,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",features/ssg/ssg-bootstrap.sh +KitchenSpeak,kitchenspeak,Languages and research,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]", +KitchenSpeak,kitchenspeak,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]", +KitchenSpeak,kitchenspeak,Languages and research,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/interface/Abi/0.3-AI-MANIFEST.a2ml +KitchenSpeak,kitchenspeak,Languages and research,Standard library,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",docs/design/0004-stdlib-ontology.adoc; src/compiler/stdlib_ks.ml +KitchenSpeak,kitchenspeak,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]", +KitchenSpeak,kitchenspeak,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",.machine_readable/6a2/ECOSYSTEM.a2ml; .machine_readable/ECOSYSTEM.a2ml +KitchenSpeak,kitchenspeak,Languages and research,Unit / conformance tests,T,15 positive/negative conformance cases passed.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +KitchenSpeak,kitchenspeak,Languages and research,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",tests/fuzz/README.adoc; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +KitchenSpeak,kitchenspeak,Languages and research,Formal model / proofs,!,NoCurdle contains sensor-bound and temperature postulates; no unconditional physical-safety theorem or runtime refinement was established.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",proofs/agda/Dough.agda; proofs/agda/EchoBridge.agda; proofs/agda/NoCurdle.agda +KitchenSpeak,kitchenspeak,Languages and research,Proof / runtime correspondence,!,NoCurdle contains sensor-bound and temperature postulates; no unconditional physical-safety theorem or runtime refinement was established.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]", +KitchenSpeak,kitchenspeak,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",.github/workflows/boj-build.yml; .github/workflows/codeql.yml; .github/workflows/dependabot-automerge.yml +KitchenSpeak,kitchenspeak,Languages and research,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",benches/template_bench.sh; verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +KitchenSpeak,kitchenspeak,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]",.github/workflows/release.yml; build/guix.scm; manifest.scm +Eclexia,eclexia,Languages and research,Syntax,D,"Resource-aware language implementation, compiler and CLI were reviewed.","6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",SPECIFICATION.md; editors/vscode/syntaxes/eclexia.tmLanguage.json; formal/coq/src/Syntax.v +Eclexia,eclexia,Languages and research,Semantics,D,"Resource-aware language implementation, compiler and CLI were reviewed.","6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",spec/axiomatic-semantics.md; spec/operational-semantics.md +Eclexia,eclexia,Languages and research,Type checker,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",formal/coq/src/Typing.v +Eclexia,eclexia,Languages and research,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",compiler/eclexia-effects/Cargo.toml; compiler/eclexia-effects/src/evidence.rs; compiler/eclexia-effects/src/lib.rs +Eclexia,eclexia,Languages and research,AST,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",formal/coq/src/Syntax.v +Eclexia,eclexia,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]", +Eclexia,eclexia,Languages and research,Lexer,I,Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",.github/workflows/secret-scanner.yml; compiler/eclexia-lexer/Cargo.toml; compiler/eclexia-lexer/src/lib.rs +Eclexia,eclexia,Languages and research,Parser,I,Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",compiler/eclexia-parser/Cargo.toml; compiler/eclexia-parser/src/error.rs; compiler/eclexia-parser/src/expr.rs +Eclexia,eclexia,Languages and research,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]", +Eclexia,eclexia,Languages and research,REPL,I,Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",compiler/eclexia/src/repl.rs +Eclexia,eclexia,Languages and research,LSP / debugger,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",compiler/eclexia-debugger/Cargo.toml; compiler/eclexia-debugger/src/breakpoint.rs; compiler/eclexia-debugger/src/inspection.rs +Eclexia,eclexia,Languages and research,Interpreter / runner,I,Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",compiler/eclexia-codegen/src/vm.rs; compiler/eclexia-interp/src/eval.rs; compiler/eclexia/src/bench_runner.rs +Eclexia,eclexia,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]", +Eclexia,eclexia,Languages and research,Compiler / build,I,Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",.clusterfuzzlite/build.sh; .github/workflows/build.yml; compiler/eclexia-absinterp/Cargo.toml +Eclexia,eclexia,Languages and research,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",docs/roadmap/SELF-HOSTING-ROADMAP.md +Eclexia,eclexia,Languages and research,Code generators,I,Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",compiler/eclexia-codegen/Cargo.toml; compiler/eclexia-codegen/src/bytecode.rs; compiler/eclexia-codegen/src/lib.rs +Eclexia,eclexia,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]", +Eclexia,eclexia,Languages and research,FFI / ABI / verifier,!,Oikosbot expects a JSON policy protocol and --input interface that the inspected Eclexia CLI does not implement. Resource provenance/units and runtime correspondence remain open.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",ffi/zig/build.zig; ffi/zig/src/main.zig; ffi/zig/src/resource.zig +Eclexia,eclexia,Languages and research,Standard library,I,Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",docs/stdlib-index.html; stdlib/README.md; stdlib/async.ecl +Eclexia,eclexia,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]", +Eclexia,eclexia,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",.machine_readable/6a2/ECOSYSTEM.a2ml; compiler/eclexia/src/package_manager.rs; libraries/eclexia-cli/Cargo.toml +Eclexia,eclexia,Languages and research,Unit / conformance tests,T,The two conformance test harnesses passed for this local snapshot.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",compiler/eclexia-codegen/tests/integration_test.rs; compiler/eclexia-codegen/tests/pipeline_test.rs; compiler/eclexia/src/test_runner.rs +Eclexia,eclexia,Languages and research,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",.clusterfuzzlite/Dockerfile; .clusterfuzzlite/build.sh; .clusterfuzzlite/project.yaml +Eclexia,eclexia,Languages and research,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",formal/agda/ResourceTracking.agda; formal/coq/src/Echo.v; formal/coq/src/EchoThermo.v +Eclexia,eclexia,Languages and research,Proof / runtime correspondence,!,Oikosbot expects a JSON policy protocol and --input interface that the inspected Eclexia CLI does not implement. Resource provenance/units and runtime correspondence remain open.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",docs/proof-debt.md +Eclexia,eclexia,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",.github/workflows/build.yml; .github/workflows/cargo-audit.yml; .github/workflows/cflite_batch.yml +Eclexia,eclexia,Languages and research,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",benches/bench_energy.ecl; benches/bench_example.ecl; compiler/eclexia-tiered/src/profile.rs +Eclexia,eclexia,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]",formal/coq/manifest.scm; guix.scm +Ephapax v2,ephapax,Languages and research,Syntax,D,Current Rust/Idris frontend and layered linear-region semantics reviewed; do not inherit guarantees from the failed v1.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",docs/v2-grammar-and-codegen-gaps-2026-06-16.adoc; editors/tree-sitter-ephapax/grammar.js; editors/vscode/syntaxes/ephapax.tmLanguage.json +Ephapax v2,ephapax,Languages and research,Semantics,D,Current Rust/Idris frontend and layered linear-region semantics reviewed; do not inherit guarantees from the failed v1.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",formal/Semantics.v; formal/Semantics_L1.v +Ephapax v2,ephapax,Languages and research,Type checker,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",docs/sessions/SESSION-2026-03-28-type-checker-audit.adoc; formal/Typing.v; formal/TypingL1.v +Ephapax v2,ephapax,Languages and research,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",conformance/invalid/linear_not_consumed.eph; conformance/invalid/linear_used_twice.eph; conformance/invalid/region_linear_not_consumed.eph +Ephapax v2,ephapax,Languages and research,AST,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",formal/Syntax.v; idris2/src/Ephapax/IR/AST.idr +Ephapax v2,ephapax,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]", +Ephapax v2,ephapax,Languages and research,Lexer,I,Current parser implementation inspected; 62 unit tests and one additional parser test passed.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",.github/workflows/secret-scanner.yml; idris2/src/Ephapax/Parse/Lexer.idr; src/ephapax-lexer/Cargo.toml +Ephapax v2,ephapax,Languages and research,Parser,I,Current parser implementation inspected; 62 unit tests and one additional parser test passed.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",docs/v2-grammar-and-codegen-gaps-2026-06-16.adoc; editors/tree-sitter-ephapax/grammar.js; ephapax-linear/grammar/affine.ebnf +Ephapax v2,ephapax,Languages and research,Elaboration / IR,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",idris2/src/Ephapax/IR/AST.idr; idris2/src/Ephapax/IR/Decode.idr; idris2/src/Ephapax/IR/SExpr.idr +Ephapax v2,ephapax,Languages and research,REPL,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",formal/INTERACTIVE-PROOF-SESSION.md; src/ephapax-repl/Cargo.toml; src/ephapax-repl/src/lib.rs +Ephapax v2,ephapax,Languages and research,LSP / debugger,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",src/ephapax-lsp/Cargo.toml; src/ephapax-lsp/src/main.rs; tools/ephapax-lsp/Cargo.lock +Ephapax v2,ephapax,Languages and research,Interpreter / runner,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",src/ephapax-runtime/Cargo.toml; src/ephapax-runtime/src/lib.rs; src/ephapax-runtime/src/list.rs +Ephapax v2,ephapax,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]", +Ephapax v2,ephapax,Languages and research,Compiler / build,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]", +Ephapax v2,ephapax,Languages and research,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",scripts/bootstrap-provers.sh +Ephapax v2,ephapax,Languages and research,Code generators,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",docs/v2-grammar-and-codegen-gaps-2026-06-16.adoc; idris2/src/Ephapax/Affine/Emit.idr +Ephapax v2,ephapax,Languages and research,Coprocessor / GPU,!,Zig coprocessor shim is explicitly a stub: native backend capabilities report unavailable. ABI design does not establish acceleration.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",tools/coproc/ephapax_coproc.zig +Ephapax v2,ephapax,Languages and research,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",conformance/valid/ffi_basic.eph; conformance/valid/ffi_linear_handle.eph; examples/ffi/01-ffi-basic.eph +Ephapax v2,ephapax,Languages and research,Standard library,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",src/ephapax-cli/tests/v2_stdlib_import.rs; src/ephapax-stdlib/Cargo.toml; src/ephapax-stdlib/src/lib.rs +Ephapax v2,ephapax,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]", +Ephapax v2,ephapax,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",.machine_readable/6a2/ECOSYSTEM.a2ml +Ephapax v2,ephapax,Languages and research,Unit / conformance tests,T,Parser slice: 62 + 1 tests passed. Not a full compiler/runtime validation.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",conformance/README.md; conformance/invalid/branch_inconsistent.eph; conformance/invalid/linear_not_consumed.eph +Ephapax v2,ephapax,Languages and research,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",src/ephapax-cli/tests/property_tests.proptest-regressions; src/ephapax-cli/tests/property_tests.rs; tests/fuzz/.gitignore +Ephapax v2,ephapax,Languages and research,Formal model / proofs,!,Semantics_L1.v still admits preservation and a supporting lemma; higher-layer claims depend on this boundary.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",formal/Semantics_L1.v +Ephapax v2,ephapax,Languages and research,Proof / runtime correspondence,!,Semantics_L1.v still admits preservation and a supporting lemma; higher-layer claims depend on this boundary.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",formal/Semantics_L1.v +Ephapax v2,ephapax,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",.github/workflows/abi-verify.yml; .github/workflows/boj-build.yml; .github/workflows/codeql.yml +Ephapax v2,ephapax,Languages and research,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",brand/hero/social-profile.png; docs/testing-and-bench-strategy.adoc; spec/ARG-PROFILE.adoc +Ephapax v2,ephapax,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]",guix.scm +AffineScript v2,affinescript,Languages and research,Syntax,D,Current v2 soundness boundary reviewed. Removed v1 refinement features must not be re-advertised through bridges.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,docs/academic/formal-verification/solo-core/Syntax.idr; editors/tree-sitter-affinescript/grammar.js; editors/vscode/syntaxes/affinescript.tmLanguage.json +AffineScript v2,affinescript,Languages and research,Semantics,D,Current v2 soundness boundary reviewed. Removed v1 refinement features must not be re-advertised through bridges.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,docs/SOUNDNESS.adoc; docs/academic/formal-verification/axiomatic-semantics.adoc; docs/academic/formal-verification/denotational-semantics.adoc +AffineScript v2,affinescript,Languages and research,Type checker,I,OCaml implementation and current soundness report inspected; not all generated targets were executed.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,bench/bench_typecheck.ml; docs/academic/formal-verification/solo-core/Typing.idr; docs/history/TYPECHECKER-COMPLETION-2026-01-23.adoc +AffineScript v2,affinescript,Languages and research,Ownership / effects,!,Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,.build/affinescript.opam; .github/workflows/affine-vscode-publish.yml; .machine_readable/sessions/2026-05-27-borrow-deferred-items.a2ml +AffineScript v2,affinescript,Languages and research,AST,I,OCaml implementation and current soundness report inspected; not all generated targets were executed.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,docs/academic/formal-verification/solo-core/Syntax.idr; lib/ast.ml +AffineScript v2,affinescript,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards, +AffineScript v2,affinescript,Languages and research,Lexer,I,OCaml implementation and current soundness report inspected; not all generated targets were executed.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,.github/workflows/secret-scanner.yml; lib/lexer.ml; proposals/idaptik/migrated/PortScanner/PortScanner.affine +AffineScript v2,affinescript,Languages and research,Parser,I,OCaml implementation and current soundness report inspected; not all generated targets were executed.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,editors/tree-sitter-affinescript/grammar.js; lib/parser.mly; lib/parser_errors.ml +AffineScript v2,affinescript,Languages and research,Elaboration / IR,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,lib/desugar_traits.ml +AffineScript v2,affinescript,Languages and research,REPL,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,docs/history/REPLY-SUM-TYPES.adoc; lib/repl.ml; wiki/tooling/repl.md +AffineScript v2,affinescript,Languages and research,LSP / debugger,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,lib/lsp_server.ml; tools/affinescript-lsp/Cargo.lock; tools/affinescript-lsp/Cargo.toml +AffineScript v2,affinescript,Languages and research,Interpreter / runner,I,OCaml implementation and current soundness report inspected; not all generated targets were executed.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,affinescript-deno-test/lib/runner.affine; lib/wasi_runtime.ml; packages/affine-js/runtime.js +AffineScript v2,affinescript,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards, +AffineScript v2,affinescript,Languages and research,Compiler / build,I,OCaml implementation and current soundness report inspected; not all generated targets were executed.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,affinescript-deno-test/lib/compile.affine; distributions/rattlescript/build.rs; docs/decisions/0019-compiler-distribution.adoc +AffineScript v2,affinescript,Languages and research,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards, +AffineScript v2,affinescript,Languages and research,Code generators,I,OCaml implementation and current soundness report inspected; not all generated targets were executed.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,affinescript-deno-test/example/codegen_regression_test.affine; bench/bench_codegen.ml; docs/architecture/BACKEND-ANALYSIS.adoc +AffineScript v2,affinescript,Languages and research,Coprocessor / GPU,I,Gate emits multiple GPU/coprocessor targets. Optional naga/SPIR-V checks and nonempty output checks do not establish hardware execution.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,tools/coprocessor-gate.sh +AffineScript v2,affinescript,Languages and research,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,affinescript-dom/ffi/zig/src/main.zig; affinescript-dom/src/abi/DOM.idr; ffi/zig/build.zig +AffineScript v2,affinescript,Languages and research,Standard library,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,.github/workflows/stdlib-naming.yml; docs/STDLIB-EXTERN-AUDIT.a2ml; docs/STDLIB-EXTERN-AUDIT.adoc +AffineScript v2,affinescript,Languages and research,Aggregate library,F,Affine aLib source located; a complete semantic-conformance run was not established for this atlas.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,docs/ALIB-INTEGRATION.adoc; docs/alib-roadmap.adoc; docs/alib/README.adoc +AffineScript v2,affinescript,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,.machine_readable/descriptiles/ECOSYSTEM.a2ml; docs/ECOSYSTEM.adoc; docs/patch_ecosystem.py +AffineScript v2,affinescript,Languages and research,Unit / conformance tests,!,Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,affinescript-cadre/e2e/test.mjs; conformance/README.adoc; conformance/invalid/001_unclosed_brace.affine +AffineScript v2,affinescript,Languages and research,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards, +AffineScript v2,affinescript,Languages and research,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,docs/academic/formal-verification/solo-core/Soundness.idr; docs/academic/proofs/coherence-parametricity.adoc; docs/academic/proofs/db-theory-2-transaction-safety.adoc +AffineScript v2,affinescript,Languages and research,Proof / runtime correspondence,!,Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,docs/SOUNDNESS.adoc; docs/academic/formal-verification/solo-core/Soundness.idr; docs/academic/proofs/effect-soundness.adoc +AffineScript v2,affinescript,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,.github/workflows/affine-vscode-publish.yml; .github/workflows/casket-pages.yml; .github/workflows/ci.yml +AffineScript v2,affinescript,Languages and research,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,bench/bench_codegen.ml; bench/bench_fixtures.ml; bench/bench_lex.ml +AffineScript v2,affinescript,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards,.github/workflows/release.yml; docs/PACKAGING.adoc; docs/history/ALPHA-1-RELEASE-NOTES.adoc +My family / shared core,my-lang,Languages and research,Syntax,D,"Solo, Duet and Ensemble are the three dialects. Me is a projection; the dated FRG audit is historical.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,docs/reference/solo-v1-grammar.ebnf; docs/theory/duet_ensemble_grammar.md; docs/wiki/language/syntax.md +My family / shared core,my-lang,Languages and research,Semantics,D,"Solo, Duet and Ensemble are the three dialects. Me is a projection; the dated FRG audit is historical.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,hives/solo-hive/docs/semantics.md; proofs/me/visual-semantics/formal-model.md; proofs/shared/ai-semantics/README.md +My family / shared core,my-lang,Languages and research,Type checker,I,QTT checker inspected. Safe fragment is opt-in; runtime borrowing and sequential async do not establish full-language static guarantees.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,.github/workflows/checker-scaling.yml; _exploratory/me-scaffolding/crates/typechecker/Cargo.toml; _exploratory/me-scaffolding/crates/typechecker/src/lib.rs +My family / shared core,my-lang,Languages and research,Ownership / effects,I,QTT checker inspected. Safe fragment is opt-in; runtime borrowing and sequential async do not establish full-language static guarantees.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,_exploratory/me-scaffolding/crates/affine/Cargo.toml; _exploratory/me-scaffolding/crates/affine/src/lib.rs; _exploratory/me-scaffolding/examples/solo/10_affine_types.solo +My family / shared core,my-lang,Languages and research,AST,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,_exploratory/me-scaffolding/crates/ast/Cargo.toml; _exploratory/me-scaffolding/crates/ast/src/lib.rs; crates/my-lang/src/ast.rs +My family / shared core,my-lang,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182, +My family / shared core,my-lang,Languages and research,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,.github/workflows/secret-scanner.yml; _exploratory/me-scaffolding/crates/lexer/Cargo.toml; _exploratory/me-scaffolding/crates/lexer/src/lib.rs +My family / shared core,my-lang,Languages and research,Parser,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,_exploratory/me-scaffolding/crates/parser/Cargo.toml; _exploratory/me-scaffolding/crates/parser/src/error.rs; _exploratory/me-scaffolding/crates/parser/src/lib.rs +My family / shared core,my-lang,Languages and research,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182, +My family / shared core,my-lang,Languages and research,REPL,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,_exploratory/me-scaffolding/crates/repl/Cargo.toml; _exploratory/me-scaffolding/crates/repl/src/lib.rs; playground/hives/me/crates/repl/Cargo.toml +My family / shared core,my-lang,Languages and research,LSP / debugger,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,_exploratory/me-scaffolding/crates/lsp/Cargo.toml; _exploratory/me-scaffolding/crates/lsp/src/lib.rs; crates/my-lsp/Cargo.toml +My family / shared core,my-lang,Languages and research,Interpreter / runner,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,_exploratory/me-scaffolding/crates/runtime/Cargo.toml; _exploratory/me-scaffolding/crates/runtime/src/lib.rs; crates/my-lang/src/interpreter.rs +My family / shared core,my-lang,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182, +My family / shared core,my-lang,Languages and research,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,.clusterfuzzlite/build.sh; dialects/duet/compiler/Cargo.toml; dialects/duet/compiler/src/lib.rs +My family / shared core,my-lang,Languages and research,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182, +My family / shared core,my-lang,Languages and research,Code generators,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,_exploratory/me-scaffolding/crates/codegen/Cargo.toml; _exploratory/me-scaffolding/crates/codegen/src/lib.rs; playground/hives/me/crates/codegen/Cargo.toml +My family / shared core,my-lang,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182, +My family / shared core,my-lang,Languages and research,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,frontier-practices/ffi/zig/build.zig; frontier-practices/ffi/zig/src/main.zig; frontier-practices/ffi/zig/test/integration_test.zig +My family / shared core,my-lang,Languages and research,Standard library,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,crates/my-lang/src/stdlib.rs; docs/wiki/internals/stdlib-design.md; docs/wiki/reference/stdlib.md +My family / shared core,my-lang,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182, +My family / shared core,my-lang,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,.machine_readable/6a2/ECOSYSTEM.a2ml; docs/wiki/roadmap/ecosystem.md; playground/.machine_readable/6a2/ECOSYSTEM.a2ml +My family / shared core,my-lang,Languages and research,Unit / conformance tests,T,25 QTT unit tests passed for the inspected checker slice.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,conformance/invalid/i01_missing_brace.my; conformance/invalid/i02_bad_keyword.my; conformance/run_conformance.sh +My family / shared core,my-lang,Languages and research,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,.clusterfuzzlite/Dockerfile; .clusterfuzzlite/build.sh; .clusterfuzzlite/project.yaml +My family / shared core,my-lang,Languages and research,Formal model / proofs,I,Core/surface proof registry and formal sources reviewed; distinguish original local unpublished work from the PR/main snapshot.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,proofs/verification/coq/Syntax.v; proofs/verification/coq/Typing.v; proofs/verification/coq/solo-core/Context.v +My family / shared core,my-lang,Languages and research,Proof / runtime correspondence,!,Whole-language Rust/model correspondence is not established by the QTT tests or by named core theorems.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,proofs/shared/effect-system/soundness.md; proofs/shared/type-system/soundness.md; proofs/verification/idris/solo-core/Soundness.idr +My family / shared core,my-lang,Languages and research,CI / security gates,I,CI/security configuration and actual PR checks were inspected and repaired in PR 182. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,.github/workflows/cflite_batch.yml; .github/workflows/cflite_pr.yml; .github/workflows/checker-scaling.yml +My family / shared core,my-lang,Languages and research,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,crates/my-lang/examples/dhat_checker_profile.rs; spec/ARG-PROFILE.adoc; spec/CRG-PROFILE.adoc +My family / shared core,my-lang,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182,frontier-practices/manifest.scm; hives/duet-hive/manifest.scm; hives/ensemble-hive/manifest.scm +Betlang,betlang,Languages and research,Syntax,D,"Racket implementation uses probabilistic ternary, lazy choice semantics.","4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",compiler/bet-parse/src/grammar.lalrpop; compiler/bet-syntax/Cargo.toml; compiler/bet-syntax/src/ast.rs +Betlang,betlang,Languages and research,Semantics,D,"Racket implementation uses probabilistic ternary, lazy choice semantics.","4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",docs/semantics.md; proofs/formal-semantics.md; proofs/theorems/soundness-completeness.md +Betlang,betlang,Languages and research,Type checker,?,No sufficient component assessment in this audit. This is not a claim of absence.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]", +Betlang,betlang,Languages and research,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",docs/AFFINESCRIPT-ALIGNMENT.adoc; editors/vscode/src/extension.affine +Betlang,betlang,Languages and research,AST,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",compiler/bet-syntax/src/ast.rs; editors/neovim/syntax/betlang.vim +Betlang,betlang,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]", +Betlang,betlang,Languages and research,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",.github/workflows/secret-scanner.yml; bench/bench_lexer.rs; compiler/bet-parse/fuzz/fuzz_targets/fuzz_lexer.rs +Betlang,betlang,Languages and research,Parser,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",bench/bench_parser.rs; compiler/bet-parse/fuzz/fuzz_targets/fuzz_parser.rs; compiler/bet-parse/src/grammar.lalrpop +Betlang,betlang,Languages and research,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]", +Betlang,betlang,Languages and research,REPL,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",repl/shell.rkt; tools/bet-cli/src/repl.rs +Betlang,betlang,Languages and research,LSP / debugger,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",lsp/bet-lsp/gleam.toml; lsp/bet-lsp/manifest.toml; lsp/bet-lsp/src/bet_lsp.gleam +Betlang,betlang,Languages and research,Interpreter / runner,I,Executable Racket semantics inspected; merely loading test files was not counted as a test run.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",compiler/bet-eval/Cargo.toml; compiler/bet-eval/src/lib.rs; runtime/bet-rand/Cargo.toml +Betlang,betlang,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]", +Betlang,betlang,Languages and research,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",.clusterfuzzlite/build.sh; bindings/chapel/build.rs; compiler/bet-check/Cargo.toml +Betlang,betlang,Languages and research,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]", +Betlang,betlang,Languages and research,Code generators,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",compiler/bet-codegen/Cargo.toml; compiler/bet-codegen/src/lib.rs; docs/julia-backend-design.md +Betlang,betlang,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]", +Betlang,betlang,Languages and research,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",ffi/zig/build.zig; ffi/zig/src/main.zig; ffi/zig/test/integration_test.zig +Betlang,betlang,Languages and research,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]", +Betlang,betlang,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]", +Betlang,betlang,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",.machine_readable/6a2/ECOSYSTEM.a2ml +Betlang,betlang,Languages and research,Unit / conformance tests,!,Actual raco test run fails: check-true receives a membership list and invalid format directives abort tests. No all-green conformance claim.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",.github/workflows/test.yml; compiler/bet-parse/src/tests.rs; conformance/README.md +Betlang,betlang,Languages and research,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",.clusterfuzzlite/Containerfile; .clusterfuzzlite/Dockerfile; .clusterfuzzlite/build.sh +Betlang,betlang,Languages and research,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",lakefile.lean; proofs/BetLang.lean +Betlang,betlang,Languages and research,Proof / runtime correspondence,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",docs/proof-debt.adoc; docs/proof-debt.md; proofs/theorems/soundness-completeness.md +Betlang,betlang,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",.github/workflows/cargo-audit.yml; .github/workflows/casket-pages.yml; .github/workflows/cflite_batch.yml +Betlang,betlang,Languages and research,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",bench/bench_lexer.rs; bench/bench_parser.rs; benchmarks/performance.rkt +Betlang,betlang,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]",.github/workflows/release.yml; guix.scm; julia-backend/manifest.scm +JtV v1 lineage,jtv-lang,Languages and research,Syntax,D,v1 addition/control model is distinct from v2 reversible tokens. Version-specific implementation correspondence was not established.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Semantics,D,v1 addition/control model is distinct from v2 reversible tokens. Version-specific implementation correspondence was not established.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Type checker,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Ownership / effects,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Lexer,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Interpreter / runner,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Compiler / build,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,FFI / ABI / verifier,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Other libraries / packages,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Unit / conformance tests,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Formal model / proofs,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Proof / runtime correspondence,!,Do not assign current jtv-core tests or coprocessor files to historical v1 without a version mapping.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,CI / security gates,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v1 lineage,jtv-lang,Languages and research,Release / packaging,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v2,jtv-lang,Languages and research,Syntax,D,Reversible-token v2 design reviewed independently from the v1 lineage.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",crates/jtv-core/src/grammar.pest; docs/GRAMMAR_EVOLUTION.md; editors/vscode/syntaxes/jtv.tmLanguage.json +JtV v2,jtv-lang,Languages and research,Semantics,D,Reversible-token v2 design reviewed independently from the v1 lineage.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",docs/design-decisions/0004-pata-eval-failure-semantics.adoc; docs/design-decisions/0005-extern-coproc-call-semantics.adoc +JtV v2,jtv-lang,Languages and research,Type checker,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",crates/jtv-core/src/typechecker.rs +JtV v2,jtv-lang,Languages and research,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",ALIGNMENT-AFFINESCRIPT.adoc; crates/jtv-core/src/effect.rs; docs/design-decisions/0009-echo-epistemic-first-class-function-effects.adoc +JtV v2,jtv-lang,Languages and research,AST,I,"Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open.","6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",crates/jtv-core/src/ast.rs; playground/jtv/spec/SYNTAX.adoc +JtV v2,jtv-lang,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v2,jtv-lang,Languages and research,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",.github/workflows/secret-scanner.yml; playground/.github/workflows/secret-scanner.yml +JtV v2,jtv-lang,Languages and research,Parser,I,"Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open.","6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",crates/jtv-core/benches/parser_bench.rs; crates/jtv-core/src/grammar.pest; crates/jtv-core/src/parser.rs +JtV v2,jtv-lang,Languages and research,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v2,jtv-lang,Languages and research,REPL,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",crates/jtv-cli/src/repl.rs +JtV v2,jtv-lang,Languages and research,LSP / debugger,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",crates/jtv-lsp/Cargo.toml; crates/jtv-lsp/src/main.rs; wiki/tooling/LSP.md +JtV v2,jtv-lang,Languages and research,Interpreter / runner,I,"Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open.","6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",crates/jtv-core/benches/interpreter_bench.rs; crates/jtv-core/src/interpreter.rs +JtV v2,jtv-lang,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v2,jtv-lang,Languages and research,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",.clusterfuzzlite/build.sh; playground/infrastructure/podman/scripts/build.sh; wiki/compiler/Architecture.md +JtV v2,jtv-lang,Languages and research,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v2,jtv-lang,Languages and research,Code generators,!,"PataCL feature defaults off with explicit fallback. Lowering emits Zig/Idris/C artifacts, but Zig kernel bodies include unreachable placeholders.","6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",crates/jtv-core/src/coproc.rs; crates/jtv-core/src/coproc_lower.rs +JtV v2,jtv-lang,Languages and research,Coprocessor / GPU,!,"PataCL feature defaults off with explicit fallback. Lowering emits Zig/Idris/C artifacts, but Zig kernel bodies include unreachable placeholders.","6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",crates/jtv-core/src/coproc.rs; crates/jtv-core/src/coproc_lower.rs +JtV v2,jtv-lang,Languages and research,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",ffi/zig/.editorconfig; ffi/zig/.gitattributes; ffi/zig/.github/workflows/ci.yml +JtV v2,jtv-lang,Languages and research,Standard library,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",crates/jtv-core/stdlib/collections.jtv; crates/jtv-core/stdlib/prelude.jtv; crates/jtv-core/stdlib/result.jtv +JtV v2,jtv-lang,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v2,jtv-lang,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",.machine_readable/6a2/ECOSYSTEM.a2ml; docs/ecosystem-status.adoc; packages/jtv-analyzer/deno.json +JtV v2,jtv-lang,Languages and research,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",conformance/coproc/dead_gate_dropped.jtv; conformance/coproc/insn_with_encoding.jtv; conformance/coproc/live_intrinsic.jtv +JtV v2,jtv-lang,Languages and research,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",.clusterfuzzlite/Containerfile; .clusterfuzzlite/Dockerfile; .clusterfuzzlite/build.sh +JtV v2,jtv-lang,Languages and research,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",academic/proofs/ALGEBRAIC_STRUCTURES.md; academic/proofs/COMPUTATIONAL_THEORY.md; academic/proofs/MATHEMATICAL_FOUNDATIONS.md +JtV v2,jtv-lang,Languages and research,Proof / runtime correspondence,!,Coupling between the reversible-token formal model and runtime was not demonstrated end to end.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", +JtV v2,jtv-lang,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",.github/workflows/cflite_batch.yml; .github/workflows/cflite_pr.yml; .github/workflows/codeql.yml +JtV v2,jtv-lang,Languages and research,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",crates/jtv-core/benches/interpreter_bench.rs; crates/jtv-core/benches/parser_bench.rs +JtV v2,jtv-lang,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]",guix.scm +WokeLang,wokelang,Languages and research,Syntax,D,"Consent/care design reviewed against the current Rust implementation, not just old OCaml sources.",1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],docs/grammar.ebnf; docs/proofs/formal-semantics/grammar-proofs.md; docs/proofs/verification/GRAMMAR-PROOF-INVENTORY.md +WokeLang,wokelang,Languages and research,Semantics,D,"Consent/care design reviewed against the current Rust implementation, not just old OCaml sources.",1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],docs/proofs/formal-semantics/denotational-semantics.md; docs/proofs/formal-semantics/grammar-proofs.md; docs/proofs/formal-semantics/operational-semantics.md +WokeLang,wokelang,Languages and research,Type checker,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],src/abi/WokeLang/Typing.idr; src/typechecker/mod.rs +WokeLang,wokelang,Languages and research,Ownership / effects,!,Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5], +WokeLang,wokelang,Languages and research,AST,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],core/ast.ml; src/ast/mod.rs; src/ast/visitor.rs +WokeLang,wokelang,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5], +WokeLang,wokelang,Languages and research,Lexer,I,Current Rust frontend and execution implementation inspected.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],.github/workflows/secret-scanner.yml; bench/bench_lexer.ml; core/lexer.mll +WokeLang,wokelang,Languages and research,Parser,I,Current Rust frontend and execution implementation inspected.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],bench/bench_parser.ml; core/parser.mly; docs/grammar.ebnf +WokeLang,wokelang,Languages and research,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5], +WokeLang,wokelang,Languages and research,REPL,I,Current Rust frontend and execution implementation inspected.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],docs/wiki/Getting-Started/REPL.md; src/repl.rs +WokeLang,wokelang,Languages and research,LSP / debugger,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],src/bin/woke-lsp.rs; src/lsp/backend.rs; src/lsp/document.rs +WokeLang,wokelang,Languages and research,Interpreter / runner,I,Current Rust frontend and execution implementation inspected.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],core/eval.ml; src/interpreter/mod.rs; src/interpreter/value.rs +WokeLang,wokelang,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5], +WokeLang,wokelang,Languages and research,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],.clusterfuzzlite/build.sh; compiler/wokelang-wasm/Cargo.lock; compiler/wokelang-wasm/Cargo.toml +WokeLang,wokelang,Languages and research,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5], +WokeLang,wokelang,Languages and research,Code generators,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],src/codegen/mod.rs; src/lsp/backend.rs; tests/codegen_test.rs +WokeLang,wokelang,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5], +WokeLang,wokelang,Languages and research,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],docs/proofs/verification/.gitignore; docs/proofs/verification/AUDIT.md; docs/proofs/verification/GRAMMAR-PROOF-INVENTORY.md +WokeLang,wokelang,Languages and research,Standard library,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],examples/28_stdlib_alib.woke; examples/28_stdlib_simple.woke; examples/30_stdlib_math.woke +WokeLang,wokelang,Languages and research,Aggregate library,!,"Basic aLib operations are implemented, but map/filter/fold/ifThenElse return RuntimeError because interpreter context is unavailable.",1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],src/stdlib/alib.rs +WokeLang,wokelang,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],.machine_readable/6a2/ECOSYSTEM.a2ml +WokeLang,wokelang,Languages and research,Unit / conformance tests,T,188 Rust library tests passed; not a static consent proof.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],conformance/invalid/i01_missing_end.woke; conformance/invalid/i02_missing_give_back.woke; conformance/invalid/i03_bad_operator.woke +WokeLang,wokelang,Languages and research,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],.clusterfuzzlite/Containerfile; .clusterfuzzlite/build.sh; .clusterfuzzlite/project.yaml +WokeLang,wokelang,Languages and research,Formal model / proofs,!,Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],docs/proofs/README.md; docs/proofs/VERIFICATION-ROADMAP.md; docs/proofs/compiler/memory-model.md +WokeLang,wokelang,Languages and research,Proof / runtime correspondence,!,Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5], +WokeLang,wokelang,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],.github/workflows/boj-build.yml; .github/workflows/cargo-audit.yml; .github/workflows/cflite_batch.yml +WokeLang,wokelang,Languages and research,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],bench/bench_lexer.ml; bench/bench_parser.ml; benches/vm_bench.rs +WokeLang,wokelang,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5],guix.scm +Phronesis,phronesis,Languages and research,Syntax,D,Constraint/judgement language and justification-path comparison reviewed; consensus is not itself truth.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",academic/proofs/model-theory/model-theory-specification.adoc; academic/proofs/temporal-logic/temporal-logic-specifications.adoc; docs/grammar.ebnf +Phronesis,phronesis,Languages and research,Semantics,D,Constraint/judgement language and justification-path comparison reviewed; consensus is not itself truth.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",academic/proofs/algebraic-semantics/algebraic-semantics.adoc; academic/proofs/axiomatic-semantics/hoare-logic.adoc; academic/proofs/model-theory/denotational-semantics.adoc +Phronesis,phronesis,Languages and research,Type checker,!,Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",lib/phronesis/type_checker.ex; test/type_checker_test.exs +Phronesis,phronesis,Languages and research,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",editors/vscode/src/extension.affine +Phronesis,phronesis,Languages and research,AST,I,"Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.","f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",examples/syntax_error.phr; lib/phronesis/ast.ex; syntax/README.adoc +Phronesis,phronesis,Languages and research,Judgement / evidence graph,I,"Real nodes, typed evidence edges and claim-to-graph construction. Invariant paths compare six justification stages, not semantic equivalence.","f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",lib/phronesis/reflexion/judgement_evidence_graph.ex +Phronesis,phronesis,Languages and research,Lexer,I,"Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.","f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",.github/workflows/secret-scanner.yml; bench/bench_lexer.exs; lib/phronesis/incremental_lexer.ex +Phronesis,phronesis,Languages and research,Parser,I,"Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.","f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",bench/bench_parser.exs; docs/grammar.ebnf; lib/phronesis/incremental_parser.ex +Phronesis,phronesis,Languages and research,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]", +Phronesis,phronesis,Languages and research,REPL,I,"Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.","f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",lib/phronesis/debugger/repl.ex +Phronesis,phronesis,Languages and research,LSP / debugger,I,"Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.","f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",docs/LSP-IMPLEMENTATION-SUMMARY.adoc; lib/phronesis/debugger.ex; lib/phronesis/debugger/repl.ex +Phronesis,phronesis,Languages and research,Interpreter / runner,I,"Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.","f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",academic/proofs/abstract-interpretation/abstract-interpretation-framework.adoc; lib/phronesis/interpreter.ex; lib/phronesis/tracing_interpreter.ex +Phronesis,phronesis,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]", +Phronesis,phronesis,Languages and research,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",compiler/phronesis-ast/Cargo.lock; compiler/phronesis-ast/Cargo.toml; compiler/phronesis-ast/src/lib.rs +Phronesis,phronesis,Languages and research,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]", +Phronesis,phronesis,Languages and research,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]", +Phronesis,phronesis,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]", +Phronesis,phronesis,Languages and research,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",src/abi/Types.idr; src/abi/phronesis-abi.ipkg; verification/README.adoc +Phronesis,phronesis,Languages and research,Standard library,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",examples/test_stdlib.exs; lib/phronesis/stdlib/bgp.ex; lib/phronesis/stdlib/consensus.ex +Phronesis,phronesis,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]", +Phronesis,phronesis,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",.machine_readable/6a2/ECOSYSTEM.a2ml; lib/phronesis/package_manager.ex; lib/phronesis/package_manager/manifest.ex +Phronesis,phronesis,Languages and research,Unit / conformance tests,!,Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",.github/workflows/conformance.yml; conformance/invalid/i01_missing_end.phr; conformance/invalid/i02_bad_action.phr +Phronesis,phronesis,Languages and research,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",test/fuzz/lexer_fuzz_test.exs; test/fuzz/parser_fuzz_test.exs; test/property_test.exs +Phronesis,phronesis,Languages and research,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",academic/formal-verification/agda/Phronesis.agda; academic/formal-verification/agda/PhronesisEcho.agda; academic/formal-verification/coq/Phronesis.v +Phronesis,phronesis,Languages and research,Proof / runtime correspondence,!,Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",academic/proofs/proof-theory/curry-howard-correspondence.adoc +Phronesis,phronesis,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",.github/workflows/casket-pages.yml; .github/workflows/codeql.yml; .github/workflows/conformance.yml +Phronesis,phronesis,Languages and research,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",bench/bench_lexer.exs; bench/bench_parser.exs; examples/profile_example.phr +Phronesis,phronesis,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]",manifest.scm +Oikos language,oikos-economics-accounting-dsl,Languages and research,Syntax,D,Accounting DSL source and Godley validation inspected.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6],oikos-syntax/Cargo.toml; oikos-syntax/src/account.rs; oikos-syntax/src/dimension.rs +Oikos language,oikos-economics-accounting-dsl,Languages and research,Semantics,!,Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Type checker,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Ownership / effects,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6],.github/workflows/secret-scanner.yml; oikos-parser/src/lexer.rs +Oikos language,oikos-economics-accounting-dsl,Languages and research,Parser,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6],oikos-parser/Cargo.toml; oikos-parser/src/error.rs; oikos-parser/src/lexer.rs +Oikos language,oikos-economics-accounting-dsl,Languages and research,Elaboration / IR,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6],oikos-desugar/Cargo.toml; oikos-desugar/src/error.rs; oikos-desugar/src/lib.rs +Oikos language,oikos-economics-accounting-dsl,Languages and research,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Interpreter / runner,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Compiler / build,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Code generators,!,Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,FFI / ABI / verifier,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Aggregate library,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6],docs/alib-aggregate-bridge.adoc +Oikos language,oikos-economics-accounting-dsl,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6],.machine_readable/6a2/ECOSYSTEM.a2ml +Oikos language,oikos-economics-accounting-dsl,Languages and research,Unit / conformance tests,T,Rust workspace tests passed for the inspected DSL snapshot.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6],oikos-check/tests/cross_ref.rs; oikos-check/tests/currency.rs; oikos-check/tests/fixtures.rs +Oikos language,oikos-economics-accounting-dsl,Languages and research,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Formal model / proofs,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Proof / runtime correspondence,!,Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6],.github/workflows/cargo-audit.yml; .github/workflows/casket-pages.yml; .github/workflows/ci.yml +Oikos language,oikos-economics-accounting-dsl,Languages and research,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6], +Oikos language,oikos-economics-accounting-dsl,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6],manifest.scm +ErrorLang,error-lang,Languages and research,Syntax,D,Error-oriented language documents reviewed. The claimed 100% verification was not established by an exhaustive function/dependency audit.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",docs/Grammar-ru.ebnf; docs/Grammar.ebnf; spec/grammar.ebnf +ErrorLang,error-lang,Languages and research,Semantics,D,Error-oriented language documents reviewed. The claimed 100% verification was not established by an exhaustive function/dependency audit.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",spec/axiomatic-semantics.md; spec/operational-semantics.md +ErrorLang,error-lang,Languages and research,Type checker,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",compiler/src/TypeChecker.affine +ErrorLang,error-lang,Languages and research,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",.github/workflows/affinescript-check.yml; compiler/src/Analyzer.affine; compiler/src/Bytecode.affine +ErrorLang,error-lang,Languages and research,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", +ErrorLang,error-lang,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", +ErrorLang,error-lang,Languages and research,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",compiler/src/IncrementalLexer.affine; compiler/src/Lexer.affine +ErrorLang,error-lang,Languages and research,Parser,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",compiler/src/IncrementalParser.affine; compiler/src/Parser.affine; docs/Grammar-ru.ebnf +ErrorLang,error-lang,Languages and research,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", +ErrorLang,error-lang,Languages and research,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", +ErrorLang,error-lang,Languages and research,LSP / debugger,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",tools/lsp/Cargo.toml; tools/lsp/src/backend.rs; tools/lsp/src/main.rs +ErrorLang,error-lang,Languages and research,Interpreter / runner,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",cli/runtime.js; compiler/src/VM.affine +ErrorLang,error-lang,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", +ErrorLang,error-lang,Languages and research,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",compiler/error-lang-ast/Cargo.lock; compiler/error-lang-ast/Cargo.toml; compiler/error-lang-ast/src/lib.rs +ErrorLang,error-lang,Languages and research,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", +ErrorLang,error-lang,Languages and research,Code generators,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",compiler/src/Codegen.affine; tools/lsp/src/backend.rs +ErrorLang,error-lang,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", +ErrorLang,error-lang,Languages and research,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",ffi/zig/build.zig; ffi/zig/src/main.zig; ffi/zig/test/integration_test.zig +ErrorLang,error-lang,Languages and research,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", +ErrorLang,error-lang,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", +ErrorLang,error-lang,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",.machine_readable/6a2/ECOSYSTEM.a2ml; docs/Error-Ecosystem-Vision.adoc +ErrorLang,error-lang,Languages and research,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",conformance/invalid/i01_missing_end.err; conformance/invalid/i02_bad_let.err; conformance/invalid/i03_unclosed_string.err +ErrorLang,error-lang,Languages and research,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", +ErrorLang,error-lang,Languages and research,Formal model / proofs,?,No sufficient component assessment in this audit. This is not a claim of absence.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", +ErrorLang,error-lang,Languages and research,Proof / runtime correspondence,!,No evidence here supports whole-implementation verification; retain individual theorem and runtime boundaries.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", +ErrorLang,error-lang,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",.github/workflows/affinescript-check.yml; .github/workflows/casket-pages.yml; .github/workflows/codeql.yml +ErrorLang,error-lang,Languages and research,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", +ErrorLang,error-lang,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]",manifest.scm +Anvomidav,anvomidav,Languages and research,Syntax,D,Figure-skating/domain validation approach reviewed; broad compiler/toolchain status remains unassessed.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Semantics,D,Figure-skating/domain validation approach reviewed; broad compiler/toolchain status remains unassessed.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Type checker,!,A literal ExUnit assertion is not a domain validator. The inspected seven-jump rule is stale for the relevant 2026/27 Skate Canada update.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Ownership / effects,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main,.github/workflows/secret-scanner.yml +Anvomidav,anvomidav,Languages and research,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Interpreter / runner,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Compiler / build,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,FFI / ABI / verifier,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Other libraries / packages,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Unit / conformance tests,!,A literal ExUnit assertion is not a domain validator. The inspected seven-jump rule is stale for the relevant 2026/27 Skate Canada update.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main,test/anvomidav_spec_test.exs +Anvomidav,anvomidav,Languages and research,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Formal model / proofs,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main,.github/workflows/codeql.yml; .github/workflows/dependabot-automerge.yml; .github/workflows/governance.yml +Anvomidav,anvomidav,Languages and research,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main, +Anvomidav,anvomidav,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main,guix.scm +TypeZero / typefix-zero,typefix-zero,Languages and research,Syntax,D,Owner-described total declarative / partial imperative and universe/lower-calculus research direction. Public implementation detail is not exported from private scope.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Semantics,D,Owner-described total declarative / partial imperative and universe/lower-calculus research direction. Public implementation detail is not exported from private scope.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Type checker,!,Research boundary: no checked implementation is established here; a bounded observer must distinguish unknown from proven divergence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Ownership / effects,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Lexer,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Interpreter / runner,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Compiler / build,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,FFI / ABI / verifier,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Other libraries / packages,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Unit / conformance tests,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Formal model / proofs,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Proof / runtime correspondence,!,Research boundary: no checked implementation is established here; a bounded observer must distinguish unknown from proven divergence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,CI / security gates,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +TypeZero / typefix-zero,typefix-zero,Languages and research,Release / packaging,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", +Haec,haec,Languages and research,Syntax,D,Trope/loss design reviewed; language toolchain is not established by the existing research checker.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,design/grammar.ebnf +Haec,haec,Languages and research,Semantics,D,Trope/loss design reviewed; language toolchain is not established by the existing research checker.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll, +Haec,haec,Languages and research,Type checker,I,Trope-checker implementation identified and reviewed at research scope.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll, +Haec,haec,Languages and research,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc +Haec,haec,Languages and research,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll, +Haec,haec,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll, +Haec,haec,Languages and research,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,.github/workflows/secret-scanner.yml +Haec,haec,Languages and research,Parser,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,design/grammar.ebnf +Haec,haec,Languages and research,Elaboration / IR,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,design/elaboration.adoc +Haec,haec,Languages and research,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll, +Haec,haec,Languages and research,LSP / debugger,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,lsp/STATUS.adoc +Haec,haec,Languages and research,Interpreter / runner,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,.github/workflows/runtime-policy.yml +Haec,haec,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll, +Haec,haec,Languages and research,Compiler / build,!,A Haec language compiler and its soundness/refinement proof are not established in this audit.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,compiler/STATUS.adoc; src/interface/ffi/build.zig +Haec,haec,Languages and research,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,features/ssg/ssg-bootstrap.sh +Haec,haec,Languages and research,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll, +Haec,haec,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll, +Haec,haec,Languages and research,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; abi.ipkg +Haec,haec,Languages and research,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll, +Haec,haec,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll, +Haec,haec,Languages and research,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,.machine_readable/6a2/ECOSYSTEM.a2ml +Haec,haec,Languages and research,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +Haec,haec,Languages and research,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,tests/fuzz/README.adoc; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +Haec,haec,Languages and research,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc; verification/proofs/agda/Properties.agda +Haec,haec,Languages and research,Proof / runtime correspondence,!,A Haec language compiler and its soundness/refinement proof are not established in this audit.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll, +Haec,haec,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,.github/workflows/ci.yml; .github/workflows/codeql.yml; .github/workflows/dependabot-automerge.yml +Haec,haec,Languages and research,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,benches/template_bench.sh; verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +Haec,haec,Languages and research,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll,.github/workflows/release.yml +Firmboot,firmboot,Languages and research,Syntax,D,Synchronic coherence and continuity across admitted updates. Native language/toolchain and arbitrary-code hot loading remain research directions.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Semantics,D,Synchronic coherence and continuity across admitted updates. Native language/toolchain and arbitrary-code hot loading remain research directions.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Type checker,I,Elixir admission/checker/model implementation and Agda/Lean contracts inspected; a reference model is not a general language runtime.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims.,lib/firmboot/checker.ex; lib/firmboot/model.ex; VERIFICATION.md +Firmboot,firmboot,Languages and research,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims.,proofs/lean/controls/ResetOwnership.lean +Firmboot,firmboot,Languages and research,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Lexer,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,REPL,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims.,proofs/lean/controls/StaleReply.lean +Firmboot,firmboot,Languages and research,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Interpreter / runner,I,Elixir admission/checker/model implementation and Agda/Lean contracts inspected; a reference model is not a general language runtime.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims.,lib/firmboot/checker.ex; lib/firmboot/model.ex; VERIFICATION.md +Firmboot,firmboot,Languages and research,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Compiler / build,!,"Finite agreement witnesses do not prove arbitrary-run language/runtime refinement, physical uptime or arbitrary-code hot loading.",fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims.,VERIFICATION.md +Firmboot,firmboot,Languages and research,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims.,VERIFICATION.md +Firmboot,firmboot,Languages and research,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Other libraries / packages,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Unit / conformance tests,T,"43 Elixir tests passed in the local working tree, including its uncommitted water-leak extension. This is explicitly local evidence, not evidence for only the published baseline.",fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims.,test/firmboot/model_test.exs; test/firmboot/live_test.exs +Firmboot,firmboot,Languages and research,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Formal model / proofs,I,Safe Agda/Lean model and real rejection/axiom-audit harnesses reviewed. Fresh proof runs were not performed for this atlas.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims.,proofs/agda/Firmboot/All.agda; proofs/lean/AuditPolicy.lean +Firmboot,firmboot,Languages and research,Proof / runtime correspondence,!,"Finite agreement witnesses do not prove arbitrary-run language/runtime refinement, physical uptime or arbitrary-code hot loading.",fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims.,VERIFICATION.md +Firmboot,firmboot,Languages and research,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims.,.github/workflows/secrets.yml; .github/workflows/security.yml; .github/workflows/verify.yml +Firmboot,firmboot,Languages and research,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +Firmboot,firmboot,Languages and research,Release / packaging,?,No sufficient component assessment in this audit. This is not a claim of absence.,fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims., +007 / 007-lang,007,Languages and research,Syntax,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Semantics,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Type checker,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Ownership / effects,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,AST,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Judgement / evidence graph,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Lexer,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Parser,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Elaboration / IR,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,REPL,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,LSP / debugger,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Interpreter / runner,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Meta-interpreter,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Compiler / build,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Meta-compiler,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Code generators,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Coprocessor / GPU,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,FFI / ABI / verifier,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Standard library,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Aggregate library,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Other libraries / packages,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Unit / conformance tests,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Property tests / fuzzing,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Formal model / proofs,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Proof / runtime correspondence,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,CI / security gates,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Benchmarks / measurement,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +007 / 007-lang,007,Languages and research,Release / packaging,X,Private implementation details are deliberately not included in the public atlas.,Private scope, +My: Solo,my-lang,Faces and foundations,Syntax,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Semantics,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Type checker,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Ownership / effects,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,AST,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Lexer,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Parser,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Elaboration / IR,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,REPL,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,LSP / debugger,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Interpreter / runner,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Compiler / build,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Code generators,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,FFI / ABI / verifier,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Standard library,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Other libraries / packages,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Unit / conformance tests,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Formal model / proofs,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Proof / runtime correspondence,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,CI / security gates,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Solo,my-lang,Faces and foundations,Release / packaging,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Syntax,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Semantics,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Type checker,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Ownership / effects,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,AST,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Lexer,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Parser,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Elaboration / IR,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,REPL,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,LSP / debugger,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Interpreter / runner,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Compiler / build,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Code generators,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,FFI / ABI / verifier,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Standard library,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Other libraries / packages,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Unit / conformance tests,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Formal model / proofs,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Proof / runtime correspondence,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,CI / security gates,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Duet,my-lang,Faces and foundations,Release / packaging,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Syntax,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Semantics,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Type checker,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Ownership / effects,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,AST,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Lexer,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Parser,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Elaboration / IR,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,REPL,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,LSP / debugger,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Interpreter / runner,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Compiler / build,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Code generators,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,FFI / ABI / verifier,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Standard library,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Other libraries / packages,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Unit / conformance tests,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Formal model / proofs,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Proof / runtime correspondence,R,"Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.",097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,CI / security gates,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +My: Ensemble,my-lang,Faces and foundations,Release / packaging,?,No sufficient component assessment in this audit. This is not a claim of absence.,097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main, +Me projection,me-dialect,Faces and foundations,Syntax,R,Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Semantics,R,Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Type checker,R,Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Ownership / effects,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,AST,R,Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Lexer,R,Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Parser,R,Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Elaboration / IR,R,Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Interpreter / runner,R,Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Compiler / build,R,Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,FFI / ABI / verifier,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Other libraries / packages,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Unit / conformance tests,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Formal model / proofs,R,Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Proof / runtime correspondence,R,Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,CI / security gates,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +Me projection,me-dialect,Faces and foundations,Release / packaging,?,No sufficient component assessment in this audit. This is not a claim of absence.,2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4], +rattlescript,rattlescript,Faces and foundations,Syntax,?,No sufficient component assessment in this audit. This is not a claim of absence.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,Semantics,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,Type checker,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,Ownership / effects,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2],.affinescript-pin; docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc +rattlescript,rattlescript,Faces and foundations,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2],.github/workflows/secret-scanner.yml +rattlescript,rattlescript,Faces and foundations,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,Interpreter / runner,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,Compiler / build,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2],src/interface/build/ttc/2025081600/Abi/Foreign.ttc; src/interface/build/ttc/2025081600/Abi/Foreign.ttm; src/interface/build/ttc/2025081600/Abi/Layout.ttc +rattlescript,rattlescript,Faces and foundations,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2],features/ssg/ssg-bootstrap.sh +rattlescript,rattlescript,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/interface/Abi/0.3-AI-MANIFEST.a2ml +rattlescript,rattlescript,Faces and foundations,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2],.machine_readable/6a2/ECOSYSTEM.a2ml +rattlescript,rattlescript,Faces and foundations,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +rattlescript,rattlescript,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2],tests/fuzz/README.adoc; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +rattlescript,rattlescript,Faces and foundations,Formal model / proofs,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc; verification/proofs/agda/Properties.agda +rattlescript,rattlescript,Faces and foundations,Proof / runtime correspondence,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +rattlescript,rattlescript,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2],.github/workflows/codeql.yml; .github/workflows/governance.yml; .github/workflows/hypatia-scan.yml +rattlescript,rattlescript,Faces and foundations,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +rattlescript,rattlescript,Faces and foundations,Release / packaging,?,No sufficient component assessment in this audit. This is not a claim of absence.,9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2], +jaffascript,jaffascript,Faces and foundations,Syntax,?,No sufficient component assessment in this audit. This is not a claim of absence.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,Semantics,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,Type checker,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,Ownership / effects,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone],.affinescript-pin; docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc +jaffascript,jaffascript,Faces and foundations,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone],.github/workflows/secret-scanner.yml +jaffascript,jaffascript,Faces and foundations,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,Interpreter / runner,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,Compiler / build,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone],src/interface/build/ttc/2025081600/Abi/Foreign.ttc; src/interface/build/ttc/2025081600/Abi/Foreign.ttm; src/interface/build/ttc/2025081600/Abi/Layout.ttc +jaffascript,jaffascript,Faces and foundations,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone],features/ssg/ssg-bootstrap.sh +jaffascript,jaffascript,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone],.machine_readable/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/.machine_readable/scripts/verification/README.adoc; .machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml +jaffascript,jaffascript,Faces and foundations,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone],.machine_readable/.machine_readable/6a2/ECOSYSTEM.a2ml; .machine_readable/.machine_readable/ECOSYSTEM.a2ml; .machine_readable/6a2/ECOSYSTEM.a2ml +jaffascript,jaffascript,Faces and foundations,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +jaffascript,jaffascript,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone],tests/fuzz/README.adoc; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +jaffascript,jaffascript,Faces and foundations,Formal model / proofs,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc; verification/proofs/agda/Properties.agda +jaffascript,jaffascript,Faces and foundations,Proof / runtime correspondence,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone], +jaffascript,jaffascript,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone],.github/workflows/codeql.yml; .github/workflows/governance.yml; .github/workflows/hypatia-scan.yml +jaffascript,jaffascript,Faces and foundations,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc; verification/verification/benchmarks/0.2-AI-MANIFEST.a2ml +jaffascript,jaffascript,Faces and foundations,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone],guix.scm; manifest.scm +cafescripto,cafescripto,Faces and foundations,Syntax,?,No sufficient component assessment in this audit. This is not a claim of absence.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,Semantics,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,Type checker,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,Ownership / effects,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main,.affinescript-pin; docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc +cafescripto,cafescripto,Faces and foundations,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main,.github/workflows/secret-scanner.yml +cafescripto,cafescripto,Faces and foundations,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,Interpreter / runner,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,Compiler / build,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main,src/interface/build/ttc/2025081600/Abi/Foreign.ttc; src/interface/build/ttc/2025081600/Abi/Foreign.ttm; src/interface/build/ttc/2025081600/Abi/Layout.ttc +cafescripto,cafescripto,Faces and foundations,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main,features/ssg/ssg-bootstrap.sh +cafescripto,cafescripto,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main,.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/interface/Abi/0.3-AI-MANIFEST.a2ml +cafescripto,cafescripto,Faces and foundations,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main,.machine_readable/6a2/ECOSYSTEM.a2ml +cafescripto,cafescripto,Faces and foundations,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main,src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +cafescripto,cafescripto,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main,tests/fuzz/README.adoc; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +cafescripto,cafescripto,Faces and foundations,Formal model / proofs,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main,verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc; verification/proofs/agda/Properties.agda +cafescripto,cafescripto,Faces and foundations,Proof / runtime correspondence,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +cafescripto,cafescripto,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main,.github/workflows/codeql.yml; .github/workflows/governance.yml; .github/workflows/hypatia-scan.yml +cafescripto,cafescripto,Faces and foundations,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main,verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +cafescripto,cafescripto,Faces and foundations,Release / packaging,?,No sufficient component assessment in this audit. This is not a claim of absence.,d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,Syntax,?,No sufficient component assessment in this audit. This is not a claim of absence.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,Semantics,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,Type checker,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,Ownership / effects,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main,.affinescript-pin; docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc +lucidscript,lucidscript,Faces and foundations,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main,.github/workflows/secret-scanner.yml +lucidscript,lucidscript,Faces and foundations,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,Interpreter / runner,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,Compiler / build,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main,src/interface/build/ttc/2025081600/Abi/Foreign.ttc; src/interface/build/ttc/2025081600/Abi/Foreign.ttm; src/interface/build/ttc/2025081600/Abi/Layout.ttc +lucidscript,lucidscript,Faces and foundations,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main,features/ssg/ssg-bootstrap.sh +lucidscript,lucidscript,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main,.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/interface/Abi/0.3-AI-MANIFEST.a2ml +lucidscript,lucidscript,Faces and foundations,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main,.machine_readable/6a2/ECOSYSTEM.a2ml +lucidscript,lucidscript,Faces and foundations,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main,src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +lucidscript,lucidscript,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main,tests/fuzz/README.adoc; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +lucidscript,lucidscript,Faces and foundations,Formal model / proofs,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main,verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc; verification/proofs/agda/Properties.agda +lucidscript,lucidscript,Faces and foundations,Proof / runtime correspondence,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +lucidscript,lucidscript,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main,.github/workflows/codeql.yml; .github/workflows/governance.yml; .github/workflows/hypatia-scan.yml +lucidscript,lucidscript,Faces and foundations,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main,verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +lucidscript,lucidscript,Faces and foundations,Release / packaging,?,No sufficient component assessment in this audit. This is not a claim of absence.,dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main, +pseudoscript,pseudoscript,Faces and foundations,Syntax,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,Semantics,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,Type checker,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,Ownership / effects,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22],.affinescript-pin; docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc +pseudoscript,pseudoscript,Faces and foundations,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22],.github/workflows/secret-scanner.yml +pseudoscript,pseudoscript,Faces and foundations,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,Interpreter / runner,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,Compiler / build,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22],src/interface/build/ttc/2025081600/Abi/Foreign.ttc; src/interface/build/ttc/2025081600/Abi/Foreign.ttm; src/interface/build/ttc/2025081600/Abi/Layout.ttc +pseudoscript,pseudoscript,Faces and foundations,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22],features/ssg/ssg-bootstrap.sh +pseudoscript,pseudoscript,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/interface/Abi/0.3-AI-MANIFEST.a2ml +pseudoscript,pseudoscript,Faces and foundations,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22],.machine_readable/6a2/ECOSYSTEM.a2ml +pseudoscript,pseudoscript,Faces and foundations,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +pseudoscript,pseudoscript,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22],tests/fuzz/README.adoc; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +pseudoscript,pseudoscript,Faces and foundations,Formal model / proofs,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc; verification/proofs/agda/Properties.agda +pseudoscript,pseudoscript,Faces and foundations,Proof / runtime correspondence,R,Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +pseudoscript,pseudoscript,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22],.github/workflows/codeql.yml; .github/workflows/governance.yml; .github/workflows/hypatia-scan.yml +pseudoscript,pseudoscript,Faces and foundations,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +pseudoscript,pseudoscript,Faces and foundations,Release / packaging,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22], +Panoply,panoply,Faces and foundations,Syntax,D,Repurposed v1 lineage and new charter reviewed.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,Semantics,D,Repurposed v1 lineage and new charter reviewed.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,Type checker,?,No sufficient component assessment in this audit. This is not a claim of absence.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins,docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc +Panoply,panoply,Faces and foundations,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins,.github/workflows/secret-scanner.yml +Panoply,panoply,Faces and foundations,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,Interpreter / runner,!,Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,Compiler / build,!,Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins,src/interface/ffi/build.zig +Panoply,panoply,Faces and foundations,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins,features/ssg/ssg-bootstrap.sh +Panoply,panoply,Faces and foundations,Code generators,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins,src/backends/0.2-AI-MANIFEST.a2ml; src/backends/README.adoc +Panoply,panoply,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins,.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; abi.ipkg +Panoply,panoply,Faces and foundations,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins,.machine_readable/6a2/ECOSYSTEM.a2ml +Panoply,panoply,Faces and foundations,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins,src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +Panoply,panoply,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins,tests/fuzz/README.adoc; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +Panoply,panoply,Faces and foundations,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins,verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc; verification/proofs/agda/Properties.agda +Panoply,panoply,Faces and foundations,Proof / runtime correspondence,!,Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins, +Panoply,panoply,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins,.github/workflows/boj-build.yml; .github/workflows/codeql.yml; .github/workflows/dependabot-automerge.yml +Panoply,panoply,Faces and foundations,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins,benches/template_bench.sh; verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +Panoply,panoply,Faces and foundations,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins,.github/workflows/release.yml; build/guix.scm +nextgen-typing,nextgen-typing,Faces and foundations,Syntax,D,Typing research programme/coordinator; assess the linked kernels separately.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,Semantics,D,Typing research programme/coordinator; assess the linked kernels separately.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,Type checker,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll,verification/proofs/agda/EchoTyping.agda; verification/proofs/agda/nextgen-typing.agda-lib +nextgen-typing,nextgen-typing,Faces and foundations,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll,docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc +nextgen-typing,nextgen-typing,Faces and foundations,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,Lexer,H,Coordinator role. Native execution components belong to the referenced languages/kernels.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll,.github/workflows/secret-scanner.yml +nextgen-typing,nextgen-typing,Faces and foundations,Parser,H,Coordinator role. Native execution components belong to the referenced languages/kernels.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,REPL,H,Coordinator role. Native execution components belong to the referenced languages/kernels.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,Interpreter / runner,H,Coordinator role. Native execution components belong to the referenced languages/kernels.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll,.github/workflows/runtime-policy.yml +nextgen-typing,nextgen-typing,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,Compiler / build,H,Coordinator role. Native execution components belong to the referenced languages/kernels.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,Meta-compiler,H,Coordinator role. Native execution components belong to the referenced languages/kernels.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll,features/ssg/ssg-bootstrap.sh +nextgen-typing,nextgen-typing,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll,.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; verification/0.1-AI-MANIFEST.a2ml +nextgen-typing,nextgen-typing,Faces and foundations,Standard library,H,Coordinator role. Native execution components belong to the referenced languages/kernels.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll,.machine_readable/6a2/ECOSYSTEM.a2ml +nextgen-typing,nextgen-typing,Faces and foundations,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll,tests/aspect_tests.sh; tests/e2e.sh; tests/e2e/template_instantiation_test.sh +nextgen-typing,nextgen-typing,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll,tests/fuzz/README.adoc; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +nextgen-typing,nextgen-typing,Faces and foundations,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll,verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc; verification/proofs/agda/EchoTyping.agda +nextgen-typing,nextgen-typing,Faces and foundations,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll, +nextgen-typing,nextgen-typing,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll,.github/workflows/boj-build.yml; .github/workflows/codeql.yml; .github/workflows/coordination-boundary.yml +nextgen-typing,nextgen-typing,Faces and foundations,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll,benches/template_bench.sh; verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +nextgen-typing,nextgen-typing,Faces and foundations,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll,.github/workflows/release.yml +Kategoria,kategoria,Faces and foundations,Syntax,D,Five research routes; alpha/Idris extension contains source while other routes are largely prose.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,Semantics,D,Five research routes; alpha/Idris extension contains source while other routes are largely prose.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,Type checker,I,Alpha route Idris source inspected; broad multi-route implementation not established.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll,.claude/worktrees/bridge-matrix-fix/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; .claude/worktrees/bridge-matrix-fix/docs/governance/audit/effects/README.adoc; .claude/worktrees/bridge-matrix-fix/docs/stumble-journal/001-qtt-cubical-wall.adoc +Kategoria,kategoria,Faces and foundations,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll,.claude/worktrees/bridge-matrix-fix/.github/workflows/secret-scanner.yml; .github/workflows/secret-scanner.yml +Kategoria,kategoria,Faces and foundations,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,Interpreter / runner,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll,.claude/worktrees/bridge-matrix-fix/src/interface/ffi/build.zig; .claude/worktrees/typell-feed/examples/build/ttc/2023090800/Demo_ProvenArithmetic.ttc; .claude/worktrees/typell-feed/examples/build/ttc/2023090800/Demo_ProvenArithmetic.ttm +Kategoria,kategoria,Faces and foundations,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll,.claude/worktrees/bridge-matrix-fix/features/ssg/ssg-bootstrap.sh; features/ssg/ssg-bootstrap.sh +Kategoria,kategoria,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll,.claude/worktrees/bridge-matrix-fix/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .claude/worktrees/bridge-matrix-fix/.machine_readable/scripts/verification/README.adoc; .claude/worktrees/bridge-matrix-fix/src/interface/abi/0.3-AI-MANIFEST.a2ml +Kategoria,kategoria,Faces and foundations,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll, +Kategoria,kategoria,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll,.claude/worktrees/bridge-matrix-fix/.machine_readable/6a2/ECOSYSTEM.a2ml; .machine_readable/6a2/ECOSYSTEM.a2ml +Kategoria,kategoria,Faces and foundations,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll,.claude/worktrees/bridge-matrix-fix/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; .claude/worktrees/bridge-matrix-fix/src/interface/ffi/test/README.adoc; .claude/worktrees/bridge-matrix-fix/src/interface/ffi/test/integration_test.zig +Kategoria,kategoria,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll,.claude/worktrees/bridge-matrix-fix/tests/fuzz/placeholder.txt; .claude/worktrees/bridge-matrix-fix/tests/property_test.sh; .claude/worktrees/bridge-matrix-fix/verification/fuzzing/0.2-AI-MANIFEST.a2ml +Kategoria,kategoria,Faces and foundations,Formal model / proofs,P,"A separate actual Idris Refl transport control checked successfully, refuting the claim that safe equality transport itself is impossible. It is not a cubical/univalence implementation.",7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll,.claude/worktrees/bridge-matrix-fix/verification/proofs/0.2-AI-MANIFEST.a2ml; .claude/worktrees/bridge-matrix-fix/verification/proofs/README.adoc; verification/proofs/0.2-AI-MANIFEST.a2ml +Kategoria,kategoria,Faces and foundations,Proof / runtime correspondence,!,The transport control does not establish soundness of all five proposed routes.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll,.claude/worktrees/bridge-matrix-fix/routes/alpha-extend/Level08_Refinement.idr; .claude/worktrees/typell-feed/routes/alpha-extend/build/ttc/2023090800/Level08_Refinement.ttc; .claude/worktrees/typell-feed/routes/alpha-extend/build/ttc/2023090800/Level08_Refinement.ttm +Kategoria,kategoria,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll,.claude/worktrees/bridge-matrix-fix/.github/workflows/boj-build.yml; .claude/worktrees/bridge-matrix-fix/.github/workflows/casket-pages.yml; .claude/worktrees/bridge-matrix-fix/.github/workflows/codeql.yml +Kategoria,kategoria,Faces and foundations,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll,.claude/worktrees/bridge-matrix-fix/verification/benchmarks/0.2-AI-MANIFEST.a2ml; .claude/worktrees/bridge-matrix-fix/verification/benchmarks/README.adoc; verification/benchmarks/0.2-AI-MANIFEST.a2ml +Kategoria,kategoria,Faces and foundations,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll,.claude/worktrees/bridge-matrix-fix/.github/workflows/release.yml; .claude/worktrees/bridge-matrix-fix/guix.scm; .github/workflows/release.yml +TypeLL,typell,Faces and foundations,Syntax,D,Rust checker hub and Idris model reviewed; each bridge needs its own preservation contract.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml, +TypeLL,typell,Faces and foundations,Semantics,D,Rust checker hub and Idris model reviewed; each bridge needs its own preservation contract.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/src/abi/InferenceSoundness.idr; .claude/worktrees/kategoria-conformance/src/abi/Soundness.idr; src/abi/InferenceSoundness.idr +TypeLL,typell,Faces and foundations,Type checker,I,Checker implementation inspected; finish can return success with pending proof obligations and linearity issues.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/docs/decisions/0002-reversibility-as-typing-case-study.md; docs/decisions/0002-reversibility-as-typing-case-study.md +TypeLL,typell,Faces and foundations,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/crates/typell-affinescript/Cargo.toml; .claude/worktrees/kategoria-conformance/crates/typell-affinescript/src/bridge.rs; .claude/worktrees/kategoria-conformance/crates/typell-affinescript/src/lib.rs +TypeLL,typell,Faces and foundations,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml, +TypeLL,typell,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml, +TypeLL,typell,Faces and foundations,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/.github/workflows/secret-scanner.yml; .github/workflows/secret-scanner.yml +TypeLL,typell,Faces and foundations,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml, +TypeLL,typell,Faces and foundations,Elaboration / IR,!,"Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale.",a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml, +TypeLL,typell,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml, +TypeLL,typell,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml, +TypeLL,typell,Faces and foundations,Interpreter / runner,?,No sufficient component assessment in this audit. This is not a claim of absence.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml, +TypeLL,typell,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml, +TypeLL,typell,Faces and foundations,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/ffi/zig/build.zig; ffi/zig/build.zig +TypeLL,typell,Faces and foundations,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml, +TypeLL,typell,Faces and foundations,Code generators,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/src/backends/README.md; src/backends/README.md +TypeLL,typell,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml, +TypeLL,typell,Faces and foundations,FFI / ABI / verifier,!,"Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale.",a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/ffi/zig/build.zig; .claude/worktrees/kategoria-conformance/ffi/zig/src/main.zig; .claude/worktrees/kategoria-conformance/ffi/zig/test/integration_test.zig +TypeLL,typell,Faces and foundations,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml, +TypeLL,typell,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml, +TypeLL,typell,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/.machine_readable/6a2/ECOSYSTEM.a2ml; .machine_readable/6a2/ECOSYSTEM.a2ml +TypeLL,typell,Faces and foundations,Unit / conformance tests,T,Offline TypeLL core cargo tests passed.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/crates/typell-core/tests/core_comprehensive_tests.rs; .claude/worktrees/kategoria-conformance/crates/typell-core/tests/e2e_test.rs; .claude/worktrees/kategoria-conformance/crates/typell-core/tests/kategoria_conformance.rs +TypeLL,typell,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/crates/typell-core/tests/property_test.rs; .claude/worktrees/kategoria-conformance/tests/fuzz/placeholder.txt; crates/typell-core/tests/property_test.rs +TypeLL,typell,Faces and foundations,Formal model / proofs,I,Idris Soundness model covers Bool/Int/Unit/Arrow; it does not establish all hub types and bridges.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/src/abi/InferenceSoundness.idr; .claude/worktrees/kategoria-conformance/src/abi/Soundness.idr; src/abi/InferenceSoundness.idr +TypeLL,typell,Faces and foundations,Proof / runtime correspondence,!,"Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale.",a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/src/abi/InferenceSoundness.idr; .claude/worktrees/kategoria-conformance/src/abi/Soundness.idr; src/abi/InferenceSoundness.idr +TypeLL,typell,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/.github/workflows/boj-build.yml; .claude/worktrees/kategoria-conformance/.github/workflows/casket-pages.yml; .claude/worktrees/kategoria-conformance/.github/workflows/codeql.yml +TypeLL,typell,Faces and foundations,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/benches/.gitkeep; .claude/worktrees/kategoria-conformance/crates/typell-core/benches/typell_bench.rs; benches/.gitkeep +TypeLL,typell,Faces and foundations,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml,.claude/worktrees/kategoria-conformance/.github/workflows/release.yml; .claude/worktrees/kategoria-conformance/guix.scm; .github/workflows/release.yml +typed-wasm,typed-wasm,Faces and foundations,Syntax,D,"Typed WebAssembly sections, producer/checker relationship and trust boundary reviewed.",2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],spec/L13-L16-reserved-syntax.adoc; spec/grammar.ebnf; tools/tree-sitter-twasm/grammar.js +typed-wasm,typed-wasm,Faces and foundations,Semantics,D,"Typed WebAssembly sections, producer/checker relationship and trust boundary reviewed.",2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102], +typed-wasm,typed-wasm,Faces and foundations,Type checker,I,Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],crates/typed-wasm-codegen/tests/access_typing.rs; src/abi/TypedWasm/ABI/AccessTypingSpec.idr; src/parser/Checker.affine +typed-wasm,typed-wasm,Faces and foundations,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],affinescript.json; crates/typed-wasm-verify/tests/fixtures/c5_real/01_clean_linear.affine; crates/typed-wasm-verify/tests/fixtures/c5_real/01_clean_linear.wasm +typed-wasm,typed-wasm,Faces and foundations,AST,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],src/parser/Ast.affine +typed-wasm,typed-wasm,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102], +typed-wasm,typed-wasm,Faces and foundations,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],.github/workflows/secret-scanner.yml; src/parser/Lexer.affine +typed-wasm,typed-wasm,Faces and foundations,Parser,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],benchmarks/parser-bench.mjs; crates/typed-wasm-codegen/src/parser.rs; spec/grammar.ebnf +typed-wasm,typed-wasm,Faces and foundations,Elaboration / IR,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],crates/typed-wasm-codegen/tests/execute_lowering.rs; crates/typed-wasm-codegen/tests/scan_lowering.rs +typed-wasm,typed-wasm,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102], +typed-wasm,typed-wasm,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102], +typed-wasm,typed-wasm,Faces and foundations,Interpreter / runner,?,No sufficient component assessment in this audit. This is not a claim of absence.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102], +typed-wasm,typed-wasm,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102], +typed-wasm,typed-wasm,Faces and foundations,Compiler / build,!,Actual workspace cargo resolution failed: codegen requests nonexistent verifier feature unstable-l13-imports. Tests never started; no false test-failure inference.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],ffi/zig/build.zig +typed-wasm,typed-wasm,Faces and foundations,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],features/ssg/ssg-bootstrap.sh +typed-wasm,typed-wasm,Faces and foundations,Code generators,I,Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],crates/typed-wasm-codegen/Cargo.toml; crates/typed-wasm-codegen/README.md; crates/typed-wasm-codegen/src/bin/tw.rs +typed-wasm,typed-wasm,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102], +typed-wasm,typed-wasm,Faces and foundations,FFI / ABI / verifier,I,Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; ffi/zig/build.zig +typed-wasm,typed-wasm,Faces and foundations,Standard library,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],src/abi/Layout/Stdlib.idr +typed-wasm,typed-wasm,Faces and foundations,Aggregate library,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],docs/architecture/AGGREGATE-LIBRARY-VISION.adoc +typed-wasm,typed-wasm,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],.machine_readable/6a2/ECOSYSTEM.a2ml +typed-wasm,typed-wasm,Faces and foundations,Unit / conformance tests,!,Actual workspace cargo resolution failed: codegen requests nonexistent verifier feature unstable-l13-imports. Tests never started; no false test-failure inference.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],crates/typed-wasm-codegen/tests/access_typing.rs; crates/typed-wasm-codegen/tests/corpus.rs; crates/typed-wasm-codegen/tests/errors.rs +typed-wasm,typed-wasm,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],tests/fuzz/README.adoc; tests/property/property_test.mjs; verification/fuzzing/0.2-AI-MANIFEST.a2ml +typed-wasm,typed-wasm,Faces and foundations,Formal model / proofs,!,SourceAccepts and VerifierAccepts use the same FunctionsAccepted witness in the Idris fixture model. That is not a refinement proof of the Rust byte parser.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +typed-wasm,typed-wasm,Faces and foundations,Proof / runtime correspondence,!,SourceAccepts and VerifierAccepts use the same FunctionsAccepted witness in the Idris fixture model. That is not a refinement proof of the Rust byte parser.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],docs/proof-debt.md; docs/wiki/Proof-Debt-Status.md +typed-wasm,typed-wasm,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],.github/workflows/boj-build.yml; .github/workflows/c5-regenerate.yml; .github/workflows/cargo-audit.yml +typed-wasm,typed-wasm,Faces and foundations,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],benchmarks/parser-bench.mjs; spec/ARG-PROFILE.adoc; spec/CRG-PROFILE.adoc +typed-wasm,typed-wasm,Faces and foundations,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102],.github/workflows/release.yml +SystemET,systemet,Faces and foundations,Syntax,D,"L0 runtime, L1 total conversion, L2 grades, L3 guarded recursion, L4 effects/TEA; obligations must remain layer-specific.",b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],verification/proofs/lean4/Systemet/L1/Syntax.lean +SystemET,systemet,Faces and foundations,Semantics,D,"L0 runtime, L1 total conversion, L2 grades, L3 guarded recursion, L4 effects/TEA; obligations must remain layer-specific.",b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],verification/proofs/lean4/Systemet/L1/Soundness.lean +SystemET,systemet,Faces and foundations,Type checker,?,No sufficient component assessment in this audit. This is not a claim of absence.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15], +SystemET,systemet,Faces and foundations,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; docs/theory/08-l4-effects-tea.adoc +SystemET,systemet,Faces and foundations,AST,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],verification/proofs/lean4/Systemet/L1/Syntax.lean +SystemET,systemet,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15], +SystemET,systemet,Faces and foundations,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],.github/workflows/secret-scanner.yml +SystemET,systemet,Faces and foundations,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15], +SystemET,systemet,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15], +SystemET,systemet,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15], +SystemET,systemet,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15], +SystemET,systemet,Faces and foundations,Interpreter / runner,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],docs/theory/01-l0-runtime.adoc +SystemET,systemet,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15], +SystemET,systemet,Faces and foundations,Compiler / build,?,No sufficient component assessment in this audit. This is not a claim of absence.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15], +SystemET,systemet,Faces and foundations,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],features/ssg/ssg-bootstrap.sh +SystemET,systemet,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15], +SystemET,systemet,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15], +SystemET,systemet,Faces and foundations,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; verification/0.1-AI-MANIFEST.a2ml +SystemET,systemet,Faces and foundations,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15], +SystemET,systemet,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15], +SystemET,systemet,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],.machine_readable/6a2/ECOSYSTEM.a2ml +SystemET,systemet,Faces and foundations,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],tests/aspect_tests.sh; tests/e2e.sh; tests/e2e/template_instantiation_test.sh +SystemET,systemet,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],tests/fuzz/README.adoc; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +SystemET,systemet,Faces and foundations,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc; verification/proofs/lean4/MANIFEST +SystemET,systemet,Faces and foundations,Proof / runtime correspondence,?,No single end-to-end theorem across all five layers was established in this audit.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],verification/proofs/lean4/Systemet/L1/Soundness.lean +SystemET,systemet,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],.github/workflows/boj-build.yml; .github/workflows/codeql.yml; .github/workflows/container-build.yml +SystemET,systemet,Faces and foundations,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],benches/template_bench.sh; verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +SystemET,systemet,Faces and foundations,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15],.github/workflows/release.yml +Anytype,anytype,Faces and foundations,Syntax,D,Typed kernel and its relation to SystemET/AffineScript reviewed.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,src/kernel/Anytype/Core/Syntax.idr +Anytype,anytype,Faces and foundations,Semantics,D,Typed kernel and its relation to SystemET/AffineScript reviewed.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable, +Anytype,anytype,Faces and foundations,Type checker,I,"Idris executable kernel inspected, including affine weakening and linear rejection.",38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable, +Anytype,anytype,Faces and foundations,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; src/kernel/Anytype/Grade/Affine.idr +Anytype,anytype,Faces and foundations,AST,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,src/kernel/Anytype/Core/Syntax.idr +Anytype,anytype,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable, +Anytype,anytype,Faces and foundations,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,.github/workflows/secret-scanner.yml +Anytype,anytype,Faces and foundations,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable, +Anytype,anytype,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable, +Anytype,anytype,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable, +Anytype,anytype,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable, +Anytype,anytype,Faces and foundations,Interpreter / runner,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,.github/workflows/runtime-policy.yml +Anytype,anytype,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable, +Anytype,anytype,Faces and foundations,Compiler / build,!,Justfile completion messages/TODO recipes are not a kernel build or compiler implementation.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,src/interface/ffi/build.zig +Anytype,anytype,Faces and foundations,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,features/ssg/ssg-bootstrap.sh +Anytype,anytype,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable, +Anytype,anytype,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable, +Anytype,anytype,Faces and foundations,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; abi.ipkg +Anytype,anytype,Faces and foundations,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable, +Anytype,anytype,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable, +Anytype,anytype,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,.machine_readable/6a2/ECOSYSTEM.a2ml +Anytype,anytype,Faces and foundations,Unit / conformance tests,T,"19 matrix cases passed, including affine weakening and rejection of invalid linear use.",38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +Anytype,anytype,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,tests/fuzz/README.adoc; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +Anytype,anytype,Faces and foundations,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc; verification/proofs/agda/Properties.agda +Anytype,anytype,Faces and foundations,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable, +Anytype,anytype,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,.github/workflows/boj-build.yml; .github/workflows/codeql.yml; .github/workflows/container-build.yml +Anytype,anytype,Faces and foundations,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,benches/template_bench.sh; verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +Anytype,anytype,Faces and foundations,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable,.github/workflows/release.yml +Aggregate library / aLib,aggregate-library,Faces and foundations,Syntax,D,Common semantic operations with per-language bindings; each binding needs operation/domain-specific conformance.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,Semantics,D,Common semantic operations with per-language bindings; each binding needs operation/domain-specific conformance.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,Type checker,?,No sufficient component assessment in this audit. This is not a claim of absence.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6],src/affinescript/ALib.affine; src/affinescript/README.adoc +Aggregate library / aLib,aggregate-library,Faces and foundations,AST,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6],lib/aggregate_library/ast/traversal.ex +Aggregate library / aLib,aggregate-library,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,Lexer,H,Library role; host-language frontend/runtime must be assessed in its own row.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6],.github/workflows/secret-scanner.yml +Aggregate library / aLib,aggregate-library,Faces and foundations,Parser,H,Library role; host-language frontend/runtime must be assessed in its own row.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6],tools/stdlib-merger/src/parser.jl; tools/stdlib-merger/src/parsers/elixir_parser.jl +Aggregate library / aLib,aggregate-library,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,Interpreter / runner,H,Library role; host-language frontend/runtime must be assessed in its own row.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,Compiler / build,H,Library role; host-language frontend/runtime must be assessed in its own row.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6],ffi/zig/build.zig +Aggregate library / aLib,aggregate-library,Faces and foundations,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6],ffi/zig/build.zig; ffi/zig/src/main.zig; ffi/zig/test/integration_test.zig +Aggregate library / aLib,aggregate-library,Faces and foundations,Standard library,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6],tools/stdlib-merger/ARCHITECTURE.md; tools/stdlib-merger/Project.toml; tools/stdlib-merger/README.md +Aggregate library / aLib,aggregate-library,Faces and foundations,Aggregate library,I,Aggregate design and bindings reviewed. stdlib-merger implementation files are located; a full merger/conformance run is not established.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6],lib/aggregate_library.ex; lib/aggregate_library/ast/traversal.ex; lib/aggregate_library/collections.ex +Aggregate library / aLib,aggregate-library,Faces and foundations,Other libraries / packages,I,Aggregate design and bindings reviewed. stdlib-merger implementation files are located; a full merger/conformance run is not established.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6],.machine_readable/6a2/ECOSYSTEM.a2ml +Aggregate library / aLib,aggregate-library,Faces and foundations,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6],ffi/zig/test/integration_test.zig; test/RawFunctionTest.mres; test/conformance_test_spec.scm +Aggregate library / aLib,aggregate-library,Faces and foundations,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,Formal model / proofs,?,No sufficient component assessment in this audit. This is not a claim of absence.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,Proof / runtime correspondence,!,"An operation name shared by languages does not prove matching evaluation order, numerical domain, errors or effects.",da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6],.github/workflows/codeql.yml; .github/workflows/governance.yml; .github/workflows/hypatia-scan.yml +Aggregate library / aLib,aggregate-library,Faces and foundations,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6], +Aggregate library / aLib,aggregate-library,Faces and foundations,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6],guix.scm +Echo types,echo-types,Faces and foundations,Syntax,D,"Residue, information retention and modality foundation referenced by My/Firmboot; model scope matters.",2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml,proofs/agda/Ordinal/Buchholz/Syntax.agda +Echo types,echo-types,Faces and foundations,Semantics,D,"Residue, information retention and modality foundation referenced by My/Firmboot; model scope matters.",2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,Type checker,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml,proofs/agda/EchoLinear.agda; proofs/agda/examples/LinearErasure.agda +Echo types,echo-types,Faces and foundations,AST,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml,proofs/agda/Ordinal/Buchholz/Syntax.agda +Echo types,echo-types,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml,.github/workflows/secret-scanner.yml +Echo types,echo-types,Faces and foundations,Parser,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml,proofs/agda/EchoExampleParser.agda +Echo types,echo-types,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,LSP / debugger,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml,docs/echo-types/prototypes/warrant_debugger_prototype.jsx +Echo types,echo-types,Faces and foundations,Interpreter / runner,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml,docs/build.md; docs/echo-types/applications-compiler-analysis.adoc +Echo types,echo-types,Faces and foundations,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,FFI / ABI / verifier,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml,.machine_readable/6a2/ECOSYSTEM.a2ml +Echo types,echo-types,Faces and foundations,Unit / conformance tests,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml,proofs/agda/All.agda; proofs/agda/AntiEcho.agda; proofs/agda/AntiEchoTropical.agda +Echo types,echo-types,Faces and foundations,Proof / runtime correspondence,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml,docs/adjacency/refinement-types.adoc; docs/bridges/tropical-correspondence.md; docs/echo-types/tropical-correspondence.md +Echo types,echo-types,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml,.github/workflows/agda.yml; .github/workflows/codeql.yml; .github/workflows/governance.yml +Echo types,echo-types,Faces and foundations,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml, +Echo types,echo-types,Faces and foundations,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml,manifest.scm +Cut calculus,cut-calculus,Faces and foundations,Syntax,D,Finite/conditional research constructions reviewed; no universal transfinite guarantee established.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Semantics,D,Finite/conditional research constructions reviewed; no universal transfinite guarantee established.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Type checker,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Ownership / effects,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Lexer,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig,.github/workflows/secret-scanner.yml +Cut calculus,cut-calculus,Faces and foundations,Parser,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Interpreter / runner,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Compiler / build,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,FFI / ABI / verifier,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Standard library,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Other libraries / packages,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Unit / conformance tests,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Property tests / fuzzing,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig,src/CutCalculus/Choreography.agda; src/CutCalculus/CutRank.agda; src/CutCalculus/Tropical.agda +Cut calculus,cut-calculus,Faces and foundations,Proof / runtime correspondence,!,Preserve the stated finite/model assumptions when relating this work to language guarantees.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig,.github/workflows/codeql.yml; .github/workflows/main-estate-audit.yml; .github/workflows/pages.yml +Cut calculus,cut-calculus,Faces and foundations,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Cut calculus,cut-calculus,Faces and foundations,Release / packaging,?,No sufficient component assessment in this audit. This is not a claim of absence.,7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig, +Bunsenite,bunsenite,Faces and foundations,Syntax,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,Semantics,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,Type checker,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c8406e6d5899528db1b278589e7278aef8eed3bd; ,bindings/deno/bunsenite.affine; bindings/deno/example.affine; bindings/rescript/Bunsenite.affine +Bunsenite,bunsenite,Faces and foundations,AST,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,Lexer,H,Nickel-hosted bindings role. Do not count a second independent language toolchain.,c8406e6d5899528db1b278589e7278aef8eed3bd; ,.github/workflows/secret-scanner.yml +Bunsenite,bunsenite,Faces and foundations,Parser,H,Nickel-hosted bindings role. Do not count a second independent language toolchain.,c8406e6d5899528db1b278589e7278aef8eed3bd; ,benches/parser.rs; fuzz/fuzz_targets/fuzz_parser.rs +Bunsenite,bunsenite,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,Interpreter / runner,H,Nickel-hosted bindings role. Do not count a second independent language toolchain.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,Compiler / build,H,Nickel-hosted bindings role. Do not count a second independent language toolchain.,c8406e6d5899528db1b278589e7278aef8eed3bd; ,.clusterfuzzlite/build.sh; config/build.k9.ncl; ffi/zig/build.zig +Bunsenite,bunsenite,Faces and foundations,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c8406e6d5899528db1b278589e7278aef8eed3bd; ,ffi/zig/build.zig; ffi/zig/src/main.zig; ffi/zig/test/integration_test.zig +Bunsenite,bunsenite,Faces and foundations,Standard library,H,Nickel-hosted bindings role. Do not count a second independent language toolchain.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c8406e6d5899528db1b278589e7278aef8eed3bd; ,.github/workflows/publish-packages.yml; .machine_readable/6a2/ECOSYSTEM.a2ml +Bunsenite,bunsenite,Faces and foundations,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c8406e6d5899528db1b278589e7278aef8eed3bd; ,ffi/zig/test/integration_test.zig; tests/aspect_test.rs; tests/e2e_test.rs +Bunsenite,bunsenite,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c8406e6d5899528db1b278589e7278aef8eed3bd; ,.clusterfuzzlite/Containerfile; .clusterfuzzlite/build.sh; .clusterfuzzlite/project.yaml +Bunsenite,bunsenite,Faces and foundations,Formal model / proofs,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,c8406e6d5899528db1b278589e7278aef8eed3bd; , +Bunsenite,bunsenite,Faces and foundations,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c8406e6d5899528db1b278589e7278aef8eed3bd; ,.github/workflows/boj-build.yml; .github/workflows/cargo-audit.yml; .github/workflows/casket-pages.yml +Bunsenite,bunsenite,Faces and foundations,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c8406e6d5899528db1b278589e7278aef8eed3bd; ,benches/bunsenite_bench.rs; benches/parser.rs +Bunsenite,bunsenite,Faces and foundations,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c8406e6d5899528db1b278589e7278aef8eed3bd; ,.github/workflows/release.yml; PACKAGING.adoc; guix.scm +Oikosbot,oikosbot,Faces and foundations,Syntax,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Semantics,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Type checker,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86,bot-integration-affine/README.adoc; bot-integration-affine/check.sh; bot-integration-affine/src/Analysis.affine +Oikosbot,oikosbot,Faces and foundations,AST,H,Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Lexer,H,Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86,.github/workflows/secret-scanner.yml +Oikosbot,oikosbot,Faces and foundations,Parser,H,Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Interpreter / runner,!,Adapter now rejects malformed/non-boolean output and unavailable native execution. The real Eclexia JSON policy protocol remains unwired.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86,bot-integration-affine/src/tea/Runtime.affine +Oikosbot,oikosbot,Faces and foundations,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Compiler / build,H,Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Meta-compiler,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Code generators,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,FFI / ABI / verifier,!,Adapter now rejects malformed/non-boolean output and unavailable native execution. The real Eclexia JSON policy protocol remains unwired.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Standard library,H,Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86,.machine_readable/6a2/ECOSYSTEM.a2ml +Oikosbot,oikosbot,Faces and foundations,Unit / conformance tests,T,"Workspace tests and 9 all-features adapter tests pass, including invalid-output rejection and no invented cost measurements.",5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86,analyzers/code-haskell/test/Main.hs; bot-integration-affine/test/Smoke.affine +Oikosbot,oikosbot,Faces and foundations,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86,fuzz/Cargo.toml; fuzz/fuzz_targets/fuzz_main.rs +Oikosbot,oikosbot,Faces and foundations,Formal model / proofs,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,CI / security gates,I,CI/security configuration and actual PR checks were inspected and repaired in PR 86. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86,.github/workflows/casket-pages.yml; .github/workflows/ci.yml; .github/workflows/codeql.yml +Oikosbot,oikosbot,Faces and foundations,Benchmarks / measurement,!,Adapter no longer invents resource costs; measured resource accounting remains an integration obligation.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86, +Oikosbot,oikosbot,Faces and foundations,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86,guix/manifest.scm; manifest.scm +affinescriptiser,affinescriptiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4], +affinescriptiser,affinescriptiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],src/interface/abi/Affinescriptiser/ABI/Semantics.idr +affinescriptiser,affinescriptiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4], +affinescriptiser,affinescriptiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +affinescriptiser,affinescriptiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4], +affinescriptiser,affinescriptiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4], +affinescriptiser,affinescriptiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],.github/workflows/secret-scanner.yml +affinescriptiser,affinescriptiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],src/codegen/parser.rs +affinescriptiser,affinescriptiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4], +affinescriptiser,affinescriptiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4], +affinescriptiser,affinescriptiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4], +affinescriptiser,affinescriptiser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],src/codegen/mod.rs +affinescriptiser,affinescriptiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4], +affinescriptiser,affinescriptiser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],src/codegen/mod.rs +affinescriptiser,affinescriptiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],features/ssg/ssg-bootstrap.sh +affinescriptiser,affinescriptiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],src/codegen/mod.rs +affinescriptiser,affinescriptiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4], +affinescriptiser,affinescriptiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +affinescriptiser,affinescriptiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4], +affinescriptiser,affinescriptiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4], +affinescriptiser,affinescriptiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],.machine_readable/6a2/ECOSYSTEM.a2ml +affinescriptiser,affinescriptiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +affinescriptiser,affinescriptiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +affinescriptiser,affinescriptiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +affinescriptiser,affinescriptiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4], +affinescriptiser,affinescriptiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +affinescriptiser,affinescriptiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +affinescriptiser,affinescriptiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4],.github/workflows/release.yml +alloyiser,alloyiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main, +alloyiser,alloyiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,src/interface/abi/Alloyiser/ABI/Semantics.idr +alloyiser,alloyiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main, +alloyiser,alloyiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +alloyiser,alloyiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main, +alloyiser,alloyiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main, +alloyiser,alloyiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,.github/workflows/secret-scanner.yml +alloyiser,alloyiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,src/codegen/parser.rs +alloyiser,alloyiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main, +alloyiser,alloyiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main, +alloyiser,alloyiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main, +alloyiser,alloyiser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,src/codegen/mod.rs +alloyiser,alloyiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main, +alloyiser,alloyiser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,src/codegen/mod.rs +alloyiser,alloyiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,features/ssg/ssg-bootstrap.sh +alloyiser,alloyiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,src/codegen/mod.rs +alloyiser,alloyiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main, +alloyiser,alloyiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +alloyiser,alloyiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main, +alloyiser,alloyiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main, +alloyiser,alloyiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,.machine_readable/6a2/ECOSYSTEM.a2ml +alloyiser,alloyiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +alloyiser,alloyiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +alloyiser,alloyiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +alloyiser,alloyiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main, +alloyiser,alloyiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +alloyiser,alloyiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +alloyiser,alloyiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main,.github/workflows/release.yml +anvomidaviser,anvomidaviser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main, +anvomidaviser,anvomidaviser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,src/interface/abi/Anvomidaviser/ABI/Semantics.idr +anvomidaviser,anvomidaviser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main, +anvomidaviser,anvomidaviser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +anvomidaviser,anvomidaviser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main, +anvomidaviser,anvomidaviser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main, +anvomidaviser,anvomidaviser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,.github/workflows/secret-scanner.yml +anvomidaviser,anvomidaviser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,src/codegen/parser.rs +anvomidaviser,anvomidaviser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main, +anvomidaviser,anvomidaviser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main, +anvomidaviser,anvomidaviser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main, +anvomidaviser,anvomidaviser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,src/codegen/mod.rs +anvomidaviser,anvomidaviser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main, +anvomidaviser,anvomidaviser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,src/codegen/mod.rs +anvomidaviser,anvomidaviser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,features/ssg/ssg-bootstrap.sh +anvomidaviser,anvomidaviser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,src/codegen/mod.rs +anvomidaviser,anvomidaviser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main, +anvomidaviser,anvomidaviser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +anvomidaviser,anvomidaviser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main, +anvomidaviser,anvomidaviser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main, +anvomidaviser,anvomidaviser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,.machine_readable/6a2/ECOSYSTEM.a2ml +anvomidaviser,anvomidaviser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +anvomidaviser,anvomidaviser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +anvomidaviser,anvomidaviser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +anvomidaviser,anvomidaviser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main, +anvomidaviser,anvomidaviser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +anvomidaviser,anvomidaviser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +anvomidaviser,anvomidaviser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main,.github/workflows/release.yml +atsiser,atsiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main, +atsiser,atsiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,src/interface/abi/Atsiser/ABI/Semantics.idr +atsiser,atsiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main, +atsiser,atsiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +atsiser,atsiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main, +atsiser,atsiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main, +atsiser,atsiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,.github/workflows/secret-scanner.yml +atsiser,atsiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,src/codegen/parser.rs +atsiser,atsiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main, +atsiser,atsiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main, +atsiser,atsiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main, +atsiser,atsiser,Augmentation tools,Interpreter / runner,I,run() checks the generated binary and delegates execution; not freshly tested with ATS.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,src/codegen/mod.rs +atsiser,atsiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main, +atsiser,atsiser,Augmentation tools,Compiler / build,I,build() invokes/delegates a compiler and checks errors. Target compiler execution was not tested in this audit.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,src/codegen/mod.rs +atsiser,atsiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,features/ssg/ssg-bootstrap.sh +atsiser,atsiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,src/codegen/mod.rs +atsiser,atsiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main, +atsiser,atsiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +atsiser,atsiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,examples/safe-malloc/include/stdlib_subset.h +atsiser,atsiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main, +atsiser,atsiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,.machine_readable/6a2/ECOSYSTEM.a2ml +atsiser,atsiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +atsiser,atsiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +atsiser,atsiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +atsiser,atsiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main, +atsiser,atsiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +atsiser,atsiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +atsiser,atsiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main,.github/workflows/release.yml +betlangiser,betlangiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7], +betlangiser,betlangiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],src/interface/abi/Betlangiser/ABI/Semantics.idr +betlangiser,betlangiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7], +betlangiser,betlangiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +betlangiser,betlangiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7], +betlangiser,betlangiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7], +betlangiser,betlangiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],.github/workflows/secret-scanner.yml +betlangiser,betlangiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],src/codegen/parser.rs +betlangiser,betlangiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7], +betlangiser,betlangiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7], +betlangiser,betlangiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7], +betlangiser,betlangiser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],src/codegen/mod.rs +betlangiser,betlangiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7], +betlangiser,betlangiser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],src/codegen/mod.rs +betlangiser,betlangiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],features/ssg/ssg-bootstrap.sh +betlangiser,betlangiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],src/codegen/mod.rs +betlangiser,betlangiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7], +betlangiser,betlangiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +betlangiser,betlangiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7], +betlangiser,betlangiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7], +betlangiser,betlangiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],.machine_readable/6a2/ECOSYSTEM.a2ml +betlangiser,betlangiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +betlangiser,betlangiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +betlangiser,betlangiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +betlangiser,betlangiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7], +betlangiser,betlangiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +betlangiser,betlangiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +betlangiser,betlangiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7],.github/workflows/release.yml +bqniser,bqniser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7], +bqniser,bqniser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],src/interface/abi/Bqniser/ABI/Semantics.idr +bqniser,bqniser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7], +bqniser,bqniser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +bqniser,bqniser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7], +bqniser,bqniser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7], +bqniser,bqniser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],.github/workflows/secret-scanner.yml +bqniser,bqniser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],src/codegen/parser.rs +bqniser,bqniser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7], +bqniser,bqniser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7], +bqniser,bqniser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7], +bqniser,bqniser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],src/codegen/mod.rs +bqniser,bqniser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7], +bqniser,bqniser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],src/codegen/mod.rs +bqniser,bqniser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],features/ssg/ssg-bootstrap.sh +bqniser,bqniser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],src/codegen/mod.rs +bqniser,bqniser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7], +bqniser,bqniser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +bqniser,bqniser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7], +bqniser,bqniser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7], +bqniser,bqniser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],.machine_readable/6a2/ECOSYSTEM.a2ml +bqniser,bqniser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +bqniser,bqniser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +bqniser,bqniser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +bqniser,bqniser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7], +bqniser,bqniser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +bqniser,bqniser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +bqniser,bqniser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7],.github/workflows/release.yml +chapeliser,chapeliser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71,docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +chapeliser,chapeliser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71,.github/workflows/secret-scanner.yml +chapeliser,chapeliser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,Interpreter / runner,T,PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,Compiler / build,T,PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71,examples/golden/generated/build.sh; src/interface/ffi/build.zig +chapeliser,chapeliser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71,features/ssg/ssg-bootstrap.sh +chapeliser,chapeliser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71,src/codegen/mod.rs +chapeliser,chapeliser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,FFI / ABI / verifier,!,Generated wrapper/ABI/proof files do not establish end-to-end host/target refinement.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71,.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; examples/golden/ffi_stub.c +chapeliser,chapeliser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71,.machine_readable/6a2/ECOSYSTEM.a2ml +chapeliser,chapeliser,Augmentation tools,Unit / conformance tests,T,PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71,src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +chapeliser,chapeliser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71,tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +chapeliser,chapeliser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71,verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +chapeliser,chapeliser,Augmentation tools,Proof / runtime correspondence,!,Generated wrapper/ABI/proof files do not establish end-to-end host/target refinement.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71, +chapeliser,chapeliser,Augmentation tools,CI / security gates,I,CI/security configuration and actual PR checks were inspected and repaired in PR 71. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71,.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +chapeliser,chapeliser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71,verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +chapeliser,chapeliser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71,.github/workflows/release.yml +dafniser,dafniser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1], +dafniser,dafniser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],src/interface/abi/Dafniser/ABI/Semantics.idr +dafniser,dafniser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1], +dafniser,dafniser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +dafniser,dafniser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1], +dafniser,dafniser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1], +dafniser,dafniser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],.github/workflows/secret-scanner.yml +dafniser,dafniser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],src/codegen/parser.rs +dafniser,dafniser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1], +dafniser,dafniser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1], +dafniser,dafniser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1], +dafniser,dafniser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],src/codegen/mod.rs +dafniser,dafniser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1], +dafniser,dafniser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],src/codegen/mod.rs +dafniser,dafniser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],features/ssg/ssg-bootstrap.sh +dafniser,dafniser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],src/codegen/mod.rs +dafniser,dafniser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1], +dafniser,dafniser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +dafniser,dafniser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1], +dafniser,dafniser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1], +dafniser,dafniser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],.machine_readable/6a2/ECOSYSTEM.a2ml +dafniser,dafniser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],src/interface/ffi/.zig-cache/o/a321aa3c8732663417bf1076929f850a/test.o; src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc +dafniser,dafniser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +dafniser,dafniser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +dafniser,dafniser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1], +dafniser,dafniser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +dafniser,dafniser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +dafniser,dafniser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1],.github/workflows/release.yml +eclexiaiser,eclexiaiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7], +eclexiaiser,eclexiaiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],src/interface/abi/Eclexiaiser/ABI/Semantics.idr +eclexiaiser,eclexiaiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7], +eclexiaiser,eclexiaiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +eclexiaiser,eclexiaiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7], +eclexiaiser,eclexiaiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7], +eclexiaiser,eclexiaiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],.github/workflows/secret-scanner.yml +eclexiaiser,eclexiaiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],src/codegen/parser.rs +eclexiaiser,eclexiaiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7], +eclexiaiser,eclexiaiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7], +eclexiaiser,eclexiaiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7], +eclexiaiser,eclexiaiser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],src/codegen/mod.rs +eclexiaiser,eclexiaiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7], +eclexiaiser,eclexiaiser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],src/codegen/mod.rs +eclexiaiser,eclexiaiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],features/ssg/ssg-bootstrap.sh +eclexiaiser,eclexiaiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],src/codegen/mod.rs +eclexiaiser,eclexiaiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7], +eclexiaiser,eclexiaiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +eclexiaiser,eclexiaiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7], +eclexiaiser,eclexiaiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7], +eclexiaiser,eclexiaiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],.machine_readable/6a2/ECOSYSTEM.a2ml +eclexiaiser,eclexiaiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +eclexiaiser,eclexiaiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +eclexiaiser,eclexiaiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +eclexiaiser,eclexiaiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7], +eclexiaiser,eclexiaiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +eclexiaiser,eclexiaiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +eclexiaiser,eclexiaiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7],.github/workflows/release.yml +ephapaxiser,ephapaxiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25], +ephapaxiser,ephapaxiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],src/interface/abi/Ephapaxiser/ABI/Semantics.idr +ephapaxiser,ephapaxiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25], +ephapaxiser,ephapaxiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +ephapaxiser,ephapaxiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25], +ephapaxiser,ephapaxiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25], +ephapaxiser,ephapaxiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],.github/workflows/secret-scanner.yml +ephapaxiser,ephapaxiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],src/codegen/parser.rs +ephapaxiser,ephapaxiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25], +ephapaxiser,ephapaxiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25], +ephapaxiser,ephapaxiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25], +ephapaxiser,ephapaxiser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],src/codegen/mod.rs +ephapaxiser,ephapaxiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25], +ephapaxiser,ephapaxiser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],src/codegen/mod.rs +ephapaxiser,ephapaxiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],features/ssg/ssg-bootstrap.sh +ephapaxiser,ephapaxiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],src/codegen/mod.rs +ephapaxiser,ephapaxiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25], +ephapaxiser,ephapaxiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +ephapaxiser,ephapaxiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25], +ephapaxiser,ephapaxiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25], +ephapaxiser,ephapaxiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],.machine_readable/6a2/ECOSYSTEM.a2ml +ephapaxiser,ephapaxiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],src/interface/ffi/.zig-cache/o/a321aa3c8732663417bf1076929f850a/test.o; src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc +ephapaxiser,ephapaxiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +ephapaxiser,ephapaxiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +ephapaxiser,ephapaxiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25], +ephapaxiser,ephapaxiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +ephapaxiser,ephapaxiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +ephapaxiser,ephapaxiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25],.github/workflows/release.yml +futharkiser,futharkiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26], +futharkiser,futharkiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],src/interface/abi/Futharkiser/ABI/Semantics.idr +futharkiser,futharkiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26], +futharkiser,futharkiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +futharkiser,futharkiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26], +futharkiser,futharkiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26], +futharkiser,futharkiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],.github/workflows/secret-scanner.yml +futharkiser,futharkiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],src/codegen/parser.rs +futharkiser,futharkiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26], +futharkiser,futharkiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26], +futharkiser,futharkiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26], +futharkiser,futharkiser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],src/codegen/mod.rs +futharkiser,futharkiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26], +futharkiser,futharkiser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],src/codegen/mod.rs +futharkiser,futharkiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],features/ssg/ssg-bootstrap.sh +futharkiser,futharkiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],src/codegen/mod.rs +futharkiser,futharkiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26], +futharkiser,futharkiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +futharkiser,futharkiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26], +futharkiser,futharkiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26], +futharkiser,futharkiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],.machine_readable/6a2/ECOSYSTEM.a2ml +futharkiser,futharkiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +futharkiser,futharkiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +futharkiser,futharkiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +futharkiser,futharkiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26], +futharkiser,futharkiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +futharkiser,futharkiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +futharkiser,futharkiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26],.github/workflows/release.yml +halideiser,halideiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64, +halideiser,halideiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,src/interface/abi/Halideiser/ABI/Semantics.idr +halideiser,halideiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64, +halideiser,halideiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +halideiser,halideiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64, +halideiser,halideiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64, +halideiser,halideiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,.github/workflows/secret-scanner.yml +halideiser,halideiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,src/codegen/parser.rs +halideiser,halideiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64, +halideiser,halideiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64, +halideiser,halideiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64, +halideiser,halideiser,Augmentation tools,Interpreter / runner,T,"PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs.",7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64, +halideiser,halideiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64, +halideiser,halideiser,Augmentation tools,Compiler / build,T,"PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs.",7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,src/interface/ffi/build.zig +halideiser,halideiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,features/ssg/ssg-bootstrap.sh +halideiser,halideiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,src/codegen/mod.rs +halideiser,halideiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64, +halideiser,halideiser,Augmentation tools,FFI / ABI / verifier,I,Actual Julia structural ABI/FFI gate ran: export-name correspondence is distinct from semantic ABI safety.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +halideiser,halideiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64, +halideiser,halideiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64, +halideiser,halideiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,.machine_readable/6a2/ECOSYSTEM.a2ml +halideiser,halideiser,Augmentation tools,Unit / conformance tests,T,"PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs.",7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +halideiser,halideiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +halideiser,halideiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +halideiser,halideiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64, +halideiser,halideiser,Augmentation tools,CI / security gates,I,CI/security configuration and actual PR checks were inspected and repaired in PR 64. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +halideiser,halideiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +halideiser,halideiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64,.github/workflows/release.yml +idrisiser,idrisiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main, +idrisiser,idrisiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,src/interface/abi/Idrisiser/ABI/Semantics.idr +idrisiser,idrisiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main, +idrisiser,idrisiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +idrisiser,idrisiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main, +idrisiser,idrisiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main, +idrisiser,idrisiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,.github/workflows/secret-scanner.yml +idrisiser,idrisiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,src/codegen/parser.rs +idrisiser,idrisiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main, +idrisiser,idrisiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main, +idrisiser,idrisiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main, +idrisiser,idrisiser,Augmentation tools,Interpreter / runner,I,Generated binary launch and nonzero-status handling inspected; no fresh Idris wrapper execution.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,src/codegen/mod.rs +idrisiser,idrisiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main, +idrisiser,idrisiser,Augmentation tools,Compiler / build,!,"Build passes generated/idrisiser/build.sh while setting cwd to generated/idrisiser: duplicated relative path, analogous to the repaired Chapeliser bug. Compiler probe only checks spawn errors.",bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,src/codegen/mod.rs +idrisiser,idrisiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,features/ssg/ssg-bootstrap.sh +idrisiser,idrisiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,src/codegen/mod.rs +idrisiser,idrisiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main, +idrisiser,idrisiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +idrisiser,idrisiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main, +idrisiser,idrisiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main, +idrisiser,idrisiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,.machine_readable/6a2/ECOSYSTEM.a2ml +idrisiser,idrisiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +idrisiser,idrisiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +idrisiser,idrisiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +idrisiser,idrisiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main, +idrisiser,idrisiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +idrisiser,idrisiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +idrisiser,idrisiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main,.github/workflows/release.yml +iseriser,iseriser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main, +iseriser,iseriser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,satellites/a2mliser/src/interface/abi/A2mliser/ABI/Semantics.idr; src/interface/abi/Iseriser/ABI/Semantics.idr +iseriser,iseriser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main, +iseriser,iseriser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +iseriser,iseriser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main, +iseriser,iseriser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main, +iseriser,iseriser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,.github/workflows/secret-scanner.yml; satellites/a2mliser/.github/workflows/secret-scanner.yml +iseriser,iseriser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,src/abi/zig_ffi_parser.rs; src/codegen/parser.rs +iseriser,iseriser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main, +iseriser,iseriser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main, +iseriser,iseriser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main, +iseriser,iseriser,Augmentation tools,Interpreter / runner,?,No sufficient component assessment in this audit. This is not a claim of absence.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main, +iseriser,iseriser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main, +iseriser,iseriser,Augmentation tools,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,satellites/a2mliser/src/interface/ffi/build.zig; src/interface/ffi/build.zig +iseriser,iseriser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,features/ssg/ssg-bootstrap.sh; satellites/a2mliser/features/ssg/ssg-bootstrap.sh +iseriser,iseriser,Augmentation tools,Code generators,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,satellites/a2mliser/src/codegen/mod.rs; src/codegen/cartridge.rs; src/codegen/customizer.rs +iseriser,iseriser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main, +iseriser,iseriser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; satellites/a2mliser/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml +iseriser,iseriser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main, +iseriser,iseriser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main, +iseriser,iseriser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,.machine_readable/6a2/ECOSYSTEM.a2ml; satellites/a2mliser/.machine_readable/6a2/ECOSYSTEM.a2ml +iseriser,iseriser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,satellites/a2mliser/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; satellites/a2mliser/src/interface/ffi/test/README.adoc; satellites/a2mliser/src/interface/ffi/test/integration_test.zig +iseriser,iseriser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,satellites/a2mliser/tests/fuzz/placeholder.txt; satellites/a2mliser/verification/fuzzing/0.2-AI-MANIFEST.a2ml; satellites/a2mliser/verification/fuzzing/README.adoc +iseriser,iseriser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,satellites/a2mliser/verification/proofs/0.2-AI-MANIFEST.a2ml; satellites/a2mliser/verification/proofs/README.adoc; verification/proofs/0.2-AI-MANIFEST.a2ml +iseriser,iseriser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main, +iseriser,iseriser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +iseriser,iseriser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,benches/iseriser_bench.rs; satellites/a2mliser/verification/benchmarks/0.2-AI-MANIFEST.a2ml; satellites/a2mliser/verification/benchmarks/README.adoc +iseriser,iseriser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main,.github/workflows/release.yml; guix.scm; satellites/a2mliser/.github/workflows/release.yml +julianiser,julianiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26], +julianiser,julianiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],src/interface/abi/Julianiser/ABI/Semantics.idr +julianiser,julianiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26], +julianiser,julianiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +julianiser,julianiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26], +julianiser,julianiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26], +julianiser,julianiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],.github/workflows/secret-scanner.yml +julianiser,julianiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],src/codegen/parser.rs +julianiser,julianiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26], +julianiser,julianiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26], +julianiser,julianiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26], +julianiser,julianiser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],src/codegen/mod.rs +julianiser,julianiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26], +julianiser,julianiser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],src/codegen/mod.rs +julianiser,julianiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],features/ssg/ssg-bootstrap.sh +julianiser,julianiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],src/codegen/mod.rs +julianiser,julianiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26], +julianiser,julianiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +julianiser,julianiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26], +julianiser,julianiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26], +julianiser,julianiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],.machine_readable/6a2/ECOSYSTEM.a2ml +julianiser,julianiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +julianiser,julianiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +julianiser,julianiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +julianiser,julianiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26], +julianiser,julianiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +julianiser,julianiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],src/codegen/benchmark.rs; src/interface/ffi/bench/bench.zig; verification/benchmarks/0.2-AI-MANIFEST.a2ml +julianiser,julianiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26],.github/workflows/release.yml +k9iser,k9iser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]", +k9iser,k9iser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",src/interface/abi/K9iser/ABI/Semantics.idr +k9iser,k9iser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]", +k9iser,k9iser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +k9iser,k9iser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]", +k9iser,k9iser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]", +k9iser,k9iser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",.github/workflows/secret-scanner.yml +k9iser,k9iser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",src/codegen/parser.rs +k9iser,k9iser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]", +k9iser,k9iser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]", +k9iser,k9iser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]", +k9iser,k9iser,Augmentation tools,Interpreter / runner,!,run() prints deployment instructions; no workload execution.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",src/codegen/mod.rs +k9iser,k9iser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]", +k9iser,k9iser,Augmentation tools,Compiler / build,!,build() validates contracts but skips missing config files even in strict mode; all_passed can remain true. It is not a target compiler.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",src/codegen/mod.rs +k9iser,k9iser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",features/ssg/ssg-bootstrap.sh +k9iser,k9iser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",src/codegen/mod.rs +k9iser,k9iser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]", +k9iser,k9iser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +k9iser,k9iser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]", +k9iser,k9iser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]", +k9iser,k9iser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",.machine_readable/6a2/ECOSYSTEM.a2ml +k9iser,k9iser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",src/interface/ffi/.zig-cache/o/a321aa3c8732663417bf1076929f850a/test.o; src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc +k9iser,k9iser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +k9iser,k9iser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +k9iser,k9iser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]", +k9iser,k9iser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +k9iser,k9iser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +k9iser,k9iser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,"b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]",.github/workflows/release.yml +lustreiser,lustreiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27], +lustreiser,lustreiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],src/interface/abi/Lustreiser/ABI/Semantics.idr +lustreiser,lustreiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27], +lustreiser,lustreiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +lustreiser,lustreiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27], +lustreiser,lustreiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27], +lustreiser,lustreiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],.github/workflows/secret-scanner.yml +lustreiser,lustreiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],src/codegen/parser.rs +lustreiser,lustreiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27], +lustreiser,lustreiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27], +lustreiser,lustreiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27], +lustreiser,lustreiser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],src/codegen/mod.rs +lustreiser,lustreiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27], +lustreiser,lustreiser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],src/codegen/mod.rs +lustreiser,lustreiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],features/ssg/ssg-bootstrap.sh +lustreiser,lustreiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],src/codegen/mod.rs +lustreiser,lustreiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27], +lustreiser,lustreiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +lustreiser,lustreiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27], +lustreiser,lustreiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27], +lustreiser,lustreiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],.machine_readable/6a2/ECOSYSTEM.a2ml +lustreiser,lustreiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +lustreiser,lustreiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +lustreiser,lustreiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +lustreiser,lustreiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27], +lustreiser,lustreiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +lustreiser,lustreiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +lustreiser,lustreiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27],.github/workflows/release.yml +mylangiser,mylangiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16], +mylangiser,mylangiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],src/interface/abi/Mylangiser/ABI/Semantics.idr +mylangiser,mylangiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16], +mylangiser,mylangiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc +mylangiser,mylangiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16], +mylangiser,mylangiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16], +mylangiser,mylangiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],.github/workflows/secret-scanner.yml +mylangiser,mylangiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],src/codegen/parser.rs +mylangiser,mylangiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16], +mylangiser,mylangiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16], +mylangiser,mylangiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16], +mylangiser,mylangiser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],src/codegen/mod.rs +mylangiser,mylangiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16], +mylangiser,mylangiser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],src/codegen/mod.rs +mylangiser,mylangiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],features/ssg/ssg-bootstrap.sh +mylangiser,mylangiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],src/codegen/mod.rs +mylangiser,mylangiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16], +mylangiser,mylangiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +mylangiser,mylangiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16], +mylangiser,mylangiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16], +mylangiser,mylangiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],.machine_readable/6a2/ECOSYSTEM.a2ml +mylangiser,mylangiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +mylangiser,mylangiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +mylangiser,mylangiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +mylangiser,mylangiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16], +mylangiser,mylangiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +mylangiser,mylangiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +mylangiser,mylangiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16],.github/workflows/release.yml +nimiser,nimiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28], +nimiser,nimiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],src/interface/abi/Nimiser/ABI/Semantics.idr +nimiser,nimiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28], +nimiser,nimiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +nimiser,nimiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28], +nimiser,nimiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28], +nimiser,nimiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],.github/workflows/secret-scanner.yml +nimiser,nimiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],src/codegen/parser.rs +nimiser,nimiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28], +nimiser,nimiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28], +nimiser,nimiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28], +nimiser,nimiser,Augmentation tools,Interpreter / runner,!,run() attempts to execute lib.so directly; shared-library launch contract requires a real loader/harness test.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],src/codegen/mod.rs +nimiser,nimiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28], +nimiser,nimiser,Augmentation tools,Compiler / build,I,build() invokes/delegates a compiler and checks errors. Target compiler execution was not tested in this audit.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],src/codegen/mod.rs +nimiser,nimiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],features/ssg/ssg-bootstrap.sh +nimiser,nimiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],src/codegen/mod.rs +nimiser,nimiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28], +nimiser,nimiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +nimiser,nimiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28], +nimiser,nimiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28], +nimiser,nimiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],.machine_readable/6a2/ECOSYSTEM.a2ml +nimiser,nimiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +nimiser,nimiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +nimiser,nimiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +nimiser,nimiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28], +nimiser,nimiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +nimiser,nimiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +nimiser,nimiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28],.github/workflows/release.yml +oblibeniser,oblibeniser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7], +oblibeniser,oblibeniser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],src/interface/abi/Oblibeniser/ABI/Semantics.idr +oblibeniser,oblibeniser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7], +oblibeniser,oblibeniser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +oblibeniser,oblibeniser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7], +oblibeniser,oblibeniser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7], +oblibeniser,oblibeniser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],.github/workflows/secret-scanner.yml +oblibeniser,oblibeniser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],src/codegen/parser.rs +oblibeniser,oblibeniser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7], +oblibeniser,oblibeniser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7], +oblibeniser,oblibeniser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7], +oblibeniser,oblibeniser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],src/codegen/mod.rs +oblibeniser,oblibeniser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7], +oblibeniser,oblibeniser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],src/codegen/mod.rs +oblibeniser,oblibeniser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],features/ssg/ssg-bootstrap.sh +oblibeniser,oblibeniser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],src/codegen/mod.rs +oblibeniser,oblibeniser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7], +oblibeniser,oblibeniser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +oblibeniser,oblibeniser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7], +oblibeniser,oblibeniser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7], +oblibeniser,oblibeniser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],.machine_readable/6a2/ECOSYSTEM.a2ml +oblibeniser,oblibeniser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +oblibeniser,oblibeniser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +oblibeniser,oblibeniser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +oblibeniser,oblibeniser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7], +oblibeniser,oblibeniser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +oblibeniser,oblibeniser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +oblibeniser,oblibeniser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7],.github/workflows/release.yml +otpiser,otpiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28], +otpiser,otpiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],src/interface/abi/Otpiser/ABI/Semantics.idr +otpiser,otpiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28], +otpiser,otpiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +otpiser,otpiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28], +otpiser,otpiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28], +otpiser,otpiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],.github/workflows/secret-scanner.yml +otpiser,otpiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28], +otpiser,otpiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28], +otpiser,otpiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28], +otpiser,otpiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28], +otpiser,otpiser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],src/codegen/mod.rs +otpiser,otpiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28], +otpiser,otpiser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],src/codegen/mod.rs +otpiser,otpiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],features/ssg/ssg-bootstrap.sh +otpiser,otpiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],src/codegen/mod.rs +otpiser,otpiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28], +otpiser,otpiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +otpiser,otpiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28], +otpiser,otpiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28], +otpiser,otpiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],.machine_readable/6a2/ECOSYSTEM.a2ml +otpiser,otpiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +otpiser,otpiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +otpiser,otpiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +otpiser,otpiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28], +otpiser,otpiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +otpiser,otpiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +otpiser,otpiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28],.github/workflows/release.yml +phronesiser,phronesiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4], +phronesiser,phronesiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],src/interface/abi/Phronesiser/ABI/Semantics.idr +phronesiser,phronesiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4], +phronesiser,phronesiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +phronesiser,phronesiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4], +phronesiser,phronesiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4], +phronesiser,phronesiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],.github/workflows/secret-scanner.yml +phronesiser,phronesiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],src/codegen/parser.rs +phronesiser,phronesiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4], +phronesiser,phronesiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4], +phronesiser,phronesiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4], +phronesiser,phronesiser,Augmentation tools,Interpreter / runner,I,Run evaluates declared agent capabilities and renders an audit trail; interactive REPL remains a future step.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],src/codegen/mod.rs +phronesiser,phronesiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4], +phronesiser,phronesiser,Augmentation tools,Compiler / build,I,Build constructs a constraint engine as validation; not native compilation.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],src/codegen/mod.rs +phronesiser,phronesiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],features/ssg/ssg-bootstrap.sh +phronesiser,phronesiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],src/codegen/mod.rs +phronesiser,phronesiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4], +phronesiser,phronesiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +phronesiser,phronesiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4], +phronesiser,phronesiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4], +phronesiser,phronesiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],.machine_readable/6a2/ECOSYSTEM.a2ml +phronesiser,phronesiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +phronesiser,phronesiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +phronesiser,phronesiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +phronesiser,phronesiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4], +phronesiser,phronesiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +phronesiser,phronesiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +phronesiser,phronesiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4],.github/workflows/release.yml +ponyiser,ponyiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27], +ponyiser,ponyiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],src/interface/abi/Ponyiser/ABI/Semantics.idr +ponyiser,ponyiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27], +ponyiser,ponyiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +ponyiser,ponyiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27], +ponyiser,ponyiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27], +ponyiser,ponyiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],.github/workflows/secret-scanner.yml +ponyiser,ponyiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],src/codegen/parser.rs +ponyiser,ponyiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27], +ponyiser,ponyiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27], +ponyiser,ponyiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27], +ponyiser,ponyiser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],src/codegen/mod.rs +ponyiser,ponyiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27], +ponyiser,ponyiser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],src/codegen/mod.rs +ponyiser,ponyiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],features/ssg/ssg-bootstrap.sh +ponyiser,ponyiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],src/codegen/mod.rs +ponyiser,ponyiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27], +ponyiser,ponyiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +ponyiser,ponyiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27], +ponyiser,ponyiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27], +ponyiser,ponyiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],.machine_readable/6a2/ECOSYSTEM.a2ml +ponyiser,ponyiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +ponyiser,ponyiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +ponyiser,ponyiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +ponyiser,ponyiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27], +ponyiser,ponyiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +ponyiser,ponyiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +ponyiser,ponyiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27],.github/workflows/release.yml +tlaiser,tlaiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27], +tlaiser,tlaiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],src/interface/abi/Tlaiser/ABI/Semantics.idr +tlaiser,tlaiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27], +tlaiser,tlaiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +tlaiser,tlaiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27], +tlaiser,tlaiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27], +tlaiser,tlaiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],.github/workflows/secret-scanner.yml +tlaiser,tlaiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],src/codegen/parser.rs +tlaiser,tlaiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27], +tlaiser,tlaiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27], +tlaiser,tlaiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27], +tlaiser,tlaiser,Augmentation tools,Interpreter / runner,!,Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],src/codegen/mod.rs +tlaiser,tlaiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27], +tlaiser,tlaiser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],src/codegen/mod.rs +tlaiser,tlaiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],features/ssg/ssg-bootstrap.sh +tlaiser,tlaiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],src/codegen/mod.rs +tlaiser,tlaiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27], +tlaiser,tlaiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +tlaiser,tlaiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27], +tlaiser,tlaiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27], +tlaiser,tlaiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],.machine_readable/6a2/ECOSYSTEM.a2ml +tlaiser,tlaiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +tlaiser,tlaiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +tlaiser,tlaiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +tlaiser,tlaiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27], +tlaiser,tlaiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +tlaiser,tlaiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +tlaiser,tlaiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27],.github/workflows/release.yml +typedqliser,typedqliser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],src/interface/abi/Typedqliser/ABI/Semantics.idr +typedqliser,typedqliser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +typedqliser,typedqliser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],.github/workflows/secret-scanner.yml +typedqliser,typedqliser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,Interpreter / runner,?,No sufficient component assessment in this audit. This is not a claim of absence.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],src/interface/ffi/build.zig +typedqliser,typedqliser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],features/ssg/ssg-bootstrap.sh +typedqliser,typedqliser,Augmentation tools,Code generators,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],src/codegen/mod.rs +typedqliser,typedqliser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +typedqliser,typedqliser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],.machine_readable/6a2/ECOSYSTEM.a2ml +typedqliser,typedqliser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +typedqliser,typedqliser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],tests/fuzz/placeholder.txt; tests/property_test.rs; verification/fuzzing/0.2-AI-MANIFEST.a2ml +typedqliser,typedqliser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +typedqliser,typedqliser,Augmentation tools,Proof / runtime correspondence,?,Database-language augmentation boundary only; detailed database-language work is being audited separately.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31], +typedqliser,typedqliser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +typedqliser,typedqliser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],benches/typedqliser_bench.rs; verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +typedqliser,typedqliser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31],.github/workflows/release.yml +verisimiser,verisimiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4],docs/decisions/0006-simulation-semantics.adoc +verisimiser,verisimiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc +verisimiser,verisimiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4],.github/workflows/secret-scanner.yml +verisimiser,verisimiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4],src/codegen/parser.rs +verisimiser,verisimiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,Interpreter / runner,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,Compiler / build,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4],src/interface/ffi/build.zig +verisimiser,verisimiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4],features/ssg/ssg-bootstrap.sh +verisimiser,verisimiser,Augmentation tools,Code generators,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4],src/codegen/ident.rs; src/codegen/mod.rs; src/codegen/overlay.rs +verisimiser,verisimiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +verisimiser,verisimiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4],.machine_readable/6a2/ECOSYSTEM.a2ml +verisimiser,verisimiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +verisimiser,verisimiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4],tests/fuzz/placeholder.txt +verisimiser,verisimiser,Augmentation tools,Formal model / proofs,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,Proof / runtime correspondence,?,Database-language augmentation boundary only; detailed database-language work is being audited separately.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/casket-pages.yml +verisimiser,verisimiser,Augmentation tools,Benchmarks / measurement,?,No sufficient component assessment in this audit. This is not a claim of absence.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4], +verisimiser,verisimiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4],.github/workflows/release.yml +wokelangiser,wokelangiser,Augmentation tools,Syntax,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18], +wokelangiser,wokelangiser,Augmentation tools,Semantics,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],src/interface/abi/Wokelangiser/ABI/Semantics.idr +wokelangiser,wokelangiser,Augmentation tools,Type checker,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18], +wokelangiser,wokelangiser,Augmentation tools,Ownership / effects,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml; docs/governance/audit/effects/README.adoc; examples/SafeDOMExample.affine +wokelangiser,wokelangiser,Augmentation tools,AST,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18], +wokelangiser,wokelangiser,Augmentation tools,Judgement / evidence graph,?,No sufficient component assessment in this audit. This is not a claim of absence.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18], +wokelangiser,wokelangiser,Augmentation tools,Lexer,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],.github/workflows/secret-scanner.yml +wokelangiser,wokelangiser,Augmentation tools,Parser,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],src/codegen/parser.rs +wokelangiser,wokelangiser,Augmentation tools,Elaboration / IR,?,No sufficient component assessment in this audit. This is not a claim of absence.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18], +wokelangiser,wokelangiser,Augmentation tools,REPL,?,No sufficient component assessment in this audit. This is not a claim of absence.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18], +wokelangiser,wokelangiser,Augmentation tools,LSP / debugger,?,No sufficient component assessment in this audit. This is not a claim of absence.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18], +wokelangiser,wokelangiser,Augmentation tools,Interpreter / runner,I,Run invokes source consent/accessibility/i18n analysis and renders a report. This does not prove compliance.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],src/codegen/mod.rs +wokelangiser,wokelangiser,Augmentation tools,Meta-interpreter,?,No sufficient component assessment in this audit. This is not a claim of absence.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18], +wokelangiser,wokelangiser,Augmentation tools,Compiler / build,!,"Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.",27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],src/codegen/mod.rs +wokelangiser,wokelangiser,Augmentation tools,Meta-compiler,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],features/ssg/ssg-bootstrap.sh +wokelangiser,wokelangiser,Augmentation tools,Code generators,I,src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],src/codegen/mod.rs +wokelangiser,wokelangiser,Augmentation tools,Coprocessor / GPU,?,No sufficient component assessment in this audit. This is not a claim of absence.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18], +wokelangiser,wokelangiser,Augmentation tools,FFI / ABI / verifier,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml; .machine_readable/scripts/verification/README.adoc; src/abi/mod.rs +wokelangiser,wokelangiser,Augmentation tools,Standard library,H,This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18], +wokelangiser,wokelangiser,Augmentation tools,Aggregate library,?,No sufficient component assessment in this audit. This is not a claim of absence.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18], +wokelangiser,wokelangiser,Augmentation tools,Other libraries / packages,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],.machine_readable/6a2/ECOSYSTEM.a2ml +wokelangiser,wokelangiser,Augmentation tools,Unit / conformance tests,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],src/interface/ffi/test/0.4-AI-MANIFEST.a2ml; src/interface/ffi/test/README.adoc; src/interface/ffi/test/integration_test.zig +wokelangiser,wokelangiser,Augmentation tools,Property tests / fuzzing,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],tests/fuzz/placeholder.txt; verification/fuzzing/0.2-AI-MANIFEST.a2ml; verification/fuzzing/README.adoc +wokelangiser,wokelangiser,Augmentation tools,Formal model / proofs,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],verification/proofs/0.2-AI-MANIFEST.a2ml; verification/proofs/README.adoc +wokelangiser,wokelangiser,Augmentation tools,Proof / runtime correspondence,?,No sufficient component assessment in this audit. This is not a claim of absence.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18], +wokelangiser,wokelangiser,Augmentation tools,CI / security gates,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],.github/workflows/abi-ffi-gate.yml; .github/workflows/boj-build.yml; .github/workflows/branch-cleanup.yml +wokelangiser,wokelangiser,Augmentation tools,Benchmarks / measurement,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],verification/benchmarks/0.2-AI-MANIFEST.a2ml; verification/benchmarks/README.adoc +wokelangiser,wokelangiser,Augmentation tools,Release / packaging,F,A related filename was enumerated. Its existence establishes neither implementation nor correctness.,27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18],.github/workflows/release.yml diff --git a/docs/audits/toolchain-atlas/atlas.html b/docs/audits/toolchain-atlas/atlas.html new file mode 100644 index 0000000..8ba1c30 --- /dev/null +++ b/docs/audits/toolchain-atlas/atlas.html @@ -0,0 +1,7880 @@ + +Hyperpolymath toolchain evidence atlas

Toolchain evidence atlas

Every requested component is a question to assess, not a mandatory architecture stage. Read the symbol with its note. This is a dated, uneven-depth audit, not a TRG/CRG score or a claim that the entire estate was verified.

+T Tested slice +P Proof checked +I Implementation inspected +D Design specified +! Partial / blocked +F Candidate file only +? Not assessed +R Related canonical core +H Host / different role +X Private scope +

Scroll both ways; column and row headings stay visible. Hover a cell for its evidence, or select it to jump to the full note. Commit links are navigation aids where the inspected local tree was dirty; row snapshots retain that qualification.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Repository / lineageSyntaxLanguageSemanticsLanguageType checkerLanguageOwnership / effectsLanguageASTLanguageJudgement / evidence graphLanguageLexerFrontendParserFrontendElaboration / IRFrontendREPLFrontendLSP / debuggerFrontendInterpreter / runnerExecutionMeta-interpreterExecutionCompiler / buildExecutionMeta-compilerExecutionCode generatorsExecutionCoprocessor / GPUIntegrationFFI / ABI / verifierIntegrationStandard libraryIntegrationAggregate libraryIntegrationOther libraries / packagesIntegrationUnit / conformance testsAssuranceProperty tests / fuzzingAssuranceFormal model / proofsAssuranceProof / runtime correspondenceAssuranceCI / security gatesDeliveryBenchmarks / measurementDeliveryRelease / packagingDelivery
TangleDDF?I?II?IFF?FFF?FF?FFFP?FFF
OblíbenýDD!?I?IIF?!I?FFF?F?FFT??FI!!
KitchenSpeakDD?FI?II?????FF??FF?FTF!!FFF
EclexiaDDFFF?II?IFI?IFI?!I?FTFF!FFF
Ephapax v2DDFFF?IIFFFF??FF!FF?FTF!!FFF
AffineScript v2DDI!I?IIFFFI?I?IIFFFF!?F!FFF
My family / shared coreDDIIF?FF?FFF?F?F?FF?FTFI!IFF
BetlangDD?FF?FF?FFI?F?F?F??F!FFFFFF
JtV v1 lineageDD??????????????????????!???
JtV v2DDFFI?FI?FFI?F?!!FF?FFFF!FFF
WokeLangDDF!F?II?IFI?F?F?FF!FTF!!FFF
PhronesisDD!FIIII?III?F???FF?F!FF!FFF
Oikos languageD!????FFF??????!???FFT??!F?F
ErrorLangDDFF??FF??FF?F?F?F??FF??!F?F
AnvomidavDD!???F??????????????!???F?F
TypeZero / typefix-zeroDD!?????????????????????!???
HaecDDIF??FFF?FF?!F??F??FFFF!FFF
FirmbootDDIF?????F?I?!???F???T?I!F??
007 / 007-langXXXXXXXXXXXXXXXXXXXXXXXXXXXX
My: SoloRRRRR?RRRRRR?R?R??R??R?RR???
My: DuetRRRRR?RRRRRR?R?R??R??R?RR???
My: EnsembleRRRRR?RRRRRR?R?R??R??R?RR???
Me projectionRRR?R?RRR??R?R?????????RR???
rattlescript?RRR??F????R?RF??F??FFFRRFF?
jaffascript?RRR??F????R?RF??F??FFFRRFFF
cafescripto?RRR??F????R?RF??F??FFFRRFF?
lucidscript?RRR??F????R?RF??F??FFFRRFF?
pseudoscript?RRR??F????R?RF??F??FFFRRFF?
PanoplyDD?F??F????!?!FF?F??FFFF!FFF
nextgen-typingDDFF??HH?H?H?HH??FH?FFFF?FFF
KategoriaDDIF??F??????FF??F??FFFP!FFF
TypeLLDDIF??F?!????F?F?!??FTFI!FFF
typed-wasmDDIFF?FFF????!FI?IFFF!F!!FFF
SystemETDD?FF?F????F??F??F??FFFF?FFF
AnytypeDDIFF?F????F?!F??F??FTFF?FFF
Aggregate library / aLibDD?FF?HH???H?H???FFIIF??!F?F
Echo typesDD?FF?FF??F??F??????F??FFF?F
Cut calculusDD????F????????????????F!F??
Bunsenite???F??HH???H?H???FH?FFF??FFF
Oikosbot???FH?HH???!?H???!H?FTF??I!F
affinescriptiserHHHFH?HH???!?!FI?FH?FFFF?FFF
alloyiserHHHFH?HH???!?!FI?FH?FFFF?FFF
anvomidaviserHHHFH?HH???!?!FI?FH?FFFF?FFF
atsiserHHHFH?HH???I?IFI?FH?FFFF?FFF
betlangiserHHHFH?HH???!?!FI?FH?FFFF?FFF
bqniserHHHFH?HH???!?!FI?FH?FFFF?FFF
chapeliserHHHFH?HH???T?TFI?!H?FTFF!IFF
dafniserHHHFH?HH???!?!FI?FH?FFFF?FFF
eclexiaiserHHHFH?HH???!?!FI?FH?FFFF?FFF
ephapaxiserHHHFH?HH???!?!FI?FH?FFFF?FFF
futharkiserHHHFH?HH???!?!FI?FH?FFFF?FFF
halideiserHHHFH?HH???T?TFI?IH?FTFF?IFF
idrisiserHHHFH?HH???I?!FI?FH?FFFF?FFF
iseriserHHHFH?HH?????FFF?FH?FFFF?FFF
julianiserHHHFH?HH???!?!FI?FH?FFFF?FFF
k9iserHHHFH?HH???!?!FI?FH?FFFF?FFF
lustreiserHHHFH?HH???!?!FI?FH?FFFF?FFF
mylangiserHHHFH?HH???!?!FI?FH?FFFF?FFF
nimiserHHHFH?HH???!?IFI?FH?FFFF?FFF
oblibeniserHHHFH?HH???!?!FI?FH?FFFF?FFF
otpiserHHHFH?HH???!?!FI?FH?FFFF?FFF
phronesiserHHHFH?HH???I?IFI?FH?FFFF?FFF
ponyiserHHHFH?HH???!?!FI?FH?FFFF?FFF
tlaiserHHHFH?HH???!?!FI?FH?FFFF?FFF
typedqliserHHHFH?HH?????FFF?FH?FFFF?FFF
verisimiserHHHFH?HH?????FFF?FH?FFF??F?F
wokelangiserHHHFH?HH???I?!FI?FH?FFFF?FFF

Component evidence

+

Tangle

Security-labelled language; distinct from KRL.

187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5]

+
Syntax · D — Design specified

Security-labelled syntax and formal core were reviewed; this is not the catalogue’s former KRL conflation.

+dialects/braid-calculus/grammar-sketch.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +dialects/quantum-circuit/grammar-sketch.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +dialects/skein-algebra/grammar-sketch.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Security-labelled syntax and formal core were reviewed; this is not the catalogue’s former KRL conflation.

+docs/spec/FORMAL-SEMANTICS.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/lib/typecheck.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/test/test_typecheck.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Ownership / effects · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
AST · I — Implementation inspected

OCaml frontend and REPL implementation sources were inspected.

+compiler/lib/ast.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/rust/src/ast.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/rust/src/ast_jtv.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · I — Implementation inspected

OCaml frontend and REPL implementation sources were inspected.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_lexer.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_lexer.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · I — Implementation inspected

OCaml frontend and REPL implementation sources were inspected.

+bench/bench_parser.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_parser_rust.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/fuzz/fuzz_parser.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · I — Implementation inspected

OCaml frontend and REPL implementation sources were inspected.

+compiler/lib/repl.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
LSP / debugger · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/tangle-lsp/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/tangle-lsp/docs/lsp-diagnostic-categories.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/tangle-lsp/src/backend.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Interpreter / runner · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/lib/eval.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/test/test_eval.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/rust/src/eval.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/bin/dune — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/bin/main.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/dune-project — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+proofs/bootstrap-lean.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/tangle-lsp/src/backend.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/test/tg3/tg3_emit.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+ffi/zig/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/src/main.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+lib/stdlib.tangle — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/tangle-wasm/tests/differential.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/test/dune — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/test/test_check.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/fuzz/fuzz_lexer.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/fuzz/fuzz_parser.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/rust/fuzz/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · P — Proof checked

Lean core checked: progress, preservation, determinism, safety, and inference equivalence. This is the model, not a compiler refinement proof.

+proofs/TG3Differential.lean — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/Tangle.lean — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · ? — Not assessed

An end-to-end refinement from the OCaml implementation to the checked Lean core was not established.

+ASSUMPTIONS.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/TG3-REFINEMENT.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/dependabot-automerge.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/dogfood-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+bench/bench_lexer.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_lexer.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_parser.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Oblíbený

Reversible language; tooling claims narrowed in PR 127.

105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127

+
Syntax · D — Design specified

Reversible core syntax/semantics reviewed; whole-toolchain 100% completion claims were unsupported.

+docs/LANGUAGE-SPEC.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/academic/engineering/01-hardware-specifications.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/academic/engineering/02-protocol-specifications.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Reversible core syntax/semantics reviewed; whole-toolchain 100% completion claims were unsupported.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · ! — Partial / blocked

Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established.

+lib/typecheck.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/Lang/Checker.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
AST · I — Implementation inspected

OCaml core implementation inspected; 27 conformance cases passed for the tested slice.

+lib/ast.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/Lang/Syntax.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · I — Implementation inspected

OCaml core implementation inspected; 27 conformance cases passed for the tested slice.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/lexer.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · I — Implementation inspected

OCaml core implementation inspected; 27 conformance cases passed for the tested slice.

+lib/parser.mly — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/specs/ir/oir-specification.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ! — Partial / blocked

Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established.

+LSP-SERVER-IMPLEMENTATION.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bin/oblibeny_lsp.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/debugger.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Interpreter / runner · I — Implementation inspected

OCaml core implementation inspected; 27 conformance cases passed for the tested slice.

+lib/eval.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/Lang/Eval.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+Containerfile.bootstrap — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/DISTROLESS-BOOTSTRAP.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/specs/backend/rust-backend.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/academic/verification/01-formal-verification.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/academic/verification/02-program-analysis.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/academic/verification/03-concurrency-distributed.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+examples/alib/README.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/alib/arithmetic.obl — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/alib/comparison.obl — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/packages/hello.zpkg/META.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/packages/hello.zpkg/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · T — Tested slice

27 conformance cases passed; this does not certify debugger or deployment.

+test/conformance_test.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +test/dune — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Proof / runtime correspondence · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/proof-debt.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
CI / security gates · I — Implementation inspected

CI/security configuration and actual PR checks were inspected and repaired in PR 127. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.

+.github/workflows/ci.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/governance.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Benchmarks / measurement · ! — Partial / blocked

Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established.

+lib/profiler.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Release / packaging · ! — Partial / blocked

Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
+

KitchenSpeak

Cooking/robotics language; physical assumptions remain explicit.

7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]

+
Syntax · D — Design specified

Cooking syntax and safety model reviewed; physical guarantees depend on sensor and environment assumptions.

+docs/spec/0001-lexical-grammar.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/spec/0002-concrete-grammar.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +grammar.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Cooking syntax and safety model reviewed; physical guarantees depend on sensor and environment assumptions.

+docs/design/0002-semantics.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+decisions/0004-echo-attaches-to-linear-dyadic.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · I — Implementation inspected

Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs.

+src/compiler/ast.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · I — Implementation inspected

Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/compiler/lexer.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · I — Implementation inspected

Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs.

+docs/spec/0001-lexical-grammar.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/spec/0002-concrete-grammar.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +grammar.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/compiler/ast.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/compiler/check.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/compiler/dune — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/Abi/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/design/0004-stdlib-ontology.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/compiler/stdlib_ks.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
Unit / conformance tests · T — Tested slice

15 positive/negative conformance cases passed.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · ! — Partial / blocked

NoCurdle contains sensor-bound and temperature postulates; no unconditional physical-safety theorem or runtime refinement was established.

+proofs/agda/Dough.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/agda/EchoBridge.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/agda/NoCurdle.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

NoCurdle contains sensor-bound and temperature postulates; no unconditional physical-safety theorem or runtime refinement was established.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/dependabot-automerge.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+benches/template_bench.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +build/guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +manifest.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Eclexia

Implemented resource-aware language; bot protocol remains a separate obligation.

6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]

+
Syntax · D — Design specified

Resource-aware language implementation, compiler and CLI were reviewed.

+SPECIFICATION.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +editors/vscode/syntaxes/eclexia.tmLanguage.json — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +formal/coq/src/Syntax.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Resource-aware language implementation, compiler and CLI were reviewed.

+spec/axiomatic-semantics.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +spec/operational-semantics.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+formal/coq/src/Typing.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/eclexia-effects/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-effects/src/evidence.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-effects/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+formal/coq/src/Syntax.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · I — Implementation inspected

Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-lexer/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-lexer/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · I — Implementation inspected

Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.

+compiler/eclexia-parser/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-parser/src/error.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-parser/src/expr.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · I — Implementation inspected

Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.

+compiler/eclexia/src/repl.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
LSP / debugger · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/eclexia-debugger/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-debugger/src/breakpoint.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-debugger/src/inspection.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Interpreter / runner · I — Implementation inspected

Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.

+compiler/eclexia-codegen/src/vm.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-interp/src/eval.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia/src/bench_runner.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · I — Implementation inspected

Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.

+.clusterfuzzlite/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-absinterp/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/roadmap/SELF-HOSTING-ROADMAP.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.

+compiler/eclexia-codegen/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-codegen/src/bytecode.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-codegen/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · ! — Partial / blocked

Oikosbot expects a JSON policy protocol and --input interface that the inspected Eclexia CLI does not implement. Resource provenance/units and runtime correspondence remain open.

+ffi/zig/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/src/main.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/src/resource.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Standard library · I — Implementation inspected

Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.

+docs/stdlib-index.html — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +stdlib/README.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +stdlib/async.ecl — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia/src/package_manager.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +libraries/eclexia-cli/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · T — Tested slice

The two conformance test harnesses passed for this local snapshot.

+compiler/eclexia-codegen/tests/integration_test.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-codegen/tests/pipeline_test.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia/src/test_runner.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.clusterfuzzlite/Dockerfile — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.clusterfuzzlite/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.clusterfuzzlite/project.yaml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+formal/agda/ResourceTracking.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +formal/coq/src/Echo.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +formal/coq/src/EchoThermo.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Oikosbot expects a JSON policy protocol and --input interface that the inspected Eclexia CLI does not implement. Resource provenance/units and runtime correspondence remain open.

+docs/proof-debt.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/cargo-audit.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/cflite_batch.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+benches/bench_energy.ecl — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +benches/bench_example.ecl — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/eclexia-tiered/src/profile.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+formal/coq/manifest.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Ephapax v2

Rebuilt in situ; older implementation files are not automatically v2 evidence.

b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]

+
Syntax · D — Design specified

Current Rust/Idris frontend and layered linear-region semantics reviewed; do not inherit guarantees from the failed v1.

+docs/v2-grammar-and-codegen-gaps-2026-06-16.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +editors/tree-sitter-ephapax/grammar.js — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +editors/vscode/syntaxes/ephapax.tmLanguage.json — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Current Rust/Idris frontend and layered linear-region semantics reviewed; do not inherit guarantees from the failed v1.

+formal/Semantics.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +formal/Semantics_L1.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/sessions/SESSION-2026-03-28-type-checker-audit.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +formal/Typing.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +formal/TypingL1.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+conformance/invalid/linear_not_consumed.eph — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/invalid/linear_used_twice.eph — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/invalid/region_linear_not_consumed.eph — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+formal/Syntax.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +idris2/src/Ephapax/IR/AST.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · I — Implementation inspected

Current parser implementation inspected; 62 unit tests and one additional parser test passed.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +idris2/src/Ephapax/Parse/Lexer.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/ephapax-lexer/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · I — Implementation inspected

Current parser implementation inspected; 62 unit tests and one additional parser test passed.

+docs/v2-grammar-and-codegen-gaps-2026-06-16.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +editors/tree-sitter-ephapax/grammar.js — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ephapax-linear/grammar/affine.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+idris2/src/Ephapax/IR/AST.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +idris2/src/Ephapax/IR/Decode.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +idris2/src/Ephapax/IR/SExpr.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
REPL · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+formal/INTERACTIVE-PROOF-SESSION.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/ephapax-repl/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/ephapax-repl/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
LSP / debugger · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/ephapax-lsp/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/ephapax-lsp/src/main.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tools/ephapax-lsp/Cargo.lock — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Interpreter / runner · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/ephapax-runtime/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/ephapax-runtime/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/ephapax-runtime/src/list.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+scripts/bootstrap-provers.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Coprocessor / GPU · ! — Partial / blocked

Zig coprocessor shim is explicitly a stub: native backend capabilities report unavailable. ABI design does not establish acceleration.

+tools/coproc/ephapax_coproc.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+conformance/valid/ffi_basic.eph — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/valid/ffi_linear_handle.eph — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/ffi/01-ffi-basic.eph — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/ephapax-cli/tests/v2_stdlib_import.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/ephapax-stdlib/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/ephapax-stdlib/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · T — Tested slice

Parser slice: 62 + 1 tests passed. Not a full compiler/runtime validation.

+conformance/README.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/invalid/branch_inconsistent.eph — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/invalid/linear_not_consumed.eph — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/ephapax-cli/tests/property_tests.proptest-regressions — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/ephapax-cli/tests/property_tests.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tests/fuzz/.gitignore — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · ! — Partial / blocked

Semantics_L1.v still admits preservation and a supporting lemma; higher-layer claims depend on this boundary.

+formal/Semantics_L1.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Semantics_L1.v still admits preservation and a supporting lemma; higher-layer claims depend on this boundary.

+formal/Semantics_L1.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-verify.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+brand/hero/social-profile.png — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/testing-and-bench-strategy.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +spec/ARG-PROFILE.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

AffineScript v2

Canonical core for its faces; current top-level checkout selected.

eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards

+
Syntax · D — Design specified

Current v2 soundness boundary reviewed. Removed v1 refinement features must not be re-advertised through bridges.

+docs/academic/formal-verification/solo-core/Syntax.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +editors/tree-sitter-affinescript/grammar.js — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +editors/vscode/syntaxes/affinescript.tmLanguage.json — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Current v2 soundness boundary reviewed. Removed v1 refinement features must not be re-advertised through bridges.

+docs/SOUNDNESS.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/academic/formal-verification/axiomatic-semantics.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/academic/formal-verification/denotational-semantics.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · I — Implementation inspected

OCaml implementation and current soundness report inspected; not all generated targets were executed.

+bench/bench_typecheck.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/academic/formal-verification/solo-core/Typing.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/history/TYPECHECKER-COMPLETION-2026-01-23.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · ! — Partial / blocked

Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout.

+.build/affinescript.opam — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/affine-vscode-publish.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/sessions/2026-05-27-borrow-deferred-items.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
AST · I — Implementation inspected

OCaml implementation and current soundness report inspected; not all generated targets were executed.

+docs/academic/formal-verification/solo-core/Syntax.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/ast.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · I — Implementation inspected

OCaml implementation and current soundness report inspected; not all generated targets were executed.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/lexer.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proposals/idaptik/migrated/PortScanner/PortScanner.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · I — Implementation inspected

OCaml implementation and current soundness report inspected; not all generated targets were executed.

+editors/tree-sitter-affinescript/grammar.js — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/parser.mly — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/parser_errors.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+lib/desugar_traits.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
REPL · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/history/REPLY-SUM-TYPES.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/repl.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +wiki/tooling/repl.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
LSP / debugger · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+lib/lsp_server.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tools/affinescript-lsp/Cargo.lock — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tools/affinescript-lsp/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Interpreter / runner · I — Implementation inspected

OCaml implementation and current soundness report inspected; not all generated targets were executed.

+affinescript-deno-test/lib/runner.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/wasi_runtime.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +packages/affine-js/runtime.js — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · I — Implementation inspected

OCaml implementation and current soundness report inspected; not all generated targets were executed.

+affinescript-deno-test/lib/compile.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +distributions/rattlescript/build.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/decisions/0019-compiler-distribution.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · I — Implementation inspected

OCaml implementation and current soundness report inspected; not all generated targets were executed.

+affinescript-deno-test/example/codegen_regression_test.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_codegen.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/architecture/BACKEND-ANALYSIS.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · I — Implementation inspected

Gate emits multiple GPU/coprocessor targets. Optional naga/SPIR-V checks and nonempty output checks do not establish hardware execution.

+tools/coprocessor-gate.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+affinescript-dom/ffi/zig/src/main.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +affinescript-dom/src/abi/DOM.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/stdlib-naming.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/STDLIB-EXTERN-AUDIT.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/STDLIB-EXTERN-AUDIT.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Aggregate library · F — Candidate file only

Affine aLib source located; a complete semantic-conformance run was not established for this atlas.

+docs/ALIB-INTEGRATION.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/alib-roadmap.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/alib/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/descriptiles/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/ECOSYSTEM.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/patch_ecosystem.py — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · ! — Partial / blocked

Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout.

+affinescript-cadre/e2e/test.mjs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/invalid/001_unclosed_brace.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/academic/formal-verification/solo-core/Soundness.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/academic/proofs/coherence-parametricity.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/academic/proofs/db-theory-2-transaction-safety.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout.

+docs/SOUNDNESS.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/academic/formal-verification/solo-core/Soundness.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/academic/proofs/effect-soundness.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/affine-vscode-publish.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/ci.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+bench/bench_codegen.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_fixtures.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_lex.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/PACKAGING.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/history/ALPHA-1-RELEASE-NOTES.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

My family / shared core

Three dialects; Me is a projection. Formal claims are fragment-specific.

097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182

+
Syntax · D — Design specified

Solo, Duet and Ensemble are the three dialects. Me is a projection; the dated FRG audit is historical.

+docs/reference/solo-v1-grammar.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/theory/duet_ensemble_grammar.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/wiki/language/syntax.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Solo, Duet and Ensemble are the three dialects. Me is a projection; the dated FRG audit is historical.

+hives/solo-hive/docs/semantics.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/me/visual-semantics/formal-model.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/shared/ai-semantics/README.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · I — Implementation inspected

QTT checker inspected. Safe fragment is opt-in; runtime borrowing and sequential async do not establish full-language static guarantees.

+.github/workflows/checker-scaling.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +_exploratory/me-scaffolding/crates/typechecker/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +_exploratory/me-scaffolding/crates/typechecker/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · I — Implementation inspected

QTT checker inspected. Safe fragment is opt-in; runtime borrowing and sequential async do not establish full-language static guarantees.

+_exploratory/me-scaffolding/crates/affine/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +_exploratory/me-scaffolding/crates/affine/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +_exploratory/me-scaffolding/examples/solo/10_affine_types.solo — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
AST · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+_exploratory/me-scaffolding/crates/ast/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +_exploratory/me-scaffolding/crates/ast/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/my-lang/src/ast.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +_exploratory/me-scaffolding/crates/lexer/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +_exploratory/me-scaffolding/crates/lexer/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+_exploratory/me-scaffolding/crates/parser/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +_exploratory/me-scaffolding/crates/parser/src/error.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +_exploratory/me-scaffolding/crates/parser/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+_exploratory/me-scaffolding/crates/repl/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +_exploratory/me-scaffolding/crates/repl/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +playground/hives/me/crates/repl/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
LSP / debugger · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+_exploratory/me-scaffolding/crates/lsp/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +_exploratory/me-scaffolding/crates/lsp/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/my-lsp/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Interpreter / runner · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+_exploratory/me-scaffolding/crates/runtime/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +_exploratory/me-scaffolding/crates/runtime/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/my-lang/src/interpreter.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.clusterfuzzlite/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +dialects/duet/compiler/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +dialects/duet/compiler/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+_exploratory/me-scaffolding/crates/codegen/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +_exploratory/me-scaffolding/crates/codegen/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +playground/hives/me/crates/codegen/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+frontier-practices/ffi/zig/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +frontier-practices/ffi/zig/src/main.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +frontier-practices/ffi/zig/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+crates/my-lang/src/stdlib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/wiki/internals/stdlib-design.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/wiki/reference/stdlib.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/wiki/roadmap/ecosystem.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +playground/.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · T — Tested slice

25 QTT unit tests passed for the inspected checker slice.

+conformance/invalid/i01_missing_brace.my — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/invalid/i02_bad_keyword.my — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/run_conformance.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.clusterfuzzlite/Dockerfile — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.clusterfuzzlite/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.clusterfuzzlite/project.yaml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · I — Implementation inspected

Core/surface proof registry and formal sources reviewed; distinguish original local unpublished work from the PR/main snapshot.

+proofs/verification/coq/Syntax.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/verification/coq/Typing.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/verification/coq/solo-core/Context.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Whole-language Rust/model correspondence is not established by the QTT tests or by named core theorems.

+proofs/shared/effect-system/soundness.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/shared/type-system/soundness.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/verification/idris/solo-core/Soundness.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · I — Implementation inspected

CI/security configuration and actual PR checks were inspected and repaired in PR 182. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.

+.github/workflows/cflite_batch.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/cflite_pr.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/checker-scaling.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+crates/my-lang/examples/dhat_checker_profile.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +spec/ARG-PROFILE.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +spec/CRG-PROFILE.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+frontier-practices/manifest.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +hives/duet-hive/manifest.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +hives/ensemble-hive/manifest.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Betlang

Probabilistic ternary language; not hard real-time scheduling.

4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]

+
Syntax · D — Design specified

Racket implementation uses probabilistic ternary, lazy choice semantics.

+compiler/bet-parse/src/grammar.lalrpop — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/bet-syntax/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/bet-syntax/src/ast.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Racket implementation uses probabilistic ternary, lazy choice semantics.

+docs/semantics.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/formal-semantics.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/theorems/soundness-completeness.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ + +
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_lexer.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/bet-parse/fuzz/fuzz_targets/fuzz_lexer.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+bench/bench_parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/bet-parse/fuzz/fuzz_targets/fuzz_parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/bet-parse/src/grammar.lalrpop — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+repl/shell.rkt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tools/bet-cli/src/repl.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
LSP / debugger · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+lsp/bet-lsp/gleam.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lsp/bet-lsp/manifest.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lsp/bet-lsp/src/bet_lsp.gleam — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Interpreter / runner · I — Implementation inspected

Executable Racket semantics inspected; merely loading test files was not counted as a test run.

+compiler/bet-eval/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/bet-eval/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +runtime/bet-rand/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.clusterfuzzlite/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bindings/chapel/build.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/bet-check/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/bet-codegen/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/bet-codegen/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/julia-backend-design.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+ffi/zig/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/src/main.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · ! — Partial / blocked

Actual raco test run fails: check-true receives a membership list and invalid format directives abort tests. No all-green conformance claim.

+.github/workflows/test.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/bet-parse/src/tests.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/README.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.clusterfuzzlite/Containerfile — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.clusterfuzzlite/Dockerfile — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.clusterfuzzlite/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+lakefile.lean — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/BetLang.lean — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Proof / runtime correspondence · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/proof-debt.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/proof-debt.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/theorems/soundness-completeness.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/cargo-audit.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/cflite_batch.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+bench/bench_lexer.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +benchmarks/performance.rkt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +julia-backend/manifest.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

JtV v1 lineage

Addition/control lineage; current files are not a frozen v1 release.

6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]

+
Syntax · D — Design specified

v1 addition/control model is distinct from v2 reversible tokens. Version-specific implementation correspondence was not established.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

v1 addition/control model is distinct from v2 reversible tokens. Version-specific implementation correspondence was not established.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Ownership / effects · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Unit / conformance tests · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Do not assign current jtv-core tests or coprocessor files to historical v1 without a version mapping.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
+

JtV v2

Reversible-token model; generator and proof/runtime coupling still partial.

6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]

+
Syntax · D — Design specified

Reversible-token v2 design reviewed independently from the v1 lineage.

+crates/jtv-core/src/grammar.pest — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/GRAMMAR_EVOLUTION.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +editors/vscode/syntaxes/jtv.tmLanguage.json — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Reversible-token v2 design reviewed independently from the v1 lineage.

+docs/design-decisions/0004-pata-eval-failure-semantics.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/design-decisions/0005-extern-coproc-call-semantics.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+crates/jtv-core/src/typechecker.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+ALIGNMENT-AFFINESCRIPT.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/jtv-core/src/effect.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/design-decisions/0009-echo-epistemic-first-class-function-effects.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · I — Implementation inspected

Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open.

+crates/jtv-core/src/ast.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +playground/jtv/spec/SYNTAX.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
Parser · I — Implementation inspected

Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open.

+crates/jtv-core/benches/parser_bench.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/jtv-core/src/grammar.pest — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/jtv-core/src/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+crates/jtv-cli/src/repl.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
LSP / debugger · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+crates/jtv-lsp/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/jtv-lsp/src/main.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +wiki/tooling/LSP.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Interpreter / runner · I — Implementation inspected

Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open.

+crates/jtv-core/benches/interpreter_bench.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/jtv-core/src/interpreter.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.clusterfuzzlite/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +playground/infrastructure/podman/scripts/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +wiki/compiler/Architecture.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · ! — Partial / blocked

PataCL feature defaults off with explicit fallback. Lowering emits Zig/Idris/C artifacts, but Zig kernel bodies include unreachable placeholders.

+crates/jtv-core/src/coproc.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/jtv-core/src/coproc_lower.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ! — Partial / blocked

PataCL feature defaults off with explicit fallback. Lowering emits Zig/Idris/C artifacts, but Zig kernel bodies include unreachable placeholders.

+crates/jtv-core/src/coproc.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/jtv-core/src/coproc_lower.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+ffi/zig/.editorconfig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/.gitattributes — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/.github/workflows/ci.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+crates/jtv-core/stdlib/collections.jtv — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/jtv-core/stdlib/prelude.jtv — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/jtv-core/stdlib/result.jtv — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/ecosystem-status.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +packages/jtv-analyzer/deno.json — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+conformance/coproc/dead_gate_dropped.jtv — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/coproc/insn_with_encoding.jtv — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/coproc/live_intrinsic.jtv — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.clusterfuzzlite/Containerfile — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.clusterfuzzlite/Dockerfile — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.clusterfuzzlite/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+academic/proofs/ALGEBRAIC_STRUCTURES.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +academic/proofs/COMPUTATIONAL_THEORY.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +academic/proofs/MATHEMATICAL_FOUNDATIONS.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Coupling between the reversible-token formal model and runtime was not demonstrated end to end.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/cflite_batch.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/cflite_pr.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

WokeLang

Consent/care runtime; static guarantee and aLib boundary are narrower.

1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5]

+
Syntax · D — Design specified

Consent/care design reviewed against the current Rust implementation, not just old OCaml sources.

+docs/grammar.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/proofs/formal-semantics/grammar-proofs.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/proofs/verification/GRAMMAR-PROOF-INVENTORY.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Consent/care design reviewed against the current Rust implementation, not just old OCaml sources.

+docs/proofs/formal-semantics/denotational-semantics.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/proofs/formal-semantics/grammar-proofs.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/proofs/formal-semantics/operational-semantics.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/abi/WokeLang/Typing.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/typechecker/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Ownership / effects · ! — Partial / blocked

Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
AST · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+core/ast.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/ast/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/ast/visitor.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · I — Implementation inspected

Current Rust frontend and execution implementation inspected.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_lexer.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +core/lexer.mll — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · I — Implementation inspected

Current Rust frontend and execution implementation inspected.

+bench/bench_parser.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +core/parser.mly — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/grammar.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · I — Implementation inspected

Current Rust frontend and execution implementation inspected.

+docs/wiki/Getting-Started/REPL.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/repl.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
LSP / debugger · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/bin/woke-lsp.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/lsp/backend.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/lsp/document.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Interpreter / runner · I — Implementation inspected

Current Rust frontend and execution implementation inspected.

+core/eval.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interpreter/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interpreter/value.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.clusterfuzzlite/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/wokelang-wasm/Cargo.lock — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/wokelang-wasm/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/lsp/backend.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tests/codegen_test.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/proofs/verification/.gitignore — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/proofs/verification/AUDIT.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/proofs/verification/GRAMMAR-PROOF-INVENTORY.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+examples/28_stdlib_alib.woke — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/28_stdlib_simple.woke — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/30_stdlib_math.woke — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Aggregate library · ! — Partial / blocked

Basic aLib operations are implemented, but map/filter/fold/ifThenElse return RuntimeError because interpreter context is unavailable.

+src/stdlib/alib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · T — Tested slice

188 Rust library tests passed; not a static consent proof.

+conformance/invalid/i01_missing_end.woke — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/invalid/i02_missing_give_back.woke — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/invalid/i03_bad_operator.woke — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.clusterfuzzlite/Containerfile — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.clusterfuzzlite/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.clusterfuzzlite/project.yaml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · ! — Partial / blocked

Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path.

+docs/proofs/README.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/proofs/VERIFICATION-ROADMAP.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/proofs/compiler/memory-model.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/cargo-audit.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/cflite_batch.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+bench/bench_lexer.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_parser.ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +benches/vm_bench.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Phronesis

Judgement/evidence graph is implemented; evidence extraction is incomplete.

f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]

+
Syntax · D — Design specified

Constraint/judgement language and justification-path comparison reviewed; consensus is not itself truth.

+academic/proofs/model-theory/model-theory-specification.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +academic/proofs/temporal-logic/temporal-logic-specifications.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/grammar.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Constraint/judgement language and justification-path comparison reviewed; consensus is not itself truth.

+academic/proofs/algebraic-semantics/algebraic-semantics.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +academic/proofs/axiomatic-semantics/hoare-logic.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +academic/proofs/model-theory/denotational-semantics.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · ! — Partial / blocked

Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery.

+lib/phronesis/type_checker.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +test/type_checker_test.exs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+editors/vscode/src/extension.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · I — Implementation inspected

Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.

+examples/syntax_error.phr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/phronesis/ast.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +syntax/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · I — Implementation inspected

Real nodes, typed evidence edges and claim-to-graph construction. Invariant paths compare six justification stages, not semantic equivalence.

+lib/phronesis/reflexion/judgement_evidence_graph.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Lexer · I — Implementation inspected

Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_lexer.exs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/phronesis/incremental_lexer.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · I — Implementation inspected

Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.

+bench/bench_parser.exs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/grammar.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/phronesis/incremental_parser.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · I — Implementation inspected

Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.

+lib/phronesis/debugger/repl.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
LSP / debugger · I — Implementation inspected

Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.

+docs/LSP-IMPLEMENTATION-SUMMARY.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/phronesis/debugger.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/phronesis/debugger/repl.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Interpreter / runner · I — Implementation inspected

Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.

+academic/proofs/abstract-interpretation/abstract-interpretation-framework.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/phronesis/interpreter.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/phronesis/tracing_interpreter.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/phronesis-ast/Cargo.lock — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/phronesis-ast/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/phronesis-ast/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/abi/Types.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/phronesis-abi.ipkg — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+examples/test_stdlib.exs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/phronesis/stdlib/bgp.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/phronesis/stdlib/consensus.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/phronesis/package_manager.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/phronesis/package_manager/manifest.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · ! — Partial / blocked

Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery.

+.github/workflows/conformance.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/invalid/i01_missing_end.phr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/invalid/i02_bad_action.phr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+test/fuzz/lexer_fuzz_test.exs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +test/fuzz/parser_fuzz_test.exs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +test/property_test.exs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+academic/formal-verification/agda/Phronesis.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +academic/formal-verification/agda/PhronesisEcho.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +academic/formal-verification/coq/Phronesis.v — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery.

+academic/proofs/proof-theory/curry-howard-correspondence.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/conformance.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+bench/bench_lexer.exs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bench/bench_parser.exs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/profile_example.phr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+manifest.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Oikos language

Economics/accounting DSL; distinct from Oikosbot.

b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6]

+
Syntax · D — Design specified

Accounting DSL source and Godley validation inspected.

+oikos-syntax/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +oikos-syntax/src/account.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +oikos-syntax/src/dimension.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · ! — Partial / blocked

Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Ownership / effects · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +oikos-parser/src/lexer.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+oikos-parser/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +oikos-parser/src/error.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +oikos-parser/src/lexer.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Elaboration / IR · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+oikos-desugar/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +oikos-desugar/src/error.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +oikos-desugar/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · ! — Partial / blocked

Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/alib-aggregate-bridge.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · T — Tested slice

Rust workspace tests passed for the inspected DSL snapshot.

+oikos-check/tests/cross_ref.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +oikos-check/tests/currency.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +oikos-check/tests/fixtures.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/cargo-audit.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/ci.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+manifest.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

ErrorLang

Error-oriented language; broad proof claims need scoped evidence.

80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]

+
Syntax · D — Design specified

Error-oriented language documents reviewed. The claimed 100% verification was not established by an exhaustive function/dependency audit.

+docs/Grammar-ru.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/Grammar.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +spec/grammar.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Error-oriented language documents reviewed. The claimed 100% verification was not established by an exhaustive function/dependency audit.

+spec/axiomatic-semantics.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +spec/operational-semantics.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/src/TypeChecker.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/affinescript-check.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/src/Analyzer.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/src/Bytecode.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/src/IncrementalLexer.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/src/Lexer.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/src/IncrementalParser.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/src/Parser.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/Grammar-ru.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tools/lsp/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tools/lsp/src/backend.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tools/lsp/src/main.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Interpreter / runner · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+cli/runtime.js — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/src/VM.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/error-lang-ast/Cargo.lock — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/error-lang-ast/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +compiler/error-lang-ast/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+compiler/src/Codegen.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tools/lsp/src/backend.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+ffi/zig/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/src/main.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+conformance/invalid/i01_missing_end.err — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/invalid/i02_bad_let.err — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +conformance/invalid/i03_unclosed_string.err — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

No evidence here supports whole-implementation verification; retain individual theorem and runtime boundaries.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/affinescript-check.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+manifest.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Anvomidav

Domain rules need a versioned season/category contract.

c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main

+
Syntax · D — Design specified

Figure-skating/domain validation approach reviewed; broad compiler/toolchain status remains unassessed.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Figure-skating/domain validation approach reviewed; broad compiler/toolchain status remains unassessed.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · ! — Partial / blocked

A literal ExUnit assertion is not a domain validator. The inspected seven-jump rule is stale for the relevant 2026/27 Skate Canada update.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Unit / conformance tests · ! — Partial / blocked

A literal ExUnit assertion is not a domain validator. The inspected seven-jump rule is stale for the relevant 2026/27 Skate Canada update.

+test/anvomidav_spec_test.exs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/dependabot-automerge.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/governance.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

TypeZero / typefix-zero

Research kernel: total/partial distinction; bounded observation is not divergence.

b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]

+
Syntax · D — Design specified

Owner-described total declarative / partial imperative and universe/lower-calculus research direction. Public implementation detail is not exported from private scope.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Owner-described total declarative / partial imperative and universe/lower-calculus research direction. Public implementation detail is not exported from private scope.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · ! — Partial / blocked

Research boundary: no checked implementation is established here; a bounded observer must distinguish unknown from proven divergence.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Unit / conformance tests · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Research boundary: no checked implementation is established here; a bounded observer must distinguish unknown from proven divergence.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
+

Haec

Trope/loss research and checker; no general compiler claim.

0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll

+
Syntax · D — Design specified

Trope/loss design reviewed; language toolchain is not established by the existing research checker.

+design/grammar.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Trope/loss design reviewed; language toolchain is not established by the existing research checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · I — Implementation inspected

Trope-checker implementation identified and reviewed at research scope.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+ +
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+design/grammar.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Elaboration / IR · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+design/elaboration.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+lsp/STATUS.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Interpreter / runner · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/runtime-policy.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

A Haec language compiler and its soundness/refinement proof are not established in this audit.

+compiler/STATUS.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +abi.ipkg — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/agda/Properties.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

A Haec language compiler and its soundness/refinement proof are not established in this audit.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/ci.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/dependabot-automerge.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+benches/template_bench.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Firmboot

Continuity research; Agda/Lean models plus Elixir reference experiments.

fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims.

+
Syntax · D — Design specified

Synchronic coherence and continuity across admitted updates. Native language/toolchain and arbitrary-code hot loading remain research directions.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Synchronic coherence and continuity across admitted updates. Native language/toolchain and arbitrary-code hot loading remain research directions.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · I — Implementation inspected

Elixir admission/checker/model implementation and Agda/Lean contracts inspected; a reference model is not a general language runtime.

+lib/firmboot/checker.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/firmboot/model.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +VERIFICATION.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+proofs/lean/controls/ResetOwnership.lean — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+proofs/lean/controls/StaleReply.lean — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · I — Implementation inspected

Elixir admission/checker/model implementation and Agda/Lean contracts inspected; a reference model is not a general language runtime.

+lib/firmboot/checker.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/firmboot/model.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +VERIFICATION.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Finite agreement witnesses do not prove arbitrary-run language/runtime refinement, physical uptime or arbitrary-code hot loading.

+VERIFICATION.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+VERIFICATION.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Unit / conformance tests · T — Tested slice

43 Elixir tests passed in the local working tree, including its uncommitted water-leak extension. This is explicitly local evidence, not evidence for only the published baseline.

+test/firmboot/model_test.exs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +test/firmboot/live_test.exs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · I — Implementation inspected

Safe Agda/Lean model and real rejection/axiom-audit harnesses reviewed. Fresh proof runs were not performed for this atlas.

+proofs/agda/Firmboot/All.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/lean/AuditPolicy.lean — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Finite agreement witnesses do not prove arbitrary-run language/runtime refinement, physical uptime or arbitrary-code hot loading.

+VERIFICATION.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secrets.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/security.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/verify.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
+

007 / 007-lang

Private implementation: indexed only; no source details exported.

Private scope

+
Syntax · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Semantics · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Type checker · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Ownership / effects · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
AST · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Parser · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-compiler · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Standard library · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Unit / conformance tests · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Property tests / fuzzing · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Proof / runtime correspondence · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Benchmarks / measurement · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · X — Private scope

Private implementation details are deliberately not included in the public atlas.

+Basis: scope boundary · audit narrative · back to grid
+
+

My: Solo

Shared My core; dialect-specific evidence is not silently inherited.

097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main

+
Syntax · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
AST · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
REPL · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
LSP / debugger · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Interpreter / runner · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Standard library · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Unit / conformance tests · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
+

My: Duet

Shared My core; dialect-specific evidence is not silently inherited.

097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main

+
Syntax · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
AST · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
REPL · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
LSP / debugger · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Interpreter / runner · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Standard library · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Unit / conformance tests · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
+

My: Ensemble

Shared My core; dialect-specific evidence is not silently inherited.

097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main

+
Syntax · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
AST · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
REPL · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
LSP / debugger · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Interpreter / runner · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Standard library · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Unit / conformance tests · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · R — Related canonical core

Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
+

Me projection

Projection of My; not a fourth dialect.

2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4]

+
Syntax · R — Related canonical core

Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · R — Related canonical core

Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · R — Related canonical core

Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
AST · R — Related canonical core

Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · R — Related canonical core

Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · R — Related canonical core

Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · R — Related canonical core

Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · R — Related canonical core

Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · R — Related canonical core

Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Unit / conformance tests · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · R — Related canonical core

Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · R — Related canonical core

Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
+

rattlescript

Face of canonical AffineScript; independent syntax/lowering contract needed.

9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2]

+
Syntax · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Semantics · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+.affinescript-pin — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+src/interface/build/ttc/2025081600/Abi/Foreign.ttc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/build/ttc/2025081600/Abi/Foreign.ttm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/build/ttc/2025081600/Abi/Layout.ttc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/Abi/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/agda/Properties.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/governance.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/hypatia-scan.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
+

jaffascript

Face of canonical AffineScript; independent syntax/lowering contract needed.

c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone]

+
Syntax · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Semantics · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+.affinescript-pin — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+src/interface/build/ttc/2025081600/Abi/Foreign.ttc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/build/ttc/2025081600/Abi/Foreign.ttm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/build/ttc/2025081600/Abi/Layout.ttc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/.machine_readable/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/agda/Properties.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/governance.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/hypatia-scan.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +manifest.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

cafescripto

Face of canonical AffineScript; independent syntax/lowering contract needed.

d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main

+
Syntax · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Semantics · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+.affinescript-pin — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+src/interface/build/ttc/2025081600/Abi/Foreign.ttc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/build/ttc/2025081600/Abi/Foreign.ttm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/build/ttc/2025081600/Abi/Layout.ttc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/Abi/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/agda/Properties.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/governance.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/hypatia-scan.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
+

lucidscript

Face of canonical AffineScript; independent syntax/lowering contract needed.

dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main

+
Syntax · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Semantics · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+.affinescript-pin — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+src/interface/build/ttc/2025081600/Abi/Foreign.ttc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/build/ttc/2025081600/Abi/Foreign.ttm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/build/ttc/2025081600/Abi/Layout.ttc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/Abi/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/agda/Properties.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/governance.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/hypatia-scan.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
+

pseudoscript

Face of canonical AffineScript; independent syntax/lowering contract needed.

d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22]

+
Syntax · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Semantics · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+.affinescript-pin — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+src/interface/build/ttc/2025081600/Abi/Foreign.ttc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/build/ttc/2025081600/Abi/Foreign.ttm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/build/ttc/2025081600/Abi/Layout.ttc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/Abi/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/agda/Properties.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · R — Related canonical core

Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/governance.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/hypatia-scan.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
+

Panoply

Repurposed AffineScript v1 lineage, distinct from canonical v2.

795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins

+
Syntax · D — Design specified

Repurposed v1 lineage and new charter reviewed.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Repurposed v1 lineage and new charter reviewed.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler.

+src/interface/ffi/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/backends/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/backends/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +abi.ipkg — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/agda/Properties.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/dependabot-automerge.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+benches/template_bench.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +build/guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

nextgen-typing

Typing research coordinator; not a standalone language compiler.

29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll

+
Syntax · D — Design specified

Typing research programme/coordinator; assess the linked kernels separately.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Typing research programme/coordinator; assess the linked kernels separately.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+ + +
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

Coordinator role. Native execution components belong to the referenced languages/kernels.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

Coordinator role. Native execution components belong to the referenced languages/kernels.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · H — Host / different role

Coordinator role. Native execution components belong to the referenced languages/kernels.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · H — Host / different role

Coordinator role. Native execution components belong to the referenced languages/kernels.

+.github/workflows/runtime-policy.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · H — Host / different role

Coordinator role. Native execution components belong to the referenced languages/kernels.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · H — Host / different role

Coordinator role. Native execution components belong to the referenced languages/kernels.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/0.1-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

Coordinator role. Native execution components belong to the referenced languages/kernels.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/aspect_tests.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tests/e2e.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tests/e2e/template_instantiation_test.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/agda/EchoTyping.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/coordination-boundary.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+benches/template_bench.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Kategoria

Alternative typing routes; checked transport control corrects one impossibility claim.

7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll

+
Syntax · D — Design specified

Five research routes; alpha/Idris extension contains source while other routes are largely prose.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Five research routes; alpha/Idris extension contains source while other routes are largely prose.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · I — Implementation inspected

Alpha route Idris source inspected; broad multi-route implementation not established.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/bridge-matrix-fix/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/bridge-matrix-fix/docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/bridge-matrix-fix/docs/stumble-journal/001-qtt-cubical-wall.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/bridge-matrix-fix/src/interface/ffi/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/typell-feed/examples/build/ttc/2023090800/Demo_ProvenArithmetic.ttc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/typell-feed/examples/build/ttc/2023090800/Demo_ProvenArithmetic.ttm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/bridge-matrix-fix/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/bridge-matrix-fix/.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/bridge-matrix-fix/src/interface/abi/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/bridge-matrix-fix/.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/bridge-matrix-fix/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/bridge-matrix-fix/src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/bridge-matrix-fix/src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/bridge-matrix-fix/tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/bridge-matrix-fix/tests/property_test.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/bridge-matrix-fix/verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · P — Proof checked

A separate actual Idris Refl transport control checked successfully, refuting the claim that safe equality transport itself is impossible. It is not a cubical/univalence implementation.

+.claude/worktrees/bridge-matrix-fix/verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/bridge-matrix-fix/verification/proofs/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

The transport control does not establish soundness of all five proposed routes.

+.claude/worktrees/bridge-matrix-fix/routes/alpha-extend/Level08_Refinement.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/typell-feed/routes/alpha-extend/build/ttc/2023090800/Level08_Refinement.ttc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/typell-feed/routes/alpha-extend/build/ttc/2023090800/Level08_Refinement.ttm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/bridge-matrix-fix/.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/bridge-matrix-fix/.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/bridge-matrix-fix/.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/bridge-matrix-fix/verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/bridge-matrix-fix/verification/benchmarks/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/bridge-matrix-fix/.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/bridge-matrix-fix/guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

TypeLL

Checker hub and bridges; unresolved obligations and lossy mappings matter.

a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml

+
Syntax · D — Design specified

Rust checker hub and Idris model reviewed; each bridge needs its own preservation contract.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Rust checker hub and Idris model reviewed; each bridge needs its own preservation contract.

+.claude/worktrees/kategoria-conformance/src/abi/InferenceSoundness.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/src/abi/Soundness.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/InferenceSoundness.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · I — Implementation inspected

Checker implementation inspected; finish can return success with pending proof obligations and linearity issues.

+.claude/worktrees/kategoria-conformance/docs/decisions/0002-reversibility-as-typing-case-study.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/decisions/0002-reversibility-as-typing-case-study.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/kategoria-conformance/crates/typell-affinescript/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/crates/typell-affinescript/src/bridge.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/crates/typell-affinescript/src/lib.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ! — Partial / blocked

Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · ! — Partial / blocked

Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale.

+.claude/worktrees/kategoria-conformance/ffi/zig/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/ffi/zig/src/main.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/ffi/zig/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/kategoria-conformance/.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · T — Tested slice

Offline TypeLL core cargo tests passed.

+.claude/worktrees/kategoria-conformance/crates/typell-core/tests/core_comprehensive_tests.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/crates/typell-core/tests/e2e_test.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/crates/typell-core/tests/kategoria_conformance.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/kategoria-conformance/crates/typell-core/tests/property_test.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/typell-core/tests/property_test.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · I — Implementation inspected

Idris Soundness model covers Bool/Int/Unit/Arrow; it does not establish all hub types and bridges.

+.claude/worktrees/kategoria-conformance/src/abi/InferenceSoundness.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/src/abi/Soundness.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/InferenceSoundness.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale.

+.claude/worktrees/kategoria-conformance/src/abi/InferenceSoundness.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/src/abi/Soundness.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/InferenceSoundness.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/kategoria-conformance/.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/kategoria-conformance/benches/.gitkeep — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/crates/typell-core/benches/typell_bench.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +benches/.gitkeep — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.claude/worktrees/kategoria-conformance/.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.claude/worktrees/kategoria-conformance/guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

typed-wasm

Typed binary boundary; model, producer and byte verifier need separate evidence.

2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102]

+
Syntax · D — Design specified

Typed WebAssembly sections, producer/checker relationship and trust boundary reviewed.

+spec/L13-L16-reserved-syntax.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +spec/grammar.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tools/tree-sitter-twasm/grammar.js — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Typed WebAssembly sections, producer/checker relationship and trust boundary reviewed.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · I — Implementation inspected

Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section.

+crates/typed-wasm-codegen/tests/access_typing.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/TypedWasm/ABI/AccessTypingSpec.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/parser/Checker.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+affinescript.json — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/typed-wasm-verify/tests/fixtures/c5_real/01_clean_linear.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/typed-wasm-verify/tests/fixtures/c5_real/01_clean_linear.wasm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/parser/Ast.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/parser/Lexer.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+benchmarks/parser-bench.mjs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/typed-wasm-codegen/src/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +spec/grammar.ebnf — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Actual workspace cargo resolution failed: codegen requests nonexistent verifier feature unstable-l13-imports. Tests never started; no false test-failure inference.

+ffi/zig/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section.

+crates/typed-wasm-codegen/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/typed-wasm-codegen/README.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/typed-wasm-codegen/src/bin/tw.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · I — Implementation inspected

Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Standard library · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/abi/Layout/Stdlib.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · ! — Partial / blocked

Actual workspace cargo resolution failed: codegen requests nonexistent verifier feature unstable-l13-imports. Tests never started; no false test-failure inference.

+crates/typed-wasm-codegen/tests/access_typing.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/typed-wasm-codegen/tests/corpus.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +crates/typed-wasm-codegen/tests/errors.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tests/property/property_test.mjs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · ! — Partial / blocked

SourceAccepts and VerifierAccepts use the same FunctionsAccepted witness in the Idris fixture model. That is not a refinement proof of the Rust byte parser.

+verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

SourceAccepts and VerifierAccepts use the same FunctionsAccepted witness in the Idris fixture model. That is not a refinement proof of the Rust byte parser.

+docs/proof-debt.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/wiki/Proof-Debt-Status.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/c5-regenerate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/cargo-audit.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+benchmarks/parser-bench.mjs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +spec/ARG-PROFILE.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +spec/CRG-PROFILE.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

SystemET

Layered foundation related to AffineScript.

b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15]

+
Syntax · D — Design specified

L0 runtime, L1 total conversion, L2 grades, L3 guarded recursion, L4 effects/TEA; obligations must remain layer-specific.

+verification/proofs/lean4/Systemet/L1/Syntax.lean — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+ +
Type checker · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/theory/08-l4-effects-tea.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/theory/01-l0-runtime.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/0.1-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/aspect_tests.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tests/e2e.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tests/e2e/template_instantiation_test.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/lean4/MANIFEST — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/container-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+benches/template_bench.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Anytype

Executable Idris kernel; wrapper/recipe claims are separate.

38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable

+
Syntax · D — Design specified

Typed kernel and its relation to SystemET/AffineScript reviewed.

+src/kernel/Anytype/Core/Syntax.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Typed kernel and its relation to SystemET/AffineScript reviewed.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · I — Implementation inspected

Idris executable kernel inspected, including affine weakening and linear rejection.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/kernel/Anytype/Grade/Affine.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/kernel/Anytype/Core/Syntax.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/runtime-policy.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Justfile completion messages/TODO recipes are not a kernel build or compiler implementation.

+src/interface/ffi/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +abi.ipkg — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · T — Tested slice

19 matrix cases passed, including affine weakening and rejection of invalid linear use.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/agda/Properties.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/container-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+benches/template_bench.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Aggregate library / aLib

Semantic intersection and language bindings, not a universal standard library.

da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6]

+
Syntax · D — Design specified

Common semantic operations with per-language bindings; each binding needs operation/domain-specific conformance.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Common semantic operations with per-language bindings; each binding needs operation/domain-specific conformance.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/affinescript/ALib.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/affinescript/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

Library role; host-language frontend/runtime must be assessed in its own row.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+ +
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · H — Host / different role

Library role; host-language frontend/runtime must be assessed in its own row.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · H — Host / different role

Library role; host-language frontend/runtime must be assessed in its own row.

+ffi/zig/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+ffi/zig/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/src/main.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tools/stdlib-merger/ARCHITECTURE.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tools/stdlib-merger/Project.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tools/stdlib-merger/README.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Aggregate library · I — Implementation inspected

Aggregate design and bindings reviewed. stdlib-merger implementation files are located; a full merger/conformance run is not established.

+lib/aggregate_library.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/aggregate_library/ast/traversal.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +lib/aggregate_library/collections.ex — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Other libraries / packages · I — Implementation inspected

Aggregate design and bindings reviewed. stdlib-merger implementation files are located; a full merger/conformance run is not established.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+ffi/zig/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +test/RawFunctionTest.mres — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +test/conformance_test_spec.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

An operation name shared by languages does not prove matching evaluation order, numerical domain, errors or effects.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/governance.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/hypatia-scan.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Echo types

Retention/residue and modality research substrate.

2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml

+
Syntax · D — Design specified

Residue, information retention and modality foundation referenced by My/Firmboot; model scope matters.

+proofs/agda/Ordinal/Buchholz/Syntax.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Residue, information retention and modality foundation referenced by My/Firmboot; model scope matters.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ + +
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+proofs/agda/EchoExampleParser.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
Interpreter / runner · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/build.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/echo-types/applications-compiler-analysis.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+proofs/agda/All.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/agda/AntiEcho.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +proofs/agda/AntiEchoTropical.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Proof / runtime correspondence · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/adjacency/refinement-types.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/bridges/tropical-correspondence.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/echo-types/tropical-correspondence.md — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/agda.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/governance.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+manifest.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Cut calculus

Conditional finite constructions; not an unrestricted transfinite result.

7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig

+
Syntax · D — Design specified

Finite/conditional research constructions reviewed; no universal transfinite guarantee established.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · D — Design specified

Finite/conditional research constructions reviewed; no universal transfinite guarantee established.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Ownership / effects · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Parser · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Standard library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Unit / conformance tests · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Property tests / fuzzing · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Formal model / proofs · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/CutCalculus/Choreography.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/CutCalculus/CutRank.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/CutCalculus/Tropical.agda — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Proof / runtime correspondence · ! — Partial / blocked

Preserve the stated finite/model assumptions when relating this work to language guarantees.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/main-estate-audit.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
+

Bunsenite

Nickel bindings/tooling; not another independent language.

c8406e6d5899528db1b278589e7278aef8eed3bd;

+
Syntax · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Semantics · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Type checker · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+bindings/deno/bunsenite.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bindings/deno/example.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bindings/rescript/Bunsenite.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

Nickel-hosted bindings role. Do not count a second independent language toolchain.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

Nickel-hosted bindings role. Do not count a second independent language toolchain.

+benches/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +fuzz/fuzz_targets/fuzz_parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · H — Host / different role

Nickel-hosted bindings role. Do not count a second independent language toolchain.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · H — Host / different role

Nickel-hosted bindings role. Do not count a second independent language toolchain.

+.clusterfuzzlite/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +config/build.k9.ncl — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+ffi/zig/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/src/main.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +ffi/zig/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

Nickel-hosted bindings role. Do not count a second independent language toolchain.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+ffi/zig/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tests/aspect_test.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tests/e2e_test.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.clusterfuzzlite/Containerfile — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.clusterfuzzlite/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.clusterfuzzlite/project.yaml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/cargo-audit.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+benches/bunsenite_bench.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +benches/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +PACKAGING.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

Oikosbot

Consumer/integration target for Eclexia; not the Oikos language.

5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86

+
Syntax · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Semantics · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Type checker · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+bot-integration-affine/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bot-integration-affine/check.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bot-integration-affine/src/Analysis.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Adapter now rejects malformed/non-boolean output and unavailable native execution. The real Eclexia JSON policy protocol remains unwired.

+bot-integration-affine/src/tea/Runtime.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Repair implementation/test evidence: https://github.com/hyperpolymath/oikosbot/pull/86 +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
Meta-compiler · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Code generators · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
Standard library · H — Host / different role

Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · T — Tested slice

Workspace tests and 9 all-features adapter tests pass, including invalid-output rejection and no invented cost measurements.

+analyzers/code-haskell/test/Main.hs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +bot-integration-affine/test/Smoke.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Repair implementation/test evidence: https://github.com/hyperpolymath/oikosbot/pull/86 +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+fuzz/Cargo.toml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +fuzz/fuzz_targets/fuzz_main.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · I — Implementation inspected

CI/security configuration and actual PR checks were inspected and repaired in PR 86. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.

+.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/ci.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/codeql.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+guix/manifest.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +manifest.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

affinescriptiser

Augments an existing language; host guarantees are not inherited by generated output.

d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Affinescriptiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

alloyiser

Augments an existing language; host guarantees are not inherited by generated output.

1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Alloyiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

anvomidaviser

Augments an existing language; host guarantees are not inherited by generated output.

698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Anvomidaviser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

atsiser

Augments an existing language; host guarantees are not inherited by generated output.

778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Atsiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · I — Implementation inspected

run() checks the generated binary and delegates execution; not freshly tested with ATS.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · I — Implementation inspected

build() invokes/delegates a compiler and checks errors. Target compiler execution was not tested in this audit.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+examples/safe-malloc/include/stdlib_subset.h — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

betlangiser

Augments an existing language; host guarantees are not inherited by generated output.

90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Betlangiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

bqniser

Augments an existing language; host guarantees are not inherited by generated output.

3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Bqniser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

chapeliser

Augments an existing language; host guarantees are not inherited by generated output.

28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · T — Tested slice

PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification.

+Repair implementation/test evidence: https://github.com/hyperpolymath/chapeliser/pull/71 +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · T — Tested slice

PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification.

+examples/golden/generated/build.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Repair implementation/test evidence: https://github.com/hyperpolymath/chapeliser/pull/71 +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · ! — Partial / blocked

Generated wrapper/ABI/proof files do not establish end-to-end host/target refinement.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/golden/ffi_stub.c — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Repair implementation/test evidence: https://github.com/hyperpolymath/chapeliser/pull/71 +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · T — Tested slice

PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Repair implementation/test evidence: https://github.com/hyperpolymath/chapeliser/pull/71 +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ! — Partial / blocked

Generated wrapper/ABI/proof files do not establish end-to-end host/target refinement.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · I — Implementation inspected

CI/security configuration and actual PR checks were inspected and repaired in PR 71. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Repair implementation/test evidence: https://github.com/hyperpolymath/chapeliser/pull/71 +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

dafniser

Augments an existing language; host guarantees are not inherited by generated output.

f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Dafniser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/.zig-cache/o/a321aa3c8732663417bf1076929f850a/test.o — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

eclexiaiser

Augments an existing language; host guarantees are not inherited by generated output.

9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Eclexiaiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

ephapaxiser

Augments an existing language; host guarantees are not inherited by generated output.

044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Ephapaxiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/.zig-cache/o/a321aa3c8732663417bf1076929f850a/test.o — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

futharkiser

Augments an existing language; host guarantees are not inherited by generated output.

948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Futharkiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

halideiser

Augments an existing language; host guarantees are not inherited by generated output.

7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Halideiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · T — Tested slice

PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs.

+Repair implementation/test evidence: https://github.com/hyperpolymath/halideiser/pull/64 +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · T — Tested slice

PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs.

+src/interface/ffi/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Repair implementation/test evidence: https://github.com/hyperpolymath/halideiser/pull/64 +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · I — Implementation inspected

Actual Julia structural ABI/FFI gate ran: export-name correspondence is distinct from semantic ABI safety.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Repair implementation/test evidence: https://github.com/hyperpolymath/halideiser/pull/64 +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · T — Tested slice

PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Repair implementation/test evidence: https://github.com/hyperpolymath/halideiser/pull/64 +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · I — Implementation inspected

CI/security configuration and actual PR checks were inspected and repaired in PR 64. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Repair implementation/test evidence: https://github.com/hyperpolymath/halideiser/pull/64 +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

idrisiser

Augments an existing language; host guarantees are not inherited by generated output.

bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Idrisiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · I — Implementation inspected

Generated binary launch and nonzero-status handling inspected; no fresh Idris wrapper execution.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Build passes generated/idrisiser/build.sh while setting cwd to generated/idrisiser: duplicated relative path, analogous to the repaired Chapeliser bug. Compiler probe only checks spawn errors.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

iseriser

Augments an existing language; host guarantees are not inherited by generated output.

c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+satellites/a2mliser/src/interface/abi/A2mliser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/abi/Iseriser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +satellites/a2mliser/.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/abi/zig_ffi_parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ + +
Code generators · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+satellites/a2mliser/src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/codegen/cartridge.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/codegen/customizer.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +satellites/a2mliser/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+ +
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+satellites/a2mliser/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +satellites/a2mliser/src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +satellites/a2mliser/src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+satellites/a2mliser/tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +satellites/a2mliser/verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +satellites/a2mliser/verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+satellites/a2mliser/verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +satellites/a2mliser/verification/proofs/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/proofs/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+benches/iseriser_bench.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +satellites/a2mliser/verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +satellites/a2mliser/verification/benchmarks/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +guix.scm — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +satellites/a2mliser/.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

julianiser

Augments an existing language; host guarantees are not inherited by generated output.

e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Julianiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/codegen/benchmark.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/bench/bench.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

k9iser

Augments an existing language; host guarantees are not inherited by generated output.

b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/K9iser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

run() prints deployment instructions; no workload execution.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

build() validates contracts but skips missing config files even in strict mode; all_passed can remain true. It is not a target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/.zig-cache/o/a321aa3c8732663417bf1076929f850a/test.o — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

lustreiser

Augments an existing language; host guarantees are not inherited by generated output.

165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Lustreiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

mylangiser

Augments an existing language; host guarantees are not inherited by generated output.

48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Mylangiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+ +
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

nimiser

Augments an existing language; host guarantees are not inherited by generated output.

3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Nimiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

run() attempts to execute lib<name>.so directly; shared-library launch contract requires a real loader/harness test.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · I — Implementation inspected

build() invokes/delegates a compiler and checks errors. Target compiler execution was not tested in this audit.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

oblibeniser

Augments an existing language; host guarantees are not inherited by generated output.

2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Oblibeniser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

otpiser

Augments an existing language; host guarantees are not inherited by generated output.

2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Otpiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

phronesiser

Augments an existing language; host guarantees are not inherited by generated output.

dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Phronesiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · I — Implementation inspected

Run evaluates declared agent capabilities and renders an audit trail; interactive REPL remains a future step.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · I — Implementation inspected

Build constructs a constraint engine as validation; not native compilation.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

ponyiser

Augments an existing language; host guarantees are not inherited by generated output.

3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Ponyiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

tlaiser

Augments an existing language; host guarantees are not inherited by generated output.

de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Tlaiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ! — Partial / blocked

Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

typedqliser

Augments an existing language; host guarantees are not inherited by generated output.

801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Typedqliser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +tests/property_test.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

Database-language augmentation boundary only; detailed database-language work is being audited separately.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+benches/typedqliser_bench.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/benchmarks/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

verisimiser

Augments an existing language; host guarantees are not inherited by generated output.

bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+docs/decisions/0006-simulation-semantics.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+ +
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/build.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/codegen/ident.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/codegen/overlay.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Formal model / proofs · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Proof / runtime correspondence · ? — Not assessed

Database-language augmentation boundary only; detailed database-language work is being audited separately.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/casket-pages.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Benchmarks / measurement · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+

wokelangiser

Augments an existing language; host guarantees are not inherited by generated output.

27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18]

+
Syntax · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Semantics · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/interface/abi/Wokelangiser/ABI/Semantics.idr — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Type checker · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Ownership / effects · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +docs/governance/audit/effects/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +examples/SafeDOMExample.affine — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
AST · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Judgement / evidence graph · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Lexer · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+.github/workflows/secret-scanner.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Parser · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+src/codegen/parser.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Elaboration / IR · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
REPL · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
LSP / debugger · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Interpreter / runner · I — Implementation inspected

Run invokes source consent/accessibility/i18n analysis and renders a report. This does not prove compliance.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-interpreter · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Compiler / build · ! — Partial / blocked

Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Meta-compiler · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+features/ssg/ssg-bootstrap.sh — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Code generators · I — Implementation inspected

src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.

+src/codegen/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Coprocessor / GPU · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
FFI / ABI / verifier · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.machine_readable/scripts/verification/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/abi/mod.rs — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Standard library · H — Host / different role

This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.

+Basis: manual source/test review; companion audit report · audit narrative · back to grid
+
Aggregate library · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
Other libraries / packages · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.machine_readable/6a2/ECOSYSTEM.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Unit / conformance tests · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+src/interface/ffi/test/0.4-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +src/interface/ffi/test/integration_test.zig — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
Property tests / fuzzing · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+tests/fuzz/placeholder.txt — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/0.2-AI-MANIFEST.a2ml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +verification/fuzzing/README.adoc — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Proof / runtime correspondence · ? — Not assessed

No sufficient component assessment in this audit. This is not a claim of absence.

+Basis: scope boundary · audit narrative · back to grid
+
CI / security gates · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/abi-ffi-gate.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/boj-build.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +.github/workflows/branch-cleanup.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+ +
Release / packaging · F — Candidate file only

A related filename was enumerated. Its existence establishes neither implementation nor correctness.

+.github/workflows/release.yml — Commit navigation link; local edits/untracked files may differ. Consult row snapshot. +Basis: filename inventory · audit narrative · back to grid
+
+
Generated deterministically from atlas.json evidence classifications. No runtime scripts, telemetry or external assets.
diff --git a/docs/audits/toolchain-atlas/atlas.json b/docs/audits/toolchain-atlas/atlas.json new file mode 100644 index 0000000..d1bc980 --- /dev/null +++ b/docs/audits/toolchain-atlas/atlas.json @@ -0,0 +1,23270 @@ +{ + "SPDX-License-Identifier": "CC-BY-SA-4.0", + "schema_version": 1, + "date": "2026-09-07", + "horizon": "Local inventory plus selected remote/main and isolated repair worktrees. Uneven review depth is explicitly encoded; this is not a complete list of every estate repository or a TRG/CRG rating.", + "columns": [ + { + "key": "syntax", + "label": "Syntax", + "group": "Language" + }, + { + "key": "semantics", + "label": "Semantics", + "group": "Language" + }, + { + "key": "types", + "label": "Type checker", + "group": "Language" + }, + { + "key": "effects", + "label": "Ownership / effects", + "group": "Language" + }, + { + "key": "ast", + "label": "AST", + "group": "Language" + }, + { + "key": "judgements", + "label": "Judgement / evidence graph", + "group": "Language" + }, + { + "key": "lexer", + "label": "Lexer", + "group": "Frontend" + }, + { + "key": "parser", + "label": "Parser", + "group": "Frontend" + }, + { + "key": "ir", + "label": "Elaboration / IR", + "group": "Frontend" + }, + { + "key": "repl", + "label": "REPL", + "group": "Frontend" + }, + { + "key": "editor", + "label": "LSP / debugger", + "group": "Frontend" + }, + { + "key": "interpreter", + "label": "Interpreter / runner", + "group": "Execution" + }, + { + "key": "meta_interpreter", + "label": "Meta-interpreter", + "group": "Execution" + }, + { + "key": "compiler", + "label": "Compiler / build", + "group": "Execution" + }, + { + "key": "meta_compiler", + "label": "Meta-compiler", + "group": "Execution" + }, + { + "key": "codegen", + "label": "Code generators", + "group": "Execution" + }, + { + "key": "coproc", + "label": "Coprocessor / GPU", + "group": "Integration" + }, + { + "key": "abi", + "label": "FFI / ABI / verifier", + "group": "Integration" + }, + { + "key": "stdlib", + "label": "Standard library", + "group": "Integration" + }, + { + "key": "alib", + "label": "Aggregate library", + "group": "Integration" + }, + { + "key": "libraries", + "label": "Other libraries / packages", + "group": "Integration" + }, + { + "key": "unit", + "label": "Unit / conformance tests", + "group": "Assurance" + }, + { + "key": "fuzz", + "label": "Property tests / fuzzing", + "group": "Assurance" + }, + { + "key": "proof", + "label": "Formal model / proofs", + "group": "Assurance" + }, + { + "key": "closure", + "label": "Proof / runtime correspondence", + "group": "Assurance" + }, + { + "key": "ci", + "label": "CI / security gates", + "group": "Delivery" + }, + { + "key": "bench", + "label": "Benchmarks / measurement", + "group": "Delivery" + }, + { + "key": "release", + "label": "Release / packaging", + "group": "Delivery" + } + ], + "states": { + "T": { + "label": "Tested slice", + "color": "#138477", + "meaning": "A relevant executable check passed in this audit. Read the note for the slice; not whole-system certification." + }, + "P": { + "label": "Proof checked", + "color": "#684fb5", + "meaning": "The actual proof tool checked the stated formal model. Runtime correspondence is a separate column." + }, + "I": { + "label": "Implementation inspected", + "color": "#2c6fae", + "meaning": "A relevant implementation body was inspected. It was not necessarily built or executed." + }, + "D": { + "label": "Design specified", + "color": "#a8bedd", + "meaning": "Reviewed design or contract; implementation is not established for this cell." + }, + "!": { + "label": "Partial / blocked", + "color": "#b65432", + "meaning": "A specific gap, stub, failed check, or conditional guarantee was identified. See evidence." + }, + "F": { + "label": "Candidate file only", + "color": "#dbe4ee", + "meaning": "A related filename was enumerated. Its existence establishes neither implementation nor correctness." + }, + "?": { + "label": "Not assessed", + "color": "#edf1f5", + "meaning": "No sufficient component assessment in this audit. This is not a claim of absence." + }, + "R": { + "label": "Related canonical core", + "color": "#d9c9ea", + "meaning": "Use the named canonical core; this face/dialect has no independently established guarantee here." + }, + "H": { + "label": "Host / different role", + "color": "#e7e2d7", + "meaning": "The row is a library/foundation/augmentation. The native-language component belongs to its host or is outside this role." + }, + "X": { + "label": "Private scope", + "color": "#777a84", + "meaning": "Private implementation details are deliberately not included in the public atlas." + } + }, + "rows": [ + { + "id": "tangle", + "name": "Tangle", + "repo": "tangle", + "group": "Languages and research", + "note": "Security-labelled language; distinct from KRL.", + "snapshot": "187509b346179fae340e8cbd1ad28285b8c7cef2; ## main...origin/main [ahead 5]", + "cells": { + "syntax": { + "state": "D", + "note": "Security-labelled syntax and formal core were reviewed; this is not the catalogue’s former KRL conflation.", + "sources": [ + { + "path": "dialects/braid-calculus/grammar-sketch.ebnf", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/dialects/braid-calculus/grammar-sketch.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "dialects/quantum-circuit/grammar-sketch.ebnf", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/dialects/quantum-circuit/grammar-sketch.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "dialects/skein-algebra/grammar-sketch.ebnf", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/dialects/skein-algebra/grammar-sketch.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Security-labelled syntax and formal core were reviewed; this is not the catalogue’s former KRL conflation.", + "sources": [ + { + "path": "docs/spec/FORMAL-SEMANTICS.md", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/docs/spec/FORMAL-SEMANTICS.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/lib/typecheck.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/lib/typecheck.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/test/test_typecheck.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/test/test_typecheck.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "effects": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ast": { + "state": "I", + "note": "OCaml frontend and REPL implementation sources were inspected.", + "sources": [ + { + "path": "compiler/lib/ast.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/lib/ast.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/rust/src/ast.rs", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/src/rust/src/ast.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/rust/src/ast_jtv.rs", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/src/rust/src/ast_jtv.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "I", + "note": "OCaml frontend and REPL implementation sources were inspected.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_lexer.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/bench/bench_lexer.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_lexer.rs", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/bench/bench_lexer.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "I", + "note": "OCaml frontend and REPL implementation sources were inspected.", + "sources": [ + { + "path": "bench/bench_parser.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/bench/bench_parser.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_parser_rust.rs", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/bench/bench_parser_rust.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/fuzz/fuzz_parser.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/fuzz/fuzz_parser.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "I", + "note": "OCaml frontend and REPL implementation sources were inspected.", + "sources": [ + { + "path": "compiler/lib/repl.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/lib/repl.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "editor": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/tangle-lsp/Cargo.toml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/tangle-lsp/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/tangle-lsp/docs/lsp-diagnostic-categories.md", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/tangle-lsp/docs/lsp-diagnostic-categories.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/tangle-lsp/src/backend.rs", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/tangle-lsp/src/backend.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "interpreter": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/lib/eval.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/lib/eval.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/test/test_eval.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/test/test_eval.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/rust/src/eval.rs", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/src/rust/src/eval.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/bin/dune", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/bin/dune", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/bin/main.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/bin/main.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/dune-project", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/dune-project", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "proofs/bootstrap-lean.sh", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/proofs/bootstrap-lean.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/tangle-lsp/src/backend.rs", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/tangle-lsp/src/backend.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/test/tg3/tg3_emit.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/test/tg3/tg3_emit.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/src/main.zig", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/ffi/zig/src/main.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/ffi/zig/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "lib/stdlib.tangle", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/lib/stdlib.tangle", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/tangle-wasm/tests/differential.rs", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/tangle-wasm/tests/differential.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/test/dune", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/test/dune", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/test/test_check.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/test/test_check.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/fuzz/fuzz_lexer.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/fuzz/fuzz_lexer.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/fuzz/fuzz_parser.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/compiler/fuzz/fuzz_parser.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/rust/fuzz/Cargo.toml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/src/rust/fuzz/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "P", + "note": "Lean core checked: progress, preservation, determinism, safety, and inference equivalence. This is the model, not a compiler refinement proof.", + "sources": [ + { + "path": "proofs/TG3Differential.lean", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/proofs/TG3Differential.lean", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/Tangle.lean", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/proofs/Tangle.lean", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "?", + "note": "An end-to-end refinement from the OCaml implementation to the checked Lean core was not established.", + "sources": [ + { + "path": "ASSUMPTIONS.md", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/ASSUMPTIONS.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/TG3-REFINEMENT.md", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/proofs/TG3-REFINEMENT.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/dependabot-automerge.yml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/.github/workflows/dependabot-automerge.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/dogfood-gate.yml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/.github/workflows/dogfood-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "bench/bench_lexer.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/bench/bench_lexer.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_lexer.rs", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/bench/bench_lexer.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_parser.ml", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/bench/bench_parser.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "guix.scm", + "url": "https://github.com/hyperpolymath/tangle/blob/187509b346179fae340e8cbd1ad28285b8c7cef2/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "obl-ben", + "name": "Oblíbený", + "repo": "oblibeny", + "group": "Languages and research", + "note": "Reversible language; tooling claims narrowed in PR 127.", + "snapshot": "105971c7c52227dbb12dc4bfda9e2a02e46c637b; ## main...origin/main [ahead 3]; repair observations refer separately to https://github.com/hyperpolymath/oblibeny/pull/127", + "cells": { + "syntax": { + "state": "D", + "note": "Reversible core syntax/semantics reviewed; whole-toolchain 100% completion claims were unsupported.", + "sources": [ + { + "path": "docs/LANGUAGE-SPEC.md", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/docs/LANGUAGE-SPEC.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/academic/engineering/01-hardware-specifications.adoc", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/docs/academic/engineering/01-hardware-specifications.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/academic/engineering/02-protocol-specifications.adoc", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/docs/academic/engineering/02-protocol-specifications.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Reversible core syntax/semantics reviewed; whole-toolchain 100% completion claims were unsupported.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "!", + "note": "Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established.", + "sources": [ + { + "path": "lib/typecheck.ml", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/lib/typecheck.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/Lang/Checker.idr", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/src/abi/Lang/Checker.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ast": { + "state": "I", + "note": "OCaml core implementation inspected; 27 conformance cases passed for the tested slice.", + "sources": [ + { + "path": "lib/ast.ml", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/lib/ast.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/Lang/Syntax.idr", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/src/abi/Lang/Syntax.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "I", + "note": "OCaml core implementation inspected; 27 conformance cases passed for the tested slice.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/lexer.ml", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/lib/lexer.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "I", + "note": "OCaml core implementation inspected; 27 conformance cases passed for the tested slice.", + "sources": [ + { + "path": "lib/parser.mly", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/lib/parser.mly", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/specs/ir/oir-specification.adoc", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/docs/specs/ir/oir-specification.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "!", + "note": "Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established.", + "sources": [ + { + "path": "LSP-SERVER-IMPLEMENTATION.md", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/LSP-SERVER-IMPLEMENTATION.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bin/oblibeny_lsp.ml", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/bin/oblibeny_lsp.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/debugger.ml", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/lib/debugger.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "interpreter": { + "state": "I", + "note": "OCaml core implementation inspected; 27 conformance cases passed for the tested slice.", + "sources": [ + { + "path": "lib/eval.ml", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/lib/eval.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/Lang/Eval.idr", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/src/abi/Lang/Eval.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/specs/architecture/compiler-architecture.adoc", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/docs/specs/architecture/compiler-architecture.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "Containerfile.bootstrap", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/Containerfile.bootstrap", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/DISTROLESS-BOOTSTRAP.adoc", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/docs/DISTROLESS-BOOTSTRAP.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/specs/backend/rust-backend.adoc", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/docs/specs/backend/rust-backend.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/academic/verification/01-formal-verification.adoc", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/docs/academic/verification/01-formal-verification.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/academic/verification/02-program-analysis.adoc", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/docs/academic/verification/02-program-analysis.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/academic/verification/03-concurrency-distributed.adoc", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/docs/academic/verification/03-concurrency-distributed.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "examples/alib/README.md", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/examples/alib/README.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/alib/arithmetic.obl", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/examples/alib/arithmetic.obl", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/alib/comparison.obl", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/examples/alib/comparison.obl", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/packages/hello.zpkg/META.scm", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/examples/packages/hello.zpkg/META.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/packages/hello.zpkg/README.adoc", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/examples/packages/hello.zpkg/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "T", + "note": "27 conformance cases passed; this does not certify debugger or deployment.", + "sources": [ + { + "path": "test/conformance_test.ml", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/test/conformance_test.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "test/dune", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/test/dune", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "closure": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/proof-debt.md", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/docs/proof-debt.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ci": { + "state": "I", + "note": "CI/security configuration and actual PR checks were inspected and repaired in PR 127. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.", + "sources": [ + { + "path": ".github/workflows/ci.yml", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/.github/workflows/ci.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/governance.yml", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/.github/workflows/governance.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "bench": { + "state": "!", + "note": "Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established.", + "sources": [ + { + "path": "lib/profiler.ml", + "url": "https://github.com/hyperpolymath/oblibeny/blob/105971c7c52227dbb12dc4bfda9e2a02e46c637b/lib/profiler.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "release": { + "state": "!", + "note": "Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + } + }, + "repair_pr": "https://github.com/hyperpolymath/oblibeny/pull/127" + }, + { + "id": "kitchenspeak", + "name": "KitchenSpeak", + "repo": "kitchenspeak", + "group": "Languages and research", + "note": "Cooking/robotics language; physical assumptions remain explicit.", + "snapshot": "7e85048ba46c45f2e0fbb159de73f58585a2a430; ## main...origin/main [ahead 11, behind 27]", + "cells": { + "syntax": { + "state": "D", + "note": "Cooking syntax and safety model reviewed; physical guarantees depend on sensor and environment assumptions.", + "sources": [ + { + "path": "docs/spec/0001-lexical-grammar.adoc", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/docs/spec/0001-lexical-grammar.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/spec/0002-concrete-grammar.adoc", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/docs/spec/0002-concrete-grammar.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "grammar.ebnf", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/grammar.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Cooking syntax and safety model reviewed; physical guarantees depend on sensor and environment assumptions.", + "sources": [ + { + "path": "docs/design/0002-semantics.adoc", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/docs/design/0002-semantics.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "decisions/0004-echo-attaches-to-linear-dyadic.adoc", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/decisions/0004-echo-attaches-to-linear-dyadic.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "I", + "note": "Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs.", + "sources": [ + { + "path": "src/compiler/ast.ml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/src/compiler/ast.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "I", + "note": "Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/compiler/lexer.ml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/src/compiler/lexer.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "I", + "note": "Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs.", + "sources": [ + { + "path": "docs/spec/0001-lexical-grammar.adoc", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/docs/spec/0001-lexical-grammar.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/spec/0002-concrete-grammar.adoc", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/docs/spec/0002-concrete-grammar.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "grammar.ebnf", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/grammar.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/compiler/ast.ml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/src/compiler/ast.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/compiler/check.ml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/src/compiler/check.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/compiler/dune", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/src/compiler/dune", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/Abi/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/src/interface/Abi/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/design/0004-stdlib-ontology.adoc", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/docs/design/0004-stdlib-ontology.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/compiler/stdlib_ks.ml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/src/compiler/stdlib_ks.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/.machine_readable/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "T", + "note": "15 positive/negative conformance cases passed.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/README.adoc", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/tests/fuzz/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "!", + "note": "NoCurdle contains sensor-bound and temperature postulates; no unconditional physical-safety theorem or runtime refinement was established.", + "sources": [ + { + "path": "proofs/agda/Dough.agda", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/proofs/agda/Dough.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/agda/EchoBridge.agda", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/proofs/agda/EchoBridge.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/agda/NoCurdle.agda", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/proofs/agda/NoCurdle.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "!", + "note": "NoCurdle contains sensor-bound and temperature postulates; no unconditional physical-safety theorem or runtime refinement was established.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/dependabot-automerge.yml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/.github/workflows/dependabot-automerge.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "benches/template_bench.sh", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/benches/template_bench.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "build/guix.scm", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/build/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "manifest.scm", + "url": "https://github.com/hyperpolymath/kitchenspeak/blob/7e85048ba46c45f2e0fbb159de73f58585a2a430/manifest.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "eclexia", + "name": "Eclexia", + "repo": "eclexia", + "group": "Languages and research", + "note": "Implemented resource-aware language; bot protocol remains a separate obligation.", + "snapshot": "6025f7742d99b0925bdf64ba5f5aa7af1664d0f2; ## main...origin/main [ahead 109, behind 9]", + "cells": { + "syntax": { + "state": "D", + "note": "Resource-aware language implementation, compiler and CLI were reviewed.", + "sources": [ + { + "path": "SPECIFICATION.md", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/SPECIFICATION.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "editors/vscode/syntaxes/eclexia.tmLanguage.json", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/editors/vscode/syntaxes/eclexia.tmLanguage.json", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "formal/coq/src/Syntax.v", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/formal/coq/src/Syntax.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Resource-aware language implementation, compiler and CLI were reviewed.", + "sources": [ + { + "path": "spec/axiomatic-semantics.md", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/spec/axiomatic-semantics.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "spec/operational-semantics.md", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/spec/operational-semantics.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "formal/coq/src/Typing.v", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/formal/coq/src/Typing.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/eclexia-effects/Cargo.toml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-effects/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-effects/src/evidence.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-effects/src/evidence.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-effects/src/lib.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-effects/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "formal/coq/src/Syntax.v", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/formal/coq/src/Syntax.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "I", + "note": "Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-lexer/Cargo.toml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-lexer/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-lexer/src/lib.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-lexer/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "I", + "note": "Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.", + "sources": [ + { + "path": "compiler/eclexia-parser/Cargo.toml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-parser/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-parser/src/error.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-parser/src/error.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-parser/src/expr.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-parser/src/expr.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "I", + "note": "Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.", + "sources": [ + { + "path": "compiler/eclexia/src/repl.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia/src/repl.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "editor": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/eclexia-debugger/Cargo.toml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-debugger/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-debugger/src/breakpoint.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-debugger/src/breakpoint.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-debugger/src/inspection.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-debugger/src/inspection.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "interpreter": { + "state": "I", + "note": "Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.", + "sources": [ + { + "path": "compiler/eclexia-codegen/src/vm.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-codegen/src/vm.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-interp/src/eval.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-interp/src/eval.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia/src/bench_runner.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia/src/bench_runner.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "I", + "note": "Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.", + "sources": [ + { + "path": ".clusterfuzzlite/build.sh", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/.clusterfuzzlite/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/build.yml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/.github/workflows/build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-absinterp/Cargo.toml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-absinterp/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/roadmap/SELF-HOSTING-ROADMAP.md", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/docs/roadmap/SELF-HOSTING-ROADMAP.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.", + "sources": [ + { + "path": "compiler/eclexia-codegen/Cargo.toml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-codegen/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-codegen/src/bytecode.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-codegen/src/bytecode.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-codegen/src/lib.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-codegen/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "!", + "note": "Oikosbot expects a JSON policy protocol and --input interface that the inspected Eclexia CLI does not implement. Resource provenance/units and runtime correspondence remain open.", + "sources": [ + { + "path": "ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/src/main.zig", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/ffi/zig/src/main.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/src/resource.zig", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/ffi/zig/src/resource.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "stdlib": { + "state": "I", + "note": "Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected.", + "sources": [ + { + "path": "docs/stdlib-index.html", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/docs/stdlib-index.html", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "stdlib/README.md", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/stdlib/README.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "stdlib/async.ecl", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/stdlib/async.ecl", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia/src/package_manager.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia/src/package_manager.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "libraries/eclexia-cli/Cargo.toml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/libraries/eclexia-cli/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "T", + "note": "The two conformance test harnesses passed for this local snapshot.", + "sources": [ + { + "path": "compiler/eclexia-codegen/tests/integration_test.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-codegen/tests/integration_test.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-codegen/tests/pipeline_test.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-codegen/tests/pipeline_test.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia/src/test_runner.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia/src/test_runner.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".clusterfuzzlite/Dockerfile", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/.clusterfuzzlite/Dockerfile", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".clusterfuzzlite/build.sh", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/.clusterfuzzlite/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".clusterfuzzlite/project.yaml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/.clusterfuzzlite/project.yaml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "formal/agda/ResourceTracking.agda", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/formal/agda/ResourceTracking.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "formal/coq/src/Echo.v", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/formal/coq/src/Echo.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "formal/coq/src/EchoThermo.v", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/formal/coq/src/EchoThermo.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "!", + "note": "Oikosbot expects a JSON policy protocol and --input interface that the inspected Eclexia CLI does not implement. Resource provenance/units and runtime correspondence remain open.", + "sources": [ + { + "path": "docs/proof-debt.md", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/docs/proof-debt.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/build.yml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/.github/workflows/build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/cargo-audit.yml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/.github/workflows/cargo-audit.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/cflite_batch.yml", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/.github/workflows/cflite_batch.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "benches/bench_energy.ecl", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/benches/bench_energy.ecl", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "benches/bench_example.ecl", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/benches/bench_example.ecl", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/eclexia-tiered/src/profile.rs", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/compiler/eclexia-tiered/src/profile.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "formal/coq/manifest.scm", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/formal/coq/manifest.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "guix.scm", + "url": "https://github.com/hyperpolymath/eclexia/blob/6025f7742d99b0925bdf64ba5f5aa7af1664d0f2/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "ephapax-v2", + "name": "Ephapax v2", + "repo": "ephapax", + "group": "Languages and research", + "note": "Rebuilt in situ; older implementation files are not automatically v2 evidence.", + "snapshot": "b289a47bb418d4772a158e8fa636739e0986a646; ## main...origin/main [ahead 13, behind 15]", + "cells": { + "syntax": { + "state": "D", + "note": "Current Rust/Idris frontend and layered linear-region semantics reviewed; do not inherit guarantees from the failed v1.", + "sources": [ + { + "path": "docs/v2-grammar-and-codegen-gaps-2026-06-16.adoc", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/docs/v2-grammar-and-codegen-gaps-2026-06-16.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "editors/tree-sitter-ephapax/grammar.js", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/editors/tree-sitter-ephapax/grammar.js", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "editors/vscode/syntaxes/ephapax.tmLanguage.json", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/editors/vscode/syntaxes/ephapax.tmLanguage.json", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Current Rust/Idris frontend and layered linear-region semantics reviewed; do not inherit guarantees from the failed v1.", + "sources": [ + { + "path": "formal/Semantics.v", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/formal/Semantics.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "formal/Semantics_L1.v", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/formal/Semantics_L1.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/sessions/SESSION-2026-03-28-type-checker-audit.adoc", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/docs/sessions/SESSION-2026-03-28-type-checker-audit.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "formal/Typing.v", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/formal/Typing.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "formal/TypingL1.v", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/formal/TypingL1.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "conformance/invalid/linear_not_consumed.eph", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/conformance/invalid/linear_not_consumed.eph", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/invalid/linear_used_twice.eph", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/conformance/invalid/linear_used_twice.eph", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/invalid/region_linear_not_consumed.eph", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/conformance/invalid/region_linear_not_consumed.eph", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "formal/Syntax.v", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/formal/Syntax.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "idris2/src/Ephapax/IR/AST.idr", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/idris2/src/Ephapax/IR/AST.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "I", + "note": "Current parser implementation inspected; 62 unit tests and one additional parser test passed.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "idris2/src/Ephapax/Parse/Lexer.idr", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/idris2/src/Ephapax/Parse/Lexer.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/ephapax-lexer/Cargo.toml", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/src/ephapax-lexer/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "I", + "note": "Current parser implementation inspected; 62 unit tests and one additional parser test passed.", + "sources": [ + { + "path": "docs/v2-grammar-and-codegen-gaps-2026-06-16.adoc", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/docs/v2-grammar-and-codegen-gaps-2026-06-16.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "editors/tree-sitter-ephapax/grammar.js", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/editors/tree-sitter-ephapax/grammar.js", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ephapax-linear/grammar/affine.ebnf", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/ephapax-linear/grammar/affine.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "idris2/src/Ephapax/IR/AST.idr", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/idris2/src/Ephapax/IR/AST.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "idris2/src/Ephapax/IR/Decode.idr", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/idris2/src/Ephapax/IR/Decode.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "idris2/src/Ephapax/IR/SExpr.idr", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/idris2/src/Ephapax/IR/SExpr.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "repl": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "formal/INTERACTIVE-PROOF-SESSION.md", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/formal/INTERACTIVE-PROOF-SESSION.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/ephapax-repl/Cargo.toml", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/src/ephapax-repl/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/ephapax-repl/src/lib.rs", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/src/ephapax-repl/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "editor": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/ephapax-lsp/Cargo.toml", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/src/ephapax-lsp/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/ephapax-lsp/src/main.rs", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/src/ephapax-lsp/src/main.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tools/ephapax-lsp/Cargo.lock", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/tools/ephapax-lsp/Cargo.lock", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "interpreter": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/ephapax-runtime/Cargo.toml", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/src/ephapax-runtime/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/ephapax-runtime/src/lib.rs", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/src/ephapax-runtime/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/ephapax-runtime/src/list.rs", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/src/ephapax-runtime/src/list.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "scripts/bootstrap-provers.sh", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/scripts/bootstrap-provers.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/v2-grammar-and-codegen-gaps-2026-06-16.adoc", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/docs/v2-grammar-and-codegen-gaps-2026-06-16.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "idris2/src/Ephapax/Affine/Emit.idr", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/idris2/src/Ephapax/Affine/Emit.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "coproc": { + "state": "!", + "note": "Zig coprocessor shim is explicitly a stub: native backend capabilities report unavailable. ABI design does not establish acceleration.", + "sources": [ + { + "path": "tools/coproc/ephapax_coproc.zig", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/tools/coproc/ephapax_coproc.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "conformance/valid/ffi_basic.eph", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/conformance/valid/ffi_basic.eph", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/valid/ffi_linear_handle.eph", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/conformance/valid/ffi_linear_handle.eph", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/ffi/01-ffi-basic.eph", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/examples/ffi/01-ffi-basic.eph", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/ephapax-cli/tests/v2_stdlib_import.rs", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/src/ephapax-cli/tests/v2_stdlib_import.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/ephapax-stdlib/Cargo.toml", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/src/ephapax-stdlib/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/ephapax-stdlib/src/lib.rs", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/src/ephapax-stdlib/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "T", + "note": "Parser slice: 62 + 1 tests passed. Not a full compiler/runtime validation.", + "sources": [ + { + "path": "conformance/README.md", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/conformance/README.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/invalid/branch_inconsistent.eph", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/conformance/invalid/branch_inconsistent.eph", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/invalid/linear_not_consumed.eph", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/conformance/invalid/linear_not_consumed.eph", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/ephapax-cli/tests/property_tests.proptest-regressions", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/src/ephapax-cli/tests/property_tests.proptest-regressions", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/ephapax-cli/tests/property_tests.rs", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/src/ephapax-cli/tests/property_tests.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tests/fuzz/.gitignore", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/tests/fuzz/.gitignore", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "!", + "note": "Semantics_L1.v still admits preservation and a supporting lemma; higher-layer claims depend on this boundary.", + "sources": [ + { + "path": "formal/Semantics_L1.v", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/formal/Semantics_L1.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "!", + "note": "Semantics_L1.v still admits preservation and a supporting lemma; higher-layer claims depend on this boundary.", + "sources": [ + { + "path": "formal/Semantics_L1.v", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/formal/Semantics_L1.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-verify.yml", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/.github/workflows/abi-verify.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "brand/hero/social-profile.png", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/brand/hero/social-profile.png", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/testing-and-bench-strategy.adoc", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/docs/testing-and-bench-strategy.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "spec/ARG-PROFILE.adoc", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/spec/ARG-PROFILE.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "guix.scm", + "url": "https://github.com/hyperpolymath/ephapax/blob/b289a47bb418d4772a158e8fa636739e0986a646/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "affinescript-v2", + "name": "AffineScript v2", + "repo": "affinescript", + "group": "Languages and research", + "note": "Canonical core for its faces; current top-level checkout selected.", + "snapshot": "eaf4f4912f74d32c6837035927b8028faa471416; ## fix/nested-pattern-guards...origin/fix/nested-pattern-guards", + "cells": { + "syntax": { + "state": "D", + "note": "Current v2 soundness boundary reviewed. Removed v1 refinement features must not be re-advertised through bridges.", + "sources": [ + { + "path": "docs/academic/formal-verification/solo-core/Syntax.idr", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/academic/formal-verification/solo-core/Syntax.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "editors/tree-sitter-affinescript/grammar.js", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/editors/tree-sitter-affinescript/grammar.js", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "editors/vscode/syntaxes/affinescript.tmLanguage.json", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/editors/vscode/syntaxes/affinescript.tmLanguage.json", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Current v2 soundness boundary reviewed. Removed v1 refinement features must not be re-advertised through bridges.", + "sources": [ + { + "path": "docs/SOUNDNESS.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/SOUNDNESS.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/academic/formal-verification/axiomatic-semantics.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/academic/formal-verification/axiomatic-semantics.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/academic/formal-verification/denotational-semantics.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/academic/formal-verification/denotational-semantics.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "I", + "note": "OCaml implementation and current soundness report inspected; not all generated targets were executed.", + "sources": [ + { + "path": "bench/bench_typecheck.ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/bench/bench_typecheck.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/academic/formal-verification/solo-core/Typing.idr", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/academic/formal-verification/solo-core/Typing.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/history/TYPECHECKER-COMPLETION-2026-01-23.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/history/TYPECHECKER-COMPLETION-2026-01-23.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "!", + "note": "Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout.", + "sources": [ + { + "path": ".build/affinescript.opam", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/.build/affinescript.opam", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/affine-vscode-publish.yml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/.github/workflows/affine-vscode-publish.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/sessions/2026-05-27-borrow-deferred-items.a2ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/.machine_readable/sessions/2026-05-27-borrow-deferred-items.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ast": { + "state": "I", + "note": "OCaml implementation and current soundness report inspected; not all generated targets were executed.", + "sources": [ + { + "path": "docs/academic/formal-verification/solo-core/Syntax.idr", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/academic/formal-verification/solo-core/Syntax.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/ast.ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/lib/ast.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "I", + "note": "OCaml implementation and current soundness report inspected; not all generated targets were executed.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/lexer.ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/lib/lexer.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proposals/idaptik/migrated/PortScanner/PortScanner.affine", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/proposals/idaptik/migrated/PortScanner/PortScanner.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "I", + "note": "OCaml implementation and current soundness report inspected; not all generated targets were executed.", + "sources": [ + { + "path": "editors/tree-sitter-affinescript/grammar.js", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/editors/tree-sitter-affinescript/grammar.js", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/parser.mly", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/lib/parser.mly", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/parser_errors.ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/lib/parser_errors.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "lib/desugar_traits.ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/lib/desugar_traits.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "repl": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/history/REPLY-SUM-TYPES.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/history/REPLY-SUM-TYPES.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/repl.ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/lib/repl.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "wiki/tooling/repl.md", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/wiki/tooling/repl.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "editor": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "lib/lsp_server.ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/lib/lsp_server.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tools/affinescript-lsp/Cargo.lock", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/tools/affinescript-lsp/Cargo.lock", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tools/affinescript-lsp/Cargo.toml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/tools/affinescript-lsp/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "interpreter": { + "state": "I", + "note": "OCaml implementation and current soundness report inspected; not all generated targets were executed.", + "sources": [ + { + "path": "affinescript-deno-test/lib/runner.affine", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/affinescript-deno-test/lib/runner.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/wasi_runtime.ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/lib/wasi_runtime.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "packages/affine-js/runtime.js", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/packages/affine-js/runtime.js", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "I", + "note": "OCaml implementation and current soundness report inspected; not all generated targets were executed.", + "sources": [ + { + "path": "affinescript-deno-test/lib/compile.affine", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/affinescript-deno-test/lib/compile.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "distributions/rattlescript/build.rs", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/distributions/rattlescript/build.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/decisions/0019-compiler-distribution.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/decisions/0019-compiler-distribution.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "I", + "note": "OCaml implementation and current soundness report inspected; not all generated targets were executed.", + "sources": [ + { + "path": "affinescript-deno-test/example/codegen_regression_test.affine", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/affinescript-deno-test/example/codegen_regression_test.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_codegen.ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/bench/bench_codegen.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/architecture/BACKEND-ANALYSIS.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/architecture/BACKEND-ANALYSIS.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "I", + "note": "Gate emits multiple GPU/coprocessor targets. Optional naga/SPIR-V checks and nonempty output checks do not establish hardware execution.", + "sources": [ + { + "path": "tools/coprocessor-gate.sh", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/tools/coprocessor-gate.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "affinescript-dom/ffi/zig/src/main.zig", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/affinescript-dom/ffi/zig/src/main.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "affinescript-dom/src/abi/DOM.idr", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/affinescript-dom/src/abi/DOM.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/stdlib-naming.yml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/.github/workflows/stdlib-naming.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/STDLIB-EXTERN-AUDIT.a2ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/STDLIB-EXTERN-AUDIT.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/STDLIB-EXTERN-AUDIT.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/STDLIB-EXTERN-AUDIT.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "alib": { + "state": "F", + "note": "Affine aLib source located; a complete semantic-conformance run was not established for this atlas.", + "sources": [ + { + "path": "docs/ALIB-INTEGRATION.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/ALIB-INTEGRATION.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/alib-roadmap.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/alib-roadmap.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/alib/README.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/alib/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/descriptiles/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/.machine_readable/descriptiles/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/ECOSYSTEM.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/ECOSYSTEM.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/patch_ecosystem.py", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/patch_ecosystem.py", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "!", + "note": "Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout.", + "sources": [ + { + "path": "affinescript-cadre/e2e/test.mjs", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/affinescript-cadre/e2e/test.mjs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/README.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/conformance/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/invalid/001_unclosed_brace.affine", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/conformance/invalid/001_unclosed_brace.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/academic/formal-verification/solo-core/Soundness.idr", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/academic/formal-verification/solo-core/Soundness.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/academic/proofs/coherence-parametricity.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/academic/proofs/coherence-parametricity.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/academic/proofs/db-theory-2-transaction-safety.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/academic/proofs/db-theory-2-transaction-safety.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "!", + "note": "Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout.", + "sources": [ + { + "path": "docs/SOUNDNESS.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/SOUNDNESS.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/academic/formal-verification/solo-core/Soundness.idr", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/academic/formal-verification/solo-core/Soundness.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/academic/proofs/effect-soundness.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/academic/proofs/effect-soundness.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/affine-vscode-publish.yml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/.github/workflows/affine-vscode-publish.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/ci.yml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/.github/workflows/ci.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "bench/bench_codegen.ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/bench/bench_codegen.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_fixtures.ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/bench/bench_fixtures.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_lex.ml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/bench/bench_lex.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/PACKAGING.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/PACKAGING.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/history/ALPHA-1-RELEASE-NOTES.adoc", + "url": "https://github.com/hyperpolymath/affinescript/blob/eaf4f4912f74d32c6837035927b8028faa471416/docs/history/ALPHA-1-RELEASE-NOTES.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "my-family-shared-core", + "name": "My family / shared core", + "repo": "my-lang", + "group": "Languages and research", + "note": "Three dialects; Me is a projection. Formal claims are fragment-specific.", + "snapshot": "097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/my-lang/pull/182", + "cells": { + "syntax": { + "state": "D", + "note": "Solo, Duet and Ensemble are the three dialects. Me is a projection; the dated FRG audit is historical.", + "sources": [ + { + "path": "docs/reference/solo-v1-grammar.ebnf", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/docs/reference/solo-v1-grammar.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/theory/duet_ensemble_grammar.md", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/docs/theory/duet_ensemble_grammar.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/wiki/language/syntax.md", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/docs/wiki/language/syntax.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Solo, Duet and Ensemble are the three dialects. Me is a projection; the dated FRG audit is historical.", + "sources": [ + { + "path": "hives/solo-hive/docs/semantics.md", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/hives/solo-hive/docs/semantics.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/me/visual-semantics/formal-model.md", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/proofs/me/visual-semantics/formal-model.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/shared/ai-semantics/README.md", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/proofs/shared/ai-semantics/README.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "I", + "note": "QTT checker inspected. Safe fragment is opt-in; runtime borrowing and sequential async do not establish full-language static guarantees.", + "sources": [ + { + "path": ".github/workflows/checker-scaling.yml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/.github/workflows/checker-scaling.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "_exploratory/me-scaffolding/crates/typechecker/Cargo.toml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/typechecker/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "_exploratory/me-scaffolding/crates/typechecker/src/lib.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/typechecker/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "I", + "note": "QTT checker inspected. Safe fragment is opt-in; runtime borrowing and sequential async do not establish full-language static guarantees.", + "sources": [ + { + "path": "_exploratory/me-scaffolding/crates/affine/Cargo.toml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/affine/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "_exploratory/me-scaffolding/crates/affine/src/lib.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/affine/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "_exploratory/me-scaffolding/examples/solo/10_affine_types.solo", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/examples/solo/10_affine_types.solo", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ast": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "_exploratory/me-scaffolding/crates/ast/Cargo.toml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/ast/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "_exploratory/me-scaffolding/crates/ast/src/lib.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/ast/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/my-lang/src/ast.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/crates/my-lang/src/ast.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "_exploratory/me-scaffolding/crates/lexer/Cargo.toml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/lexer/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "_exploratory/me-scaffolding/crates/lexer/src/lib.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/lexer/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "_exploratory/me-scaffolding/crates/parser/Cargo.toml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/parser/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "_exploratory/me-scaffolding/crates/parser/src/error.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/parser/src/error.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "_exploratory/me-scaffolding/crates/parser/src/lib.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/parser/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "_exploratory/me-scaffolding/crates/repl/Cargo.toml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/repl/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "_exploratory/me-scaffolding/crates/repl/src/lib.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/repl/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "playground/hives/me/crates/repl/Cargo.toml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/playground/hives/me/crates/repl/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "editor": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "_exploratory/me-scaffolding/crates/lsp/Cargo.toml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/lsp/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "_exploratory/me-scaffolding/crates/lsp/src/lib.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/lsp/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/my-lsp/Cargo.toml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/crates/my-lsp/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "interpreter": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "_exploratory/me-scaffolding/crates/runtime/Cargo.toml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/runtime/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "_exploratory/me-scaffolding/crates/runtime/src/lib.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/runtime/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/my-lang/src/interpreter.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/crates/my-lang/src/interpreter.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".clusterfuzzlite/build.sh", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/.clusterfuzzlite/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "dialects/duet/compiler/Cargo.toml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/dialects/duet/compiler/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "dialects/duet/compiler/src/lib.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/dialects/duet/compiler/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "_exploratory/me-scaffolding/crates/codegen/Cargo.toml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/codegen/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "_exploratory/me-scaffolding/crates/codegen/src/lib.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/_exploratory/me-scaffolding/crates/codegen/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "playground/hives/me/crates/codegen/Cargo.toml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/playground/hives/me/crates/codegen/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "frontier-practices/ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/frontier-practices/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "frontier-practices/ffi/zig/src/main.zig", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/frontier-practices/ffi/zig/src/main.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "frontier-practices/ffi/zig/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/frontier-practices/ffi/zig/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "crates/my-lang/src/stdlib.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/crates/my-lang/src/stdlib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/wiki/internals/stdlib-design.md", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/docs/wiki/internals/stdlib-design.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/wiki/reference/stdlib.md", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/docs/wiki/reference/stdlib.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/wiki/roadmap/ecosystem.md", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/docs/wiki/roadmap/ecosystem.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "playground/.machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/playground/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "T", + "note": "25 QTT unit tests passed for the inspected checker slice.", + "sources": [ + { + "path": "conformance/invalid/i01_missing_brace.my", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/conformance/invalid/i01_missing_brace.my", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/invalid/i02_bad_keyword.my", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/conformance/invalid/i02_bad_keyword.my", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/run_conformance.sh", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/conformance/run_conformance.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".clusterfuzzlite/Dockerfile", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/.clusterfuzzlite/Dockerfile", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".clusterfuzzlite/build.sh", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/.clusterfuzzlite/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".clusterfuzzlite/project.yaml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/.clusterfuzzlite/project.yaml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "I", + "note": "Core/surface proof registry and formal sources reviewed; distinguish original local unpublished work from the PR/main snapshot.", + "sources": [ + { + "path": "proofs/verification/coq/Syntax.v", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/proofs/verification/coq/Syntax.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/verification/coq/Typing.v", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/proofs/verification/coq/Typing.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/verification/coq/solo-core/Context.v", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/proofs/verification/coq/solo-core/Context.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "!", + "note": "Whole-language Rust/model correspondence is not established by the QTT tests or by named core theorems.", + "sources": [ + { + "path": "proofs/shared/effect-system/soundness.md", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/proofs/shared/effect-system/soundness.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/shared/type-system/soundness.md", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/proofs/shared/type-system/soundness.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/verification/idris/solo-core/Soundness.idr", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/proofs/verification/idris/solo-core/Soundness.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "I", + "note": "CI/security configuration and actual PR checks were inspected and repaired in PR 182. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.", + "sources": [ + { + "path": ".github/workflows/cflite_batch.yml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/.github/workflows/cflite_batch.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/cflite_pr.yml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/.github/workflows/cflite_pr.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/checker-scaling.yml", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/.github/workflows/checker-scaling.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "crates/my-lang/examples/dhat_checker_profile.rs", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/crates/my-lang/examples/dhat_checker_profile.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "spec/ARG-PROFILE.adoc", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/spec/ARG-PROFILE.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "spec/CRG-PROFILE.adoc", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/spec/CRG-PROFILE.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "frontier-practices/manifest.scm", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/frontier-practices/manifest.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "hives/duet-hive/manifest.scm", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/hives/duet-hive/manifest.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "hives/ensemble-hive/manifest.scm", + "url": "https://github.com/hyperpolymath/my-lang/blob/097c017dc1367c00f52695db5209b5a65aed6512/hives/ensemble-hive/manifest.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + }, + "repair_pr": "https://github.com/hyperpolymath/my-lang/pull/182" + }, + { + "id": "betlang", + "name": "Betlang", + "repo": "betlang", + "group": "Languages and research", + "note": "Probabilistic ternary language; not hard real-time scheduling.", + "snapshot": "4e1c92e2845a25568e991a734fa67d166df804ad; ## main...origin/main [ahead 3, behind 10]", + "cells": { + "syntax": { + "state": "D", + "note": "Racket implementation uses probabilistic ternary, lazy choice semantics.", + "sources": [ + { + "path": "compiler/bet-parse/src/grammar.lalrpop", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/compiler/bet-parse/src/grammar.lalrpop", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/bet-syntax/Cargo.toml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/compiler/bet-syntax/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/bet-syntax/src/ast.rs", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/compiler/bet-syntax/src/ast.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Racket implementation uses probabilistic ternary, lazy choice semantics.", + "sources": [ + { + "path": "docs/semantics.md", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/docs/semantics.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/formal-semantics.md", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/proofs/formal-semantics.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/theorems/soundness-completeness.md", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/proofs/theorems/soundness-completeness.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/AFFINESCRIPT-ALIGNMENT.adoc", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/docs/AFFINESCRIPT-ALIGNMENT.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "editors/vscode/src/extension.affine", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/editors/vscode/src/extension.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/bet-syntax/src/ast.rs", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/compiler/bet-syntax/src/ast.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "editors/neovim/syntax/betlang.vim", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/editors/neovim/syntax/betlang.vim", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_lexer.rs", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/bench/bench_lexer.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/bet-parse/fuzz/fuzz_targets/fuzz_lexer.rs", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/compiler/bet-parse/fuzz/fuzz_targets/fuzz_lexer.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "bench/bench_parser.rs", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/bench/bench_parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/bet-parse/fuzz/fuzz_targets/fuzz_parser.rs", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/compiler/bet-parse/fuzz/fuzz_targets/fuzz_parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/bet-parse/src/grammar.lalrpop", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/compiler/bet-parse/src/grammar.lalrpop", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "repl/shell.rkt", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/repl/shell.rkt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tools/bet-cli/src/repl.rs", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/tools/bet-cli/src/repl.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "editor": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "lsp/bet-lsp/gleam.toml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/lsp/bet-lsp/gleam.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lsp/bet-lsp/manifest.toml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/lsp/bet-lsp/manifest.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lsp/bet-lsp/src/bet_lsp.gleam", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/lsp/bet-lsp/src/bet_lsp.gleam", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "interpreter": { + "state": "I", + "note": "Executable Racket semantics inspected; merely loading test files was not counted as a test run.", + "sources": [ + { + "path": "compiler/bet-eval/Cargo.toml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/compiler/bet-eval/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/bet-eval/src/lib.rs", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/compiler/bet-eval/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "runtime/bet-rand/Cargo.toml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/runtime/bet-rand/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".clusterfuzzlite/build.sh", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/.clusterfuzzlite/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bindings/chapel/build.rs", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/bindings/chapel/build.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/bet-check/Cargo.toml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/compiler/bet-check/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/bet-codegen/Cargo.toml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/compiler/bet-codegen/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/bet-codegen/src/lib.rs", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/compiler/bet-codegen/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/julia-backend-design.md", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/docs/julia-backend-design.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/src/main.zig", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/ffi/zig/src/main.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/ffi/zig/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "!", + "note": "Actual raco test run fails: check-true receives a membership list and invalid format directives abort tests. No all-green conformance claim.", + "sources": [ + { + "path": ".github/workflows/test.yml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/.github/workflows/test.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/bet-parse/src/tests.rs", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/compiler/bet-parse/src/tests.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/README.md", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/conformance/README.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".clusterfuzzlite/Containerfile", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/.clusterfuzzlite/Containerfile", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".clusterfuzzlite/Dockerfile", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/.clusterfuzzlite/Dockerfile", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".clusterfuzzlite/build.sh", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/.clusterfuzzlite/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "lakefile.lean", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/lakefile.lean", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/BetLang.lean", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/proofs/BetLang.lean", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/proof-debt.adoc", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/docs/proof-debt.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/proof-debt.md", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/docs/proof-debt.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/theorems/soundness-completeness.md", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/proofs/theorems/soundness-completeness.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/cargo-audit.yml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/.github/workflows/cargo-audit.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/cflite_batch.yml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/.github/workflows/cflite_batch.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "bench/bench_lexer.rs", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/bench/bench_lexer.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_parser.rs", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/bench/bench_parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "benchmarks/performance.rkt", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/benchmarks/performance.rkt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "guix.scm", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "julia-backend/manifest.scm", + "url": "https://github.com/hyperpolymath/betlang/blob/4e1c92e2845a25568e991a734fa67d166df804ad/julia-backend/manifest.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "jtv-v1-lineage", + "name": "JtV v1 lineage", + "repo": "jtv-lang", + "group": "Languages and research", + "note": "Addition/control lineage; current files are not a frozen v1 release.", + "snapshot": "6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", + "cells": { + "syntax": { + "state": "D", + "note": "v1 addition/control model is distinct from v2 reversible tokens. Version-specific implementation correspondence was not established.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "v1 addition/control model is distinct from v2 reversible tokens. Version-specific implementation correspondence was not established.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "effects": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "unit": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "closure": { + "state": "!", + "note": "Do not assign current jtv-core tests or coprocessor files to historical v1 without a version mapping.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + } + } + }, + { + "id": "jtv-v2", + "name": "JtV v2", + "repo": "jtv-lang", + "group": "Languages and research", + "note": "Reversible-token model; generator and proof/runtime coupling still partial.", + "snapshot": "6c601ed114bc202530f48e13c2123959ecb93324; ## main...origin/main [ahead 11, behind 4]", + "cells": { + "syntax": { + "state": "D", + "note": "Reversible-token v2 design reviewed independently from the v1 lineage.", + "sources": [ + { + "path": "crates/jtv-core/src/grammar.pest", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/src/grammar.pest", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/GRAMMAR_EVOLUTION.md", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/docs/GRAMMAR_EVOLUTION.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "editors/vscode/syntaxes/jtv.tmLanguage.json", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/editors/vscode/syntaxes/jtv.tmLanguage.json", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Reversible-token v2 design reviewed independently from the v1 lineage.", + "sources": [ + { + "path": "docs/design-decisions/0004-pata-eval-failure-semantics.adoc", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/docs/design-decisions/0004-pata-eval-failure-semantics.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/design-decisions/0005-extern-coproc-call-semantics.adoc", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/docs/design-decisions/0005-extern-coproc-call-semantics.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "crates/jtv-core/src/typechecker.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/src/typechecker.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "ALIGNMENT-AFFINESCRIPT.adoc", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/ALIGNMENT-AFFINESCRIPT.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/jtv-core/src/effect.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/src/effect.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/design-decisions/0009-echo-epistemic-first-class-function-effects.adoc", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/docs/design-decisions/0009-echo-epistemic-first-class-function-effects.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "I", + "note": "Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open.", + "sources": [ + { + "path": "crates/jtv-core/src/ast.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/src/ast.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "playground/jtv/spec/SYNTAX.adoc", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/playground/jtv/spec/SYNTAX.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "playground/.github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/playground/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "I", + "note": "Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open.", + "sources": [ + { + "path": "crates/jtv-core/benches/parser_bench.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/benches/parser_bench.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/jtv-core/src/grammar.pest", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/src/grammar.pest", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/jtv-core/src/parser.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/src/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "crates/jtv-cli/src/repl.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-cli/src/repl.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "editor": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "crates/jtv-lsp/Cargo.toml", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-lsp/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/jtv-lsp/src/main.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-lsp/src/main.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "wiki/tooling/LSP.md", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/wiki/tooling/LSP.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "interpreter": { + "state": "I", + "note": "Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open.", + "sources": [ + { + "path": "crates/jtv-core/benches/interpreter_bench.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/benches/interpreter_bench.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/jtv-core/src/interpreter.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/src/interpreter.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".clusterfuzzlite/build.sh", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/.clusterfuzzlite/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "playground/infrastructure/podman/scripts/build.sh", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/playground/infrastructure/podman/scripts/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "wiki/compiler/Architecture.md", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/wiki/compiler/Architecture.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "!", + "note": "PataCL feature defaults off with explicit fallback. Lowering emits Zig/Idris/C artifacts, but Zig kernel bodies include unreachable placeholders.", + "sources": [ + { + "path": "crates/jtv-core/src/coproc.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/src/coproc.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/jtv-core/src/coproc_lower.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/src/coproc_lower.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "!", + "note": "PataCL feature defaults off with explicit fallback. Lowering emits Zig/Idris/C artifacts, but Zig kernel bodies include unreachable placeholders.", + "sources": [ + { + "path": "crates/jtv-core/src/coproc.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/src/coproc.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/jtv-core/src/coproc_lower.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/src/coproc_lower.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "ffi/zig/.editorconfig", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/ffi/zig/.editorconfig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/.gitattributes", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/ffi/zig/.gitattributes", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/.github/workflows/ci.yml", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/ffi/zig/.github/workflows/ci.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "crates/jtv-core/stdlib/collections.jtv", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/stdlib/collections.jtv", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/jtv-core/stdlib/prelude.jtv", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/stdlib/prelude.jtv", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/jtv-core/stdlib/result.jtv", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/stdlib/result.jtv", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/ecosystem-status.adoc", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/docs/ecosystem-status.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "packages/jtv-analyzer/deno.json", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/packages/jtv-analyzer/deno.json", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "conformance/coproc/dead_gate_dropped.jtv", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/conformance/coproc/dead_gate_dropped.jtv", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/coproc/insn_with_encoding.jtv", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/conformance/coproc/insn_with_encoding.jtv", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/coproc/live_intrinsic.jtv", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/conformance/coproc/live_intrinsic.jtv", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".clusterfuzzlite/Containerfile", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/.clusterfuzzlite/Containerfile", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".clusterfuzzlite/Dockerfile", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/.clusterfuzzlite/Dockerfile", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".clusterfuzzlite/build.sh", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/.clusterfuzzlite/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "academic/proofs/ALGEBRAIC_STRUCTURES.md", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/academic/proofs/ALGEBRAIC_STRUCTURES.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "academic/proofs/COMPUTATIONAL_THEORY.md", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/academic/proofs/COMPUTATIONAL_THEORY.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "academic/proofs/MATHEMATICAL_FOUNDATIONS.md", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/academic/proofs/MATHEMATICAL_FOUNDATIONS.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "!", + "note": "Coupling between the reversible-token formal model and runtime was not demonstrated end to end.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/cflite_batch.yml", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/.github/workflows/cflite_batch.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/cflite_pr.yml", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/.github/workflows/cflite_pr.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "crates/jtv-core/benches/interpreter_bench.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/benches/interpreter_bench.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/jtv-core/benches/parser_bench.rs", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/crates/jtv-core/benches/parser_bench.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "guix.scm", + "url": "https://github.com/hyperpolymath/jtv-lang/blob/6c601ed114bc202530f48e13c2123959ecb93324/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "wokelang", + "name": "WokeLang", + "repo": "wokelang", + "group": "Languages and research", + "note": "Consent/care runtime; static guarantee and aLib boundary are narrower.", + "snapshot": "1ca62e92bc703f89fc37d150ad8554f87f2f9294; ## main...origin/main [ahead 5]", + "cells": { + "syntax": { + "state": "D", + "note": "Consent/care design reviewed against the current Rust implementation, not just old OCaml sources.", + "sources": [ + { + "path": "docs/grammar.ebnf", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/grammar.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/proofs/formal-semantics/grammar-proofs.md", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/proofs/formal-semantics/grammar-proofs.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/proofs/verification/GRAMMAR-PROOF-INVENTORY.md", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/proofs/verification/GRAMMAR-PROOF-INVENTORY.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Consent/care design reviewed against the current Rust implementation, not just old OCaml sources.", + "sources": [ + { + "path": "docs/proofs/formal-semantics/denotational-semantics.md", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/proofs/formal-semantics/denotational-semantics.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/proofs/formal-semantics/grammar-proofs.md", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/proofs/formal-semantics/grammar-proofs.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/proofs/formal-semantics/operational-semantics.md", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/proofs/formal-semantics/operational-semantics.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/abi/WokeLang/Typing.idr", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/src/abi/WokeLang/Typing.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/typechecker/mod.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/src/typechecker/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "effects": { + "state": "!", + "note": "Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ast": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "core/ast.ml", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/core/ast.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/ast/mod.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/src/ast/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/ast/visitor.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/src/ast/visitor.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "I", + "note": "Current Rust frontend and execution implementation inspected.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_lexer.ml", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/bench/bench_lexer.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "core/lexer.mll", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/core/lexer.mll", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "I", + "note": "Current Rust frontend and execution implementation inspected.", + "sources": [ + { + "path": "bench/bench_parser.ml", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/bench/bench_parser.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "core/parser.mly", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/core/parser.mly", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/grammar.ebnf", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/grammar.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "I", + "note": "Current Rust frontend and execution implementation inspected.", + "sources": [ + { + "path": "docs/wiki/Getting-Started/REPL.md", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/wiki/Getting-Started/REPL.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/repl.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/src/repl.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "editor": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/bin/woke-lsp.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/src/bin/woke-lsp.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/lsp/backend.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/src/lsp/backend.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/lsp/document.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/src/lsp/document.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "interpreter": { + "state": "I", + "note": "Current Rust frontend and execution implementation inspected.", + "sources": [ + { + "path": "core/eval.ml", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/core/eval.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interpreter/mod.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/src/interpreter/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interpreter/value.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/src/interpreter/value.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".clusterfuzzlite/build.sh", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/.clusterfuzzlite/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/wokelang-wasm/Cargo.lock", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/compiler/wokelang-wasm/Cargo.lock", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/wokelang-wasm/Cargo.toml", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/compiler/wokelang-wasm/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/lsp/backend.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/src/lsp/backend.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tests/codegen_test.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/tests/codegen_test.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/proofs/verification/.gitignore", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/proofs/verification/.gitignore", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/proofs/verification/AUDIT.md", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/proofs/verification/AUDIT.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/proofs/verification/GRAMMAR-PROOF-INVENTORY.md", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/proofs/verification/GRAMMAR-PROOF-INVENTORY.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "examples/28_stdlib_alib.woke", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/examples/28_stdlib_alib.woke", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/28_stdlib_simple.woke", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/examples/28_stdlib_simple.woke", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/30_stdlib_math.woke", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/examples/30_stdlib_math.woke", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "alib": { + "state": "!", + "note": "Basic aLib operations are implemented, but map/filter/fold/ifThenElse return RuntimeError because interpreter context is unavailable.", + "sources": [ + { + "path": "src/stdlib/alib.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/src/stdlib/alib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "T", + "note": "188 Rust library tests passed; not a static consent proof.", + "sources": [ + { + "path": "conformance/invalid/i01_missing_end.woke", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/conformance/invalid/i01_missing_end.woke", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/invalid/i02_missing_give_back.woke", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/conformance/invalid/i02_missing_give_back.woke", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/invalid/i03_bad_operator.woke", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/conformance/invalid/i03_bad_operator.woke", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".clusterfuzzlite/Containerfile", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/.clusterfuzzlite/Containerfile", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".clusterfuzzlite/build.sh", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/.clusterfuzzlite/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".clusterfuzzlite/project.yaml", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/.clusterfuzzlite/project.yaml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "!", + "note": "Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path.", + "sources": [ + { + "path": "docs/proofs/README.md", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/proofs/README.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/proofs/VERIFICATION-ROADMAP.md", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/proofs/VERIFICATION-ROADMAP.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/proofs/compiler/memory-model.md", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/docs/proofs/compiler/memory-model.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "!", + "note": "Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/cargo-audit.yml", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/.github/workflows/cargo-audit.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/cflite_batch.yml", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/.github/workflows/cflite_batch.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "bench/bench_lexer.ml", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/bench/bench_lexer.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_parser.ml", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/bench/bench_parser.ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "benches/vm_bench.rs", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/benches/vm_bench.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "guix.scm", + "url": "https://github.com/hyperpolymath/wokelang/blob/1ca62e92bc703f89fc37d150ad8554f87f2f9294/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "phronesis", + "name": "Phronesis", + "repo": "phronesis", + "group": "Languages and research", + "note": "Judgement/evidence graph is implemented; evidence extraction is incomplete.", + "snapshot": "f1e14edc9076b8d916ecb9f1c42983a232b8cc66; ## main...origin/main [ahead 2, behind 7]", + "cells": { + "syntax": { + "state": "D", + "note": "Constraint/judgement language and justification-path comparison reviewed; consensus is not itself truth.", + "sources": [ + { + "path": "academic/proofs/model-theory/model-theory-specification.adoc", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/academic/proofs/model-theory/model-theory-specification.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "academic/proofs/temporal-logic/temporal-logic-specifications.adoc", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/academic/proofs/temporal-logic/temporal-logic-specifications.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/grammar.ebnf", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/docs/grammar.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Constraint/judgement language and justification-path comparison reviewed; consensus is not itself truth.", + "sources": [ + { + "path": "academic/proofs/algebraic-semantics/algebraic-semantics.adoc", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/academic/proofs/algebraic-semantics/algebraic-semantics.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "academic/proofs/axiomatic-semantics/hoare-logic.adoc", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/academic/proofs/axiomatic-semantics/hoare-logic.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "academic/proofs/model-theory/denotational-semantics.adoc", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/academic/proofs/model-theory/denotational-semantics.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "!", + "note": "Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery.", + "sources": [ + { + "path": "lib/phronesis/type_checker.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/type_checker.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "test/type_checker_test.exs", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/test/type_checker_test.exs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "editors/vscode/src/extension.affine", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/editors/vscode/src/extension.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "I", + "note": "Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.", + "sources": [ + { + "path": "examples/syntax_error.phr", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/examples/syntax_error.phr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/phronesis/ast.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/ast.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "syntax/README.adoc", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/syntax/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "I", + "note": "Real nodes, typed evidence edges and claim-to-graph construction. Invariant paths compare six justification stages, not semantic equivalence.", + "sources": [ + { + "path": "lib/phronesis/reflexion/judgement_evidence_graph.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/reflexion/judgement_evidence_graph.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "lexer": { + "state": "I", + "note": "Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_lexer.exs", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/bench/bench_lexer.exs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/phronesis/incremental_lexer.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/incremental_lexer.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "I", + "note": "Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.", + "sources": [ + { + "path": "bench/bench_parser.exs", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/bench/bench_parser.exs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/grammar.ebnf", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/docs/grammar.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/phronesis/incremental_parser.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/incremental_parser.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "I", + "note": "Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.", + "sources": [ + { + "path": "lib/phronesis/debugger/repl.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/debugger/repl.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "editor": { + "state": "I", + "note": "Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.", + "sources": [ + { + "path": "docs/LSP-IMPLEMENTATION-SUMMARY.adoc", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/docs/LSP-IMPLEMENTATION-SUMMARY.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/phronesis/debugger.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/debugger.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/phronesis/debugger/repl.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/debugger/repl.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "interpreter": { + "state": "I", + "note": "Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit.", + "sources": [ + { + "path": "academic/proofs/abstract-interpretation/abstract-interpretation-framework.adoc", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/academic/proofs/abstract-interpretation/abstract-interpretation-framework.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/phronesis/interpreter.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/interpreter.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/phronesis/tracing_interpreter.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/tracing_interpreter.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/phronesis-ast/Cargo.lock", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/compiler/phronesis-ast/Cargo.lock", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/phronesis-ast/Cargo.toml", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/compiler/phronesis-ast/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/phronesis-ast/src/lib.rs", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/compiler/phronesis-ast/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/abi/Types.idr", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/src/abi/Types.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/phronesis-abi.ipkg", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/src/abi/phronesis-abi.ipkg", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/README.adoc", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "examples/test_stdlib.exs", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/examples/test_stdlib.exs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/phronesis/stdlib/bgp.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/stdlib/bgp.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/phronesis/stdlib/consensus.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/stdlib/consensus.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/phronesis/package_manager.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/package_manager.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/phronesis/package_manager/manifest.ex", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/lib/phronesis/package_manager/manifest.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "!", + "note": "Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery.", + "sources": [ + { + "path": ".github/workflows/conformance.yml", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/.github/workflows/conformance.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/invalid/i01_missing_end.phr", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/conformance/invalid/i01_missing_end.phr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/invalid/i02_bad_action.phr", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/conformance/invalid/i02_bad_action.phr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "test/fuzz/lexer_fuzz_test.exs", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/test/fuzz/lexer_fuzz_test.exs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "test/fuzz/parser_fuzz_test.exs", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/test/fuzz/parser_fuzz_test.exs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "test/property_test.exs", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/test/property_test.exs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "academic/formal-verification/agda/Phronesis.agda", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/academic/formal-verification/agda/Phronesis.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "academic/formal-verification/agda/PhronesisEcho.agda", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/academic/formal-verification/agda/PhronesisEcho.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "academic/formal-verification/coq/Phronesis.v", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/academic/formal-verification/coq/Phronesis.v", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "!", + "note": "Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery.", + "sources": [ + { + "path": "academic/proofs/proof-theory/curry-howard-correspondence.adoc", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/academic/proofs/proof-theory/curry-howard-correspondence.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/conformance.yml", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/.github/workflows/conformance.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "bench/bench_lexer.exs", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/bench/bench_lexer.exs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bench/bench_parser.exs", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/bench/bench_parser.exs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/profile_example.phr", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/examples/profile_example.phr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "manifest.scm", + "url": "https://github.com/hyperpolymath/phronesis/blob/f1e14edc9076b8d916ecb9f1c42983a232b8cc66/manifest.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "oikos-language", + "name": "Oikos language", + "repo": "oikos-economics-accounting-dsl", + "group": "Languages and research", + "note": "Economics/accounting DSL; distinct from Oikosbot.", + "snapshot": "b2055a6de8c99d6bde057b1870661d9ba238743b; ## main...origin/main [ahead 6]", + "cells": { + "syntax": { + "state": "D", + "note": "Accounting DSL source and Godley validation inspected.", + "sources": [ + { + "path": "oikos-syntax/Cargo.toml", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/oikos-syntax/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "oikos-syntax/src/account.rs", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/oikos-syntax/src/account.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "oikos-syntax/src/dimension.rs", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/oikos-syntax/src/dimension.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "!", + "note": "Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "effects": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "oikos-parser/src/lexer.rs", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/oikos-parser/src/lexer.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "oikos-parser/Cargo.toml", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/oikos-parser/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "oikos-parser/src/error.rs", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/oikos-parser/src/error.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "oikos-parser/src/lexer.rs", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/oikos-parser/src/lexer.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ir": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "oikos-desugar/Cargo.toml", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/oikos-desugar/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "oikos-desugar/src/error.rs", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/oikos-desugar/src/error.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "oikos-desugar/src/lib.rs", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/oikos-desugar/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "!", + "note": "Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/alib-aggregate-bridge.adoc", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/docs/alib-aggregate-bridge.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "T", + "note": "Rust workspace tests passed for the inspected DSL snapshot.", + "sources": [ + { + "path": "oikos-check/tests/cross_ref.rs", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/oikos-check/tests/cross_ref.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "oikos-check/tests/currency.rs", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/oikos-check/tests/currency.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "oikos-check/tests/fixtures.rs", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/oikos-check/tests/fixtures.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "closure": { + "state": "!", + "note": "Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/cargo-audit.yml", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/.github/workflows/cargo-audit.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/ci.yml", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/.github/workflows/ci.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "manifest.scm", + "url": "https://github.com/hyperpolymath/oikos-economics-accounting-dsl/blob/b2055a6de8c99d6bde057b1870661d9ba238743b/manifest.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "errorlang", + "name": "ErrorLang", + "repo": "error-lang", + "group": "Languages and research", + "note": "Error-oriented language; broad proof claims need scoped evidence.", + "snapshot": "80e69bfcb7877962e427a1e77c151fe0bf430ee3; ## main...origin/main [ahead 26, behind 3]", + "cells": { + "syntax": { + "state": "D", + "note": "Error-oriented language documents reviewed. The claimed 100% verification was not established by an exhaustive function/dependency audit.", + "sources": [ + { + "path": "docs/Grammar-ru.ebnf", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/docs/Grammar-ru.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/Grammar.ebnf", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/docs/Grammar.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "spec/grammar.ebnf", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/spec/grammar.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Error-oriented language documents reviewed. The claimed 100% verification was not established by an exhaustive function/dependency audit.", + "sources": [ + { + "path": "spec/axiomatic-semantics.md", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/spec/axiomatic-semantics.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "spec/operational-semantics.md", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/spec/operational-semantics.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/src/TypeChecker.affine", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/compiler/src/TypeChecker.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/affinescript-check.yml", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/.github/workflows/affinescript-check.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/src/Analyzer.affine", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/compiler/src/Analyzer.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/src/Bytecode.affine", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/compiler/src/Bytecode.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/src/IncrementalLexer.affine", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/compiler/src/IncrementalLexer.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/src/Lexer.affine", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/compiler/src/Lexer.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/src/IncrementalParser.affine", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/compiler/src/IncrementalParser.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/src/Parser.affine", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/compiler/src/Parser.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/Grammar-ru.ebnf", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/docs/Grammar-ru.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tools/lsp/Cargo.toml", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/tools/lsp/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tools/lsp/src/backend.rs", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/tools/lsp/src/backend.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tools/lsp/src/main.rs", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/tools/lsp/src/main.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "interpreter": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "cli/runtime.js", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/cli/runtime.js", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/src/VM.affine", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/compiler/src/VM.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/error-lang-ast/Cargo.lock", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/compiler/error-lang-ast/Cargo.lock", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/error-lang-ast/Cargo.toml", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/compiler/error-lang-ast/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "compiler/error-lang-ast/src/lib.rs", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/compiler/error-lang-ast/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "compiler/src/Codegen.affine", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/compiler/src/Codegen.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tools/lsp/src/backend.rs", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/tools/lsp/src/backend.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/src/main.zig", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/ffi/zig/src/main.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/ffi/zig/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/Error-Ecosystem-Vision.adoc", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/docs/Error-Ecosystem-Vision.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "conformance/invalid/i01_missing_end.err", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/conformance/invalid/i01_missing_end.err", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/invalid/i02_bad_let.err", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/conformance/invalid/i02_bad_let.err", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "conformance/invalid/i03_unclosed_string.err", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/conformance/invalid/i03_unclosed_string.err", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "closure": { + "state": "!", + "note": "No evidence here supports whole-implementation verification; retain individual theorem and runtime boundaries.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/affinescript-check.yml", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/.github/workflows/affinescript-check.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "manifest.scm", + "url": "https://github.com/hyperpolymath/error-lang/blob/80e69bfcb7877962e427a1e77c151fe0bf430ee3/manifest.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "anvomidav", + "name": "Anvomidav", + "repo": "anvomidav", + "group": "Languages and research", + "note": "Domain rules need a versioned season/category contract.", + "snapshot": "c959ea3d42c64f55357bb6501a42501f3e74f135; ## main...origin/main", + "cells": { + "syntax": { + "state": "D", + "note": "Figure-skating/domain validation approach reviewed; broad compiler/toolchain status remains unassessed.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Figure-skating/domain validation approach reviewed; broad compiler/toolchain status remains unassessed.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "!", + "note": "A literal ExUnit assertion is not a domain validator. The inspected seven-jump rule is stale for the relevant 2026/27 Skate Canada update.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/anvomidav/blob/c959ea3d42c64f55357bb6501a42501f3e74f135/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "unit": { + "state": "!", + "note": "A literal ExUnit assertion is not a domain validator. The inspected seven-jump rule is stale for the relevant 2026/27 Skate Canada update.", + "sources": [ + { + "path": "test/anvomidav_spec_test.exs", + "url": "https://github.com/hyperpolymath/anvomidav/blob/c959ea3d42c64f55357bb6501a42501f3e74f135/test/anvomidav_spec_test.exs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/anvomidav/blob/c959ea3d42c64f55357bb6501a42501f3e74f135/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/dependabot-automerge.yml", + "url": "https://github.com/hyperpolymath/anvomidav/blob/c959ea3d42c64f55357bb6501a42501f3e74f135/.github/workflows/dependabot-automerge.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/governance.yml", + "url": "https://github.com/hyperpolymath/anvomidav/blob/c959ea3d42c64f55357bb6501a42501f3e74f135/.github/workflows/governance.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "guix.scm", + "url": "https://github.com/hyperpolymath/anvomidav/blob/c959ea3d42c64f55357bb6501a42501f3e74f135/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "typezero-typefix-zero", + "name": "TypeZero / typefix-zero", + "repo": "typefix-zero", + "group": "Languages and research", + "note": "Research kernel: total/partial distinction; bounded observation is not divergence.", + "snapshot": "b766a67e3504db3048ab8e45980a90b8a8b9690d; ## main...origin/main [ahead 12, behind 12]", + "cells": { + "syntax": { + "state": "D", + "note": "Owner-described total declarative / partial imperative and universe/lower-calculus research direction. Public implementation detail is not exported from private scope.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Owner-described total declarative / partial imperative and universe/lower-calculus research direction. Public implementation detail is not exported from private scope.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "!", + "note": "Research boundary: no checked implementation is established here; a bounded observer must distinguish unknown from proven divergence.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "unit": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "closure": { + "state": "!", + "note": "Research boundary: no checked implementation is established here; a bounded observer must distinguish unknown from proven divergence.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + } + } + }, + { + "id": "haec", + "name": "Haec", + "repo": "haec", + "group": "Languages and research", + "note": "Trope/loss research and checker; no general compiler claim.", + "snapshot": "0ec99740a02cfcdcde3690a0ae575393f20f176a; D .github/.nojekyll", + "cells": { + "syntax": { + "state": "D", + "note": "Trope/loss design reviewed; language toolchain is not established by the existing research checker.", + "sources": [ + { + "path": "design/grammar.ebnf", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/design/grammar.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Trope/loss design reviewed; language toolchain is not established by the existing research checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "I", + "note": "Trope-checker implementation identified and reviewed at research scope.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "design/grammar.ebnf", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/design/grammar.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ir": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "design/elaboration.adoc", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/design/elaboration.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "lsp/STATUS.adoc", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/lsp/STATUS.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "interpreter": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/runtime-policy.yml", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/.github/workflows/runtime-policy.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "A Haec language compiler and its soundness/refinement proof are not established in this audit.", + "sources": [ + { + "path": "compiler/STATUS.adoc", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/compiler/STATUS.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/build.zig", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/src/interface/ffi/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "abi.ipkg", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/abi.ipkg", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/README.adoc", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/tests/fuzz/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/agda/Properties.agda", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/verification/proofs/agda/Properties.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "!", + "note": "A Haec language compiler and its soundness/refinement proof are not established in this audit.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/ci.yml", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/.github/workflows/ci.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/dependabot-automerge.yml", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/.github/workflows/dependabot-automerge.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "benches/template_bench.sh", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/benches/template_bench.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/haec/blob/0ec99740a02cfcdcde3690a0ae575393f20f176a/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "firmboot", + "name": "Firmboot", + "repo": "firmboot", + "group": "Languages and research", + "note": "Continuity research; Agda/Lean models plus Elixir reference experiments.", + "snapshot": "fcf8e2e15cf7178818c9fe375c596956ee3ce3ce3c9; Local working tree includes an uncommitted water-leak extension; excluded from published baseline claims.", + "cells": { + "syntax": { + "state": "D", + "note": "Synchronic coherence and continuity across admitted updates. Native language/toolchain and arbitrary-code hot loading remain research directions.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Synchronic coherence and continuity across admitted updates. Native language/toolchain and arbitrary-code hot loading remain research directions.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "I", + "note": "Elixir admission/checker/model implementation and Agda/Lean contracts inspected; a reference model is not a general language runtime.", + "sources": [ + { + "path": "lib/firmboot/checker.ex", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/firmboot/model.ex", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "VERIFICATION.md", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "proofs/lean/controls/ResetOwnership.lean", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "proofs/lean/controls/StaleReply.lean", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "I", + "note": "Elixir admission/checker/model implementation and Agda/Lean contracts inspected; a reference model is not a general language runtime.", + "sources": [ + { + "path": "lib/firmboot/checker.ex", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/firmboot/model.ex", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "VERIFICATION.md", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Finite agreement witnesses do not prove arbitrary-run language/runtime refinement, physical uptime or arbitrary-code hot loading.", + "sources": [ + { + "path": "VERIFICATION.md", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "VERIFICATION.md", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "unit": { + "state": "T", + "note": "43 Elixir tests passed in the local working tree, including its uncommitted water-leak extension. This is explicitly local evidence, not evidence for only the published baseline.", + "sources": [ + { + "path": "test/firmboot/model_test.exs", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "test/firmboot/live_test.exs", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "I", + "note": "Safe Agda/Lean model and real rejection/axiom-audit harnesses reviewed. Fresh proof runs were not performed for this atlas.", + "sources": [ + { + "path": "proofs/agda/Firmboot/All.agda", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/lean/AuditPolicy.lean", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "!", + "note": "Finite agreement witnesses do not prove arbitrary-run language/runtime refinement, physical uptime or arbitrary-code hot loading.", + "sources": [ + { + "path": "VERIFICATION.md", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secrets.yml", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/security.yml", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/verify.yml", + "url": null, + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + } + } + }, + { + "id": "007-007-lang", + "name": "007 / 007-lang", + "repo": "007", + "group": "Languages and research", + "note": "Private implementation: indexed only; no source details exported.", + "snapshot": "Private scope", + "cells": { + "syntax": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "semantics": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "types": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "effects": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "ast": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "parser": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "meta_compiler": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "stdlib": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "unit": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "fuzz": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "closure": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "bench": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "X", + "note": "Private implementation details are deliberately not included in the public atlas.", + "sources": [], + "basis": "scope boundary" + } + } + }, + { + "id": "my-solo", + "name": "My: Solo", + "repo": "my-lang", + "group": "Faces and foundations", + "note": "Shared My core; dialect-specific evidence is not silently inherited.", + "snapshot": "097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main", + "cells": { + "syntax": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ast": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "repl": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "editor": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "interpreter": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "stdlib": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "unit": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + } + } + }, + { + "id": "my-duet", + "name": "My: Duet", + "repo": "my-lang", + "group": "Faces and foundations", + "note": "Shared My core; dialect-specific evidence is not silently inherited.", + "snapshot": "097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main", + "cells": { + "syntax": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ast": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "repl": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "editor": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "interpreter": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "stdlib": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "unit": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + } + } + }, + { + "id": "my-ensemble", + "name": "My: Ensemble", + "repo": "my-lang", + "group": "Faces and foundations", + "note": "Shared My core; dialect-specific evidence is not silently inherited.", + "snapshot": "097c017dc1367c00f52695db5209b5a65aed6512; ## main...origin/main", + "cells": { + "syntax": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ast": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "repl": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "editor": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "interpreter": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "stdlib": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "unit": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "R", + "note": "Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + } + } + }, + { + "id": "me-projection", + "name": "Me projection", + "repo": "me-dialect", + "group": "Faces and foundations", + "note": "Projection of My; not a fourth dialect.", + "snapshot": "2cae8355ac1309cc738d1e2060938cd81b4b2b5c; ## main...origin/main [ahead 4]", + "cells": { + "syntax": { + "state": "R", + "note": "Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "R", + "note": "Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "R", + "note": "Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ast": { + "state": "R", + "note": "Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "R", + "note": "Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "R", + "note": "Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "R", + "note": "Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "R", + "note": "Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "R", + "note": "Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "unit": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "R", + "note": "Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "R", + "note": "Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + } + } + }, + { + "id": "rattlescript", + "name": "rattlescript", + "repo": "rattlescript", + "group": "Faces and foundations", + "note": "Face of canonical AffineScript; independent syntax/lowering contract needed.", + "snapshot": "9f91255e21790d9e6c4ccce61e97491c2761925a; ## main...origin/main [ahead 2]", + "cells": { + "syntax": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "semantics": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": ".affinescript-pin", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/.affinescript-pin", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": "src/interface/build/ttc/2025081600/Abi/Foreign.ttc", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/src/interface/build/ttc/2025081600/Abi/Foreign.ttc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/build/ttc/2025081600/Abi/Foreign.ttm", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/src/interface/build/ttc/2025081600/Abi/Foreign.ttm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/build/ttc/2025081600/Abi/Layout.ttc", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/src/interface/build/ttc/2025081600/Abi/Layout.ttc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/Abi/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/src/interface/Abi/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/README.adoc", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/tests/fuzz/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/agda/Properties.agda", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/verification/proofs/agda/Properties.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/governance.yml", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/.github/workflows/governance.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/hypatia-scan.yml", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/.github/workflows/hypatia-scan.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/rattlescript/blob/9f91255e21790d9e6c4ccce61e97491c2761925a/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + } + } + }, + { + "id": "jaffascript", + "name": "jaffascript", + "repo": "jaffascript", + "group": "Faces and foundations", + "note": "Face of canonical AffineScript; independent syntax/lowering contract needed.", + "snapshot": "c09a1e3f7d446febddc1e46ca0d4671b132ca5ae; ## fix/tooling-gaps-20260521...origin/fix/tooling-gaps-20260521 [gone]", + "cells": { + "syntax": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "semantics": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": ".affinescript-pin", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/.affinescript-pin", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": "src/interface/build/ttc/2025081600/Abi/Foreign.ttc", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/src/interface/build/ttc/2025081600/Abi/Foreign.ttc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/build/ttc/2025081600/Abi/Foreign.ttm", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/src/interface/build/ttc/2025081600/Abi/Foreign.ttm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/build/ttc/2025081600/Abi/Layout.ttc", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/src/interface/build/ttc/2025081600/Abi/Layout.ttc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/.machine_readable/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/.machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/.machine_readable/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/.machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/.machine_readable/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/.machine_readable/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/.machine_readable/.machine_readable/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/README.adoc", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/tests/fuzz/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/agda/Properties.agda", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/verification/proofs/agda/Properties.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/governance.yml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/.github/workflows/governance.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/hypatia-scan.yml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/.github/workflows/hypatia-scan.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/verification/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "guix.scm", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "manifest.scm", + "url": "https://github.com/hyperpolymath/jaffascript/blob/c09a1e3f7d446febddc1e46ca0d4671b132ca5ae/manifest.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "cafescripto", + "name": "cafescripto", + "repo": "cafescripto", + "group": "Faces and foundations", + "note": "Face of canonical AffineScript; independent syntax/lowering contract needed.", + "snapshot": "d6633bafd56349917c18d26c72bb9e4531b17b58; ## main...origin/main", + "cells": { + "syntax": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "semantics": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": ".affinescript-pin", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/.affinescript-pin", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": "src/interface/build/ttc/2025081600/Abi/Foreign.ttc", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/src/interface/build/ttc/2025081600/Abi/Foreign.ttc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/build/ttc/2025081600/Abi/Foreign.ttm", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/src/interface/build/ttc/2025081600/Abi/Foreign.ttm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/build/ttc/2025081600/Abi/Layout.ttc", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/src/interface/build/ttc/2025081600/Abi/Layout.ttc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/Abi/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/src/interface/Abi/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/README.adoc", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/tests/fuzz/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/agda/Properties.agda", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/verification/proofs/agda/Properties.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/governance.yml", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/.github/workflows/governance.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/hypatia-scan.yml", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/.github/workflows/hypatia-scan.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/cafescripto/blob/d6633bafd56349917c18d26c72bb9e4531b17b58/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + } + } + }, + { + "id": "lucidscript", + "name": "lucidscript", + "repo": "lucidscript", + "group": "Faces and foundations", + "note": "Face of canonical AffineScript; independent syntax/lowering contract needed.", + "snapshot": "dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed; ## main...origin/main", + "cells": { + "syntax": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "semantics": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": ".affinescript-pin", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/.affinescript-pin", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": "src/interface/build/ttc/2025081600/Abi/Foreign.ttc", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/src/interface/build/ttc/2025081600/Abi/Foreign.ttc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/build/ttc/2025081600/Abi/Foreign.ttm", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/src/interface/build/ttc/2025081600/Abi/Foreign.ttm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/build/ttc/2025081600/Abi/Layout.ttc", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/src/interface/build/ttc/2025081600/Abi/Layout.ttc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/Abi/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/src/interface/Abi/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/README.adoc", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/tests/fuzz/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/agda/Properties.agda", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/verification/proofs/agda/Properties.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/governance.yml", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/.github/workflows/governance.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/hypatia-scan.yml", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/.github/workflows/hypatia-scan.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/lucidscript/blob/dbdf4ab9d7e8f4ccdde20392a789f659d4ffb4ed/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + } + } + }, + { + "id": "pseudoscript", + "name": "pseudoscript", + "repo": "pseudoscript", + "group": "Faces and foundations", + "note": "Face of canonical AffineScript; independent syntax/lowering contract needed.", + "snapshot": "d3065f862160ae77f33cf589676c1d4d4914839b; ## main...origin/main [ahead 22]", + "cells": { + "syntax": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "semantics": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": ".affinescript-pin", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/.affinescript-pin", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": "src/interface/build/ttc/2025081600/Abi/Foreign.ttc", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/src/interface/build/ttc/2025081600/Abi/Foreign.ttc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/build/ttc/2025081600/Abi/Foreign.ttm", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/src/interface/build/ttc/2025081600/Abi/Foreign.ttm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/build/ttc/2025081600/Abi/Layout.ttc", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/src/interface/build/ttc/2025081600/Abi/Layout.ttc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/Abi/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/src/interface/Abi/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/README.adoc", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/tests/fuzz/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/agda/Properties.agda", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/verification/proofs/agda/Properties.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "R", + "note": "Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/governance.yml", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/.github/workflows/governance.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/hypatia-scan.yml", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/.github/workflows/hypatia-scan.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/pseudoscript/blob/d3065f862160ae77f33cf589676c1d4d4914839b/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + } + } + }, + { + "id": "panoply", + "name": "Panoply", + "repo": "panoply", + "group": "Faces and foundations", + "note": "Repurposed AffineScript v1 lineage, distinct from canonical v2.", + "snapshot": "795fc70bd60aee1fe59cbf9c5c76ffd53525ded6; ## chore/bump-standards-pins", + "cells": { + "syntax": { + "state": "D", + "note": "Repurposed v1 lineage and new charter reviewed.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Repurposed v1 lineage and new charter reviewed.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler.", + "sources": [ + { + "path": "src/interface/ffi/build.zig", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/src/interface/ffi/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/backends/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/src/backends/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/backends/README.adoc", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/src/backends/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "abi.ipkg", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/abi.ipkg", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/README.adoc", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/tests/fuzz/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/agda/Properties.agda", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/verification/proofs/agda/Properties.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "!", + "note": "Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/dependabot-automerge.yml", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/.github/workflows/dependabot-automerge.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "benches/template_bench.sh", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/benches/template_bench.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "build/guix.scm", + "url": "https://github.com/hyperpolymath/panoply/blob/795fc70bd60aee1fe59cbf9c5c76ffd53525ded6/build/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "nextgen-typing", + "name": "nextgen-typing", + "repo": "nextgen-typing", + "group": "Faces and foundations", + "note": "Typing research coordinator; not a standalone language compiler.", + "snapshot": "29c48a592653ae17748196d68ab95740aca66831; D .github/.nojekyll", + "cells": { + "syntax": { + "state": "D", + "note": "Typing research programme/coordinator; assess the linked kernels separately.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Typing research programme/coordinator; assess the linked kernels separately.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/agda/EchoTyping.agda", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/verification/proofs/agda/EchoTyping.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/agda/nextgen-typing.agda-lib", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/verification/proofs/agda/nextgen-typing.agda-lib", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "Coordinator role. Native execution components belong to the referenced languages/kernels.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "Coordinator role. Native execution components belong to the referenced languages/kernels.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "H", + "note": "Coordinator role. Native execution components belong to the referenced languages/kernels.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "H", + "note": "Coordinator role. Native execution components belong to the referenced languages/kernels.", + "sources": [ + { + "path": ".github/workflows/runtime-policy.yml", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/.github/workflows/runtime-policy.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "H", + "note": "Coordinator role. Native execution components belong to the referenced languages/kernels.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "H", + "note": "Coordinator role. Native execution components belong to the referenced languages/kernels.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/0.1-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/verification/0.1-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "Coordinator role. Native execution components belong to the referenced languages/kernels.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/aspect_tests.sh", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/tests/aspect_tests.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tests/e2e.sh", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/tests/e2e.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tests/e2e/template_instantiation_test.sh", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/tests/e2e/template_instantiation_test.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/README.adoc", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/tests/fuzz/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/agda/EchoTyping.agda", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/verification/proofs/agda/EchoTyping.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/coordination-boundary.yml", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/.github/workflows/coordination-boundary.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "benches/template_bench.sh", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/benches/template_bench.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/nextgen-typing/blob/29c48a592653ae17748196d68ab95740aca66831/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "kategoria", + "name": "Kategoria", + "repo": "kategoria", + "group": "Faces and foundations", + "note": "Alternative typing routes; checked transport control corrects one impossibility claim.", + "snapshot": "7e65089b227b8c40962c7bbc1f4ccff8592de24d; D .github/.nojekyll", + "cells": { + "syntax": { + "state": "D", + "note": "Five research routes; alpha/Idris extension contains source while other routes are largely prose.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Five research routes; alpha/Idris extension contains source while other routes are largely prose.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "I", + "note": "Alpha route Idris source inspected; broad multi-route implementation not established.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/bridge-matrix-fix/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/bridge-matrix-fix/docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/bridge-matrix-fix/docs/stumble-journal/001-qtt-cubical-wall.adoc", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/docs/stumble-journal/001-qtt-cubical-wall.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/bridge-matrix-fix/.github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/bridge-matrix-fix/src/interface/ffi/build.zig", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/src/interface/ffi/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/typell-feed/examples/build/ttc/2023090800/Demo_ProvenArithmetic.ttc", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/typell-feed/examples/build/ttc/2023090800/Demo_ProvenArithmetic.ttc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/typell-feed/examples/build/ttc/2023090800/Demo_ProvenArithmetic.ttm", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/typell-feed/examples/build/ttc/2023090800/Demo_ProvenArithmetic.ttm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/bridge-matrix-fix/features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/bridge-matrix-fix/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/bridge-matrix-fix/.machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/bridge-matrix-fix/src/interface/abi/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/src/interface/abi/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/bridge-matrix-fix/.machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/bridge-matrix-fix/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/bridge-matrix-fix/src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/bridge-matrix-fix/src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/bridge-matrix-fix/tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/bridge-matrix-fix/tests/property_test.sh", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/tests/property_test.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/bridge-matrix-fix/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "P", + "note": "A separate actual Idris Refl transport control checked successfully, refuting the claim that safe equality transport itself is impossible. It is not a cubical/univalence implementation.", + "sources": [ + { + "path": ".claude/worktrees/bridge-matrix-fix/verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/bridge-matrix-fix/verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "!", + "note": "The transport control does not establish soundness of all five proposed routes.", + "sources": [ + { + "path": ".claude/worktrees/bridge-matrix-fix/routes/alpha-extend/Level08_Refinement.idr", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/routes/alpha-extend/Level08_Refinement.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/typell-feed/routes/alpha-extend/build/ttc/2023090800/Level08_Refinement.ttc", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/typell-feed/routes/alpha-extend/build/ttc/2023090800/Level08_Refinement.ttc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/typell-feed/routes/alpha-extend/build/ttc/2023090800/Level08_Refinement.ttm", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/typell-feed/routes/alpha-extend/build/ttc/2023090800/Level08_Refinement.ttm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/bridge-matrix-fix/.github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/bridge-matrix-fix/.github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/bridge-matrix-fix/.github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/bridge-matrix-fix/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/bridge-matrix-fix/verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/bridge-matrix-fix/.github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/bridge-matrix-fix/guix.scm", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.claude/worktrees/bridge-matrix-fix/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/kategoria/blob/7e65089b227b8c40962c7bbc1f4ccff8592de24d/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "typell", + "name": "TypeLL", + "repo": "typell", + "group": "Faces and foundations", + "note": "Checker hub and bridges; unresolved obligations and lossy mappings matter.", + "snapshot": "a9598a6cb27f2706b0ae43de85b6ea0843c9a24e; D .github/FUNDING.yml", + "cells": { + "syntax": { + "state": "D", + "note": "Rust checker hub and Idris model reviewed; each bridge needs its own preservation contract.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Rust checker hub and Idris model reviewed; each bridge needs its own preservation contract.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/src/abi/InferenceSoundness.idr", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/src/abi/InferenceSoundness.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/src/abi/Soundness.idr", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/src/abi/Soundness.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/InferenceSoundness.idr", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/src/abi/InferenceSoundness.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "I", + "note": "Checker implementation inspected; finish can return success with pending proof obligations and linearity issues.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/docs/decisions/0002-reversibility-as-typing-case-study.md", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/docs/decisions/0002-reversibility-as-typing-case-study.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/decisions/0002-reversibility-as-typing-case-study.md", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/docs/decisions/0002-reversibility-as-typing-case-study.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/crates/typell-affinescript/Cargo.toml", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/crates/typell-affinescript/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/crates/typell-affinescript/src/bridge.rs", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/crates/typell-affinescript/src/bridge.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/crates/typell-affinescript/src/lib.rs", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/crates/typell-affinescript/src/lib.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/.github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "!", + "note": "Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/src/backends/README.md", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/src/backends/README.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/backends/README.md", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/src/backends/README.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "!", + "note": "Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/ffi/zig/src/main.zig", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/ffi/zig/src/main.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/ffi/zig/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/ffi/zig/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/.machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "T", + "note": "Offline TypeLL core cargo tests passed.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/crates/typell-core/tests/core_comprehensive_tests.rs", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/crates/typell-core/tests/core_comprehensive_tests.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/crates/typell-core/tests/e2e_test.rs", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/crates/typell-core/tests/e2e_test.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/crates/typell-core/tests/kategoria_conformance.rs", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/crates/typell-core/tests/kategoria_conformance.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/crates/typell-core/tests/property_test.rs", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/crates/typell-core/tests/property_test.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/typell-core/tests/property_test.rs", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/crates/typell-core/tests/property_test.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "I", + "note": "Idris Soundness model covers Bool/Int/Unit/Arrow; it does not establish all hub types and bridges.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/src/abi/InferenceSoundness.idr", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/src/abi/InferenceSoundness.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/src/abi/Soundness.idr", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/src/abi/Soundness.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/InferenceSoundness.idr", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/src/abi/InferenceSoundness.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "!", + "note": "Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/src/abi/InferenceSoundness.idr", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/src/abi/InferenceSoundness.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/src/abi/Soundness.idr", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/src/abi/Soundness.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/InferenceSoundness.idr", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/src/abi/InferenceSoundness.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/.github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/.github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/.github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/benches/.gitkeep", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/benches/.gitkeep", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/crates/typell-core/benches/typell_bench.rs", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/crates/typell-core/benches/typell_bench.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "benches/.gitkeep", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/benches/.gitkeep", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".claude/worktrees/kategoria-conformance/.github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".claude/worktrees/kategoria-conformance/guix.scm", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.claude/worktrees/kategoria-conformance/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/typell/blob/a9598a6cb27f2706b0ae43de85b6ea0843c9a24e/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "typed-wasm", + "name": "typed-wasm", + "repo": "typed-wasm", + "group": "Faces and foundations", + "note": "Typed binary boundary; model, producer and byte verifier need separate evidence.", + "snapshot": "2bfddabc643a650303a93dcd467365c4cffe4632; ## main...origin/main [ahead 102]", + "cells": { + "syntax": { + "state": "D", + "note": "Typed WebAssembly sections, producer/checker relationship and trust boundary reviewed.", + "sources": [ + { + "path": "spec/L13-L16-reserved-syntax.adoc", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/spec/L13-L16-reserved-syntax.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "spec/grammar.ebnf", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/spec/grammar.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tools/tree-sitter-twasm/grammar.js", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/tools/tree-sitter-twasm/grammar.js", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Typed WebAssembly sections, producer/checker relationship and trust boundary reviewed.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "I", + "note": "Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section.", + "sources": [ + { + "path": "crates/typed-wasm-codegen/tests/access_typing.rs", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/crates/typed-wasm-codegen/tests/access_typing.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/TypedWasm/ABI/AccessTypingSpec.idr", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/src/abi/TypedWasm/ABI/AccessTypingSpec.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/parser/Checker.affine", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/src/parser/Checker.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "affinescript.json", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/affinescript.json", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/typed-wasm-verify/tests/fixtures/c5_real/01_clean_linear.affine", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/crates/typed-wasm-verify/tests/fixtures/c5_real/01_clean_linear.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/typed-wasm-verify/tests/fixtures/c5_real/01_clean_linear.wasm", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/crates/typed-wasm-verify/tests/fixtures/c5_real/01_clean_linear.wasm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/parser/Ast.affine", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/src/parser/Ast.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/parser/Lexer.affine", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/src/parser/Lexer.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "benchmarks/parser-bench.mjs", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/benchmarks/parser-bench.mjs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/typed-wasm-codegen/src/parser.rs", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/crates/typed-wasm-codegen/src/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "spec/grammar.ebnf", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/spec/grammar.ebnf", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ir": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "crates/typed-wasm-codegen/tests/execute_lowering.rs", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/crates/typed-wasm-codegen/tests/execute_lowering.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/typed-wasm-codegen/tests/scan_lowering.rs", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/crates/typed-wasm-codegen/tests/scan_lowering.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Actual workspace cargo resolution failed: codegen requests nonexistent verifier feature unstable-l13-imports. Tests never started; no false test-failure inference.", + "sources": [ + { + "path": "ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section.", + "sources": [ + { + "path": "crates/typed-wasm-codegen/Cargo.toml", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/crates/typed-wasm-codegen/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/typed-wasm-codegen/README.md", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/crates/typed-wasm-codegen/README.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/typed-wasm-codegen/src/bin/tw.rs", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/crates/typed-wasm-codegen/src/bin/tw.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "I", + "note": "Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "stdlib": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/abi/Layout/Stdlib.idr", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/src/abi/Layout/Stdlib.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "alib": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/architecture/AGGREGATE-LIBRARY-VISION.adoc", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/docs/architecture/AGGREGATE-LIBRARY-VISION.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "!", + "note": "Actual workspace cargo resolution failed: codegen requests nonexistent verifier feature unstable-l13-imports. Tests never started; no false test-failure inference.", + "sources": [ + { + "path": "crates/typed-wasm-codegen/tests/access_typing.rs", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/crates/typed-wasm-codegen/tests/access_typing.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/typed-wasm-codegen/tests/corpus.rs", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/crates/typed-wasm-codegen/tests/corpus.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "crates/typed-wasm-codegen/tests/errors.rs", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/crates/typed-wasm-codegen/tests/errors.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/README.adoc", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/tests/fuzz/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tests/property/property_test.mjs", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/tests/property/property_test.mjs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "!", + "note": "SourceAccepts and VerifierAccepts use the same FunctionsAccepted witness in the Idris fixture model. That is not a refinement proof of the Rust byte parser.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "closure": { + "state": "!", + "note": "SourceAccepts and VerifierAccepts use the same FunctionsAccepted witness in the Idris fixture model. That is not a refinement proof of the Rust byte parser.", + "sources": [ + { + "path": "docs/proof-debt.md", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/docs/proof-debt.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/wiki/Proof-Debt-Status.md", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/docs/wiki/Proof-Debt-Status.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/c5-regenerate.yml", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/.github/workflows/c5-regenerate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/cargo-audit.yml", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/.github/workflows/cargo-audit.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "benchmarks/parser-bench.mjs", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/benchmarks/parser-bench.mjs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "spec/ARG-PROFILE.adoc", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/spec/ARG-PROFILE.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "spec/CRG-PROFILE.adoc", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/spec/CRG-PROFILE.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/typed-wasm/blob/2bfddabc643a650303a93dcd467365c4cffe4632/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "systemet", + "name": "SystemET", + "repo": "systemet", + "group": "Faces and foundations", + "note": "Layered foundation related to AffineScript.", + "snapshot": "b4a59d0e33c45d6419a3e426832f7d84286048ee; ## main...origin/main [behind 15]", + "cells": { + "syntax": { + "state": "D", + "note": "L0 runtime, L1 total conversion, L2 grades, L3 guarded recursion, L4 effects/TEA; obligations must remain layer-specific.", + "sources": [ + { + "path": "verification/proofs/lean4/Systemet/L1/Syntax.lean", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/verification/proofs/lean4/Systemet/L1/Syntax.lean", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "L0 runtime, L1 total conversion, L2 grades, L3 guarded recursion, L4 effects/TEA; obligations must remain layer-specific.", + "sources": [ + { + "path": "verification/proofs/lean4/Systemet/L1/Soundness.lean", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/verification/proofs/lean4/Systemet/L1/Soundness.lean", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/theory/08-l4-effects-tea.adoc", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/docs/theory/08-l4-effects-tea.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/lean4/Systemet/L1/Syntax.lean", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/verification/proofs/lean4/Systemet/L1/Syntax.lean", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/theory/01-l0-runtime.adoc", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/docs/theory/01-l0-runtime.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/0.1-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/verification/0.1-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/aspect_tests.sh", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/tests/aspect_tests.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tests/e2e.sh", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/tests/e2e.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tests/e2e/template_instantiation_test.sh", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/tests/e2e/template_instantiation_test.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/README.adoc", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/tests/fuzz/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/lean4/MANIFEST", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/verification/proofs/lean4/MANIFEST", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No single end-to-end theorem across all five layers was established in this audit.", + "sources": [ + { + "path": "verification/proofs/lean4/Systemet/L1/Soundness.lean", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/verification/proofs/lean4/Systemet/L1/Soundness.lean", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/container-build.yml", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/.github/workflows/container-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "benches/template_bench.sh", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/benches/template_bench.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/systemet/blob/b4a59d0e33c45d6419a3e426832f7d84286048ee/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "anytype", + "name": "Anytype", + "repo": "anytype", + "group": "Faces and foundations", + "note": "Executable Idris kernel; wrapper/recipe claims are separate.", + "snapshot": "38d6fee1fdb78bd08fd9ef451c35af7537ec1c08; ## fix/ci-timeout-minutes-reusable", + "cells": { + "syntax": { + "state": "D", + "note": "Typed kernel and its relation to SystemET/AffineScript reviewed.", + "sources": [ + { + "path": "src/kernel/Anytype/Core/Syntax.idr", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/src/kernel/Anytype/Core/Syntax.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Typed kernel and its relation to SystemET/AffineScript reviewed.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "I", + "note": "Idris executable kernel inspected, including affine weakening and linear rejection.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/kernel/Anytype/Grade/Affine.idr", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/src/kernel/Anytype/Grade/Affine.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/kernel/Anytype/Core/Syntax.idr", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/src/kernel/Anytype/Core/Syntax.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/runtime-policy.yml", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/.github/workflows/runtime-policy.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Justfile completion messages/TODO recipes are not a kernel build or compiler implementation.", + "sources": [ + { + "path": "src/interface/ffi/build.zig", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/src/interface/ffi/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "abi.ipkg", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/abi.ipkg", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "T", + "note": "19 matrix cases passed, including affine weakening and rejection of invalid linear use.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/README.adoc", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/tests/fuzz/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/agda/Properties.agda", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/verification/proofs/agda/Properties.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/container-build.yml", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/.github/workflows/container-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "benches/template_bench.sh", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/benches/template_bench.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/anytype/blob/38d6fee1fdb78bd08fd9ef451c35af7537ec1c08/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "aggregate-library-alib", + "name": "Aggregate library / aLib", + "repo": "aggregate-library", + "group": "Faces and foundations", + "note": "Semantic intersection and language bindings, not a universal standard library.", + "snapshot": "da0bd5137324fb7c0bba46a7c69e602869a69ebb; ## main...origin/main [ahead 6]", + "cells": { + "syntax": { + "state": "D", + "note": "Common semantic operations with per-language bindings; each binding needs operation/domain-specific conformance.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Common semantic operations with per-language bindings; each binding needs operation/domain-specific conformance.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/affinescript/ALib.affine", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/src/affinescript/ALib.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/affinescript/README.adoc", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/src/affinescript/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "lib/aggregate_library/ast/traversal.ex", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/lib/aggregate_library/ast/traversal.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "Library role; host-language frontend/runtime must be assessed in its own row.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "Library role; host-language frontend/runtime must be assessed in its own row.", + "sources": [ + { + "path": "tools/stdlib-merger/src/parser.jl", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/tools/stdlib-merger/src/parser.jl", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tools/stdlib-merger/src/parsers/elixir_parser.jl", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/tools/stdlib-merger/src/parsers/elixir_parser.jl", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "H", + "note": "Library role; host-language frontend/runtime must be assessed in its own row.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "H", + "note": "Library role; host-language frontend/runtime must be assessed in its own row.", + "sources": [ + { + "path": "ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/src/main.zig", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/ffi/zig/src/main.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/ffi/zig/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tools/stdlib-merger/ARCHITECTURE.md", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/tools/stdlib-merger/ARCHITECTURE.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tools/stdlib-merger/Project.toml", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/tools/stdlib-merger/Project.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tools/stdlib-merger/README.md", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/tools/stdlib-merger/README.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "alib": { + "state": "I", + "note": "Aggregate design and bindings reviewed. stdlib-merger implementation files are located; a full merger/conformance run is not established.", + "sources": [ + { + "path": "lib/aggregate_library.ex", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/lib/aggregate_library.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/aggregate_library/ast/traversal.ex", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/lib/aggregate_library/ast/traversal.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "lib/aggregate_library/collections.ex", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/lib/aggregate_library/collections.ex", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "libraries": { + "state": "I", + "note": "Aggregate design and bindings reviewed. stdlib-merger implementation files are located; a full merger/conformance run is not established.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "ffi/zig/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/ffi/zig/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "test/RawFunctionTest.mres", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/test/RawFunctionTest.mres", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "test/conformance_test_spec.scm", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/test/conformance_test_spec.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "closure": { + "state": "!", + "note": "An operation name shared by languages does not prove matching evaluation order, numerical domain, errors or effects.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/governance.yml", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/.github/workflows/governance.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/hypatia-scan.yml", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/.github/workflows/hypatia-scan.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "guix.scm", + "url": "https://github.com/hyperpolymath/aggregate-library/blob/da0bd5137324fb7c0bba46a7c69e602869a69ebb/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "echo-types", + "name": "Echo types", + "repo": "echo-types", + "group": "Faces and foundations", + "note": "Retention/residue and modality research substrate.", + "snapshot": "2b97a9581a63352722581c4b26db024db597dfdf; M .github/funding.yml", + "cells": { + "syntax": { + "state": "D", + "note": "Residue, information retention and modality foundation referenced by My/Firmboot; model scope matters.", + "sources": [ + { + "path": "proofs/agda/Ordinal/Buchholz/Syntax.agda", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/proofs/agda/Ordinal/Buchholz/Syntax.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Residue, information retention and modality foundation referenced by My/Firmboot; model scope matters.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "proofs/agda/EchoLinear.agda", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/proofs/agda/EchoLinear.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/agda/examples/LinearErasure.agda", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/proofs/agda/examples/LinearErasure.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "proofs/agda/Ordinal/Buchholz/Syntax.agda", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/proofs/agda/Ordinal/Buchholz/Syntax.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "proofs/agda/EchoExampleParser.agda", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/proofs/agda/EchoExampleParser.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/echo-types/prototypes/warrant_debugger_prototype.jsx", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/docs/echo-types/prototypes/warrant_debugger_prototype.jsx", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/build.md", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/docs/build.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/echo-types/applications-compiler-analysis.adoc", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/docs/echo-types/applications-compiler-analysis.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "proofs/agda/All.agda", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/proofs/agda/All.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/agda/AntiEcho.agda", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/proofs/agda/AntiEcho.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "proofs/agda/AntiEchoTropical.agda", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/proofs/agda/AntiEchoTropical.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/adjacency/refinement-types.adoc", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/docs/adjacency/refinement-types.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/bridges/tropical-correspondence.md", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/docs/bridges/tropical-correspondence.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/echo-types/tropical-correspondence.md", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/docs/echo-types/tropical-correspondence.md", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/agda.yml", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/.github/workflows/agda.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/governance.yml", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/.github/workflows/governance.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "manifest.scm", + "url": "https://github.com/hyperpolymath/echo-types/blob/2b97a9581a63352722581c4b26db024db597dfdf/manifest.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "cut-calculus", + "name": "Cut calculus", + "repo": "cut-calculus", + "group": "Faces and foundations", + "note": "Conditional finite constructions; not an unrestricted transfinite result.", + "snapshot": "7f8cd4d5117a3b3e47a004a88b9061217f1acdbb; M .editorconfig", + "cells": { + "syntax": { + "state": "D", + "note": "Finite/conditional research constructions reviewed; no universal transfinite guarantee established.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "D", + "note": "Finite/conditional research constructions reviewed; no universal transfinite guarantee established.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "effects": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/cut-calculus/blob/7f8cd4d5117a3b3e47a004a88b9061217f1acdbb/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "parser": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "stdlib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "unit": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "fuzz": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/CutCalculus/Choreography.agda", + "url": "https://github.com/hyperpolymath/cut-calculus/blob/7f8cd4d5117a3b3e47a004a88b9061217f1acdbb/src/CutCalculus/Choreography.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/CutCalculus/CutRank.agda", + "url": "https://github.com/hyperpolymath/cut-calculus/blob/7f8cd4d5117a3b3e47a004a88b9061217f1acdbb/src/CutCalculus/CutRank.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/CutCalculus/Tropical.agda", + "url": "https://github.com/hyperpolymath/cut-calculus/blob/7f8cd4d5117a3b3e47a004a88b9061217f1acdbb/src/CutCalculus/Tropical.agda", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "!", + "note": "Preserve the stated finite/model assumptions when relating this work to language guarantees.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/cut-calculus/blob/7f8cd4d5117a3b3e47a004a88b9061217f1acdbb/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/main-estate-audit.yml", + "url": "https://github.com/hyperpolymath/cut-calculus/blob/7f8cd4d5117a3b3e47a004a88b9061217f1acdbb/.github/workflows/main-estate-audit.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/pages.yml", + "url": "https://github.com/hyperpolymath/cut-calculus/blob/7f8cd4d5117a3b3e47a004a88b9061217f1acdbb/.github/workflows/pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + } + } + }, + { + "id": "bunsenite", + "name": "Bunsenite", + "repo": "bunsenite", + "group": "Faces and foundations", + "note": "Nickel bindings/tooling; not another independent language.", + "snapshot": "c8406e6d5899528db1b278589e7278aef8eed3bd; ", + "cells": { + "syntax": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "semantics": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "types": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "bindings/deno/bunsenite.affine", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/bindings/deno/bunsenite.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bindings/deno/example.affine", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/bindings/deno/example.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bindings/rescript/Bunsenite.affine", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/bindings/rescript/Bunsenite.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "Nickel-hosted bindings role. Do not count a second independent language toolchain.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "Nickel-hosted bindings role. Do not count a second independent language toolchain.", + "sources": [ + { + "path": "benches/parser.rs", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/benches/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "fuzz/fuzz_targets/fuzz_parser.rs", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/fuzz/fuzz_targets/fuzz_parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "H", + "note": "Nickel-hosted bindings role. Do not count a second independent language toolchain.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "H", + "note": "Nickel-hosted bindings role. Do not count a second independent language toolchain.", + "sources": [ + { + "path": ".clusterfuzzlite/build.sh", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/.clusterfuzzlite/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "config/build.k9.ncl", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/config/build.k9.ncl", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "ffi/zig/build.zig", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/ffi/zig/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/src/main.zig", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/ffi/zig/src/main.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "ffi/zig/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/ffi/zig/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "Nickel-hosted bindings role. Do not count a second independent language toolchain.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/publish-packages.yml", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/.github/workflows/publish-packages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "ffi/zig/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/ffi/zig/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tests/aspect_test.rs", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/tests/aspect_test.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tests/e2e_test.rs", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/tests/e2e_test.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".clusterfuzzlite/Containerfile", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/.clusterfuzzlite/Containerfile", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".clusterfuzzlite/build.sh", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/.clusterfuzzlite/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".clusterfuzzlite/project.yaml", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/.clusterfuzzlite/project.yaml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/cargo-audit.yml", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/.github/workflows/cargo-audit.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "benches/bunsenite_bench.rs", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/benches/bunsenite_bench.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "benches/parser.rs", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/benches/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "PACKAGING.adoc", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/PACKAGING.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "guix.scm", + "url": "https://github.com/hyperpolymath/bunsenite/blob/c8406e6d5899528db1b278589e7278aef8eed3bd/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "oikosbot", + "name": "Oikosbot", + "repo": "oikosbot", + "group": "Faces and foundations", + "note": "Consumer/integration target for Eclexia; not the Oikos language.", + "snapshot": "5f81e0fb18e4540979e0fad5b5c051460f6e43a4; ## fix/publish-versioned-image...origin/fix/publish-versioned-image; repair observations refer separately to https://github.com/hyperpolymath/oikosbot/pull/86", + "cells": { + "syntax": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "semantics": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "types": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "bot-integration-affine/README.adoc", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/bot-integration-affine/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bot-integration-affine/check.sh", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/bot-integration-affine/check.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bot-integration-affine/src/Analysis.affine", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/bot-integration-affine/src/Analysis.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Adapter now rejects malformed/non-boolean output and unavailable native execution. The real Eclexia JSON policy protocol remains unwired.", + "sources": [ + { + "path": "bot-integration-affine/src/tea/Runtime.affine", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/bot-integration-affine/src/tea/Runtime.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md", + "repair_pr": "https://github.com/hyperpolymath/oikosbot/pull/86" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "H", + "note": "Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md", + "repair_pr": "https://github.com/hyperpolymath/oikosbot/pull/86" + }, + "meta_compiler": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "codegen": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "!", + "note": "Adapter now rejects malformed/non-boolean output and unavailable native execution. The real Eclexia JSON policy protocol remains unwired.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md", + "repair_pr": "https://github.com/hyperpolymath/oikosbot/pull/86" + }, + "stdlib": { + "state": "H", + "note": "Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "T", + "note": "Workspace tests and 9 all-features adapter tests pass, including invalid-output rejection and no invented cost measurements.", + "sources": [ + { + "path": "analyzers/code-haskell/test/Main.hs", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/analyzers/code-haskell/test/Main.hs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "bot-integration-affine/test/Smoke.affine", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/bot-integration-affine/test/Smoke.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md", + "repair_pr": "https://github.com/hyperpolymath/oikosbot/pull/86" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "fuzz/Cargo.toml", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/fuzz/Cargo.toml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "fuzz/fuzz_targets/fuzz_main.rs", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/fuzz/fuzz_targets/fuzz_main.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "I", + "note": "CI/security configuration and actual PR checks were inspected and repaired in PR 86. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.", + "sources": [ + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/ci.yml", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/.github/workflows/ci.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/codeql.yml", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/.github/workflows/codeql.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "bench": { + "state": "!", + "note": "Adapter no longer invents resource costs; measured resource accounting remains an integration obligation.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md", + "repair_pr": "https://github.com/hyperpolymath/oikosbot/pull/86" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "guix/manifest.scm", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/guix/manifest.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "manifest.scm", + "url": "https://github.com/hyperpolymath/oikosbot/blob/5f81e0fb18e4540979e0fad5b5c051460f6e43a4/manifest.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + }, + "repair_pr": "https://github.com/hyperpolymath/oikosbot/pull/86" + }, + { + "id": "affinescriptiser", + "name": "affinescriptiser", + "repo": "affinescriptiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "d3ddebcbae758b8f87a5475a4c579c229a7bc571; ## main...origin/main [ahead 4]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Affinescriptiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/src/interface/abi/Affinescriptiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/affinescriptiser/blob/d3ddebcbae758b8f87a5475a4c579c229a7bc571/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "alloyiser", + "name": "alloyiser", + "repo": "alloyiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "1498276a6c6221f957cf4fc23a7180e862012916; ## main...origin/main", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Alloyiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/src/interface/abi/Alloyiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/alloyiser/blob/1498276a6c6221f957cf4fc23a7180e862012916/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "anvomidaviser", + "name": "anvomidaviser", + "repo": "anvomidaviser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "698bef3655ff20609f23548966cc122aa7ad2413; ## main...origin/main", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Anvomidaviser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/src/interface/abi/Anvomidaviser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/anvomidaviser/blob/698bef3655ff20609f23548966cc122aa7ad2413/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "atsiser", + "name": "atsiser", + "repo": "atsiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "778802537ed8da25ca832d727f85e4812b220bb2; ## main...origin/main", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Atsiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/src/interface/abi/Atsiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "I", + "note": "run() checks the generated binary and delegates execution; not freshly tested with ATS.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "I", + "note": "build() invokes/delegates a compiler and checks errors. Target compiler execution was not tested in this audit.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "examples/safe-malloc/include/stdlib_subset.h", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/examples/safe-malloc/include/stdlib_subset.h", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/atsiser/blob/778802537ed8da25ca832d727f85e4812b220bb2/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "betlangiser", + "name": "betlangiser", + "repo": "betlangiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "90d68becd62a6e9783880b6c11b2f3ac3f3fd7db; ## main...origin/main [ahead 7]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Betlangiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/src/interface/abi/Betlangiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/betlangiser/blob/90d68becd62a6e9783880b6c11b2f3ac3f3fd7db/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "bqniser", + "name": "bqniser", + "repo": "bqniser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "3d42ff26ea211e4f0432ca761cc9594eed85b810; ## main...origin/main [ahead 7]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Bqniser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/src/interface/abi/Bqniser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/bqniser/blob/3d42ff26ea211e4f0432ca761cc9594eed85b810/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "chapeliser", + "name": "chapeliser", + "repo": "chapeliser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "28351baeba54255069eb71f2738a517ee85e60ed; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/chapeliser/pull/71", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "T", + "note": "PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md", + "repair_pr": "https://github.com/hyperpolymath/chapeliser/pull/71" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "T", + "note": "PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification.", + "sources": [ + { + "path": "examples/golden/generated/build.sh", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/examples/golden/generated/build.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/build.zig", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/src/interface/ffi/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md", + "repair_pr": "https://github.com/hyperpolymath/chapeliser/pull/71" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "!", + "note": "Generated wrapper/ABI/proof files do not establish end-to-end host/target refinement.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/golden/ffi_stub.c", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/examples/golden/ffi_stub.c", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md", + "repair_pr": "https://github.com/hyperpolymath/chapeliser/pull/71" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "T", + "note": "PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md", + "repair_pr": "https://github.com/hyperpolymath/chapeliser/pull/71" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "!", + "note": "Generated wrapper/ABI/proof files do not establish end-to-end host/target refinement.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "I", + "note": "CI/security configuration and actual PR checks were inspected and repaired in PR 71. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory", + "repair_pr": "https://github.com/hyperpolymath/chapeliser/pull/71" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/chapeliser/blob/28351baeba54255069eb71f2738a517ee85e60ed/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + }, + "repair_pr": "https://github.com/hyperpolymath/chapeliser/pull/71" + }, + { + "id": "dafniser", + "name": "dafniser", + "repo": "dafniser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "f955c34f33d45060e4ac50dd40fde88df2a2f2f5; ## main...origin/main [ahead 1]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Dafniser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/src/interface/abi/Dafniser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/.zig-cache/o/a321aa3c8732663417bf1076929f850a/test.o", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/src/interface/ffi/.zig-cache/o/a321aa3c8732663417bf1076929f850a/test.o", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/dafniser/blob/f955c34f33d45060e4ac50dd40fde88df2a2f2f5/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "eclexiaiser", + "name": "eclexiaiser", + "repo": "eclexiaiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e; ## main...origin/main [ahead 7]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Eclexiaiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/src/interface/abi/Eclexiaiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/eclexiaiser/blob/9c6d49fb91505b32fc5a6de2e5f1e36d2005b00e/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "ephapaxiser", + "name": "ephapaxiser", + "repo": "ephapaxiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "044e89fd6010f5e6019adaff13da7d7855c40023; ## main...origin/main [ahead 25]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Ephapaxiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/src/interface/abi/Ephapaxiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/.zig-cache/o/a321aa3c8732663417bf1076929f850a/test.o", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/src/interface/ffi/.zig-cache/o/a321aa3c8732663417bf1076929f850a/test.o", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/ephapaxiser/blob/044e89fd6010f5e6019adaff13da7d7855c40023/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "futharkiser", + "name": "futharkiser", + "repo": "futharkiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "948446aad7560c976c40ac1af47ba8b9f1c3b5a8; ## main...origin/main [ahead 26]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Futharkiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/src/interface/abi/Futharkiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/futharkiser/blob/948446aad7560c976c40ac1af47ba8b9f1c3b5a8/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "halideiser", + "name": "halideiser", + "repo": "halideiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "7e7ffca5550c576ca2a4269b2a83259c49970c50; ## main...origin/main; repair observations refer separately to https://github.com/hyperpolymath/halideiser/pull/64", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Halideiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/src/interface/abi/Halideiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "T", + "note": "PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md", + "repair_pr": "https://github.com/hyperpolymath/halideiser/pull/64" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "T", + "note": "PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs.", + "sources": [ + { + "path": "src/interface/ffi/build.zig", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/src/interface/ffi/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md", + "repair_pr": "https://github.com/hyperpolymath/halideiser/pull/64" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "I", + "note": "Actual Julia structural ABI/FFI gate ran: export-name correspondence is distinct from semantic ABI safety.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md", + "repair_pr": "https://github.com/hyperpolymath/halideiser/pull/64" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "T", + "note": "PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md", + "repair_pr": "https://github.com/hyperpolymath/halideiser/pull/64" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "I", + "note": "CI/security configuration and actual PR checks were inspected and repaired in PR 64. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory", + "repair_pr": "https://github.com/hyperpolymath/halideiser/pull/64" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/halideiser/blob/7e7ffca5550c576ca2a4269b2a83259c49970c50/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + }, + "repair_pr": "https://github.com/hyperpolymath/halideiser/pull/64" + }, + { + "id": "idrisiser", + "name": "idrisiser", + "repo": "idrisiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "bf6e220ec96648279365eb7d1e3fb67271cc93ce; ## main...origin/main", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Idrisiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/src/interface/abi/Idrisiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "I", + "note": "Generated binary launch and nonzero-status handling inspected; no fresh Idris wrapper execution.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Build passes generated/idrisiser/build.sh while setting cwd to generated/idrisiser: duplicated relative path, analogous to the repaired Chapeliser bug. Compiler probe only checks spawn errors.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/idrisiser/blob/bf6e220ec96648279365eb7d1e3fb67271cc93ce/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "iseriser", + "name": "iseriser", + "repo": "iseriser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df; ## main...origin/main", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "satellites/a2mliser/src/interface/abi/A2mliser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/src/interface/abi/A2mliser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/abi/Iseriser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/src/interface/abi/Iseriser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "satellites/a2mliser/.github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/abi/zig_ffi_parser.rs", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/src/abi/zig_ffi_parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "satellites/a2mliser/src/interface/ffi/build.zig", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/src/interface/ffi/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/build.zig", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/src/interface/ffi/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "satellites/a2mliser/features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "satellites/a2mliser/src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/codegen/cartridge.rs", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/src/codegen/cartridge.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/codegen/customizer.rs", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/src/codegen/customizer.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "satellites/a2mliser/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "satellites/a2mliser/.machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "satellites/a2mliser/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "satellites/a2mliser/src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "satellites/a2mliser/src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "satellites/a2mliser/tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "satellites/a2mliser/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "satellites/a2mliser/verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "satellites/a2mliser/verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "satellites/a2mliser/verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "benches/iseriser_bench.rs", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/benches/iseriser_bench.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "satellites/a2mliser/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "satellites/a2mliser/verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "guix.scm", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/guix.scm", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "satellites/a2mliser/.github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/iseriser/blob/c2f114fa1b32be5adbc56acdf2c1d6e00a2a70df/satellites/a2mliser/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "julianiser", + "name": "julianiser", + "repo": "julianiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "e332bd959a9ea413b807b89c8d6e6b1044c1ab67; ## main...origin/main [ahead 26]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Julianiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/src/interface/abi/Julianiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/codegen/benchmark.rs", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/src/codegen/benchmark.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/bench/bench.zig", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/src/interface/ffi/bench/bench.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/julianiser/blob/e332bd959a9ea413b807b89c8d6e6b1044c1ab67/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "k9iser", + "name": "k9iser", + "repo": "k9iser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "b824a0ea4ffb879b14dab6c6c278de8317cc7ba6; ## main...origin/main [ahead 24, behind 5]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/K9iser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/src/interface/abi/K9iser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "run() prints deployment instructions; no workload execution.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "build() validates contracts but skips missing config files even in strict mode; all_passed can remain true. It is not a target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/.zig-cache/o/a321aa3c8732663417bf1076929f850a/test.o", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/src/interface/ffi/.zig-cache/o/a321aa3c8732663417bf1076929f850a/test.o", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/k9iser/blob/b824a0ea4ffb879b14dab6c6c278de8317cc7ba6/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "lustreiser", + "name": "lustreiser", + "repo": "lustreiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "165ba505ae17357b2f88407e22a0b64b8ffb645f; ## main...origin/main [ahead 27]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Lustreiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/src/interface/abi/Lustreiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/lustreiser/blob/165ba505ae17357b2f88407e22a0b64b8ffb645f/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "mylangiser", + "name": "mylangiser", + "repo": "mylangiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "48b69a8d706e1a9a4bb2ca0e2150051755b39306; ## main...origin/main [ahead 16]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Mylangiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/src/interface/abi/Mylangiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/mylangiser/blob/48b69a8d706e1a9a4bb2ca0e2150051755b39306/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "nimiser", + "name": "nimiser", + "repo": "nimiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "3ed636d5bcfaab305517aee045047eef89146269; ## main...origin/main [ahead 28]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Nimiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/src/interface/abi/Nimiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "run() attempts to execute lib.so directly; shared-library launch contract requires a real loader/harness test.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "I", + "note": "build() invokes/delegates a compiler and checks errors. Target compiler execution was not tested in this audit.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/nimiser/blob/3ed636d5bcfaab305517aee045047eef89146269/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "oblibeniser", + "name": "oblibeniser", + "repo": "oblibeniser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "2d0421e1a43c2037b4a3c35127f63ed831c1b08d; ## main...origin/main [ahead 7]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Oblibeniser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/src/interface/abi/Oblibeniser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/oblibeniser/blob/2d0421e1a43c2037b4a3c35127f63ed831c1b08d/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "otpiser", + "name": "otpiser", + "repo": "otpiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "2138d8db930173c5a34d9d8655d073cfadce1a30; ## main...origin/main [ahead 28]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Otpiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/src/interface/abi/Otpiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/otpiser/blob/2138d8db930173c5a34d9d8655d073cfadce1a30/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "phronesiser", + "name": "phronesiser", + "repo": "phronesiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "dd99c548fa6b9f23a826f0d247bd22fcf473b67c; ## main...origin/main [ahead 4]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Phronesiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/src/interface/abi/Phronesiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "I", + "note": "Run evaluates declared agent capabilities and renders an audit trail; interactive REPL remains a future step.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "I", + "note": "Build constructs a constraint engine as validation; not native compilation.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/phronesiser/blob/dd99c548fa6b9f23a826f0d247bd22fcf473b67c/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "ponyiser", + "name": "ponyiser", + "repo": "ponyiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "3c4e2be5e7bdf8f78f143fba7b251c010881e775; ## main...origin/main [ahead 27]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Ponyiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/src/interface/abi/Ponyiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/ponyiser/blob/3c4e2be5e7bdf8f78f143fba7b251c010881e775/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "tlaiser", + "name": "tlaiser", + "repo": "tlaiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "de937c67fb89f62eb5988a00c9479979cbf4c160; ## main...origin/main [ahead 27]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Tlaiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/src/interface/abi/Tlaiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "!", + "note": "Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/tlaiser/blob/de937c67fb89f62eb5988a00c9479979cbf4c160/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "typedqliser", + "name": "typedqliser", + "repo": "typedqliser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "801d22919abdb6b46da6a189bc2bed3641d04d22; ## main...origin/main [ahead 31]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Typedqliser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/src/interface/abi/Typedqliser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/build.zig", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/src/interface/ffi/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "tests/property_test.rs", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/tests/property_test.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "Database-language augmentation boundary only; detailed database-language work is being audited separately.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "benches/typedqliser_bench.rs", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/benches/typedqliser_bench.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/typedqliser/blob/801d22919abdb6b46da6a189bc2bed3641d04d22/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "verisimiser", + "name": "verisimiser", + "repo": "verisimiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "bf29031d570f32e51a381615e08a3f298f3eb123; ## main...origin/main [ahead 4]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "docs/decisions/0006-simulation-semantics.adoc", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/docs/decisions/0006-simulation-semantics.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/build.zig", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/src/interface/ffi/build.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/codegen/ident.rs", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/src/codegen/ident.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/codegen/overlay.rs", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/src/codegen/overlay.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "closure": { + "state": "?", + "note": "Database-language augmentation boundary only; detailed database-language work is being audited separately.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/casket-pages.yml", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/.github/workflows/casket-pages.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/verisimiser/blob/bf29031d570f32e51a381615e08a3f298f3eb123/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + }, + { + "id": "wokelangiser", + "name": "wokelangiser", + "repo": "wokelangiser", + "group": "Augmentation tools", + "note": "Augments an existing language; host guarantees are not inherited by generated output.", + "snapshot": "27dbd5ea386f3a9f04eca3fe17aca48db454482b; ## main...origin/main [ahead 18]", + "cells": { + "syntax": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "semantics": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/interface/abi/Wokelangiser/ABI/Semantics.idr", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/src/interface/abi/Wokelangiser/ABI/Semantics.idr", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "types": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "effects": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/docs/governance/audit/effects/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "docs/governance/audit/effects/README.adoc", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/docs/governance/audit/effects/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "examples/SafeDOMExample.affine", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/examples/SafeDOMExample.affine", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "ast": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "judgements": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "lexer": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": ".github/workflows/secret-scanner.yml", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/.github/workflows/secret-scanner.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "parser": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [ + { + "path": "src/codegen/parser.rs", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/src/codegen/parser.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "ir": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "repl": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "editor": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "interpreter": { + "state": "I", + "note": "Run invokes source consent/accessibility/i18n analysis and renders a report. This does not prove compliance.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_interpreter": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "compiler": { + "state": "!", + "note": "Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "meta_compiler": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "features/ssg/ssg-bootstrap.sh", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/features/ssg/ssg-bootstrap.sh", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "codegen": { + "state": "I", + "note": "src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established.", + "sources": [ + { + "path": "src/codegen/mod.rs", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/src/codegen/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "coproc": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "abi": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/.machine_readable/scripts/verification/0.3-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".machine_readable/scripts/verification/README.adoc", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/.machine_readable/scripts/verification/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/abi/mod.rs", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/src/abi/mod.rs", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "stdlib": { + "state": "H", + "note": "This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker.", + "sources": [], + "basis": "manual source/test review; companion audit report", + "audit": "../2026-09-07-language-portfolio.md" + }, + "alib": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "libraries": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".machine_readable/6a2/ECOSYSTEM.a2ml", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/.machine_readable/6a2/ECOSYSTEM.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "unit": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/src/interface/ffi/test/0.4-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/README.adoc", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/src/interface/ffi/test/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "src/interface/ffi/test/integration_test.zig", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/src/interface/ffi/test/integration_test.zig", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "fuzz": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "tests/fuzz/placeholder.txt", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/tests/fuzz/placeholder.txt", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/verification/fuzzing/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/fuzzing/README.adoc", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/verification/fuzzing/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "proof": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/proofs/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/verification/proofs/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/proofs/README.adoc", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/verification/proofs/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "closure": { + "state": "?", + "note": "No sufficient component assessment in this audit. This is not a claim of absence.", + "sources": [], + "basis": "scope boundary" + }, + "ci": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/abi-ffi-gate.yml", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/.github/workflows/abi-ffi-gate.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/boj-build.yml", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/.github/workflows/boj-build.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": ".github/workflows/branch-cleanup.yml", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/.github/workflows/branch-cleanup.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "bench": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": "verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/verification/benchmarks/0.2-AI-MANIFEST.a2ml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + }, + { + "path": "verification/benchmarks/README.adoc", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/verification/benchmarks/README.adoc", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + }, + "release": { + "state": "F", + "note": "A related filename was enumerated. Its existence establishes neither implementation nor correctness.", + "sources": [ + { + "path": ".github/workflows/release.yml", + "url": "https://github.com/hyperpolymath/wokelangiser/blob/27dbd5ea386f3a9f04eca3fe17aca48db454482b/.github/workflows/release.yml", + "qualification": "Commit navigation link; local edits/untracked files may differ. Consult row snapshot." + } + ], + "basis": "filename inventory" + } + } + } + ] +} diff --git a/docs/audits/toolchain-atlas/atlas.png b/docs/audits/toolchain-atlas/atlas.png new file mode 100644 index 0000000..1d18a10 Binary files /dev/null and b/docs/audits/toolchain-atlas/atlas.png differ diff --git a/docs/audits/toolchain-atlas/atlas.svg b/docs/audits/toolchain-atlas/atlas.svg new file mode 100644 index 0000000..e7a8f2c --- /dev/null +++ b/docs/audits/toolchain-atlas/atlas.svg @@ -0,0 +1,7649 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 + +The language portfolio, component by component +HYPERPOLYMATH / TOOLCHAIN EVIDENCE ATLAS / 07 SEPTEMBER 2026 +Local + selected published evidence. A tested slice is not a whole-language safety certificate. + +T +tested + +P +proof checked + +I +code inspected + +D +design + +! +partial / blocked + +F +file only + +? +not assessed +R = related canonical core H = host / different role X = private | Every cell has notes and source navigation in atlas.html + +LANGUAGE + +FRONTEND + +EXECUTION + +INTEGRATION + +ASSURANCE + +DELIVERY +Syntax +Semantics +Type checker +Ownership / effects +AST +Judgement graph +Lexer +Parser +Elaboration / IR +REPL +LSP / debugger +Interpreter / runner +Meta-interpreter +Compiler / build +Meta-compiler +Code generators +Coprocessor / GPU +FFI / ABI / verifier +Standard library +Aggregate library +Other libraries +Unit / conformance tests +Property tests / fuzzing +Formal model / proofs +Proof correspondence +CI / security gates +Measurement / bench +Release / packaging + +LANGUAGES AND RESEARCH +Tangle +Tangle / syntax: Security-labelled syntax and formal core were reviewed; this is not the catalogue’s former KRL conflation. + +D + +Tangle / semantics: Security-labelled syntax and formal core were reviewed; this is not the catalogue’s former KRL conflation. + +D + +Tangle / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Tangle / ast: OCaml frontend and REPL implementation sources were inspected. + +I + +Tangle / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Tangle / lexer: OCaml frontend and REPL implementation sources were inspected. + +I + +Tangle / parser: OCaml frontend and REPL implementation sources were inspected. + +I + +Tangle / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Tangle / repl: OCaml frontend and REPL implementation sources were inspected. + +I + +Tangle / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Tangle / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Tangle / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Tangle / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / proof: Lean core checked: progress, preservation, determinism, safety, and inference equivalence. This is the model, not a compiler refinement proof. + +P + +Tangle / closure: An end-to-end refinement from the OCaml implementation to the checked Lean core was not established. + +? + +Tangle / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený +Oblíbený / syntax: Reversible core syntax/semantics reviewed; whole-toolchain 100% completion claims were unsupported. + +D + +Oblíbený / semantics: Reversible core syntax/semantics reviewed; whole-toolchain 100% completion claims were unsupported. + +D + +Oblíbený / types: Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established. + +! + +Oblíbený / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / ast: OCaml core implementation inspected; 27 conformance cases passed for the tested slice. + +I + +Oblíbený / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / lexer: OCaml core implementation inspected; 27 conformance cases passed for the tested slice. + +I + +Oblíbený / parser: OCaml core implementation inspected; 27 conformance cases passed for the tested slice. + +I + +Oblíbený / ir: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / editor: Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established. + +! + +Oblíbený / interpreter: OCaml core implementation inspected; 27 conformance cases passed for the tested slice. + +I + +Oblíbený / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / alib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / unit: 27 conformance cases passed; this does not certify debugger or deployment. + +T + +Oblíbený / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / closure: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / ci: CI/security configuration and actual PR checks were inspected and repaired in PR 127. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status. + +I + +Oblíbený / bench: Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established. + +! + +Oblíbený / release: Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established. + +! + +KitchenSpeak +KitchenSpeak / syntax: Cooking syntax and safety model reviewed; physical guarantees depend on sensor and environment assumptions. + +D + +KitchenSpeak / semantics: Cooking syntax and safety model reviewed; physical guarantees depend on sensor and environment assumptions. + +D + +KitchenSpeak / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / ast: Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs. + +I + +KitchenSpeak / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / lexer: Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs. + +I + +KitchenSpeak / parser: Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs. + +I + +KitchenSpeak / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / unit: 15 positive/negative conformance cases passed. + +T + +KitchenSpeak / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / proof: NoCurdle contains sensor-bound and temperature postulates; no unconditional physical-safety theorem or runtime refinement was established. + +! + +KitchenSpeak / closure: NoCurdle contains sensor-bound and temperature postulates; no unconditional physical-safety theorem or runtime refinement was established. + +! + +KitchenSpeak / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia +Eclexia / syntax: Resource-aware language implementation, compiler and CLI were reviewed. + +D + +Eclexia / semantics: Resource-aware language implementation, compiler and CLI were reviewed. + +D + +Eclexia / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Eclexia / lexer: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / parser: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Eclexia / repl: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / interpreter: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Eclexia / compiler: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / codegen: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Eclexia / abi: Oikosbot expects a JSON policy protocol and --input interface that the inspected Eclexia CLI does not implement. Resource provenance/units and runtime correspondence remain open. + +! + +Eclexia / stdlib: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Eclexia / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / unit: The two conformance test harnesses passed for this local snapshot. + +T + +Eclexia / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / closure: Oikosbot expects a JSON policy protocol and --input interface that the inspected Eclexia CLI does not implement. Resource provenance/units and runtime correspondence remain open. + +! + +Eclexia / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 +Ephapax v2 / syntax: Current Rust/Idris frontend and layered linear-region semantics reviewed; do not inherit guarantees from the failed v1. + +D + +Ephapax v2 / semantics: Current Rust/Idris frontend and layered linear-region semantics reviewed; do not inherit guarantees from the failed v1. + +D + +Ephapax v2 / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Ephapax v2 / lexer: Current parser implementation inspected; 62 unit tests and one additional parser test passed. + +I + +Ephapax v2 / parser: Current parser implementation inspected; 62 unit tests and one additional parser test passed. + +I + +Ephapax v2 / ir: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / repl: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Ephapax v2 / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Ephapax v2 / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / coproc: Zig coprocessor shim is explicitly a stub: native backend capabilities report unavailable. ABI design does not establish acceleration. + +! + +Ephapax v2 / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Ephapax v2 / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / unit: Parser slice: 62 + 1 tests passed. Not a full compiler/runtime validation. + +T + +Ephapax v2 / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / proof: Semantics_L1.v still admits preservation and a supporting lemma; higher-layer claims depend on this boundary. + +! + +Ephapax v2 / closure: Semantics_L1.v still admits preservation and a supporting lemma; higher-layer claims depend on this boundary. + +! + +Ephapax v2 / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 +AffineScript v2 / syntax: Current v2 soundness boundary reviewed. Removed v1 refinement features must not be re-advertised through bridges. + +D + +AffineScript v2 / semantics: Current v2 soundness boundary reviewed. Removed v1 refinement features must not be re-advertised through bridges. + +D + +AffineScript v2 / types: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / effects: Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout. + +! + +AffineScript v2 / ast: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +AffineScript v2 / lexer: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / parser: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / ir: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / repl: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / interpreter: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +AffineScript v2 / compiler: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +AffineScript v2 / codegen: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / coproc: Gate emits multiple GPU/coprocessor targets. Optional naga/SPIR-V checks and nonempty output checks do not establish hardware execution. + +I + +AffineScript v2 / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / alib: Affine aLib source located; a complete semantic-conformance run was not established for this atlas. + +F + +AffineScript v2 / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / unit: Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout. + +! + +AffineScript v2 / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +AffineScript v2 / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / closure: Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout. + +! + +AffineScript v2 / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core +My family / shared core / syntax: Solo, Duet and Ensemble are the three dialects. Me is a projection; the dated FRG audit is historical. + +D + +My family / shared core / semantics: Solo, Duet and Ensemble are the three dialects. Me is a projection; the dated FRG audit is historical. + +D + +My family / shared core / types: QTT checker inspected. Safe fragment is opt-in; runtime borrowing and sequential async do not establish full-language static guarantees. + +I + +My family / shared core / effects: QTT checker inspected. Safe fragment is opt-in; runtime borrowing and sequential async do not establish full-language static guarantees. + +I + +My family / shared core / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My family / shared core / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My family / shared core / repl: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My family / shared core / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My family / shared core / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My family / shared core / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My family / shared core / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / unit: 25 QTT unit tests passed for the inspected checker slice. + +T + +My family / shared core / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / proof: Core/surface proof registry and formal sources reviewed; distinguish original local unpublished work from the PR/main snapshot. + +I + +My family / shared core / closure: Whole-language Rust/model correspondence is not established by the QTT tests or by named core theorems. + +! + +My family / shared core / ci: CI/security configuration and actual PR checks were inspected and repaired in PR 182. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status. + +I + +My family / shared core / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang +Betlang / syntax: Racket implementation uses probabilistic ternary, lazy choice semantics. + +D + +Betlang / semantics: Racket implementation uses probabilistic ternary, lazy choice semantics. + +D + +Betlang / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / repl: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / interpreter: Executable Racket semantics inspected; merely loading test files was not counted as a test run. + +I + +Betlang / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / unit: Actual raco test run fails: check-true receives a membership list and invalid format directives abort tests. No all-green conformance claim. + +! + +Betlang / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / closure: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v1 lineage +JtV v1 lineage / syntax: v1 addition/control model is distinct from v2 reversible tokens. Version-specific implementation correspondence was not established. + +D + +JtV v1 lineage / semantics: v1 addition/control model is distinct from v2 reversible tokens. Version-specific implementation correspondence was not established. + +D + +JtV v1 lineage / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / lexer: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / unit: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / closure: Do not assign current jtv-core tests or coprocessor files to historical v1 without a version mapping. + +! + +JtV v1 lineage / ci: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v2 +JtV v2 / syntax: Reversible-token v2 design reviewed independently from the v1 lineage. + +D + +JtV v2 / semantics: Reversible-token v2 design reviewed independently from the v1 lineage. + +D + +JtV v2 / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / ast: Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open. + +I + +JtV v2 / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v2 / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / parser: Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open. + +I + +JtV v2 / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v2 / repl: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / interpreter: Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open. + +I + +JtV v2 / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v2 / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v2 / codegen: PataCL feature defaults off with explicit fallback. Lowering emits Zig/Idris/C artifacts, but Zig kernel bodies include unreachable placeholders. + +! + +JtV v2 / coproc: PataCL feature defaults off with explicit fallback. Lowering emits Zig/Idris/C artifacts, but Zig kernel bodies include unreachable placeholders. + +! + +JtV v2 / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v2 / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / closure: Coupling between the reversible-token formal model and runtime was not demonstrated end to end. + +! + +JtV v2 / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang +WokeLang / syntax: Consent/care design reviewed against the current Rust implementation, not just old OCaml sources. + +D + +WokeLang / semantics: Consent/care design reviewed against the current Rust implementation, not just old OCaml sources. + +D + +WokeLang / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / effects: Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path. + +! + +WokeLang / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +WokeLang / lexer: Current Rust frontend and execution implementation inspected. + +I + +WokeLang / parser: Current Rust frontend and execution implementation inspected. + +I + +WokeLang / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +WokeLang / repl: Current Rust frontend and execution implementation inspected. + +I + +WokeLang / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / interpreter: Current Rust frontend and execution implementation inspected. + +I + +WokeLang / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +WokeLang / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +WokeLang / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +WokeLang / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / alib: Basic aLib operations are implemented, but map/filter/fold/ifThenElse return RuntimeError because interpreter context is unavailable. + +! + +WokeLang / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / unit: 188 Rust library tests passed; not a static consent proof. + +T + +WokeLang / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / proof: Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path. + +! + +WokeLang / closure: Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path. + +! + +WokeLang / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis +Phronesis / syntax: Constraint/judgement language and justification-path comparison reviewed; consensus is not itself truth. + +D + +Phronesis / semantics: Constraint/judgement language and justification-path comparison reviewed; consensus is not itself truth. + +D + +Phronesis / types: Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery. + +! + +Phronesis / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / ast: Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit. + +I + +Phronesis / judgements: Real nodes, typed evidence edges and claim-to-graph construction. Invariant paths compare six justification stages, not semantic equivalence. + +I + +Phronesis / lexer: Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit. + +I + +Phronesis / parser: Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit. + +I + +Phronesis / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Phronesis / repl: Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit. + +I + +Phronesis / editor: Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit. + +I + +Phronesis / interpreter: Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit. + +I + +Phronesis / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Phronesis / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Phronesis / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Phronesis / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Phronesis / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Phronesis / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / unit: Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery. + +! + +Phronesis / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / closure: Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery. + +! + +Phronesis / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language +Oikos language / syntax: Accounting DSL source and Godley validation inspected. + +D + +Oikos language / semantics: Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering. + +! + +Oikos language / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language / ir: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / codegen: Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering. + +! + +Oikos language / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / alib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language / unit: Rust workspace tests passed for the inspected DSL snapshot. + +T + +Oikos language / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / closure: Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering. + +! + +Oikos language / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang +ErrorLang / syntax: Error-oriented language documents reviewed. The claimed 100% verification was not established by an exhaustive function/dependency audit. + +D + +ErrorLang / semantics: Error-oriented language documents reviewed. The claimed 100% verification was not established by an exhaustive function/dependency audit. + +D + +ErrorLang / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / closure: No evidence here supports whole-implementation verification; retain individual theorem and runtime boundaries. + +! + +ErrorLang / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anvomidav +Anvomidav / syntax: Figure-skating/domain validation approach reviewed; broad compiler/toolchain status remains unassessed. + +D + +Anvomidav / semantics: Figure-skating/domain validation approach reviewed; broad compiler/toolchain status remains unassessed. + +D + +Anvomidav / types: A literal ExUnit assertion is not a domain validator. The inspected seven-jump rule is stale for the relevant 2026/27 Skate Canada update. + +! + +Anvomidav / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anvomidav / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / unit: A literal ExUnit assertion is not a domain validator. The inspected seven-jump rule is stale for the relevant 2026/27 Skate Canada update. + +! + +Anvomidav / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anvomidav / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeZero / typefix-zero +TypeZero / typefix-zero / syntax: Owner-described total declarative / partial imperative and universe/lower-calculus research direction. Public implementation detail is not exported from private scope. + +D + +TypeZero / typefix-zero / semantics: Owner-described total declarative / partial imperative and universe/lower-calculus research direction. Public implementation detail is not exported from private scope. + +D + +TypeZero / typefix-zero / types: Research boundary: no checked implementation is established here; a bounded observer must distinguish unknown from proven divergence. + +! + +TypeZero / typefix-zero / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / lexer: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / unit: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / closure: Research boundary: no checked implementation is established here; a bounded observer must distinguish unknown from proven divergence. + +! + +TypeZero / typefix-zero / ci: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec +Haec / syntax: Trope/loss design reviewed; language toolchain is not established by the existing research checker. + +D + +Haec / semantics: Trope/loss design reviewed; language toolchain is not established by the existing research checker. + +D + +Haec / types: Trope-checker implementation identified and reviewed at research scope. + +I + +Haec / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / ir: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / compiler: A Haec language compiler and its soundness/refinement proof are not established in this audit. + +! + +Haec / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / closure: A Haec language compiler and its soundness/refinement proof are not established in this audit. + +! + +Haec / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Firmboot +Firmboot / syntax: Synchronic coherence and continuity across admitted updates. Native language/toolchain and arbitrary-code hot loading remain research directions. + +D + +Firmboot / semantics: Synchronic coherence and continuity across admitted updates. Native language/toolchain and arbitrary-code hot loading remain research directions. + +D + +Firmboot / types: Elixir admission/checker/model implementation and Agda/Lean contracts inspected; a reference model is not a general language runtime. + +I + +Firmboot / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Firmboot / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / lexer: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / repl: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Firmboot / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / interpreter: Elixir admission/checker/model implementation and Agda/Lean contracts inspected; a reference model is not a general language runtime. + +I + +Firmboot / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / compiler: Finite agreement witnesses do not prove arbitrary-run language/runtime refinement, physical uptime or arbitrary-code hot loading. + +! + +Firmboot / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Firmboot / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / unit: 43 Elixir tests passed in the local working tree, including its uncommitted water-leak extension. This is explicitly local evidence, not evidence for only the published baseline. + +T + +Firmboot / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / proof: Safe Agda/Lean model and real rejection/axiom-audit harnesses reviewed. Fresh proof runs were not performed for this atlas. + +I + +Firmboot / closure: Finite agreement witnesses do not prove arbitrary-run language/runtime refinement, physical uptime or arbitrary-code hot loading. + +! + +Firmboot / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Firmboot / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +007 / 007-lang +007 / 007-lang / syntax: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / semantics: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / types: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / effects: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / ast: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / judgements: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / lexer: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / parser: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / ir: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / repl: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / editor: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / interpreter: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / meta_interpreter: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / compiler: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / meta_compiler: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / codegen: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / coproc: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / abi: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / stdlib: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / alib: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / libraries: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / unit: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / fuzz: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / proof: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / closure: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / ci: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / bench: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / release: Private implementation details are deliberately not included in the public atlas. + +X + + +FACES AND FOUNDATIONS +My: Solo +My: Solo / syntax: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / semantics: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / types: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / effects: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / ast: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / lexer: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / parser: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / ir: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / repl: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / editor: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / interpreter: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / compiler: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / codegen: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / stdlib: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / unit: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / proof: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / closure: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / ci: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet +My: Duet / syntax: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / semantics: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / types: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / effects: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / ast: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / lexer: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / parser: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / ir: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / repl: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / editor: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / interpreter: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / compiler: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / codegen: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / stdlib: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / unit: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / proof: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / closure: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / ci: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble +My: Ensemble / syntax: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / semantics: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / types: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / effects: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / ast: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / lexer: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / parser: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / ir: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / repl: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / editor: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / interpreter: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / compiler: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / codegen: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / stdlib: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / unit: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / proof: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / closure: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / ci: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection +Me projection / syntax: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / semantics: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / types: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / ast: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / lexer: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / parser: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / ir: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / interpreter: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / compiler: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / unit: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / proof: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / closure: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / ci: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript +rattlescript / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / semantics: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / types: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / effects: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / interpreter: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / compiler: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / proof: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / closure: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript +jaffascript / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / semantics: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / types: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / effects: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / interpreter: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / compiler: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / proof: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / closure: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto +cafescripto / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / semantics: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / types: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / effects: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / interpreter: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / compiler: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / proof: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / closure: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript +lucidscript / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / semantics: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / types: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / effects: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / interpreter: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / compiler: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / proof: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / closure: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript +pseudoscript / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / semantics: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / types: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / effects: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / interpreter: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / compiler: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / proof: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / closure: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply +Panoply / syntax: Repurposed v1 lineage and new charter reviewed. + +D + +Panoply / semantics: Repurposed v1 lineage and new charter reviewed. + +D + +Panoply / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / interpreter: Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler. + +! + +Panoply / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / compiler: Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler. + +! + +Panoply / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / closure: Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler. + +! + +Panoply / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing +nextgen-typing / syntax: Typing research programme/coordinator; assess the linked kernels separately. + +D + +nextgen-typing / semantics: Typing research programme/coordinator; assess the linked kernels separately. + +D + +nextgen-typing / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / lexer: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / parser: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / repl: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / interpreter: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / compiler: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / meta_compiler: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / stdlib: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria +Kategoria / syntax: Five research routes; alpha/Idris extension contains source while other routes are largely prose. + +D + +Kategoria / semantics: Five research routes; alpha/Idris extension contains source while other routes are largely prose. + +D + +Kategoria / types: Alpha route Idris source inspected; broad multi-route implementation not established. + +I + +Kategoria / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / proof: A separate actual Idris Refl transport control checked successfully, refuting the claim that safe equality transport itself is impossible. It is not a cubical/univalence implementation. + +P + +Kategoria / closure: The transport control does not establish soundness of all five proposed routes. + +! + +Kategoria / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL +TypeLL / syntax: Rust checker hub and Idris model reviewed; each bridge needs its own preservation contract. + +D + +TypeLL / semantics: Rust checker hub and Idris model reviewed; each bridge needs its own preservation contract. + +D + +TypeLL / types: Checker implementation inspected; finish can return success with pending proof obligations and linearity issues. + +I + +TypeLL / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / ir: Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale. + +! + +TypeLL / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / abi: Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale. + +! + +TypeLL / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / unit: Offline TypeLL core cargo tests passed. + +T + +TypeLL / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / proof: Idris Soundness model covers Bool/Int/Unit/Arrow; it does not establish all hub types and bridges. + +I + +TypeLL / closure: Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale. + +! + +TypeLL / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm +typed-wasm / syntax: Typed WebAssembly sections, producer/checker relationship and trust boundary reviewed. + +D + +typed-wasm / semantics: Typed WebAssembly sections, producer/checker relationship and trust boundary reviewed. + +D + +typed-wasm / types: Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section. + +I + +typed-wasm / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typed-wasm / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / ir: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typed-wasm / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typed-wasm / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typed-wasm / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typed-wasm / compiler: Actual workspace cargo resolution failed: codegen requests nonexistent verifier feature unstable-l13-imports. Tests never started; no false test-failure inference. + +! + +typed-wasm / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / codegen: Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section. + +I + +typed-wasm / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typed-wasm / abi: Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section. + +I + +typed-wasm / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / alib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / unit: Actual workspace cargo resolution failed: codegen requests nonexistent verifier feature unstable-l13-imports. Tests never started; no false test-failure inference. + +! + +typed-wasm / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / proof: SourceAccepts and VerifierAccepts use the same FunctionsAccepted witness in the Idris fixture model. That is not a refinement proof of the Rust byte parser. + +! + +typed-wasm / closure: SourceAccepts and VerifierAccepts use the same FunctionsAccepted witness in the Idris fixture model. That is not a refinement proof of the Rust byte parser. + +! + +typed-wasm / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET +SystemET / syntax: L0 runtime, L1 total conversion, L2 grades, L3 guarded recursion, L4 effects/TEA; obligations must remain layer-specific. + +D + +SystemET / semantics: L0 runtime, L1 total conversion, L2 grades, L3 guarded recursion, L4 effects/TEA; obligations must remain layer-specific. + +D + +SystemET / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / closure: No single end-to-end theorem across all five layers was established in this audit. + +? + +SystemET / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype +Anytype / syntax: Typed kernel and its relation to SystemET/AffineScript reviewed. + +D + +Anytype / semantics: Typed kernel and its relation to SystemET/AffineScript reviewed. + +D + +Anytype / types: Idris executable kernel inspected, including affine weakening and linear rejection. + +I + +Anytype / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / compiler: Justfile completion messages/TODO recipes are not a kernel build or compiler implementation. + +! + +Anytype / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / unit: 19 matrix cases passed, including affine weakening and rejection of invalid linear use. + +T + +Anytype / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib +Aggregate library / aLib / syntax: Common semantic operations with per-language bindings; each binding needs operation/domain-specific conformance. + +D + +Aggregate library / aLib / semantics: Common semantic operations with per-language bindings; each binding needs operation/domain-specific conformance. + +D + +Aggregate library / aLib / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / lexer: Library role; host-language frontend/runtime must be assessed in its own row. + +H + +Aggregate library / aLib / parser: Library role; host-language frontend/runtime must be assessed in its own row. + +H + +Aggregate library / aLib / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / interpreter: Library role; host-language frontend/runtime must be assessed in its own row. + +H + +Aggregate library / aLib / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / compiler: Library role; host-language frontend/runtime must be assessed in its own row. + +H + +Aggregate library / aLib / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib / alib: Aggregate design and bindings reviewed. stdlib-merger implementation files are located; a full merger/conformance run is not established. + +I + +Aggregate library / aLib / libraries: Aggregate design and bindings reviewed. stdlib-merger implementation files are located; a full merger/conformance run is not established. + +I + +Aggregate library / aLib / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / closure: An operation name shared by languages does not prove matching evaluation order, numerical domain, errors or effects. + +! + +Aggregate library / aLib / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types +Echo types / syntax: Residue, information retention and modality foundation referenced by My/Firmboot; model scope matters. + +D + +Echo types / semantics: Residue, information retention and modality foundation referenced by My/Firmboot; model scope matters. + +D + +Echo types / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / unit: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / closure: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Cut calculus +Cut calculus / syntax: Finite/conditional research constructions reviewed; no universal transfinite guarantee established. + +D + +Cut calculus / semantics: Finite/conditional research constructions reviewed; no universal transfinite guarantee established. + +D + +Cut calculus / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Cut calculus / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / unit: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Cut calculus / closure: Preserve the stated finite/model assumptions when relating this work to language guarantees. + +! + +Cut calculus / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Cut calculus / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite +Bunsenite / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / semantics: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / lexer: Nickel-hosted bindings role. Do not count a second independent language toolchain. + +H + +Bunsenite / parser: Nickel-hosted bindings role. Do not count a second independent language toolchain. + +H + +Bunsenite / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / interpreter: Nickel-hosted bindings role. Do not count a second independent language toolchain. + +H + +Bunsenite / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / compiler: Nickel-hosted bindings role. Do not count a second independent language toolchain. + +H + +Bunsenite / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / stdlib: Nickel-hosted bindings role. Do not count a second independent language toolchain. + +H + +Bunsenite / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikosbot +Oikosbot / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / semantics: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikosbot / ast: Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row. + +H + +Oikosbot / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / lexer: Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row. + +H + +Oikosbot / parser: Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row. + +H + +Oikosbot / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / interpreter: Adapter now rejects malformed/non-boolean output and unavailable native execution. The real Eclexia JSON policy protocol remains unwired. + +! + +Oikosbot / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / compiler: Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row. + +H + +Oikosbot / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / abi: Adapter now rejects malformed/non-boolean output and unavailable native execution. The real Eclexia JSON policy protocol remains unwired. + +! + +Oikosbot / stdlib: Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row. + +H + +Oikosbot / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikosbot / unit: Workspace tests and 9 all-features adapter tests pass, including invalid-output rejection and no invented cost measurements. + +T + +Oikosbot / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikosbot / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / ci: CI/security configuration and actual PR checks were inspected and repaired in PR 86. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status. + +I + +Oikosbot / bench: Adapter no longer invents resource costs; measured resource accounting remains an integration obligation. + +! + +Oikosbot / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + + +AUGMENTATION TOOLS +affinescriptiser +affinescriptiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +affinescriptiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +affinescriptiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +affinescriptiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser +alloyiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +alloyiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +alloyiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +alloyiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser +anvomidaviser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +anvomidaviser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +anvomidaviser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +anvomidaviser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser +atsiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / interpreter: run() checks the generated binary and delegates execution; not freshly tested with ATS. + +I + +atsiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / compiler: build() invokes/delegates a compiler and checks errors. Target compiler execution was not tested in this audit. + +I + +atsiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +atsiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser +betlangiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +betlangiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +betlangiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +betlangiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser +bqniser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +bqniser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +bqniser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +bqniser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser +chapeliser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / interpreter: PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification. + +T + +chapeliser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / compiler: PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification. + +T + +chapeliser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +chapeliser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / abi: Generated wrapper/ABI/proof files do not establish end-to-end host/target refinement. + +! + +chapeliser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser / unit: PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification. + +T + +chapeliser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser / closure: Generated wrapper/ABI/proof files do not establish end-to-end host/target refinement. + +! + +chapeliser / ci: CI/security configuration and actual PR checks were inspected and repaired in PR 71. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status. + +I + +chapeliser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser +dafniser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +dafniser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +dafniser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +dafniser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser +eclexiaiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +eclexiaiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +eclexiaiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +eclexiaiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser +ephapaxiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +ephapaxiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +ephapaxiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +ephapaxiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser +futharkiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +futharkiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +futharkiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +futharkiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser +halideiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / interpreter: PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs. + +T + +halideiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / compiler: PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs. + +T + +halideiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +halideiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / abi: Actual Julia structural ABI/FFI gate ran: export-name correspondence is distinct from semantic ABI safety. + +I + +halideiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser / unit: PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs. + +T + +halideiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / ci: CI/security configuration and actual PR checks were inspected and repaired in PR 64. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status. + +I + +halideiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser +idrisiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / interpreter: Generated binary launch and nonzero-status handling inspected; no fresh Idris wrapper execution. + +I + +idrisiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / compiler: Build passes generated/idrisiser/build.sh while setting cwd to generated/idrisiser: duplicated relative path, analogous to the repaired Chapeliser bug. Compiler probe only checks spawn errors. + +! + +idrisiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +idrisiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser +iseriser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser +julianiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +julianiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +julianiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +julianiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser +k9iser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / interpreter: run() prints deployment instructions; no workload execution. + +! + +k9iser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / compiler: build() validates contracts but skips missing config files even in strict mode; all_passed can remain true. It is not a target compiler. + +! + +k9iser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +k9iser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser +lustreiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +lustreiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +lustreiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +lustreiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser +mylangiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +mylangiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +mylangiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +mylangiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser +nimiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / interpreter: run() attempts to execute lib<name>.so directly; shared-library launch contract requires a real loader/harness test. + +! + +nimiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / compiler: build() invokes/delegates a compiler and checks errors. Target compiler execution was not tested in this audit. + +I + +nimiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +nimiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser +oblibeniser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +oblibeniser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +oblibeniser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +oblibeniser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser +otpiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +otpiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +otpiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +otpiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser +phronesiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / interpreter: Run evaluates declared agent capabilities and renders an audit trail; interactive REPL remains a future step. + +I + +phronesiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / compiler: Build constructs a constraint engine as validation; not native compilation. + +I + +phronesiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +phronesiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser +ponyiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +ponyiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +ponyiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +ponyiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser +tlaiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +tlaiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +tlaiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +tlaiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser +typedqliser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / closure: Database-language augmentation boundary only; detailed database-language work is being audited separately. + +? + +typedqliser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser +verisimiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / closure: Database-language augmentation boundary only; detailed database-language work is being audited separately. + +? + +verisimiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser +wokelangiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / interpreter: Run invokes source consent/accessibility/i18n analysis and renders a report. This does not prove compliance. + +I + +wokelangiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +wokelangiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +wokelangiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +67 rows × 28 component questions. Symbols describe evidence, not maturity scores or completeness percentages. +F and ? preserve uncertainty. Historical versions, dirty local work and generated target code do not inherit guarantees. +Open atlas.html for per-cell evidence; atlas.svg for lossless zoom; atlas.csv / atlas.json for reuse. +Source horizon and detailed failures: 2026-09-07-language-portfolio.md and 2026-09-07-checkout-horizon.md. + diff --git a/docs/audits/toolchain-atlas/augmentations.png b/docs/audits/toolchain-atlas/augmentations.png new file mode 100644 index 0000000..f1ac94c Binary files /dev/null and b/docs/audits/toolchain-atlas/augmentations.png differ diff --git a/docs/audits/toolchain-atlas/augmentations.svg b/docs/audits/toolchain-atlas/augmentations.svg new file mode 100644 index 0000000..009687f --- /dev/null +++ b/docs/audits/toolchain-atlas/augmentations.svg @@ -0,0 +1,3125 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 + +Augmentation tools +HYPERPOLYMATH / TOOLCHAIN EVIDENCE ATLAS / 07 SEPTEMBER 2026 +Local + selected published evidence. A tested slice is not a whole-language safety certificate. + +T +tested + +P +proof checked + +I +code inspected + +D +design + +! +partial / blocked + +F +file only + +? +not assessed +R = related canonical core H = host / different role X = private | Every cell has notes and source navigation in atlas.html + +LANGUAGE + +FRONTEND + +EXECUTION + +INTEGRATION + +ASSURANCE + +DELIVERY +Syntax +Semantics +Type checker +Ownership / effects +AST +Judgement graph +Lexer +Parser +Elaboration / IR +REPL +LSP / debugger +Interpreter / runner +Meta-interpreter +Compiler / build +Meta-compiler +Code generators +Coprocessor / GPU +FFI / ABI / verifier +Standard library +Aggregate library +Other libraries +Unit / conformance tests +Property tests / fuzzing +Formal model / proofs +Proof correspondence +CI / security gates +Measurement / bench +Release / packaging + +AUGMENTATION TOOLS +affinescriptiser +affinescriptiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +affinescriptiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +affinescriptiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +affinescriptiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +affinescriptiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +affinescriptiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +affinescriptiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser +alloyiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +alloyiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +alloyiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +alloyiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +alloyiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +alloyiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +alloyiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser +anvomidaviser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +anvomidaviser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +anvomidaviser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +anvomidaviser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +anvomidaviser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +anvomidaviser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +anvomidaviser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser +atsiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / interpreter: run() checks the generated binary and delegates execution; not freshly tested with ATS. + +I + +atsiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / compiler: build() invokes/delegates a compiler and checks errors. Target compiler execution was not tested in this audit. + +I + +atsiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +atsiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +atsiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +atsiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +atsiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser +betlangiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +betlangiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +betlangiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +betlangiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +betlangiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +betlangiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +betlangiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser +bqniser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +bqniser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +bqniser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +bqniser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +bqniser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +bqniser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +bqniser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser +chapeliser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / interpreter: PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification. + +T + +chapeliser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / compiler: PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification. + +T + +chapeliser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +chapeliser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / abi: Generated wrapper/ABI/proof files do not establish end-to-end host/target refinement. + +! + +chapeliser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +chapeliser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +chapeliser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser / unit: PR 71 repairs cwd and compiler-probe failures. Regression tests cover independent failed chpl/zig probes and real build-shell exit handling; not full Chapel/Zig target certification. + +T + +chapeliser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser / closure: Generated wrapper/ABI/proof files do not establish end-to-end host/target refinement. + +! + +chapeliser / ci: CI/security configuration and actual PR checks were inspected and repaired in PR 71. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status. + +I + +chapeliser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +chapeliser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser +dafniser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +dafniser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +dafniser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +dafniser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +dafniser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +dafniser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +dafniser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser +eclexiaiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +eclexiaiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +eclexiaiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +eclexiaiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +eclexiaiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +eclexiaiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +eclexiaiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser +ephapaxiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +ephapaxiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +ephapaxiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +ephapaxiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ephapaxiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ephapaxiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ephapaxiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser +futharkiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +futharkiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +futharkiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +futharkiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +futharkiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +futharkiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +futharkiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser +halideiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / interpreter: PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs. + +T + +halideiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / compiler: PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs. + +T + +halideiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +halideiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / abi: Actual Julia structural ABI/FFI gate ran: export-name correspondence is distinct from semantic ABI safety. + +I + +halideiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +halideiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser / unit: PR 64 replaces stubs with real CMake/build/run and tests host-C success/failure, arguments, Release, and Ninja Multi-Config separation. These are runner tests, not Halide kernel proofs. + +T + +halideiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +halideiser / ci: CI/security configuration and actual PR checks were inspected and repaired in PR 64. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status. + +I + +halideiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +halideiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser +idrisiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / interpreter: Generated binary launch and nonzero-status handling inspected; no fresh Idris wrapper execution. + +I + +idrisiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / compiler: Build passes generated/idrisiser/build.sh while setting cwd to generated/idrisiser: duplicated relative path, analogous to the repaired Chapeliser bug. Compiler probe only checks spawn errors. + +! + +idrisiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +idrisiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +idrisiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +idrisiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +idrisiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser +iseriser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +iseriser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +iseriser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +iseriser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser +julianiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +julianiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +julianiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +julianiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +julianiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +julianiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +julianiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser +k9iser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / interpreter: run() prints deployment instructions; no workload execution. + +! + +k9iser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / compiler: build() validates contracts but skips missing config files even in strict mode; all_passed can remain true. It is not a target compiler. + +! + +k9iser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +k9iser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +k9iser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +k9iser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +k9iser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser +lustreiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +lustreiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +lustreiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +lustreiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +lustreiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lustreiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lustreiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser +mylangiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +mylangiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +mylangiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +mylangiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +mylangiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +mylangiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +mylangiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser +nimiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / interpreter: run() attempts to execute lib<name>.so directly; shared-library launch contract requires a real loader/harness test. + +! + +nimiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / compiler: build() invokes/delegates a compiler and checks errors. Target compiler execution was not tested in this audit. + +I + +nimiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +nimiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +nimiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nimiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nimiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser +oblibeniser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +oblibeniser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +oblibeniser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +oblibeniser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +oblibeniser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +oblibeniser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +oblibeniser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser +otpiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +otpiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +otpiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +otpiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +otpiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +otpiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +otpiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser +phronesiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / interpreter: Run evaluates declared agent capabilities and renders an audit trail; interactive REPL remains a future step. + +I + +phronesiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / compiler: Build constructs a constraint engine as validation; not native compilation. + +I + +phronesiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +phronesiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +phronesiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +phronesiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +phronesiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser +ponyiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +ponyiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +ponyiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +ponyiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +ponyiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ponyiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ponyiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser +tlaiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / interpreter: Reviewed run() prints instructions/configuration and returns success; it does not execute the target workload. + +! + +tlaiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +tlaiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +tlaiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +tlaiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +tlaiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +tlaiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser +typedqliser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +typedqliser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typedqliser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / closure: Database-language augmentation boundary only; detailed database-language work is being audited separately. + +? + +typedqliser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typedqliser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser +verisimiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +verisimiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / closure: Database-language augmentation boundary only; detailed database-language work is being audited separately. + +? + +verisimiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +verisimiser / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +verisimiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser +wokelangiser / syntax: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / semantics: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / types: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / ast: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / lexer: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / parser: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / interpreter: Run invokes source consent/accessibility/i18n analysis and renders a report. This does not prove compliance. + +I + +wokelangiser / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / compiler: Reviewed build() prints a plan/status or validates input, then returns success; it does not invoke the target compiler. + +! + +wokelangiser / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / codegen: src/codegen/mod.rs orchestration inspected. It writes/delegates generated artifacts; per-target semantic validity and full generator coverage were not established. + +I + +wokelangiser / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / stdlib: This column refers to the native host language. A manifest/input parser in the augmenter is not that language’s compiler or type checker. + +H + +wokelangiser / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +wokelangiser / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +wokelangiser / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +27 rows × 28 component questions. Symbols describe evidence, not maturity scores or completeness percentages. +F and ? preserve uncertainty. Historical versions, dirty local work and generated target code do not inherit guarantees. +Open atlas.html for per-cell evidence; atlas.svg for lossless zoom; atlas.csv / atlas.json for reuse. +Source horizon and detailed failures: 2026-09-07-language-portfolio.md and 2026-09-07-checkout-horizon.md. + diff --git a/docs/audits/toolchain-atlas/foundations.png b/docs/audits/toolchain-atlas/foundations.png new file mode 100644 index 0000000..cc5c4b6 Binary files /dev/null and b/docs/audits/toolchain-atlas/foundations.png differ diff --git a/docs/audits/toolchain-atlas/foundations.svg b/docs/audits/toolchain-atlas/foundations.svg new file mode 100644 index 0000000..6cdfd5a --- /dev/null +++ b/docs/audits/toolchain-atlas/foundations.svg @@ -0,0 +1,2447 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 + +Faces and foundations +HYPERPOLYMATH / TOOLCHAIN EVIDENCE ATLAS / 07 SEPTEMBER 2026 +Local + selected published evidence. A tested slice is not a whole-language safety certificate. + +T +tested + +P +proof checked + +I +code inspected + +D +design + +! +partial / blocked + +F +file only + +? +not assessed +R = related canonical core H = host / different role X = private | Every cell has notes and source navigation in atlas.html + +LANGUAGE + +FRONTEND + +EXECUTION + +INTEGRATION + +ASSURANCE + +DELIVERY +Syntax +Semantics +Type checker +Ownership / effects +AST +Judgement graph +Lexer +Parser +Elaboration / IR +REPL +LSP / debugger +Interpreter / runner +Meta-interpreter +Compiler / build +Meta-compiler +Code generators +Coprocessor / GPU +FFI / ABI / verifier +Standard library +Aggregate library +Other libraries +Unit / conformance tests +Property tests / fuzzing +Formal model / proofs +Proof correspondence +CI / security gates +Measurement / bench +Release / packaging + +FACES AND FOUNDATIONS +My: Solo +My: Solo / syntax: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / semantics: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / types: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / effects: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / ast: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / lexer: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / parser: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / ir: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / repl: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / editor: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / interpreter: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / compiler: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / codegen: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / stdlib: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / unit: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / proof: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / closure: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Solo / ci: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Solo / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet +My: Duet / syntax: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / semantics: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / types: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / effects: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / ast: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / lexer: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / parser: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / ir: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / repl: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / editor: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / interpreter: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / compiler: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / codegen: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / stdlib: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / unit: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / proof: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / closure: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Duet / ci: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Duet / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble +My: Ensemble / syntax: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / semantics: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / types: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / effects: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / ast: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / lexer: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / parser: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / ir: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / repl: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / editor: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / interpreter: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / compiler: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / codegen: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / stdlib: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / unit: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / proof: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / closure: Refer to My family/shared core and the dialect-specific proof registry. The 25 QTT tests are shared-core evidence, not three independent dialect certifications. + +R + +My: Ensemble / ci: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My: Ensemble / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection +Me projection / syntax: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / semantics: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / types: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / ast: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / lexer: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / parser: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / ir: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / interpreter: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / compiler: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / unit: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / proof: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / closure: Projection into the My family. Surface-to-core preservation must be tied to the specific local/published proof snapshot. + +R + +Me projection / ci: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Me projection / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript +rattlescript / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / semantics: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / types: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / effects: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / interpreter: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / compiler: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +rattlescript / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / proof: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / closure: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +rattlescript / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +rattlescript / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript +jaffascript / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / semantics: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / types: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / effects: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / interpreter: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / compiler: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +jaffascript / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / proof: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / closure: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +jaffascript / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +jaffascript / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto +cafescripto / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / semantics: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / types: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / effects: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / interpreter: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / compiler: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +cafescripto / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / proof: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / closure: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +cafescripto / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +cafescripto / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript +lucidscript / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / semantics: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / types: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / effects: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / interpreter: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / compiler: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +lucidscript / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / proof: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / closure: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +lucidscript / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +lucidscript / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript +pseudoscript / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / semantics: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / types: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / effects: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / interpreter: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / compiler: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +pseudoscript / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / proof: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / closure: Canonical AffineScript v2 is the semantic reference; this face does not inherit v1 refinement features or a separately checked compiler proof. + +R + +pseudoscript / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +pseudoscript / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply +Panoply / syntax: Repurposed v1 lineage and new charter reviewed. + +D + +Panoply / semantics: Repurposed v1 lineage and new charter reviewed. + +D + +Panoply / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / interpreter: Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler. + +! + +Panoply / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / compiler: Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler. + +! + +Panoply / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Panoply / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / closure: Current charter leaves the new toolchain unimplemented; inherited repository history is not a working Panoply compiler. + +! + +Panoply / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Panoply / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing +nextgen-typing / syntax: Typing research programme/coordinator; assess the linked kernels separately. + +D + +nextgen-typing / semantics: Typing research programme/coordinator; assess the linked kernels separately. + +D + +nextgen-typing / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / lexer: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / parser: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / repl: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / interpreter: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / compiler: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / meta_compiler: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / stdlib: Coordinator role. Native execution components belong to the referenced languages/kernels. + +H + +nextgen-typing / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +nextgen-typing / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +nextgen-typing / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria +Kategoria / syntax: Five research routes; alpha/Idris extension contains source while other routes are largely prose. + +D + +Kategoria / semantics: Five research routes; alpha/Idris extension contains source while other routes are largely prose. + +D + +Kategoria / types: Alpha route Idris source inspected; broad multi-route implementation not established. + +I + +Kategoria / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Kategoria / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / proof: A separate actual Idris Refl transport control checked successfully, refuting the claim that safe equality transport itself is impossible. It is not a cubical/univalence implementation. + +P + +Kategoria / closure: The transport control does not establish soundness of all five proposed routes. + +! + +Kategoria / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Kategoria / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL +TypeLL / syntax: Rust checker hub and Idris model reviewed; each bridge needs its own preservation contract. + +D + +TypeLL / semantics: Rust checker hub and Idris model reviewed; each bridge needs its own preservation contract. + +D + +TypeLL / types: Checker implementation inspected; finish can return success with pending proof obligations and linearity issues. + +I + +TypeLL / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / ir: Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale. + +! + +TypeLL / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / abi: Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale. + +! + +TypeLL / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeLL / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / unit: Offline TypeLL core cargo tests passed. + +T + +TypeLL / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / proof: Idris Soundness model covers Bool/Int/Unit/Arrow; it does not establish all hub types and bridges. + +I + +TypeLL / closure: Bridge drops record/variant labels, indexed-Nat expressions and dependent-arrow effects; external proof discharge is TODO. Affine v1 refinement assumptions are stale. + +! + +TypeLL / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeLL / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm +typed-wasm / syntax: Typed WebAssembly sections, producer/checker relationship and trust boundary reviewed. + +D + +typed-wasm / semantics: Typed WebAssembly sections, producer/checker relationship and trust boundary reviewed. + +D + +typed-wasm / types: Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section. + +I + +typed-wasm / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typed-wasm / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / ir: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typed-wasm / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typed-wasm / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typed-wasm / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typed-wasm / compiler: Actual workspace cargo resolution failed: codegen requests nonexistent verifier feature unstable-l13-imports. Tests never started; no false test-failure inference. + +! + +typed-wasm / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / codegen: Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section. + +I + +typed-wasm / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +typed-wasm / abi: Rust verifier and producer code inspected; compatibility accepts a binary without an ownership section. + +I + +typed-wasm / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / alib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / unit: Actual workspace cargo resolution failed: codegen requests nonexistent verifier feature unstable-l13-imports. Tests never started; no false test-failure inference. + +! + +typed-wasm / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / proof: SourceAccepts and VerifierAccepts use the same FunctionsAccepted witness in the Idris fixture model. That is not a refinement proof of the Rust byte parser. + +! + +typed-wasm / closure: SourceAccepts and VerifierAccepts use the same FunctionsAccepted witness in the Idris fixture model. That is not a refinement proof of the Rust byte parser. + +! + +typed-wasm / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +typed-wasm / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET +SystemET / syntax: L0 runtime, L1 total conversion, L2 grades, L3 guarded recursion, L4 effects/TEA; obligations must remain layer-specific. + +D + +SystemET / semantics: L0 runtime, L1 total conversion, L2 grades, L3 guarded recursion, L4 effects/TEA; obligations must remain layer-specific. + +D + +SystemET / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +SystemET / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / closure: No single end-to-end theorem across all five layers was established in this audit. + +? + +SystemET / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +SystemET / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype +Anytype / syntax: Typed kernel and its relation to SystemET/AffineScript reviewed. + +D + +Anytype / semantics: Typed kernel and its relation to SystemET/AffineScript reviewed. + +D + +Anytype / types: Idris executable kernel inspected, including affine weakening and linear rejection. + +I + +Anytype / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / compiler: Justfile completion messages/TODO recipes are not a kernel build or compiler implementation. + +! + +Anytype / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / unit: 19 matrix cases passed, including affine weakening and rejection of invalid linear use. + +T + +Anytype / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anytype / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anytype / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib +Aggregate library / aLib / syntax: Common semantic operations with per-language bindings; each binding needs operation/domain-specific conformance. + +D + +Aggregate library / aLib / semantics: Common semantic operations with per-language bindings; each binding needs operation/domain-specific conformance. + +D + +Aggregate library / aLib / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / lexer: Library role; host-language frontend/runtime must be assessed in its own row. + +H + +Aggregate library / aLib / parser: Library role; host-language frontend/runtime must be assessed in its own row. + +H + +Aggregate library / aLib / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / interpreter: Library role; host-language frontend/runtime must be assessed in its own row. + +H + +Aggregate library / aLib / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / compiler: Library role; host-language frontend/runtime must be assessed in its own row. + +H + +Aggregate library / aLib / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib / alib: Aggregate design and bindings reviewed. stdlib-merger implementation files are located; a full merger/conformance run is not established. + +I + +Aggregate library / aLib / libraries: Aggregate design and bindings reviewed. stdlib-merger implementation files are located; a full merger/conformance run is not established. + +I + +Aggregate library / aLib / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / closure: An operation name shared by languages does not prove matching evaluation order, numerical domain, errors or effects. + +! + +Aggregate library / aLib / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Aggregate library / aLib / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Aggregate library / aLib / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types +Echo types / syntax: Residue, information retention and modality foundation referenced by My/Firmboot; model scope matters. + +D + +Echo types / semantics: Residue, information retention and modality foundation referenced by My/Firmboot; model scope matters. + +D + +Echo types / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / unit: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / closure: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Echo types / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Echo types / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Cut calculus +Cut calculus / syntax: Finite/conditional research constructions reviewed; no universal transfinite guarantee established. + +D + +Cut calculus / semantics: Finite/conditional research constructions reviewed; no universal transfinite guarantee established. + +D + +Cut calculus / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Cut calculus / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / unit: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Cut calculus / closure: Preserve the stated finite/model assumptions when relating this work to language guarantees. + +! + +Cut calculus / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Cut calculus / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Cut calculus / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite +Bunsenite / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / semantics: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / lexer: Nickel-hosted bindings role. Do not count a second independent language toolchain. + +H + +Bunsenite / parser: Nickel-hosted bindings role. Do not count a second independent language toolchain. + +H + +Bunsenite / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / interpreter: Nickel-hosted bindings role. Do not count a second independent language toolchain. + +H + +Bunsenite / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / compiler: Nickel-hosted bindings role. Do not count a second independent language toolchain. + +H + +Bunsenite / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / stdlib: Nickel-hosted bindings role. Do not count a second independent language toolchain. + +H + +Bunsenite / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Bunsenite / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Bunsenite / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikosbot +Oikosbot / syntax: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / semantics: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikosbot / ast: Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row. + +H + +Oikosbot / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / lexer: Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row. + +H + +Oikosbot / parser: Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row. + +H + +Oikosbot / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / interpreter: Adapter now rejects malformed/non-boolean output and unavailable native execution. The real Eclexia JSON policy protocol remains unwired. + +! + +Oikosbot / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / compiler: Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row. + +H + +Oikosbot / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / abi: Adapter now rejects malformed/non-boolean output and unavailable native execution. The real Eclexia JSON policy protocol remains unwired. + +! + +Oikosbot / stdlib: Bot consumer role; Eclexia frontend/compiler belongs in the Eclexia row. + +H + +Oikosbot / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikosbot / unit: Workspace tests and 9 all-features adapter tests pass, including invalid-output rejection and no invented cost measurements. + +T + +Oikosbot / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikosbot / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikosbot / ci: CI/security configuration and actual PR checks were inspected and repaired in PR 86. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status. + +I + +Oikosbot / bench: Adapter no longer invents resource costs; measured resource accounting remains an integration obligation. + +! + +Oikosbot / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +21 rows × 28 component questions. Symbols describe evidence, not maturity scores or completeness percentages. +F and ? preserve uncertainty. Historical versions, dirty local work and generated target code do not inherit guarantees. +Open atlas.html for per-cell evidence; atlas.svg for lossless zoom; atlas.csv / atlas.json for reuse. +Source horizon and detailed failures: 2026-09-07-language-portfolio.md and 2026-09-07-checkout-horizon.md. + diff --git a/docs/audits/toolchain-atlas/languages.png b/docs/audits/toolchain-atlas/languages.png new file mode 100644 index 0000000..dd9033c Binary files /dev/null and b/docs/audits/toolchain-atlas/languages.png differ diff --git a/docs/audits/toolchain-atlas/languages.svg b/docs/audits/toolchain-atlas/languages.svg new file mode 100644 index 0000000..add145d --- /dev/null +++ b/docs/audits/toolchain-atlas/languages.svg @@ -0,0 +1,2221 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 + +Languages and research +HYPERPOLYMATH / TOOLCHAIN EVIDENCE ATLAS / 07 SEPTEMBER 2026 +Local + selected published evidence. A tested slice is not a whole-language safety certificate. + +T +tested + +P +proof checked + +I +code inspected + +D +design + +! +partial / blocked + +F +file only + +? +not assessed +R = related canonical core H = host / different role X = private | Every cell has notes and source navigation in atlas.html + +LANGUAGE + +FRONTEND + +EXECUTION + +INTEGRATION + +ASSURANCE + +DELIVERY +Syntax +Semantics +Type checker +Ownership / effects +AST +Judgement graph +Lexer +Parser +Elaboration / IR +REPL +LSP / debugger +Interpreter / runner +Meta-interpreter +Compiler / build +Meta-compiler +Code generators +Coprocessor / GPU +FFI / ABI / verifier +Standard library +Aggregate library +Other libraries +Unit / conformance tests +Property tests / fuzzing +Formal model / proofs +Proof correspondence +CI / security gates +Measurement / bench +Release / packaging + +LANGUAGES AND RESEARCH +Tangle +Tangle / syntax: Security-labelled syntax and formal core were reviewed; this is not the catalogue’s former KRL conflation. + +D + +Tangle / semantics: Security-labelled syntax and formal core were reviewed; this is not the catalogue’s former KRL conflation. + +D + +Tangle / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Tangle / ast: OCaml frontend and REPL implementation sources were inspected. + +I + +Tangle / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Tangle / lexer: OCaml frontend and REPL implementation sources were inspected. + +I + +Tangle / parser: OCaml frontend and REPL implementation sources were inspected. + +I + +Tangle / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Tangle / repl: OCaml frontend and REPL implementation sources were inspected. + +I + +Tangle / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Tangle / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Tangle / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Tangle / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / proof: Lean core checked: progress, preservation, determinism, safety, and inference equivalence. This is the model, not a compiler refinement proof. + +P + +Tangle / closure: An end-to-end refinement from the OCaml implementation to the checked Lean core was not established. + +? + +Tangle / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Tangle / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený +Oblíbený / syntax: Reversible core syntax/semantics reviewed; whole-toolchain 100% completion claims were unsupported. + +D + +Oblíbený / semantics: Reversible core syntax/semantics reviewed; whole-toolchain 100% completion claims were unsupported. + +D + +Oblíbený / types: Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established. + +! + +Oblíbený / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / ast: OCaml core implementation inspected; 27 conformance cases passed for the tested slice. + +I + +Oblíbený / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / lexer: OCaml core implementation inspected; 27 conformance cases passed for the tested slice. + +I + +Oblíbený / parser: OCaml core implementation inspected; 27 conformance cases passed for the tested slice. + +I + +Oblíbený / ir: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / editor: Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established. + +! + +Oblíbený / interpreter: OCaml core implementation inspected; 27 conformance cases passed for the tested slice. + +I + +Oblíbený / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / alib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / unit: 27 conformance cases passed; this does not certify debugger or deployment. + +T + +Oblíbený / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oblíbený / closure: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oblíbený / ci: CI/security configuration and actual PR checks were inspected and repaired in PR 127. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status. + +I + +Oblíbený / bench: Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established. + +! + +Oblíbený / release: Static analysis has call/size gaps; debugger stepping is an index and continuation is unfinished; profiler reports zero placeholders; deployment completion not established. + +! + +KitchenSpeak +KitchenSpeak / syntax: Cooking syntax and safety model reviewed; physical guarantees depend on sensor and environment assumptions. + +D + +KitchenSpeak / semantics: Cooking syntax and safety model reviewed; physical guarantees depend on sensor and environment assumptions. + +D + +KitchenSpeak / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / ast: Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs. + +I + +KitchenSpeak / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / lexer: Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs. + +I + +KitchenSpeak / parser: Compiler frontend sources are present and the conformance corpus exercises accepted and rejected inputs. + +I + +KitchenSpeak / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +KitchenSpeak / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / unit: 15 positive/negative conformance cases passed. + +T + +KitchenSpeak / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / proof: NoCurdle contains sensor-bound and temperature postulates; no unconditional physical-safety theorem or runtime refinement was established. + +! + +KitchenSpeak / closure: NoCurdle contains sensor-bound and temperature postulates; no unconditional physical-safety theorem or runtime refinement was established. + +! + +KitchenSpeak / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +KitchenSpeak / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia +Eclexia / syntax: Resource-aware language implementation, compiler and CLI were reviewed. + +D + +Eclexia / semantics: Resource-aware language implementation, compiler and CLI were reviewed. + +D + +Eclexia / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Eclexia / lexer: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / parser: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Eclexia / repl: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / interpreter: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Eclexia / compiler: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / codegen: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Eclexia / abi: Oikosbot expects a JSON policy protocol and --input interface that the inspected Eclexia CLI does not implement. Resource provenance/units and runtime correspondence remain open. + +! + +Eclexia / stdlib: Rust lexer/parser/compiler/bytecode/VM/CLI and standard-library implementation inspected. + +I + +Eclexia / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Eclexia / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / unit: The two conformance test harnesses passed for this local snapshot. + +T + +Eclexia / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / closure: Oikosbot expects a JSON policy protocol and --input interface that the inspected Eclexia CLI does not implement. Resource provenance/units and runtime correspondence remain open. + +! + +Eclexia / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Eclexia / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 +Ephapax v2 / syntax: Current Rust/Idris frontend and layered linear-region semantics reviewed; do not inherit guarantees from the failed v1. + +D + +Ephapax v2 / semantics: Current Rust/Idris frontend and layered linear-region semantics reviewed; do not inherit guarantees from the failed v1. + +D + +Ephapax v2 / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Ephapax v2 / lexer: Current parser implementation inspected; 62 unit tests and one additional parser test passed. + +I + +Ephapax v2 / parser: Current parser implementation inspected; 62 unit tests and one additional parser test passed. + +I + +Ephapax v2 / ir: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / repl: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Ephapax v2 / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Ephapax v2 / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / coproc: Zig coprocessor shim is explicitly a stub: native backend capabilities report unavailable. ABI design does not establish acceleration. + +! + +Ephapax v2 / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Ephapax v2 / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / unit: Parser slice: 62 + 1 tests passed. Not a full compiler/runtime validation. + +T + +Ephapax v2 / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / proof: Semantics_L1.v still admits preservation and a supporting lemma; higher-layer claims depend on this boundary. + +! + +Ephapax v2 / closure: Semantics_L1.v still admits preservation and a supporting lemma; higher-layer claims depend on this boundary. + +! + +Ephapax v2 / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Ephapax v2 / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 +AffineScript v2 / syntax: Current v2 soundness boundary reviewed. Removed v1 refinement features must not be re-advertised through bridges. + +D + +AffineScript v2 / semantics: Current v2 soundness boundary reviewed. Removed v1 refinement features must not be re-advertised through bridges. + +D + +AffineScript v2 / types: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / effects: Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout. + +! + +AffineScript v2 / ast: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +AffineScript v2 / lexer: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / parser: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / ir: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / repl: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / interpreter: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +AffineScript v2 / compiler: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +AffineScript v2 / codegen: OCaml implementation and current soundness report inspected; not all generated targets were executed. + +I + +AffineScript v2 / coproc: Gate emits multiple GPU/coprocessor targets. Optional naga/SPIR-V checks and nonempty output checks do not establish hardware execution. + +I + +AffineScript v2 / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / alib: Affine aLib source located; a complete semantic-conformance run was not established for this atlas. + +F + +AffineScript v2 / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / unit: Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout. + +! + +AffineScript v2 / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +AffineScript v2 / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / closure: Non-tail effect resume has a 5-versus-105 semantic discrepancy; compiled unsupported effects are rejected. Local dune run also hits missing fixtures in the dirty checkout. + +! + +AffineScript v2 / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +AffineScript v2 / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core +My family / shared core / syntax: Solo, Duet and Ensemble are the three dialects. Me is a projection; the dated FRG audit is historical. + +D + +My family / shared core / semantics: Solo, Duet and Ensemble are the three dialects. Me is a projection; the dated FRG audit is historical. + +D + +My family / shared core / types: QTT checker inspected. Safe fragment is opt-in; runtime borrowing and sequential async do not establish full-language static guarantees. + +I + +My family / shared core / effects: QTT checker inspected. Safe fragment is opt-in; runtime borrowing and sequential async do not establish full-language static guarantees. + +I + +My family / shared core / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My family / shared core / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My family / shared core / repl: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My family / shared core / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My family / shared core / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My family / shared core / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +My family / shared core / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / unit: 25 QTT unit tests passed for the inspected checker slice. + +T + +My family / shared core / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / proof: Core/surface proof registry and formal sources reviewed; distinguish original local unpublished work from the PR/main snapshot. + +I + +My family / shared core / closure: Whole-language Rust/model correspondence is not established by the QTT tests or by named core theorems. + +! + +My family / shared core / ci: CI/security configuration and actual PR checks were inspected and repaired in PR 182. Build/test/security results are separate from main branch policy and merge approval; follow the live PR for final status. + +I + +My family / shared core / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +My family / shared core / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang +Betlang / syntax: Racket implementation uses probabilistic ternary, lazy choice semantics. + +D + +Betlang / semantics: Racket implementation uses probabilistic ternary, lazy choice semantics. + +D + +Betlang / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / repl: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / interpreter: Executable Racket semantics inspected; merely loading test files was not counted as a test run. + +I + +Betlang / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Betlang / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / unit: Actual raco test run fails: check-true receives a membership list and invalid format directives abort tests. No all-green conformance claim. + +! + +Betlang / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / closure: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Betlang / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v1 lineage +JtV v1 lineage / syntax: v1 addition/control model is distinct from v2 reversible tokens. Version-specific implementation correspondence was not established. + +D + +JtV v1 lineage / semantics: v1 addition/control model is distinct from v2 reversible tokens. Version-specific implementation correspondence was not established. + +D + +JtV v1 lineage / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / lexer: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / unit: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / closure: Do not assign current jtv-core tests or coprocessor files to historical v1 without a version mapping. + +! + +JtV v1 lineage / ci: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v1 lineage / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v2 +JtV v2 / syntax: Reversible-token v2 design reviewed independently from the v1 lineage. + +D + +JtV v2 / semantics: Reversible-token v2 design reviewed independently from the v1 lineage. + +D + +JtV v2 / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / ast: Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open. + +I + +JtV v2 / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v2 / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / parser: Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open. + +I + +JtV v2 / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v2 / repl: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / interpreter: Current jtv-core AST, parser and interpreter inspected; version-to-model correspondence remains open. + +I + +JtV v2 / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v2 / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v2 / codegen: PataCL feature defaults off with explicit fallback. Lowering emits Zig/Idris/C artifacts, but Zig kernel bodies include unreachable placeholders. + +! + +JtV v2 / coproc: PataCL feature defaults off with explicit fallback. Lowering emits Zig/Idris/C artifacts, but Zig kernel bodies include unreachable placeholders. + +! + +JtV v2 / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +JtV v2 / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / closure: Coupling between the reversible-token formal model and runtime was not demonstrated end to end. + +! + +JtV v2 / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +JtV v2 / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang +WokeLang / syntax: Consent/care design reviewed against the current Rust implementation, not just old OCaml sources. + +D + +WokeLang / semantics: Consent/care design reviewed against the current Rust implementation, not just old OCaml sources. + +D + +WokeLang / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / effects: Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path. + +! + +WokeLang / ast: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +WokeLang / lexer: Current Rust frontend and execution implementation inspected. + +I + +WokeLang / parser: Current Rust frontend and execution implementation inspected. + +I + +WokeLang / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +WokeLang / repl: Current Rust frontend and execution implementation inspected. + +I + +WokeLang / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / interpreter: Current Rust frontend and execution implementation inspected. + +I + +WokeLang / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +WokeLang / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +WokeLang / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +WokeLang / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / alib: Basic aLib operations are implemented, but map/filter/fold/ifThenElse return RuntimeError because interpreter context is unavailable. + +! + +WokeLang / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / unit: 188 Rust library tests passed; not a static consent proof. + +T + +WokeLang / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / proof: Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path. + +! + +WokeLang / closure: Static consent theorem not established; disabling runtime care auto-grants consent in the inspected path. + +! + +WokeLang / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +WokeLang / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis +Phronesis / syntax: Constraint/judgement language and justification-path comparison reviewed; consensus is not itself truth. + +D + +Phronesis / semantics: Constraint/judgement language and justification-path comparison reviewed; consensus is not itself truth. + +D + +Phronesis / types: Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery. + +! + +Phronesis / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / ast: Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit. + +I + +Phronesis / judgements: Real nodes, typed evidence edges and claim-to-graph construction. Invariant paths compare six justification stages, not semantic equivalence. + +I + +Phronesis / lexer: Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit. + +I + +Phronesis / parser: Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit. + +I + +Phronesis / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Phronesis / repl: Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit. + +I + +Phronesis / editor: Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit. + +I + +Phronesis / interpreter: Elixir frontend, interpreter, tracing and debugger/REPL source inspected; full project test suite has not run in this audit. + +I + +Phronesis / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Phronesis / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Phronesis / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Phronesis / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Phronesis / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / stdlib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Phronesis / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / unit: Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery. + +! + +Phronesis / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / closure: Unknown names can receive :any; compiler/proof/benchmark claim extractors return empty lists. Dependency/toolchain failures prevented a full test run; REPORT output does not ensure delivery. + +! + +Phronesis / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Phronesis / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language +Oikos language / syntax: Accounting DSL source and Godley validation inspected. + +D + +Oikos language / semantics: Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering. + +! + +Oikos language / types: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language / ir: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / codegen: Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering. + +! + +Oikos language / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / alib: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language / unit: Rust workspace tests passed for the inspected DSL snapshot. + +T + +Oikos language / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / closure: Godley check sums signs rather than symbolic quantities; Ephapax desugaring reports NotAvailable. Do not infer validated economic identities or a working lowering. + +! + +Oikos language / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Oikos language / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Oikos language / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang +ErrorLang / syntax: Error-oriented language documents reviewed. The claimed 100% verification was not established by an exhaustive function/dependency audit. + +D + +ErrorLang / semantics: Error-oriented language documents reviewed. The claimed 100% verification was not established by an exhaustive function/dependency audit. + +D + +ErrorLang / types: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / codegen: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / closure: No evidence here supports whole-implementation verification; retain individual theorem and runtime boundaries. + +! + +ErrorLang / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +ErrorLang / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +ErrorLang / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anvomidav +Anvomidav / syntax: Figure-skating/domain validation approach reviewed; broad compiler/toolchain status remains unassessed. + +D + +Anvomidav / semantics: Figure-skating/domain validation approach reviewed; broad compiler/toolchain status remains unassessed. + +D + +Anvomidav / types: A literal ExUnit assertion is not a domain validator. The inspected seven-jump rule is stale for the relevant 2026/27 Skate Canada update. + +! + +Anvomidav / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anvomidav / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / unit: A literal ExUnit assertion is not a domain validator. The inspected seven-jump rule is stale for the relevant 2026/27 Skate Canada update. + +! + +Anvomidav / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / closure: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Anvomidav / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Anvomidav / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +TypeZero / typefix-zero +TypeZero / typefix-zero / syntax: Owner-described total declarative / partial imperative and universe/lower-calculus research direction. Public implementation detail is not exported from private scope. + +D + +TypeZero / typefix-zero / semantics: Owner-described total declarative / partial imperative and universe/lower-calculus research direction. Public implementation detail is not exported from private scope. + +D + +TypeZero / typefix-zero / types: Research boundary: no checked implementation is established here; a bounded observer must distinguish unknown from proven divergence. + +! + +TypeZero / typefix-zero / effects: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / lexer: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / abi: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / unit: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / proof: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / closure: Research boundary: no checked implementation is established here; a bounded observer must distinguish unknown from proven divergence. + +! + +TypeZero / typefix-zero / ci: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +TypeZero / typefix-zero / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec +Haec / syntax: Trope/loss design reviewed; language toolchain is not established by the existing research checker. + +D + +Haec / semantics: Trope/loss design reviewed; language toolchain is not established by the existing research checker. + +D + +Haec / types: Trope-checker implementation identified and reviewed at research scope. + +I + +Haec / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / lexer: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / parser: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / ir: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / repl: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / editor: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / interpreter: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / compiler: A Haec language compiler and its soundness/refinement proof are not established in this audit. + +! + +Haec / meta_compiler: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Haec / libraries: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / unit: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / fuzz: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / proof: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / closure: A Haec language compiler and its soundness/refinement proof are not established in this audit. + +! + +Haec / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / bench: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Haec / release: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Firmboot +Firmboot / syntax: Synchronic coherence and continuity across admitted updates. Native language/toolchain and arbitrary-code hot loading remain research directions. + +D + +Firmboot / semantics: Synchronic coherence and continuity across admitted updates. Native language/toolchain and arbitrary-code hot loading remain research directions. + +D + +Firmboot / types: Elixir admission/checker/model implementation and Agda/Lean contracts inspected; a reference model is not a general language runtime. + +I + +Firmboot / effects: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Firmboot / ast: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / judgements: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / lexer: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / parser: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / ir: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / repl: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Firmboot / editor: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / interpreter: Elixir admission/checker/model implementation and Agda/Lean contracts inspected; a reference model is not a general language runtime. + +I + +Firmboot / meta_interpreter: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / compiler: Finite agreement witnesses do not prove arbitrary-run language/runtime refinement, physical uptime or arbitrary-code hot loading. + +! + +Firmboot / meta_compiler: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / codegen: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / coproc: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / abi: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Firmboot / stdlib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / alib: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / libraries: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / unit: 43 Elixir tests passed in the local working tree, including its uncommitted water-leak extension. This is explicitly local evidence, not evidence for only the published baseline. + +T + +Firmboot / fuzz: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / proof: Safe Agda/Lean model and real rejection/axiom-audit harnesses reviewed. Fresh proof runs were not performed for this atlas. + +I + +Firmboot / closure: Finite agreement witnesses do not prove arbitrary-run language/runtime refinement, physical uptime or arbitrary-code hot loading. + +! + +Firmboot / ci: A related filename was enumerated. Its existence establishes neither implementation nor correctness. + +F + +Firmboot / bench: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +Firmboot / release: No sufficient component assessment in this audit. This is not a claim of absence. + +? + +007 / 007-lang +007 / 007-lang / syntax: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / semantics: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / types: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / effects: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / ast: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / judgements: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / lexer: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / parser: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / ir: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / repl: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / editor: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / interpreter: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / meta_interpreter: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / compiler: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / meta_compiler: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / codegen: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / coproc: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / abi: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / stdlib: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / alib: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / libraries: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / unit: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / fuzz: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / proof: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / closure: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / ci: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / bench: Private implementation details are deliberately not included in the public atlas. + +X + +007 / 007-lang / release: Private implementation details are deliberately not included in the public atlas. + +X + +19 rows × 28 component questions. Symbols describe evidence, not maturity scores or completeness percentages. +F and ? preserve uncertainty. Historical versions, dirty local work and generated target code do not inherit guarantees. +Open atlas.html for per-cell evidence; atlas.svg for lossless zoom; atlas.csv / atlas.json for reuse. +Source horizon and detailed failures: 2026-09-07-language-portfolio.md and 2026-09-07-checkout-horizon.md. + diff --git a/docs/reports/audit/audit-2026-04-04.adoc b/docs/reports/audit/audit-2026-04-04.adoc index b492d73..ffb5bab 100644 --- a/docs/reports/audit/audit-2026-04-04.adoc +++ b/docs/reports/audit/audit-2026-04-04.adoc @@ -99,7 +99,7 @@ policy) Policy enforcement (monorepo-wide): - .machine_readable/MUST.contractile — Bans believe_me, assert_total, Admitted, unsafeCoerce, Obj.magic - -.machine_readable/6a2/AGENTIC.a2ml — "`Never use banned language +.machine_readable/descriptiles/AGENTIC.a2ml — "`Never use banned language patterns`" - CI enforcement via rsr-antipattern.yml, boj-build.yml, quality.yml diff --git a/guix.scm b/guix.scm new file mode 100644 index 0000000..def2c0d --- /dev/null +++ b/guix.scm @@ -0,0 +1,9 @@ +;; SPDX-License-Identifier: MPL-2.0 +;; Copyright (c) 2026 Jonathan D.A. Jewell +;; Coordinator maintenance environment; language toolchains belong to their repos. +;; Usage: guix shell -m guix.scm -- bash hooks/validate-language-registry.sh +(use-modules (guix profiles)) + +(specifications->manifest + '("bash" "git-minimal" "coreutils" "findutils" "grep" "gawk" "sed" + "diffutils" "julia")) diff --git a/hooks/test-language-registry.sh b/hooks/test-language-registry.sh new file mode 100644 index 0000000..ea35f9d --- /dev/null +++ b/hooks/test-language-registry.sh @@ -0,0 +1,37 @@ +#!/usr/bin/env bash +# SPDX-License-Identifier: MPL-2.0 +# Copyright (c) 2026 Jonathan D.A. Jewell +# Exercise the authoritative guard against a consistent fixture and planted faults. +set -euo pipefail +guard="$(git rev-parse --show-toplevel)/hooks/validate-language-registry.sh" +fixture="$(mktemp -d)" +trap 'rm -rf "$fixture"' EXIT +git -C "$fixture" init -q +mkdir -p "$fixture/languages" "$fixture/hooks" "$fixture/.machine_readable/descriptiles" +printf 'Reference to the probe repository\n' > "$fixture/languages/probe.adoc" +printf '[[language]]\nid = "probe"\nstatus = "active"\n' > "$fixture/.machine_readable/LANGUAGES.a2ml" +printf 'LANGS="probe"\n' > "$fixture/hooks/validate-coordinator-boundary.sh" +printf '[language-repos]\nprobe = "probe"\n' > "$fixture/.machine_readable/descriptiles/ECOSYSTEM.a2ml" +printf 'const LANGUAGES = [\n"probe"\n]\n' > "$fixture/language-status-tracker.jl" +cd "$fixture" +bash "$guard" + +reject() { + if bash "$guard" > "$fixture/result.log" 2>&1; then + cat "$fixture/result.log" + printf 'ERROR: registry guard accepted planted fault: %s\n' "$1" >&2 + exit 1 + fi + printf 'Rejected planted fault: %s\n' "$1" +} + +mv languages/probe.adoc languages/probe.saved +reject 'empty language pointer set' +mv languages/probe.saved languages/probe.adoc +printf 'unexpected pointer\n' > languages/unregistered.adoc +reject 'unregistered language pointer' +rm languages/unregistered.adoc +mv .machine_readable/LANGUAGES.a2ml .machine_readable/LANGUAGES.saved +reject 'missing registry input' +mv .machine_readable/LANGUAGES.saved .machine_readable/LANGUAGES.a2ml +bash "$guard" diff --git a/hooks/validate-language-registry.sh b/hooks/validate-language-registry.sh index f09100a..0bd1073 100755 --- a/hooks/validate-language-registry.sh +++ b/hooks/validate-language-registry.sh @@ -18,6 +18,7 @@ # # See 0-AI-MANIFEST.a2ml and EXTRACTION-MANIFEST.md. set -euo pipefail +shopt -s nullglob cd "$(git rev-parse --show-toplevel)" @@ -70,7 +71,15 @@ tracker_langs() { } FAMILY="$(family)" -[[ -n "$FAMILY" ]] || { echo 'ERROR: no language pointers found' >&2; exit 1; } +if [[ -z "$FAMILY" ]]; then + printf 'ERROR: no language pointers found in languages/*.adoc\n' >&2 + exit 1 +fi +# Capture each source before comparison so read/parse failures propagate. +REGISTERED="$(a2ml_registered)" +HOOK_LANGS="$(hook_langs)" +ECOSYSTEM_KEYS="$(ecosystem_keys)" +TRACKER_LANGS="$(tracker_langs)" COUNT="$(printf '%s\n' "$FAMILY" | wc -l | tr -d ' ')" printf 'language-registry: source of truth = languages/*.adoc (%s entries)\n' "$COUNT" @@ -93,10 +102,10 @@ report_diff() { fi } -report_diff ".machine_readable/LANGUAGES.a2ml" "$(a2ml_registered)" exact -report_diff "hooks/validate-coordinator-boundary.sh LANGS" "$(hook_langs)" exact -report_diff ".machine_readable/descriptiles/ECOSYSTEM.a2ml" "$(ecosystem_keys)" exact -report_diff "language-status-tracker.jl const LANGUAGES" "$(tracker_langs)" superset +report_diff ".machine_readable/LANGUAGES.a2ml" "$REGISTERED" exact +report_diff "hooks/validate-coordinator-boundary.sh LANGS" "$HOOK_LANGS" exact +report_diff ".machine_readable/descriptiles/ECOSYSTEM.a2ml" "$ECOSYSTEM_KEYS" exact +report_diff "language-status-tracker.jl const LANGUAGES" "$TRACKER_LANGS" superset if [[ "$ERRORS" -gt 0 ]]; then printf '\nlanguage-registry check FAILED (%s surface(s) out of sync).\n' "$ERRORS" diff --git a/setup.sh b/setup.sh index bbbdad2..1bc42ac 100755 --- a/setup.sh +++ b/setup.sh @@ -6,8 +6,7 @@ # Then hands off to `just setup` for project-specific configuration. # # Usage: -# curl -fsSL https://raw.githubusercontent.com/hyperpolymath/nextgen-languages/main/setup.sh | sh -# # or after cloning: +# Review this script in a verified checkout before running: # ./setup.sh # # Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) @@ -139,10 +138,7 @@ install_just() { case "$PKG_MGR" in dnf) sudo dnf install -y just ;; - apt) sudo apt-get install -y just 2>/dev/null || { - # just not in older apt repos — use installer - curl -fsSL https://just.systems/install.sh | bash -s -- --to /usr/local/bin - } ;; + apt) sudo apt-get install -y just ;; pacman) sudo pacman -S --noconfirm just ;; apk) sudo apk add just ;; brew) brew install just ;; @@ -152,8 +148,8 @@ install_just() { guix) guix install just ;; nix) nix-env -iA nixpkgs.just ;; *) - info "Using just installer script..." - curl -fsSL https://just.systems/install.sh | bash -s -- --to /usr/local/bin + fail "No supported package manager; install a verified just package before continuing." + return 1 ;; esac