Releases: MTGVim/telltale
Releases · MTGVim/telltale
Release list
v0.0.10
Telltale 0.0.10
Fixed
- Hermes WebUI에서
sailskill이 unsupported로 막히지 않도록 Hermes skill frontmatter의 top-levelplatformslimiter를 제거했습니다. - Hermes skill 설치 표면이 WebUI/CLI/gateway 공통으로 로드 가능한지 regression test를 추가했습니다.
Validation
npm run validate→ passed- GitHub Actions
Validateon main → success skill_view('sail')in active Hermes default profile → loaded v0.0.10- installed helper
validate-schemas→ passed
Closes #15.
v0.0.9
Telltale 0.0.9
Changed
출항,출항이다,이 작업 출항하자자연어 요청이/sail항해 의도로 더 잘 매칭되도록 skill/command/package frontmatter와 진입 표면에 명시했습니다.- M1은 병렬 후보를 지도에 표시할 수 있지만 기본 실행은 한 번에 하나의 현재 작업 섬만 수행한다는 안전 원칙을 문서화했습니다.
- 매핑 완료, 출항, 섬 완료, 전체 완료 시 상태라인과 짧은 브리핑을 제공하는 출력 계약을 추가했습니다.
- HUD 라벨의
항해 중을 더 명확한현재 작업 섬으로 바꿨습니다.
Fixed
- 자연어
출항트리거와 항해 브리핑 계약이 설치 표면에서 빠지지 않도록 regression test를 추가했습니다.
Validation
npm run validate→ passed- GitHub Actions
Validateon main → success git diff --check→ passed- 실제 smoke report에서
현재 작업 섬라벨 확인
Closes #13.
v0.0.8
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
/sailskill helper, Hermes/sailskill helper가 같은 한글 report 형식을 생성하도록 동기화했습니다. - 영어 HUD 라벨이 다시 들어가지 않도록 regression test를 추가했습니다.
Validation
npm run validate→ passed- GitHub Actions
Validateon main → success git diff --check→ passed
Closes #11.
v0.0.7
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 Progresswith:🏝️ Islands reached⛵ Sailing status🧭 Current island✅ Last island reached🎮 Progress HUD
Validation
python3 -m unittest discover -s tests -v→ 16 tests OKpython3 scripts/telltalectl.py doctor→ healthy, versions match 0.0.7npm run validate→ passed- GitHub Actions
Validateon main → success
Closes #9.
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.
v0.0.5
Telltale 0.0.5 Distribution Hardening
Added
python3 scripts/telltalectl.py doctordiagnostics 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.mdanddocs/release-checklist.md.
Changed
- README and README.ko.md now lead with when to use / when not to use,
/goalcomparison, 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 validatepython3 scripts/telltalectl.py doctor- GitHub Actions
Validate: success on main
Closes #5.