diff --git a/goals/G-020-screencap-input-module.md b/goals/G-020-screencap-input-module.md index 3acb8c39..dde2868f 100644 --- a/goals/G-020-screencap-input-module.md +++ b/goals/G-020-screencap-input-module.md @@ -107,7 +107,7 @@ available sooner, and it can verify exactly the rendered-behaviour tier that uni cannot reach. Worth weighting this goal's priority accordingly when sequencing repl refactor work. -Reference material (added 2026-07-21): `TEMP_REFERENCE/expect-6.0a1` (readonly) is +Reference material (added 2026-07-21): `TEMP_REFERENCE/expect` (readonly) is the community Tcl 9 port of classic Expect - unix-pty only, no windows/ConPTY backend, so it does not displace this module's windows role; see the G-061 detail file's notes for the full assessment. diff --git a/goals/G-044-repl-command-completion.md b/goals/G-044-repl-command-completion.md index 05a5570d..b3f9b926 100644 --- a/goals/G-044-repl-command-completion.md +++ b/goals/G-044-repl-command-completion.md @@ -130,6 +130,6 @@ Testability findings (spikes 2026-07-11): - Interactive end-to-end verification tiers: G-020 (screencap+input injection) as the near-term windows-only harness; a pseudoconsole (ConPTY/pty) expect-alternative as the durable cross-platform mechanism - that candidate became G-061. Reference - material for the latter (added 2026-07-21): `TEMP_REFERENCE/expect-6.0a1` + material for the latter (added 2026-07-21): `TEMP_REFERENCE/expect` (readonly), the community Tcl 9 port of classic Expect (unix-pty only, no ConPTY) - assessment recorded in the G-061 detail file's notes. diff --git a/goals/G-061-pseudoconsole-expect.md b/goals/G-061-pseudoconsole-expect.md index 5ab82f12..4a1151ea 100644 --- a/goals/G-061-pseudoconsole-expect.md +++ b/goals/G-061-pseudoconsole-expect.md @@ -70,7 +70,7 @@ expect-like primitives over a REAL pseudo-terminal: ## Notes -- Reference material (added 2026-07-21): `TEMP_REFERENCE/expect-6.0a1` is a readonly +- Reference material (added 2026-07-21): `TEMP_REFERENCE/expect` is a readonly checkout of the community Tcl 9 port of classic Expect (contributions from Steve Shaw, Paul Obermeier, OpenMandriva, Ashok P. Nadkarni; per its README: builds on Tcl 8.6 and 9.x, work-in-progress alpha, only Linux tested). It is unix-pty only -