tink-harness 1.6.2 → 1.7.0

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 (107) hide show
  1. package/.claude-plugin/plugin.json +8 -8
  2. package/CHANGELOG.md +317 -295
  3. package/LICENSE +21 -21
  4. package/README.ko.md +169 -155
  5. package/README.md +256 -241
  6. package/VERSIONING.md +73 -73
  7. package/bin/install.js +976 -904
  8. package/commands/cast.md +669 -669
  9. package/commands/frog.md +95 -95
  10. package/commands/setup.md +185 -185
  11. package/commands/weave.md +103 -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 +23 -23
  28. package/docs/harness-lifecycle-signals.md +23 -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 +77 -77
  36. package/docs/planned-work-units.md +77 -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-graph-rule-adoption-plan.ko.md +26 -26
  50. package/docs/pr/2026-06-09-graph-rule-seed-rules.ko.md +27 -27
  51. package/docs/pr/2026-06-09-v1.6.0.ko.md +27 -27
  52. package/docs/pr/2026-06-09-v1.6.1.ko.md +27 -27
  53. package/docs/pr/2026-06-09-v1.6.2.ko.md +29 -29
  54. package/docs/pr/2026-06-09-v1.6.3.ko.md +27 -0
  55. package/docs/pr/2026-06-09-v1.7.0.ko.md +24 -0
  56. package/docs/repo-signals.ko.md +104 -104
  57. package/docs/repo-signals.md +95 -95
  58. package/docs/research.md +16 -16
  59. package/docs/tink-idea-implementation-plan.ko.md +201 -201
  60. package/docs/update-diagnosis.ko.md +16 -16
  61. package/docs/update-diagnosis.md +16 -16
  62. package/docs/update-troubleshooting.ko.md +118 -118
  63. package/docs/update-troubleshooting.md +105 -105
  64. package/docs/update-verification-recipe.ko.md +121 -121
  65. package/docs/update-verification-recipe.md +122 -122
  66. package/docs/verification-evidence-details.ko.md +14 -14
  67. package/docs/verification-evidence-details.md +14 -14
  68. package/docs/work-state.ko.md +109 -109
  69. package/docs/work-state.md +107 -107
  70. package/hooks/hooks.json +15 -15
  71. package/package.json +55 -55
  72. package/skills/tink/SKILL.md +75 -75
  73. package/templates/claude/commands/tink/cast.md +669 -669
  74. package/templates/claude/commands/tink/frog.md +95 -95
  75. package/templates/claude/commands/tink/setup.md +185 -185
  76. package/templates/claude/commands/tink/weave.md +103 -103
  77. package/templates/claude/skills/tink/SKILL.md +75 -75
  78. package/templates/codex/skills/tink-cast/SKILL.md +14 -14
  79. package/templates/codex/skills/tink-core/RULES.md +170 -170
  80. package/templates/codex/skills/tink-frog/SKILL.md +13 -13
  81. package/templates/codex/skills/tink-list/SKILL.md +13 -13
  82. package/templates/codex/skills/tink-setup/SKILL.md +13 -13
  83. package/templates/codex/skills/tink-update/SKILL.md +13 -13
  84. package/templates/codex/skills/tink-verify/SKILL.md +13 -13
  85. package/templates/codex/skills/tink-weave/SKILL.md +13 -13
  86. package/templates/tink/config.json +20 -20
  87. package/templates/tink/harnesses/harness-synthesis.md +52 -52
  88. package/templates/tink/harnesses/index.json +174 -174
  89. package/templates/tink/harnesses/pr-merge.md +53 -53
  90. package/templates/tink/harnesses/research.md +31 -31
  91. package/templates/tink/harnesses/review.md +31 -31
  92. package/templates/tink/harnesses/ship.md +33 -33
  93. package/templates/tink/hooks/user-prompt-submit.json +7 -7
  94. package/templates/tink/maintenance/weave-queue.json +3 -3
  95. package/templates/tink/memory/approved/README.md +5 -5
  96. package/templates/tink/memory/candidate/README.md +5 -5
  97. package/templates/tink/memory/evidence/README.md +5 -5
  98. package/templates/tink/memory/lessons.md +17 -17
  99. package/templates/tink/memory/mistakes.md +16 -16
  100. package/templates/tink/memory/preferences.md +16 -16
  101. package/templates/tink/memory/rejected/README.md +5 -5
  102. package/templates/tink/rules/index.json +239 -239
  103. package/templates/tink/schemas/context-map.schema.json +247 -247
  104. package/templates/tink/schemas/context-metrics-evaluation.schema.json +89 -89
  105. package/templates/tink/schemas/harness-lifecycle.schema.json +44 -44
  106. package/templates/tink/schemas/mcp-policy.schema.json +65 -65
  107. package/templates/tink/schemas/verification.schema.json +154 -154
@@ -1,8 +1,8 @@
1
- {
2
- "name": "tink",
3
- "description": "A small harness layer for Claude Code and Codex.",
4
- "version": "1.6.2",
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.7.0",
5
+ "author": {
6
+ "name": "dotori"
7
+ }
8
+ }