Skip to content

v0.0.6

Choose a tag to compare

@MTGVim MTGVim released this 18 Jun 06:20
cbb8ce1

Telltale 0.0.6

Fixed

  • Bundled JSON schemas with both /sail skill surfaces:
    • skills/sail/schemas/
    • hermes/skills/sail/schemas/
  • Prevents users from needing or being encouraged to copy schemas/ into their own repositories.
  • Added regression coverage proving all helper entrypoints run from an external project without creating <project>/schemas.

Validation

  • python3 scripts/telltalectl.py doctor → healthy
  • python3 -m unittest discover -s tests -v → 15 tests OK
  • npm run validate → passed
  • GitHub Actions Validate on main → success

Closes #7.