v0.0.6
Telltale 0.0.6
Fixed
- Bundled JSON schemas with both
/sailskill 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→ healthypython3 -m unittest discover -s tests -v→ 15 tests OKnpm run validate→ passed- GitHub Actions
Validateon main → success
Closes #7.