docs: reposition Tink around intent integrity#76
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
문제
v1.19.0은 Intent Proof, Gauge, Contract Coverage를 추가했지만 저장소 첫 화면은 여전히 하네스 관리와 대시보드 중심으로 읽혔습니다. 처음 방문한 사람이 Tink가 어떤 에이전트 실패를 막는지, 어떤 설치 경로를 먼저 선택해야 하는지 빠르게 판단하기 어려웠습니다.
또한 초기 README 문구는 사소한 Lane 1 작업도 항상 Intent Proof와 승인 절차를 거치는 것처럼 읽혔습니다. 실제 구현은 위험이 낮은 작은 작업에서 빠른 경로를 유지하므로 이 차이를 문서에 반영할 필요가 있었습니다.
해결
npx tink-harness@latest install을 기본 Quick Start로 올리고 Claude Code 플러그인 설치는 보조 경로로 접었습니다.검증
사용자 로컬 변경의 영향을 피하기 위해 현재 커밋에서 별도 clean worktree를 만들고 의존성을 새로 설치한 뒤 확인했습니다.
npm test— 템플릿 테스트 47개, 문법 검사, 메타데이터 검사 통과npm run test:pack— 패키지 155개 파일 검사 통과npm run test:e2e— 설치 스모크, 업데이트 보존, Codex Home 검사 통과git diff --check origin/main...HEAD— 통과tink-harness@1.19.0핵심 Intent Proof/Gauge/Verify 파일이 Git tagv1.19.0과 일치함을 확인참고
1.19.0그대로 유지했습니다.v1.19.0GitHub Release와 npm 배포는 이미 완료되어 있어 같은 버전을 다시 게시하지 않습니다.aaed289입니다.