Browse Source

goals: point expect reference material at TEMP_REFERENCE/expect git checkout (G-020 G-044 G-061)

Assisted-by: harness=opencode; primary-model=openrouter/moonshotai/kimi-k3; api-location=openrouter.ai
master
Julian Noble 7 days ago
parent
commit
bd6b08275b
  1. 2
      goals/G-020-screencap-input-module.md
  2. 2
      goals/G-044-repl-command-completion.md
  3. 2
      goals/G-061-pseudoconsole-expect.md

2
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 cannot reach. Worth weighting this goal's priority accordingly when sequencing repl
refactor work. 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 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 backend, so it does not displace this module's windows role; see the G-061 detail
file's notes for the full assessment. file's notes for the full assessment.

2
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 - 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 near-term windows-only harness; a pseudoconsole (ConPTY/pty) expect-alternative as
the durable cross-platform mechanism - that candidate became G-061. Reference 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 (readonly), the community Tcl 9 port of classic Expect (unix-pty only, no
ConPTY) - assessment recorded in the G-061 detail file's notes. ConPTY) - assessment recorded in the G-061 detail file's notes.

2
goals/G-061-pseudoconsole-expect.md

@ -70,7 +70,7 @@ expect-like primitives over a REAL pseudo-terminal:
## Notes ## 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 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 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 - Tcl 8.6 and 9.x, work-in-progress alpha, only Linux tested). It is unix-pty only -

Loading…
Cancel
Save