errata: E-030 read_stdin_chunk (bounded stdin, interp+compiler parity); fix smart quotes L238
errata: compiler process semantics + pristine stdout shipped (E-029)
print/eprint/exit/read_stdin lower in the compile-to-Rust path, and a
compiled binary's stdout is pristine (ok suppressed, err->stderr+exit1,
plain value echoed). Source of truth docs/lang-reference.md Scripting.
errata: confined file modification time shipped (E-028 + capability row)
file_metadata(path) -> ok({kind,size,modified_unix_ms})/err shipped for
the interpreter: exact UTC Unix-ms last-modified time, err when
unavailable, sandboxed like file_size. Adds E-028 (RESOLVED 2026-08-16)
and a File metadata row in the Capability Matrix. Source of truth
docs/lang-reference.md + docs/glossary.md in the sw-mlpl repo.
errata: dynamic extension loading shipped (E-027 + capability row)
load_extension + MLPL_EXTENSION_PATH + cdylib dlopen shipped for the
interpreter. Adds E-027 (RESOLVED 2026-08-16) and a dynamic-loading row
in the Capability Matrix; source of truth docs/lang-reference.md +
docs/extensions-dynamic-load-design.md in the sw-mlpl repo.
errata: E-026 -- native extension event loop + ports shipped
errata: E-024 update -- extension C-ABI boundary now crosses arrays/handles/records
errata: E-023 svg() types documented + concat example fixed (resolved)
wiki: MLPB v2 CRC32 integrity in Capability Matrix + errata E-025
to_native emits MLPB v2 (payload CRC32); parse_native verifies it
and still reads v1 buffers.
wiki: extension C-ABI adapter capability + errata E-024
Statically linked #[repr(C)] providers register via
register_c_extension and dispatch as namespace:function (scalar
values). Added a Capability Matrix row and the matching errata
entry.
Experiment quality + classical-ML demo rows; E-023 REPL-docs resolution
demos: Data Forge learning path + errata E-021 (data-forge feature note)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mlx: resident engram capability + E5 benchmark note (E-020)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
docs: audit glossary coverage and README accuracy
Document the glossary's builtin coverage guard, all-match search, new running_sum and running_product scan vocabulary, and added ML concepts including ICRL, MTP, mHC, reasoning architectures, and energy models. Add errata for resolved builtin/concept discoverability gaps and the remaining README inaccuracies: deprecated names, obsolete paths, workspace-invalid commands, development-status prose, count-policy contradiction, and demo-coverage overclaim. Preserve the Resources page links to repository planning, status, changelog, and history records.
errata: E-019 -- glossary concept coverage for the project-direction vocabulary (775c4eb2)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
errata: E-018 glossary builtin coverage resolved (b4fa5acf); note the filter-search UX change
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
docs: separate user guidance from development history
Rewrite public wiki pages around present capabilities, usage, and explicit unsupported boundaries. Remove saga, roadmap, milestone, release-status, and planned/deferred language from user guidance; update MLX resident-training and CUDA fallback descriptions; replace deprecated iota examples with range; and limit Engram and mHC wording to implemented behavior. Expand the errata taxonomy and record the wiki sweep. Keep repository planning, status, changelog, and history links in a clearly labeled development-records section on Resources and Reference.
errata: E-017 -- user-facing dev-jargon purge recorded (ec26f5a8)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
demos: note the Thinking in Arrays loop-pedagogy demo (c909864f); errata E-016 feature note
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
errata: E-013 resolved -- status.md banner de-coupled from live roadmap state (0767c0d5)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
docs: reconcile errata with post-E4 updates
Record the source documentation repair commit and distinguish resolved findings from remaining drift. Update GPU-training status for resident MLX versus CUDA fast paths, mark E4 complete and E5 next, capture the MTP roadmap promotion and parked mHC phases, and add follow-up findings E-013 through E-015 with current sources of truth.
errata: resolution pass 2026-08-02 (source docs repaired per E-001..E-012); update MLX page to post-E4 resident-tape reality
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
docs: build comprehensive sw-MLPL wiki
Add onboarding, language, use-case, execution-surface, architecture, learning, and resource pages with Mermaid diagrams. Document browser, CPU, MLX, CUDA, and remote-server capabilities and limitations. Add a source-documentation errata audit, clarify Engram as in progress, and identify mHC as planned soon.