Peter Steinberger
4f68eee80a
refactor(test): remove unused testing bag members ( #124175 )
...
* test(tooling): remove unused testing bag members
* fix(test): preserve partial spawn result stubs
2026-08-15 06:18:23 -07:00
Peter Steinberger
2e2366b6d3
chore(tooling): typecheck scripts/** with a dedicated tsgo lane ( #104348 )
...
* feat(tooling): add tsgo typecheck lane for scripts/**
* fix(scripts): burn down scripts type debt surfaced by the new lane
Typing-only except bugs the lane surfaced: gh-read timeout race,
Discord Headers spread dropping entries, undefined allowedHeadBranches
match, plugin-boundary matchAll crash. Deletes retired config keys from
fixtures/benches (prompt snapshots regenerated, config dump only) and
the orphaned non-runnable sync-moonshot-docs script. Adds full-surface
.d.mts declarations for existing .mjs boundaries.
2026-07-11 02:31:17 -07:00
Dallin Romney
c7aca4f029
refactor: consolidate async timing helpers ( #99721 )
2026-07-03 17:58:15 -07:00
Vincent Koc
dfbc9ab246
fix(scripts): reject short flag TUI PTY values
2026-06-21 22:52:21 +02:00
Vincent Koc
ac0537e363
fix(dev): resolve taskkill in tui pty watcher
2026-06-21 10:02:31 +02:00
Vincent Koc
195890f815
fix(dev): kill tui pty watch trees on windows
2026-06-21 07:06:48 +02:00
Vincent Koc
e02bee6aab
fix(test): guard tui pty watch cli args
2026-06-20 02:19:53 +02:00
Vincent Koc
2fe7b5e8c9
fix(dev): harden smoke log diagnostics
2026-06-07 08:42:16 +02:00
Peter Steinberger
b8d08f0cfd
docs: document repository scripts
2026-06-04 20:52:50 -04:00
Vincent Koc
ee48028028
fix(dev): clean tui pty watch children
2026-06-01 19:40:42 +02:00
Peter Steinberger
27dde7a4d6
chore(lint): enable stricter error rules
2026-06-01 01:12:21 +01:00
Peter Steinberger
22cb7fb6b7
chore(lint): enable no-promise-executor-return
2026-05-31 23:06:13 +01:00
Dallin Romney
0a50cbdf34
Add TUI PTY integration coverage ( #85485 )
...
* test: add TUI PTY integration coverage
* test: stabilize TUI PTY CI
* test: speed up TUI PTY coverage
* test: bound TUI PTY local waits
* ci: keep TUI PTY gate fast
* test: route TUI PTY project in full suite
* ci: run TUI PTY on routing edits
2026-05-22 13:42:58 -07:00