1.29.0 (2026-07-21)
Features
add wopee_fetch_test_inventory tool for chat test counts and statuses(20514a1), closesautonomous-testing/backlog#4290autonomous-testing/backlog#4125
Composes fetchAnalysisSuites + fetchArtifact(USER_STORIES) +
fetchExecutedTestCases and left-joins each authored test case to its latest
execution (never-run => NOT_RUN), with regular vs reusable (R001) counts.
Pure join logic lives in logic.ts and is unit-tested via node:test. Gives the
chat a deterministic answer for "how many tests", "list scenarios", and
"executed + not-run in one list".