tink-harness 1.9.0 → 1.9.2
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 +8 -8
- package/CHANGELOG.md +384 -356
- package/LICENSE +21 -21
- package/README.ko.md +154 -135
- package/README.md +239 -220
- package/VERSIONING.md +88 -88
- package/bin/install.js +977 -977
- package/commands/cast.md +753 -753
- package/commands/frog.md +103 -103
- package/commands/setup.md +185 -185
- package/commands/weave.md +107 -107
- package/docs/context-budget-ledger.ko.md +58 -58
- package/docs/context-budget-ledger.md +58 -58
- package/docs/context-change-review.ko.md +14 -14
- package/docs/context-change-review.md +14 -14
- package/docs/context-metrics-evaluator.ko.md +39 -39
- package/docs/context-metrics-evaluator.md +39 -39
- package/docs/context-run-history-rollup.ko.md +36 -36
- package/docs/context-run-history-rollup.md +36 -36
- package/docs/context-run-record-policy.ko.md +50 -50
- package/docs/context-run-record-policy.md +50 -50
- package/docs/context-threshold-status.ko.md +43 -43
- package/docs/context-threshold-status.md +43 -43
- package/docs/external-context-policy.ko.md +15 -15
- package/docs/external-context-policy.md +15 -15
- package/docs/graph-rule-adoption-plan.ko.md +215 -215
- package/docs/harness-lifecycle-signals.ko.md +94 -94
- package/docs/harness-lifecycle-signals.md +94 -94
- package/docs/hooks.md +24 -24
- package/docs/memory-decision-layers.ko.md +14 -14
- package/docs/memory-decision-layers.md +14 -14
- package/docs/memory.md +31 -31
- package/docs/phase-5-update-confidence.ko.md +99 -99
- package/docs/phase-5-update-confidence.md +97 -97
- package/docs/planned-work-units.ko.md +92 -81
- package/docs/planned-work-units.md +92 -81
- package/docs/pr/2026-06-07-phase-5-6-follow-up.ko.md +35 -35
- package/docs/pr/2026-06-07-v1.2.0-improvements.html +450 -450
- package/docs/pr/2026-06-08-codex-surface-cleanup.ko.md +27 -27
- package/docs/pr/2026-06-08-context-budget-ledger.ko.md +38 -38
- package/docs/pr/2026-06-08-context-metrics-artifact.ko.md +30 -30
- package/docs/pr/2026-06-08-context-metrics-evaluator.ko.md +28 -28
- package/docs/pr/2026-06-08-context-run-history-rollup.ko.md +27 -27
- package/docs/pr/2026-06-08-context-run-record-policy.ko.md +25 -25
- package/docs/pr/2026-06-08-context-threshold-status.ko.md +25 -25
- package/docs/pr/2026-06-08-planned-work-units.ko.md +27 -27
- package/docs/pr/2026-06-08-v1.2.2.ko.md +27 -27
- package/docs/pr/2026-06-08-v1.5.0.ko.md +30 -30
- package/docs/pr/2026-06-09-advanced-options-direct-cli.ko.md +32 -0
- package/docs/pr/2026-06-09-graph-rule-adoption-plan.ko.md +26 -26
- package/docs/pr/2026-06-09-graph-rule-seed-rules.ko.md +27 -27
- package/docs/pr/2026-06-09-v1.6.0.ko.md +27 -27
- package/docs/pr/2026-06-09-v1.6.1.ko.md +27 -27
- package/docs/pr/2026-06-09-v1.6.2.ko.md +29 -29
- package/docs/pr/2026-06-09-v1.6.3.ko.md +27 -27
- package/docs/pr/2026-06-09-v1.7.0.ko.md +24 -24
- package/docs/pr/2026-06-09-v1.7.1.ko.md +20 -20
- package/docs/pr/2026-06-09-v1.8.0.ko.md +44 -44
- package/docs/pr/2026-06-09-v1.9.0.ko.md +21 -21
- package/docs/pr/2026-06-10-v1.9.1.ko.md +46 -0
- package/docs/repo-signals.ko.md +104 -104
- package/docs/repo-signals.md +95 -95
- package/docs/research.md +16 -16
- package/docs/tink-idea-implementation-plan.ko.md +209 -209
- package/docs/update-diagnosis.ko.md +16 -16
- package/docs/update-diagnosis.md +16 -16
- package/docs/update-troubleshooting.ko.md +118 -118
- package/docs/update-troubleshooting.md +105 -105
- package/docs/update-verification-recipe.ko.md +130 -121
- package/docs/update-verification-recipe.md +131 -122
- package/docs/verification-evidence-details.ko.md +14 -14
- package/docs/verification-evidence-details.md +14 -14
- package/docs/work-state.ko.md +115 -115
- package/docs/work-state.md +113 -113
- package/hooks/hooks.json +15 -15
- package/package.json +55 -55
- package/templates/claude/commands/tink/cast.md +753 -753
- package/templates/claude/commands/tink/frog.md +103 -103
- package/templates/claude/commands/tink/setup.md +185 -185
- package/templates/claude/commands/tink/weave.md +107 -107
- package/templates/codex/skills/tink-cast/SKILL.md +14 -14
- package/templates/codex/skills/tink-core/RULES.md +190 -189
- package/templates/codex/skills/tink-frog/SKILL.md +13 -13
- package/templates/codex/skills/tink-list/SKILL.md +13 -13
- package/templates/codex/skills/tink-setup/SKILL.md +13 -13
- package/templates/codex/skills/tink-update/SKILL.md +13 -13
- package/templates/codex/skills/tink-verify/SKILL.md +13 -13
- package/templates/codex/skills/tink-weave/SKILL.md +13 -13
- package/templates/tink/config.json +20 -20
- package/templates/tink/harnesses/HARNESS.md +32 -32
- package/templates/tink/harnesses/delegation-brief.md +30 -30
- package/templates/tink/harnesses/goal-checkpoint.md +30 -30
- package/templates/tink/harnesses/harness-synthesis.md +52 -52
- package/templates/tink/harnesses/index.json +234 -234
- package/templates/tink/harnesses/plan-consensus.md +30 -30
- package/templates/tink/harnesses/pr-merge.md +53 -53
- package/templates/tink/harnesses/requirements-interview.md +30 -30
- package/templates/tink/harnesses/research.md +31 -31
- package/templates/tink/harnesses/review.md +31 -31
- package/templates/tink/harnesses/ship.md +33 -33
- package/templates/tink/hooks/user-prompt-submit.json +7 -7
- package/templates/tink/maintenance/weave-queue.json +3 -3
- package/templates/tink/memory/approved/README.md +5 -5
- package/templates/tink/memory/candidate/README.md +5 -5
- package/templates/tink/memory/evidence/README.md +5 -5
- package/templates/tink/memory/lessons.md +17 -17
- package/templates/tink/memory/mistakes.md +16 -16
- package/templates/tink/memory/preferences.md +16 -16
- package/templates/tink/memory/rejected/README.md +5 -5
- package/templates/tink/rules/index.json +295 -295
- package/templates/tink/schemas/context-map.schema.json +247 -247
- package/templates/tink/schemas/context-metrics-evaluation.schema.json +89 -89
- package/templates/tink/schemas/harness-lifecycle.schema.json +221 -221
- package/templates/tink/schemas/mcp-policy.schema.json +65 -65
- package/templates/tink/schemas/verification.schema.json +154 -154
- package/templates/tink/tools/generate-harness-lifecycle-summary.mjs +549 -545
- package/templates/tink/tools/render-harness-health-report.mjs +2383 -200
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "tink",
|
|
3
|
-
"description": "A small harness layer for Claude Code and Codex.",
|
|
4
|
-
"version": "1.9.
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "dotori"
|
|
7
|
-
}
|
|
8
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "tink",
|
|
3
|
+
"description": "A small harness layer for Claude Code and Codex.",
|
|
4
|
+
"version": "1.9.2",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "dotori"
|
|
7
|
+
}
|
|
8
|
+
}
|