Skip to content

v0.0.5

Choose a tag to compare

@MTGVim MTGVim released this 18 Jun 04:37
471e6d4

Telltale 0.0.5 Distribution Hardening

Added

  • python3 scripts/telltalectl.py doctor diagnostics for plugin surfaces, schema parse, gitignore coverage, and version sync.
  • GitHub Actions validation for schema, smoke, doctor, and unit tests.
  • First-run example: docs/examples/fix-failing-test.md.
  • CHANGELOG.md and docs/release-checklist.md.

Changed

  • README and README.ko.md now lead with when to use / when not to use, /goal comparison, commands, install verification, and troubleshooting.
  • Public version surfaces are synchronized at 0.0.5.
  • Internal alias phase docs are documented in internal/README.md.

Validation

  • npm run validate
  • python3 scripts/telltalectl.py doctor
  • GitHub Actions Validate: success on main

Closes #5.