Skip to content

v0.7.0

Choose a tag to compare

@vinicq vinicq released this 02 Jul 16:12
· 26 commits to master since this release
f46f8b1

Minor release: authoring mode (Mode B) comes to the CLI.

Added

  • generate command - render a language-neutral test-spec into one stack (--lang python|typescript|javascript|tsx|jsx|robot), then run Mode A on the result. Fail-closed exits: 0 PASSED, 1 FAILED (surviving false-green), 3 UNVERIFIED. The oracle is mandatory; the self-check is a same-model static review bounded to one revision.
  • Docs: README generate section, docs/user-guide.md (three-mode walkthrough, authoring tests for your own feature across the JS/TS family, login vs API-key paths, Claude/Codex/Gemini examples), docs/cli.md provider table, docs/invocation-methods.md, ADR 0004.

Published to npm: npm install falsegreen-skill@0.7.0. Full notes in CHANGELOG.md.