superpowers/tests
Jesse Vincent c7b456dd0e tests: update SDD assertions and prompts to current skill behavior
The SDD skill tests still asserted on pre-rename skill text, so correct
model answers failed the suite:

- "Read at beginning" asserted "Step 1|beginning|start|Load Plan";
  the current skill has no numbered steps or Load Plan phase (setup
  covers it: "Read the plan once" during Setup). A live run today
  failed this assertion when the model correctly answered "during
  setup". Pattern now accepts setup/before-dispatch paraphrases while
  still requiring an at-the-start answer.
- "Provides text directly" asserted the removed provide-full-task-text
  behavior; SDD now routes task requirements through brief files
  (scripts/task-brief). The test now asks brief-file-vs-whole-plan and
  asserts the brief-based flow.
- The integration test's prompt and summary told the agent to
  "provide full task text to subagents (don't make them read files)",
  contradicting the skill it verifies; reworded to the task-brief flow.
  Also gave its direct `timeout 1800 claude -p` the same </dev/null
  stdin guard as run_claude.

Live-LLM tests; verified with bash -n on every touched file.

Part of #2130; defects documented in PR #2071 by @ericyen97903-lab.
2026-08-13 00:32:49 +00:00
..
antigravity test: realign antigravity + pi mapping assertions with pruned references 2026-07-15 11:10:55 -07:00
brainstorm-server test(deps): bump ws to ^8.21.0 in brainstorm-server tests 2026-06-18 15:44:22 -07:00
claude-code tests: update SDD assertions and prompts to current skill behavior 2026-08-13 00:32:49 +00:00
codex fix(codex): make package script and its test portable beyond macOS/bsdtar 2026-07-19 12:04:46 -07:00
codex-plugin-sync fix: exclude repo metadata from Codex sync (PRI-1168) 2026-06-16 17:02:33 -07:00
devin Drop devin-tools.md — not needed for correct operation 2026-08-07 12:47:29 -07:00
explicit-skill-requests Tighten cross-platform tool references 2026-06-16 10:09:43 -07:00
hermes test(hermes): realign suite with the pre_llm_call mechanism; slim docs to the README section 2026-07-23 16:05:54 -07:00
hooks fix(hooks): dispatch the SessionStart hook via Git Bash on Windows 2026-07-19 12:03:59 -07:00
kimi Tighten Kimi plugin porting coverage 2026-06-16 10:09:44 -07:00
opencode Tighten cross-platform tool references 2026-06-16 10:09:43 -07:00
pi test(pi): scope mapping assertions to the table, not whole file 2026-07-15 11:10:55 -07:00
shell-lint Add shell lint script 2026-06-16 10:09:45 -07:00
systematic-debugging fix(systematic-debugging): find-polluter accepts ./-prefixed patterns and matches top-level tests 2026-07-23 10:54:50 -07:00
version-bump fix(release): wire Hermes into version bumps 2026-08-06 16:21:12 -07:00
writing-skills test(writing-skills): cover render-graphs execution 2026-08-05 22:38:40 -07:00