tink-harness 1.16.0 → 1.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to Tink are tracked here.
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## [1.16.1] - 2026-06-25
|
|
8
|
+
|
|
9
|
+
- Codex에서 `$tink:deep-cast` 명령이 보이지 않던 문제 수정 — `templates/codex/skills/tink-deep-cast/SKILL.md` 누락이 원인
|
|
10
|
+
|
|
7
11
|
## [1.16.0] - 2026-06-25
|
|
8
12
|
|
|
9
13
|
- `/tink:deep-cast` 신규 명령 추가: `cast_mode`를 변경하지 않고 이번 작업 한 번만 deep 모드(구조화 인터뷰)로 실행한다. `/tink:cast deep`이 기본값을 영구 변경하는 것과 구분된다.
|
package/VERSIONING.md
CHANGED
package/package.json
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "Tink: Deep Cast"
|
|
3
|
+
description: Run a structured interview before harness selection, without changing cast_mode in config.json.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Tink Deep Cast
|
|
7
|
+
|
|
8
|
+
This is the Codex alias for `$tink:deep-cast <task>`.
|
|
9
|
+
|
|
10
|
+
1. Read `../tink-core/RULES.md` first.
|
|
11
|
+
2. Treat this invocation as `$tink:cast <task>` with `cast_mode` forced to `deep` for this run only.
|
|
12
|
+
3. Do **not** modify `cast_mode` in `.tink/config.json`.
|
|
13
|
+
4. Always run the structured interview (Round 0 구성 파악 + Rounds 1–10) before harness selection.
|
|
14
|
+
5. After the interview produces a spec, proceed to the full Procedure starting at step 3.
|
|
15
|
+
6. Follow the canonical Tink operating rules, approval gates, run state, and verification policy.
|
|
16
|
+
7. Accept legacy `$tink deep-cast <task>` wording as the same action, but present `$tink:deep-cast <task>` in guidance.
|