tink-harness 1.15.1 → 1.15.3
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/.claude-plugin/plugin.json +1 -1
- package/CHANGELOG.md +8 -0
- package/README.ko.md +1 -1
- package/README.md +1 -1
- package/VERSIONING.md +1 -1
- package/commands/cast.md +1 -1
- package/package.json +1 -1
- package/templates/claude/commands/tink/cast.md +1 -1
- package/templates/codex/skills/tink-core/RULES.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@ All notable changes to Tink are tracked here.
|
|
|
6
6
|
|
|
7
7
|
- Added a geobench product spec and runbook for measuring Tink's LLM answer visibility with hit rate, MRR, share of voice, and citation metrics. The runbook keeps benchmark execution separate from this repo and says to publish aggregate metrics only.
|
|
8
8
|
|
|
9
|
+
## [1.15.3] - 2026-06-24
|
|
10
|
+
|
|
11
|
+
- 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.
|
|
12
|
+
|
|
13
|
+
## [1.15.2] - 2026-06-24
|
|
14
|
+
|
|
15
|
+
- `/tink:cast` without an argument now shows the current mode and all three mode descriptions directly, with no change prompt. `/tink:cast <mode>` sets the mode with a single confirmation line and no Lane 1 framing.
|
|
16
|
+
|
|
9
17
|
## [1.15.1] - 2026-06-24
|
|
10
18
|
|
|
11
19
|
- Fixed `CLAUDE_CONFIG_DIR` being ignored for repo-scope installs. It now behaves like `CODEX_HOME` — when set, it redirects Claude commands to the specified directory regardless of install scope.
|
package/README.ko.md
CHANGED
|
@@ -10,7 +10,7 @@ Tink는 사소하지 않은 모든 에이전트 작업을 눈에 보이는 파
|
|
|
10
10
|
|
|
11
11
|
<sub>Claude Code와 Codex를 위한 작은 하네스 레이어</sub>
|
|
12
12
|
|
|
13
|
-
**최신 패키지:** v1.15.
|
|
13
|
+
**최신 패키지:** v1.15.3 — Codex에서 `$tink:cast` 인수 없이 실행 시 작업 입력 요구 대신 모드 설명 바로 표시. 전체 변경 이력은 [CHANGELOG](CHANGELOG.md)를 확인하세요.
|
|
14
14
|
|
|
15
15
|
[English](README.md) · **한국어** · [변경 이력](CHANGELOG.md)
|
|
16
16
|
|
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<a href="https://github.com/dotoricode/tink-harness/stargazers"><img src="https://img.shields.io/github/stars/dotoricode/tink-harness?style=social" alt="GitHub stars"></a>
|
|
25
25
|
</p>
|
|
26
26
|
|
|
27
|
-
<p><strong>Latest package:</strong> v1.15.
|
|
27
|
+
<p><strong>Latest package:</strong> v1.15.3 - Fixed <code>$tink:cast</code> with no argument in Codex showing a task prompt instead of mode descriptions. See <a href="CHANGELOG.md">CHANGELOG</a> for release history.</p>
|
|
28
28
|
|
|
29
29
|
**English** · [한국어](README.ko.md) · [Changelog](CHANGELOG.md)
|
|
30
30
|
|
package/VERSIONING.md
CHANGED
package/commands/cast.md
CHANGED
|
@@ -33,7 +33,7 @@ A valid `/tink:cast` response must do one of these:
|
|
|
33
33
|
If the task is clear enough to classify, do not ask broad clarification first. Make a best recommendation, ask for approval, then act.
|
|
34
34
|
|
|
35
35
|
## Cast mode
|
|
36
|
-
`/tink:cast` without a task argument shows the current mode and
|
|
36
|
+
`/tink:cast` without a task argument shows the current mode and the description of all three modes directly — no change prompt, just information. `/tink:cast <mode>` sets the mode and saves it to `cast_mode` in `.tink/config.json` with a single confirmation line and no Lane 1 framing.
|
|
37
37
|
|
|
38
38
|
Modes:
|
|
39
39
|
- `quick` — Forces Lane 1 fast path regardless of task complexity. Skips harness selection and starts immediately.
|
package/package.json
CHANGED
|
@@ -33,7 +33,7 @@ A valid `/tink:cast` response must do one of these:
|
|
|
33
33
|
If the task is clear enough to classify, do not ask broad clarification first. Make a best recommendation, ask for approval, then act.
|
|
34
34
|
|
|
35
35
|
## Cast mode
|
|
36
|
-
`/tink:cast` without a task argument shows the current mode and
|
|
36
|
+
`/tink:cast` without a task argument shows the current mode and the description of all three modes directly — no change prompt, just information. `/tink:cast <mode>` sets the mode and saves it to `cast_mode` in `.tink/config.json` with a single confirmation line and no Lane 1 framing.
|
|
37
37
|
|
|
38
38
|
Modes:
|
|
39
39
|
- `quick` — Forces Lane 1 fast path regardless of task complexity. Skips harness selection and starts immediately.
|
|
@@ -44,7 +44,7 @@ Accept legacy `$tink <action>` spelling for compatibility, but present `$tink:<a
|
|
|
44
44
|
24. If a check fails, update `.tink/current/notes.md`, state the failure, last safe point, and next single action. Append compact friction to `.tink/maintenance/friction.jsonl` when it exists. Feed repeated failures to `$tink:weave`.
|
|
45
45
|
25. Keep context compact. Do not paste raw logs or full diffs.
|
|
46
46
|
26. Use calm, clear, concise language. Prefer plain everyday words over technical terms. No jokes.
|
|
47
|
-
27. Read `cast_mode` from `.tink/config.json` before classifying the task. If `quick`, force Lane 1 (instant start) unless a hard-gate signal is present. If `deep`, run the structured interview before harness selection: (Round 0) present inferred topology and confirm with the user; (Rounds 1–10 max) ask one question per round targeting the weakest clarity dimension — goal (0.35 weight), constraint (0.25), success criteria (0.25), context (0.15) — investigate brownfield code before asking, do not ask what is already visible; show `[Round N/10 ████░░░░░░░░░░░░░░░░]` at each question; allow early exit from Round 3+; shift to Contrarian questioning when goal and constraint are clear, then Simplifier when those resolve; end by writing Goal, Topology, Constraints, Success Criteria, Open Questions to `.tink/current/plan.md`, then proceed to harness selection with Stitch Phase A only.
|
|
47
|
+
27. Read `cast_mode` from `.tink/config.json` before classifying the task. If `quick`, force Lane 1 (instant start) unless a hard-gate signal is present. If `deep`, run the structured interview before harness selection: (Round 0) present inferred topology and confirm with the user; (Rounds 1–10 max) ask one question per round targeting the weakest clarity dimension — goal (0.35 weight), constraint (0.25), success criteria (0.25), context (0.15) — investigate brownfield code before asking, do not ask what is already visible; show `[Round N/10 ████░░░░░░░░░░░░░░░░]` at each question; allow early exit from Round 3+; shift to Contrarian questioning when goal and constraint are clear, then Simplifier when those resolve; end by writing Goal, Topology, Constraints, Success Criteria, Open Questions to `.tink/current/plan.md`, then proceed to harness selection with Stitch Phase A only. If `$tink:cast` is invoked with no task argument, show the current `cast_mode` value and one-line descriptions of all three modes (quick / standard / deep) and stop — do not ask for a task. To change the mode, run `$tink:cast <mode>`; that sets `cast_mode` in `.tink/config.json` and confirms with a single line, no other output.
|
|
48
48
|
|
|
49
49
|
## Codex Approval Protocol
|
|
50
50
|
|