Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>

All notable changes to the nextgen-languages parent repository.

## 2026-06-12

### Changed

- *KitchenSpeak Echo bridge is now MACHINE-CHECKED against the real
`hyperpolymath/echo-types` library.* `kitchenspeak/proofs/agda/EchoBridge.agda`
previously carried a "hand-verified, not machine-checked" caveat; it now
typechecks against the real `Echo` (the `@` sensor witness IS
`Echo (fired sensor thr) true`). The wider echo-types ↔ typesystem
integration is recorded in echo-types'
`docs/bridges/cross-repo-bridge-status.md`.

### Fixed

- `kitchenspeak/proofs/agda/PoachedEgg.agda`: stdlib v2.3 API drift
(`toWitness {Q = …}` → `{a? = …}`) so the KitchenSpeak proof suite
(Dough + PoachedEgg + EchoBridge) type-checks on the echo-types CI
toolchain (Agda 2.6.3 + stdlib v2.3).

## 2026-06-02

### Added
Expand Down
Loading