Skip to content

Releases: dotoricode/tink-harness

v1.19.0

Choose a tag to compare

@dotoricode dotoricode released this 14 Jul 05:06
aaed289

변경 내용

  • cast가 작업 전 Intent Proof로 목표, 우선순위, 위험한 오해와 겉보기 성공을 공개합니다.
  • Gauge가 작업 경계에서 의미 이탈, 누락, 새 가정과 우선순위 역전을 확인합니다.
  • verify가 command check 전에 Phase 0 Contract Coverage를 수행하고 strict completion에서 미증명 의미를 차단합니다.
  • 기존 contract는 optional field가 없는 legacy 형식으로 계속 지원합니다.
  • omission, drift, assumption, quick, resume fixture와 Claude/Codex 동기화 검증을 추가했습니다.

포함된 PR

  • feat: add Gauge understanding integrity by @wpfhk in #75

Full Changelog: v1.18.1...v1.19.0

v1.18.1

Choose a tag to compare

@dotoricode dotoricode released this 01 Jul 05:38

[1.18.1] - 2026-07-01

  • /tink:doc-audit 커맨드 추가: ko-tech-doc-audit 하네스 단축 호출. 독자를 "온보딩 신입 개발자"로 고정하고 페르소나·산출물 형태는 기본값 사용. npx tink-harness update로 설치·업데이트 가능.

v1.18.0

Choose a tag to compare

@dotoricode dotoricode released this 30 Jun 08:42

[1.18.0] - 2026-06-30

  • ko-tech-doc-audit 하네스 추가: 한국어 기술 문서의 내용 완성도 감사. 공허한 주장·빠진 근거·실행 불가 문장·빠진 검증·실패 조건을 적발한다. 문체 정리는 Patina에 위임. cast 시점에 페르소나(보안 엔지니어, 주니어 독자, 온콜 엔지니어 등) 주입 가능; 페르소나는 관점·어조만 바꾸고 합격 기준(주장-근거 연결 규칙)은 고정이다.
  • `/tink:cast 승인 흐름 데모 스크린샷 추가.
  • ROADMAP.md repo에서 제거 (.gitignore로 이동).

v1.17.2

Choose a tag to compare

@dotoricode dotoricode released this 30 Jun 02:27

[1.17.2] - 2026-06-30

  • E2E 테스트 5종 추가: install smoke, update preservation, Codex surface, pack manifest, metadata 검증.
  • package.json scripts 분리: test:templates, test:syntax, test:metadata, test:pack, test:e2e, check.
  • CI에 macOS 매트릭스 추가 및 test:pack, test:e2e step 포함.
  • CONTRIBUTING.md 테스트 명령표 갱신, README.md/README.ko.md에 Verification 섹션 추가.

v1.17.1

Choose a tag to compare

@dotoricode dotoricode released this 30 Jun 01:50

[1.17.1] - 2026-06-30

  • README / README.ko.md에 Before→After 대비 블록과 run record·verify evidence 실물 예시 추가.

v1.17.0

Choose a tag to compare

@dotoricode dotoricode released this 30 Jun 01:06

[1.17.0] - 2026-06-30

  • loop-engineering 하네스 추가: 측정 가능한 수용 신호(테스트·lint·build 통과, 커버리지, 벤치마크, 점수 등)를 향해 한 번에 한 병목씩 반복하고, 예산 초과 시 현재 상태·원인·다음 행동을 보고한다. 독립 평가(자기 채점 금지)와 반복 로그를 강제. goal-checkpoint(일반 다단계)·bug-diagnosis-loop(버그 진단)와 use_when에서 명시적으로 구분됨.
  • README 경험 스토리 상단 배치 및 확장.

v1.16.1

Choose a tag to compare

@dotoricode dotoricode released this 25 Jun 08:04

[1.16.1] - 2026-06-25

  • Codex에서 $tink:deep-cast 명령이 보이지 않던 문제 수정 — templates/codex/skills/tink-deep-cast/SKILL.md 누락이 원인

v1.16.0

Choose a tag to compare

@dotoricode dotoricode released this 25 Jun 07:47

[1.16.0] - 2026-06-25

  • /tink:deep-cast 신규 명령 추가: cast_mode를 변경하지 않고 이번 작업 한 번만 deep 모드(구조화 인터뷰)로 실행한다. /tink:cast deep이 기본값을 영구 변경하는 것과 구분된다.

v1.15.4

Choose a tag to compare

@dotoricode dotoricode released this 24 Jun 05:38

[1.15.4] - 2026-06-24

  • Deep mode interview: round indicator no longer shows /10 as a fixed denominator; bar fills relative to the 10-round maximum. Indicator is omitted entirely when no questions are asked. Actual round count is shown on the final spec line.
  • Deep mode Round 0 renamed from "Topology lock" to "구성 파악"; component list now uses emojis for readability.

v1.15.3

Choose a tag to compare

@dotoricode dotoricode released this 24 Jun 04:28

[1.15.3] - 2026-06-24

  • Fixed $tink:cast with no argument in Codex showing a task prompt instead of mode descriptions. Codex now displays the current mode and all three mode descriptions directly, matching Claude Code behavior.