You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Documentation review fixes. llms.txt no longer claims bypassFinals()
and the runner adapters are «being built next» (both shipped long ago), and
now lists all four free functions and the : static loose-default rule.
The Prophecy migration table no longer teaches a non-existent expect(…)->never() — the supported form is expect(…)->times(0). idle() comments across the READMEs, llms.txt and the guide now say what
the operation does: it covers every context of the test, not the current
one. The Performance table's 5.38³ footnote marker was a damaged
character. examples/README.md now documents case-studies/ and the gate
that runs it (make docs-cookbook). AGENTS.md's dead link to the retired
site plan replaced with where the decisions live.