Skip to content

Releases: MTGVim/telltale

v0.0.10

Choose a tag to compare

@MTGVim MTGVim released this 18 Jun 10:19
1da9867

Telltale 0.0.10

Fixed

  • Hermes WebUI에서 sail skill이 unsupported로 막히지 않도록 Hermes skill frontmatter의 top-level platforms limiter를 제거했습니다.
  • Hermes skill 설치 표면이 WebUI/CLI/gateway 공통으로 로드 가능한지 regression test를 추가했습니다.

Validation

  • npm run validate → passed
  • GitHub Actions Validate on main → success
  • skill_view('sail') in active Hermes default profile → loaded v0.0.10
  • installed helper validate-schemas → passed

Closes #15.

v0.0.9

Choose a tag to compare

@MTGVim MTGVim released this 18 Jun 09:23
850155f

Telltale 0.0.9

Changed

  • 출항, 출항이다, 이 작업 출항하자 자연어 요청이 /sail 항해 의도로 더 잘 매칭되도록 skill/command/package frontmatter와 진입 표면에 명시했습니다.
  • M1은 병렬 후보를 지도에 표시할 수 있지만 기본 실행은 한 번에 하나의 현재 작업 섬만 수행한다는 안전 원칙을 문서화했습니다.
  • 매핑 완료, 출항, 섬 완료, 전체 완료 시 상태라인과 짧은 브리핑을 제공하는 출력 계약을 추가했습니다.
  • HUD 라벨의 항해 중을 더 명확한 현재 작업 섬으로 바꿨습니다.

Fixed

  • 자연어 출항 트리거와 항해 브리핑 계약이 설치 표면에서 빠지지 않도록 regression test를 추가했습니다.

Validation

  • npm run validate → passed
  • GitHub Actions Validate on main → success
  • git diff --check → passed
  • 실제 smoke report에서 현재 작업 섬 라벨 확인

Closes #13.

v0.0.8

Choose a tag to compare

@MTGVim MTGVim released this 18 Jun 09:00
c5c5de6

Telltale 0.0.8

Changed

  • /sail 진행 HUD와 최종 convergence report의 사용자-facing 라벨을 한글 중심으로 정리했습니다.
  • Route Progress, Islands reached, Sailing status, Last island reached, Progress HUD 같은 영어 라벨을 항해 진행, 도착한 섬 수, 항해 상태, 마지막 도착 섬, 진행 HUD로 바꿨습니다.
  • none, completed 같은 사람이 읽는 상태어를 없음, 완료 등으로 바꿨습니다.

Fixed

  • repo helper, Claude Code /sail skill helper, Hermes /sail skill helper가 같은 한글 report 형식을 생성하도록 동기화했습니다.
  • 영어 HUD 라벨이 다시 들어가지 않도록 regression test를 추가했습니다.

Validation

  • npm run validate → passed
  • GitHub Actions Validate on main → success
  • git diff --check → passed

Closes #11.

v0.0.7

Choose a tag to compare

@MTGVim MTGVim released this 18 Jun 06:27
a9eb28c

Telltale 0.0.7

Added

  • Emoji route progress HUD guidance for /telltale:sail, Claude Code /sail, and Hermes /sail.
  • Final convergence reports now include ## 🗺️ Route Progress with:
    • 🏝️ Islands reached
    • ⛵ Sailing status
    • 🧭 Current island
    • ✅ Last island reached
    • 🎮 Progress HUD

Validation

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

Closes #9.

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.

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.

v0.0.1

Choose a tag to compare

@MTGVim MTGVim released this 17 Jun 17:11

Telltale 0.0.1 M1 release.

  • Adds the /telltale:sail Claude Code command.\n- Includes Cartographer, Sailor, Inspector, and Advisor subagents.
  • Includes schemas, internal phase docs, helper validation, tests, and README installation docs.