tink-harness 1.8.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.
Files changed (117) hide show
  1. package/.claude-plugin/plugin.json +8 -8
  2. package/CHANGELOG.md +384 -339
  3. package/LICENSE +21 -21
  4. package/README.ko.md +154 -187
  5. package/README.md +239 -274
  6. package/VERSIONING.md +88 -73
  7. package/bin/install.js +977 -976
  8. package/commands/cast.md +753 -715
  9. package/commands/frog.md +103 -95
  10. package/commands/setup.md +185 -185
  11. package/commands/weave.md +107 -103
  12. package/docs/context-budget-ledger.ko.md +58 -58
  13. package/docs/context-budget-ledger.md +58 -58
  14. package/docs/context-change-review.ko.md +14 -14
  15. package/docs/context-change-review.md +14 -14
  16. package/docs/context-metrics-evaluator.ko.md +39 -39
  17. package/docs/context-metrics-evaluator.md +39 -39
  18. package/docs/context-run-history-rollup.ko.md +36 -36
  19. package/docs/context-run-history-rollup.md +36 -36
  20. package/docs/context-run-record-policy.ko.md +50 -50
  21. package/docs/context-run-record-policy.md +50 -50
  22. package/docs/context-threshold-status.ko.md +43 -43
  23. package/docs/context-threshold-status.md +43 -43
  24. package/docs/external-context-policy.ko.md +15 -15
  25. package/docs/external-context-policy.md +15 -15
  26. package/docs/graph-rule-adoption-plan.ko.md +215 -215
  27. package/docs/harness-lifecycle-signals.ko.md +94 -23
  28. package/docs/harness-lifecycle-signals.md +94 -23
  29. package/docs/hooks.md +24 -24
  30. package/docs/memory-decision-layers.ko.md +14 -14
  31. package/docs/memory-decision-layers.md +14 -14
  32. package/docs/memory.md +31 -31
  33. package/docs/phase-5-update-confidence.ko.md +99 -99
  34. package/docs/phase-5-update-confidence.md +97 -97
  35. package/docs/planned-work-units.ko.md +92 -77
  36. package/docs/planned-work-units.md +92 -77
  37. package/docs/pr/2026-06-07-phase-5-6-follow-up.ko.md +35 -35
  38. package/docs/pr/2026-06-07-v1.2.0-improvements.html +450 -450
  39. package/docs/pr/2026-06-08-codex-surface-cleanup.ko.md +27 -27
  40. package/docs/pr/2026-06-08-context-budget-ledger.ko.md +38 -38
  41. package/docs/pr/2026-06-08-context-metrics-artifact.ko.md +30 -30
  42. package/docs/pr/2026-06-08-context-metrics-evaluator.ko.md +28 -28
  43. package/docs/pr/2026-06-08-context-run-history-rollup.ko.md +27 -27
  44. package/docs/pr/2026-06-08-context-run-record-policy.ko.md +25 -25
  45. package/docs/pr/2026-06-08-context-threshold-status.ko.md +25 -25
  46. package/docs/pr/2026-06-08-planned-work-units.ko.md +27 -27
  47. package/docs/pr/2026-06-08-v1.2.2.ko.md +27 -27
  48. package/docs/pr/2026-06-08-v1.5.0.ko.md +30 -30
  49. package/docs/pr/2026-06-09-advanced-options-direct-cli.ko.md +32 -0
  50. package/docs/pr/2026-06-09-graph-rule-adoption-plan.ko.md +26 -26
  51. package/docs/pr/2026-06-09-graph-rule-seed-rules.ko.md +27 -27
  52. package/docs/pr/2026-06-09-v1.6.0.ko.md +27 -27
  53. package/docs/pr/2026-06-09-v1.6.1.ko.md +27 -27
  54. package/docs/pr/2026-06-09-v1.6.2.ko.md +29 -29
  55. package/docs/pr/2026-06-09-v1.6.3.ko.md +27 -27
  56. package/docs/pr/2026-06-09-v1.7.0.ko.md +24 -24
  57. package/docs/pr/2026-06-09-v1.7.1.ko.md +20 -20
  58. package/docs/pr/2026-06-09-v1.8.0.ko.md +44 -44
  59. package/docs/pr/2026-06-09-v1.9.0.ko.md +21 -0
  60. package/docs/pr/2026-06-10-v1.9.1.ko.md +46 -0
  61. package/docs/repo-signals.ko.md +104 -104
  62. package/docs/repo-signals.md +95 -95
  63. package/docs/research.md +16 -16
  64. package/docs/tink-idea-implementation-plan.ko.md +209 -201
  65. package/docs/update-diagnosis.ko.md +16 -16
  66. package/docs/update-diagnosis.md +16 -16
  67. package/docs/update-troubleshooting.ko.md +118 -118
  68. package/docs/update-troubleshooting.md +105 -105
  69. package/docs/update-verification-recipe.ko.md +130 -121
  70. package/docs/update-verification-recipe.md +131 -122
  71. package/docs/verification-evidence-details.ko.md +14 -14
  72. package/docs/verification-evidence-details.md +14 -14
  73. package/docs/work-state.ko.md +115 -115
  74. package/docs/work-state.md +113 -113
  75. package/hooks/hooks.json +15 -15
  76. package/package.json +55 -55
  77. package/templates/claude/commands/tink/cast.md +753 -715
  78. package/templates/claude/commands/tink/frog.md +103 -95
  79. package/templates/claude/commands/tink/setup.md +185 -185
  80. package/templates/claude/commands/tink/weave.md +107 -103
  81. package/templates/codex/skills/tink-cast/SKILL.md +14 -14
  82. package/templates/codex/skills/tink-core/RULES.md +190 -183
  83. package/templates/codex/skills/tink-frog/SKILL.md +13 -13
  84. package/templates/codex/skills/tink-list/SKILL.md +13 -13
  85. package/templates/codex/skills/tink-setup/SKILL.md +13 -13
  86. package/templates/codex/skills/tink-update/SKILL.md +13 -13
  87. package/templates/codex/skills/tink-verify/SKILL.md +13 -13
  88. package/templates/codex/skills/tink-weave/SKILL.md +13 -13
  89. package/templates/tink/config.json +20 -20
  90. package/templates/tink/harnesses/HARNESS.md +32 -32
  91. package/templates/tink/harnesses/delegation-brief.md +30 -30
  92. package/templates/tink/harnesses/goal-checkpoint.md +30 -30
  93. package/templates/tink/harnesses/harness-synthesis.md +52 -52
  94. package/templates/tink/harnesses/index.json +234 -234
  95. package/templates/tink/harnesses/plan-consensus.md +30 -30
  96. package/templates/tink/harnesses/pr-merge.md +53 -53
  97. package/templates/tink/harnesses/requirements-interview.md +30 -30
  98. package/templates/tink/harnesses/research.md +31 -31
  99. package/templates/tink/harnesses/review.md +31 -31
  100. package/templates/tink/harnesses/ship.md +33 -33
  101. package/templates/tink/hooks/user-prompt-submit.json +7 -7
  102. package/templates/tink/maintenance/weave-queue.json +3 -3
  103. package/templates/tink/memory/approved/README.md +5 -5
  104. package/templates/tink/memory/candidate/README.md +5 -5
  105. package/templates/tink/memory/evidence/README.md +5 -5
  106. package/templates/tink/memory/lessons.md +17 -17
  107. package/templates/tink/memory/mistakes.md +16 -16
  108. package/templates/tink/memory/preferences.md +16 -16
  109. package/templates/tink/memory/rejected/README.md +5 -5
  110. package/templates/tink/rules/index.json +295 -295
  111. package/templates/tink/schemas/context-map.schema.json +247 -247
  112. package/templates/tink/schemas/context-metrics-evaluation.schema.json +89 -89
  113. package/templates/tink/schemas/harness-lifecycle.schema.json +221 -44
  114. package/templates/tink/schemas/mcp-policy.schema.json +65 -65
  115. package/templates/tink/schemas/verification.schema.json +154 -154
  116. package/templates/tink/tools/generate-harness-lifecycle-summary.mjs +549 -0
  117. package/templates/tink/tools/render-harness-health-report.mjs +2383 -0
@@ -1,8 +1,8 @@
1
- {
2
- "name": "tink",
3
- "description": "A small harness layer for Claude Code and Codex.",
4
- "version": "1.8.0",
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
+ }