okstra 0.179.2 → 0.183.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 (258) hide show
  1. package/README.md +1 -1
  2. package/dist/cli-registry.mjs +30 -2
  3. package/dist/cli-registry.mjs.map +1 -1
  4. package/dist/commands/execute/incremental-carry.mjs +9 -8
  5. package/dist/commands/execute/incremental-carry.mjs.map +1 -1
  6. package/dist/commands/execute/plan-verify.mjs +3 -1
  7. package/dist/commands/execute/plan-verify.mjs.map +1 -1
  8. package/dist/commands/execute/render-bundle.d.mts +4 -2
  9. package/dist/commands/execute/render-bundle.mjs +46 -5
  10. package/dist/commands/execute/render-bundle.mjs.map +1 -1
  11. package/dist/commands/execute/run.mjs +11 -3
  12. package/dist/commands/execute/run.mjs.map +1 -1
  13. package/dist/commands/inspect/model-io.d.mts +1 -0
  14. package/dist/commands/inspect/model-io.mjs +25 -0
  15. package/dist/commands/inspect/model-io.mjs.map +1 -0
  16. package/dist/commands/inspect/stage-map.mjs +29 -8
  17. package/dist/commands/inspect/stage-map.mjs.map +1 -1
  18. package/dist/commands/inspect/task-list.mjs +52 -6
  19. package/dist/commands/inspect/task-list.mjs.map +1 -1
  20. package/dist/commands/inspect/user-response.mjs +14 -4
  21. package/dist/commands/inspect/user-response.mjs.map +1 -1
  22. package/dist/commands/lifecycle/check-project.d.mts +1 -0
  23. package/dist/commands/lifecycle/check-project.mjs +69 -50
  24. package/dist/commands/lifecycle/check-project.mjs.map +1 -1
  25. package/dist/commands/lifecycle/contract-check.d.mts +1 -0
  26. package/dist/commands/lifecycle/contract-check.mjs +18 -0
  27. package/dist/commands/lifecycle/contract-check.mjs.map +1 -0
  28. package/dist/commands/lifecycle/preflight.mjs +154 -51
  29. package/dist/commands/lifecycle/preflight.mjs.map +1 -1
  30. package/dist/commands/pr/pr.d.mts +1 -0
  31. package/dist/commands/pr/pr.mjs +19 -1
  32. package/dist/commands/pr/pr.mjs.map +1 -1
  33. package/dist/commands/report/agent-activity.mjs +2 -2
  34. package/dist/commands/report/approval-decision.d.mts +1 -0
  35. package/dist/commands/report/approval-decision.mjs +21 -0
  36. package/dist/commands/report/approval-decision.mjs.map +1 -0
  37. package/dist/commands/report/design-snapshot.d.mts +1 -0
  38. package/dist/commands/report/design-snapshot.mjs +19 -0
  39. package/dist/commands/report/design-snapshot.mjs.map +1 -0
  40. package/dist/commands/report/translate.mjs +3 -0
  41. package/dist/commands/report/translate.mjs.map +1 -1
  42. package/dist/lib/host-registry-client.mjs +13 -9
  43. package/dist/lib/host-registry-client.mjs.map +1 -1
  44. package/docs/architecture/storage-model.md +1 -1
  45. package/docs/architecture.md +21 -10
  46. package/docs/cli.md +36 -20
  47. package/docs/container.md +6 -4
  48. package/docs/contributor-change-matrix.md +1 -1
  49. package/docs/for-ai/README.md +2 -2
  50. package/docs/for-ai/skills/okstra-brief-gen.md +5 -3
  51. package/docs/for-ai/skills/okstra-code-review.md +4 -4
  52. package/docs/for-ai/skills/okstra-container-build.md +20 -17
  53. package/docs/for-ai/skills/okstra-inspect.md +20 -23
  54. package/docs/for-ai/skills/okstra-manager.md +19 -18
  55. package/docs/for-ai/skills/okstra-memory.md +2 -2
  56. package/docs/for-ai/skills/okstra-pr-gen.md +3 -3
  57. package/docs/for-ai/skills/okstra-rollup.md +14 -13
  58. package/docs/for-ai/skills/okstra-run.md +7 -3
  59. package/docs/for-ai/skills/okstra-schedule-gen.md +15 -18
  60. package/docs/for-ai/skills/okstra-setup.md +7 -7
  61. package/docs/for-ai/skills/okstra-usage.md +5 -4
  62. package/docs/for-ai/skills/okstra-user-response.md +50 -32
  63. package/docs/project-structure-overview.md +43 -31
  64. package/docs/task-process/implementation-planning.md +2 -2
  65. package/docs/task-process/implementation.md +7 -4
  66. package/package.json +1 -1
  67. package/runtime/BUILD.json +2 -2
  68. package/runtime/agents/workers/claude-worker.md +4 -4
  69. package/runtime/agents/workers/report-writer-worker.md +15 -164
  70. package/runtime/agents/workers/translator-worker.md +5 -13
  71. package/runtime/bin/okstra-error-log.py +51 -11
  72. package/runtime/bin/okstra-report-translate.py +210 -23
  73. package/runtime/prompts/host-orchestration/implementation.md +1 -1
  74. package/runtime/prompts/launch.template.md +9 -12
  75. package/runtime/prompts/lead/adapters/cmux.md +1 -1
  76. package/runtime/prompts/lead/context-loader.md +41 -141
  77. package/runtime/prompts/lead/convergence.md +10 -8
  78. package/runtime/prompts/lead/okstra-lead-contract.md +40 -49
  79. package/runtime/prompts/lead/plan-body-verification.md +217 -23
  80. package/runtime/prompts/lead/report-writer.md +81 -421
  81. package/runtime/prompts/lead/team-contract.md +9 -54
  82. package/runtime/prompts/profiles/_clarification-recommendation.md +5 -4
  83. package/runtime/prompts/profiles/_coding-conventions-preflight.md +3 -2
  84. package/runtime/prompts/profiles/_common-contract.md +4 -4
  85. package/runtime/prompts/profiles/_implementation-deliverable.md +1 -1
  86. package/runtime/prompts/profiles/_implementation-diff-review.md +1 -1
  87. package/runtime/prompts/profiles/_implementation-verifier.md +3 -3
  88. package/runtime/prompts/profiles/change-impact-analysis.md +1 -1
  89. package/runtime/prompts/profiles/error-analysis.md +1 -1
  90. package/runtime/prompts/profiles/feature-analysis.md +1 -1
  91. package/runtime/prompts/profiles/final-verification.md +1 -1
  92. package/runtime/prompts/profiles/implementation-planning.md +20 -12
  93. package/runtime/prompts/profiles/improvement-discovery.md +1 -1
  94. package/runtime/prompts/profiles/project-analysis.md +1 -1
  95. package/runtime/prompts/profiles/release-handoff.md +0 -1
  96. package/runtime/prompts/profiles/requirements-discovery.md +1 -1
  97. package/runtime/prompts/wizard/prompts.ko.json +0 -1
  98. package/runtime/python/okstra_ctl/adapters/hosts/capability_adapter.py +69 -17
  99. package/runtime/python/okstra_ctl/adapters/hosts/claude-code/adapter.py +13 -4
  100. package/runtime/python/okstra_ctl/adapters/hosts/claude-code/relay.md +8 -2
  101. package/runtime/python/okstra_ctl/adapters/hosts/codex/adapter.py +2 -2
  102. package/runtime/python/okstra_ctl/adapters/hosts/codex/relay.md +50 -5
  103. package/runtime/python/okstra_ctl/adapters/hosts/external/relay.md +1 -1
  104. package/runtime/python/okstra_ctl/adapters/hosts/grok/adapter.py +2 -2
  105. package/runtime/python/okstra_ctl/adapters/hosts/grok/relay.md +66 -5
  106. package/runtime/python/okstra_ctl/adapters/providers/grok/adapter.py +70 -2
  107. package/runtime/python/okstra_ctl/agent_activity.py +141 -38
  108. package/runtime/python/okstra_ctl/agent_invocation.py +19 -6
  109. package/runtime/python/okstra_ctl/agent_prompt_cli.py +70 -23
  110. package/runtime/python/okstra_ctl/analysis_inputs.py +5 -4
  111. package/runtime/python/okstra_ctl/analysis_packet.py +124 -3
  112. package/runtime/python/okstra_ctl/approval_decisions.py +328 -0
  113. package/runtime/python/okstra_ctl/attempt_evidence.py +2 -2
  114. package/runtime/python/okstra_ctl/backfill.py +13 -10
  115. package/runtime/python/okstra_ctl/batch.py +2 -4
  116. package/runtime/python/okstra_ctl/build_tools.py +6 -3
  117. package/runtime/python/okstra_ctl/claim_reproduction.py +101 -0
  118. package/runtime/python/okstra_ctl/clarification_items.py +27 -13
  119. package/runtime/python/okstra_ctl/cmux.py +130 -52
  120. package/runtime/python/okstra_ctl/code_review_target.py +34 -8
  121. package/runtime/python/okstra_ctl/consumers.py +5 -4
  122. package/runtime/python/okstra_ctl/container.py +103 -8
  123. package/runtime/python/okstra_ctl/context_cost.py +2 -1
  124. package/runtime/python/okstra_ctl/contract_graph.py +497 -0
  125. package/runtime/python/okstra_ctl/contract_graph_cli.py +62 -0
  126. package/runtime/python/okstra_ctl/convergence.py +338 -17
  127. package/runtime/python/okstra_ctl/convergence_engine.py +10 -18
  128. package/runtime/python/okstra_ctl/convergence_provenance.py +58 -8
  129. package/runtime/python/okstra_ctl/convergence_store.py +55 -34
  130. package/runtime/python/okstra_ctl/design_prep.py +7 -4
  131. package/runtime/python/okstra_ctl/design_snapshot.py +134 -0
  132. package/runtime/python/okstra_ctl/dispatch_core.py +97 -69
  133. package/runtime/python/okstra_ctl/dispatch_state.py +163 -63
  134. package/runtime/python/okstra_ctl/doctor.py +6 -3
  135. package/runtime/python/okstra_ctl/domain/worker_presentation.py +70 -9
  136. package/runtime/python/okstra_ctl/entrypoints/hosts.py +16 -30
  137. package/runtime/python/okstra_ctl/error_log_write.py +35 -30
  138. package/runtime/python/okstra_ctl/error_report.py +26 -1
  139. package/runtime/python/okstra_ctl/error_zip.py +27 -5
  140. package/runtime/python/okstra_ctl/execution_identity.py +3 -2
  141. package/runtime/python/okstra_ctl/execution_manifest.py +7 -4
  142. package/runtime/python/okstra_ctl/execution_mutation_audit.py +6 -2
  143. package/runtime/python/okstra_ctl/final_report_schema.py +26 -17
  144. package/runtime/python/okstra_ctl/fix_cycles.py +2 -2
  145. package/runtime/python/okstra_ctl/fixed_text.py +39 -0
  146. package/runtime/python/okstra_ctl/git_reconcile.py +41 -9
  147. package/runtime/python/okstra_ctl/handoff.py +5 -4
  148. package/runtime/python/okstra_ctl/i18n.py +4 -2
  149. package/runtime/python/okstra_ctl/implementation_direction.py +22 -14
  150. package/runtime/python/okstra_ctl/implementation_outcome.py +4 -7
  151. package/runtime/python/okstra_ctl/incremental_carry.py +130 -17
  152. package/runtime/python/okstra_ctl/incremental_scope.py +12 -4
  153. package/runtime/python/okstra_ctl/index.py +8 -11
  154. package/runtime/python/okstra_ctl/initial_prompt_materialization.py +79 -7
  155. package/runtime/python/okstra_ctl/invocation.py +3 -6
  156. package/runtime/python/okstra_ctl/json_boundary.py +366 -0
  157. package/runtime/python/okstra_ctl/json_registry.py +10 -12
  158. package/runtime/python/okstra_ctl/jsonl.py +19 -2
  159. package/runtime/python/okstra_ctl/lead_events.py +33 -1
  160. package/runtime/python/okstra_ctl/listing.py +3 -3
  161. package/runtime/python/okstra_ctl/log_report.py +24 -2
  162. package/runtime/python/okstra_ctl/manager_cli.py +92 -7
  163. package/runtime/python/okstra_ctl/manager_store.py +12 -10
  164. package/runtime/python/okstra_ctl/material.py +5 -1
  165. package/runtime/python/okstra_ctl/migrate.py +29 -25
  166. package/runtime/python/okstra_ctl/model_cli.py +3 -15
  167. package/runtime/python/okstra_ctl/model_io_cli.py +1051 -0
  168. package/runtime/python/okstra_ctl/mutation_probe.py +13 -4
  169. package/runtime/python/okstra_ctl/pane_reclaim.py +3 -2
  170. package/runtime/python/okstra_ctl/path_hints.py +12 -0
  171. package/runtime/python/okstra_ctl/paths.py +21 -0
  172. package/runtime/python/okstra_ctl/plan_items.py +115 -4
  173. package/runtime/python/okstra_ctl/plan_items_cli.py +626 -34
  174. package/runtime/python/okstra_ctl/ports/worker_dispatch.py +2 -1
  175. package/runtime/python/okstra_ctl/pr_template.py +3 -2
  176. package/runtime/python/okstra_ctl/project_meta.py +5 -7
  177. package/runtime/python/okstra_ctl/recap.py +5 -4
  178. package/runtime/python/okstra_ctl/reconcile.py +21 -27
  179. package/runtime/python/okstra_ctl/registry/host_discovery.py +3 -2
  180. package/runtime/python/okstra_ctl/registry/provider_registry.py +3 -2
  181. package/runtime/python/okstra_ctl/render.py +74 -16
  182. package/runtime/python/okstra_ctl/render_final_report.py +10 -8
  183. package/runtime/python/okstra_ctl/report_assembly.py +509 -0
  184. package/runtime/python/okstra_ctl/report_contract.py +2 -1
  185. package/runtime/python/okstra_ctl/report_finalize.py +67 -32
  186. package/runtime/python/okstra_ctl/report_html/render.py +3 -2
  187. package/runtime/python/okstra_ctl/report_inputs.py +72 -0
  188. package/runtime/python/okstra_ctl/report_language.py +3 -2
  189. package/runtime/python/okstra_ctl/report_markdown.py +81 -8
  190. package/runtime/python/okstra_ctl/report_narrative.py +351 -0
  191. package/runtime/python/okstra_ctl/report_projections.py +265 -0
  192. package/runtime/python/okstra_ctl/report_synthesis_packet.py +518 -0
  193. package/runtime/python/okstra_ctl/report_views.py +3 -2
  194. package/runtime/python/okstra_ctl/rollup.py +65 -4
  195. package/runtime/python/okstra_ctl/run.py +184 -65
  196. package/runtime/python/okstra_ctl/run_audit.py +3 -2
  197. package/runtime/python/okstra_ctl/run_context.py +6 -9
  198. package/runtime/python/okstra_ctl/run_index_row.py +2 -8
  199. package/runtime/python/okstra_ctl/schedule_semantics.py +5 -2
  200. package/runtime/python/okstra_ctl/schema_excerpt.py +15 -8
  201. package/runtime/python/okstra_ctl/session_transcript.py +27 -1
  202. package/runtime/python/okstra_ctl/set_work_status.py +64 -38
  203. package/runtime/python/okstra_ctl/stage_fix_carry.py +8 -6
  204. package/runtime/python/okstra_ctl/stage_ledger.py +132 -18
  205. package/runtime/python/okstra_ctl/stage_map.py +96 -28
  206. package/runtime/python/okstra_ctl/stage_targets.py +3 -4
  207. package/runtime/python/okstra_ctl/team.py +3 -2
  208. package/runtime/python/okstra_ctl/team_reconcile.py +11 -2
  209. package/runtime/python/okstra_ctl/time_report.py +51 -4
  210. package/runtime/python/okstra_ctl/usage_identity.py +2 -1
  211. package/runtime/python/okstra_ctl/usage_report.py +58 -4
  212. package/runtime/python/okstra_ctl/user_response.py +1431 -66
  213. package/runtime/python/okstra_ctl/wizard.py +11 -44
  214. package/runtime/python/okstra_ctl/work_categories.py +3 -2
  215. package/runtime/python/okstra_ctl/worker_dispatch.py +5 -2
  216. package/runtime/python/okstra_ctl/worker_prompt_body.py +49 -3
  217. package/runtime/python/okstra_ctl/worker_prompt_contract.py +3 -2
  218. package/runtime/python/okstra_ctl/worker_prompt_policy.py +31 -3
  219. package/runtime/python/okstra_ctl/worker_runner.py +14 -12
  220. package/runtime/python/okstra_ctl/workflow.py +2 -1
  221. package/runtime/python/okstra_ctl/worktree.py +3 -2
  222. package/runtime/python/okstra_ctl/wrapper_status.py +4 -2
  223. package/runtime/python/okstra_ctl/write_policy.py +4 -2
  224. package/runtime/python/okstra_token_usage/antigravity.py +39 -12
  225. package/runtime/python/okstra_token_usage/collect.py +90 -38
  226. package/runtime/python/okstra_token_usage/grok.py +127 -0
  227. package/runtime/schemas/final-report-v2.0.schema.json +9 -0
  228. package/runtime/schemas/final-report-v3.0.schema.json +10219 -0
  229. package/runtime/schemas/report-narrative-v3.0.schema.json +30 -0
  230. package/runtime/schemas/report-synthesis-packet-v1.0.schema.json +140 -0
  231. package/runtime/skills/okstra-brief-gen/SKILL.md +9 -7
  232. package/runtime/skills/okstra-code-review/SKILL.md +21 -11
  233. package/runtime/skills/okstra-container-build/SKILL.md +18 -18
  234. package/runtime/skills/okstra-inspect/SKILL.md +12 -11
  235. package/runtime/skills/okstra-inspect/facets/error-zip.md +8 -8
  236. package/runtime/skills/okstra-inspect/facets/errors.md +2 -2
  237. package/runtime/skills/okstra-inspect/facets/history.md +9 -14
  238. package/runtime/skills/okstra-inspect/facets/logs.md +2 -2
  239. package/runtime/skills/okstra-inspect/facets/recap.md +5 -5
  240. package/runtime/skills/okstra-inspect/facets/report.md +6 -10
  241. package/runtime/skills/okstra-inspect/facets/status.md +9 -8
  242. package/runtime/skills/okstra-inspect/facets/time.md +3 -3
  243. package/runtime/skills/okstra-manager/SKILL.md +16 -14
  244. package/runtime/skills/okstra-memory/SKILL.md +3 -3
  245. package/runtime/skills/okstra-pr-gen/SKILL.md +5 -4
  246. package/runtime/skills/okstra-rollup/SKILL.md +6 -16
  247. package/runtime/skills/okstra-run/SKILL.md +7 -7
  248. package/runtime/skills/okstra-schedule-gen/SKILL.md +21 -17
  249. package/runtime/skills/okstra-setup/SKILL.md +21 -13
  250. package/runtime/skills/okstra-setup/references/project-config.md +2 -2
  251. package/runtime/skills/okstra-usage/SKILL.md +10 -10
  252. package/runtime/skills/okstra-user-response/SKILL.md +78 -107
  253. package/runtime/templates/report-writer-prompt-preamble.md +29 -19
  254. package/runtime/templates/reports/html/macros/forms.html +6 -4
  255. package/runtime/templates/reports/schedule.template.md +4 -4
  256. package/runtime/templates/worker-error-contract.md +17 -29
  257. package/runtime/validators/validate-run.py +636 -72
  258. package/runtime/validators/validate_session_conformance.py +43 -7
@@ -0,0 +1,30 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://okstra.dev/schemas/report-narrative-v3.0.json",
4
+ "title": "OKSTRA Report Writer Narrative Input (v3.0)",
5
+ "description": "Parsed report-writer Markdown. Only report-writer-owned judgments, plans, summaries, and user explanations are accepted.",
6
+ "type": "object",
7
+ "additionalProperties": false,
8
+ "properties": {
9
+ "humanSummary": {"type": "object"},
10
+ "verdictCard": {"type": "object"},
11
+ "rationale": {"type": "object"},
12
+ "summary": {"type": "array"},
13
+ "ticketCoverage": {"type": "object"},
14
+ "finalVerdict": {"type": "object"},
15
+ "requirementsDiscovery": {"type": "object"},
16
+ "improvementDiscovery": {"type": "object"},
17
+ "errorAnalysis": {"type": "object"},
18
+ "analysisCommon": {"type": "object"},
19
+ "projectAnalysis": {"type": "object"},
20
+ "featureAnalysis": {"type": "object"},
21
+ "changeImpactAnalysis": {"type": "object"},
22
+ "implementationOptionSelection": {"type": "object"},
23
+ "implementationPlanning": {"type": "object"},
24
+ "releaseHandoff": {"type": "object"},
25
+ "implementation": {"type": "object"},
26
+ "finalVerification": {"type": "object"},
27
+ "recommendedNextSteps": {"type": "array"},
28
+ "followUpTasks": {"type": "array"}
29
+ }
30
+ }
@@ -0,0 +1,140 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://okstra.dev/schemas/report-synthesis-packet-v1.0.schema.json",
4
+ "title": "Okstra report synthesis packet",
5
+ "type": "object",
6
+ "required": [
7
+ "schemaVersion",
8
+ "taskKey",
9
+ "taskType",
10
+ "authoringContract",
11
+ "accountingSnapshot",
12
+ "sources"
13
+ ],
14
+ "additionalProperties": false,
15
+ "properties": {
16
+ "schemaVersion": {
17
+ "const": "1.0"
18
+ },
19
+ "taskKey": {
20
+ "type": "string",
21
+ "minLength": 1
22
+ },
23
+ "taskType": {
24
+ "type": "string",
25
+ "minLength": 1
26
+ },
27
+ "authoringContract": {
28
+ "type": "object",
29
+ "required": [
30
+ "resultPath",
31
+ "format",
32
+ "sourcePolicy",
33
+ "instructions",
34
+ "runtimeOwnedContent",
35
+ "validationRules"
36
+ ],
37
+ "additionalProperties": false,
38
+ "properties": {
39
+ "resultPath": {
40
+ "type": "string",
41
+ "minLength": 1
42
+ },
43
+ "format": {
44
+ "const": "report-narrative-v3.0"
45
+ },
46
+ "sourcePolicy": {
47
+ "const": "read-only-synthesis-packet"
48
+ },
49
+ "instructions": {
50
+ "type": "array",
51
+ "minItems": 1,
52
+ "uniqueItems": true,
53
+ "items": {
54
+ "type": "string",
55
+ "minLength": 1
56
+ }
57
+ },
58
+ "runtimeOwnedContent": {
59
+ "type": "array",
60
+ "minItems": 1,
61
+ "uniqueItems": true,
62
+ "items": {
63
+ "type": "string",
64
+ "minLength": 1
65
+ }
66
+ },
67
+ "validationRules": {
68
+ "type": "array",
69
+ "minItems": 1,
70
+ "uniqueItems": true,
71
+ "items": {
72
+ "type": "string",
73
+ "minLength": 1
74
+ }
75
+ }
76
+ }
77
+ },
78
+ "accountingSnapshot": {
79
+ "type": "object",
80
+ "required": [
81
+ "leadSessionIds",
82
+ "leadUsage",
83
+ "workerUsage",
84
+ "usageSummary"
85
+ ],
86
+ "additionalProperties": false,
87
+ "properties": {
88
+ "leadSessionIds": {
89
+ "type": "array",
90
+ "items": {"type": "string"}
91
+ },
92
+ "leadUsage": {"type": "object"},
93
+ "workerUsage": {
94
+ "type": "array",
95
+ "items": {
96
+ "type": "object",
97
+ "required": ["workerId", "role", "usage"],
98
+ "additionalProperties": false,
99
+ "properties": {
100
+ "workerId": {"type": "string", "minLength": 1},
101
+ "role": {"type": "string"},
102
+ "usage": {"type": "object"}
103
+ }
104
+ }
105
+ },
106
+ "usageSummary": {"type": "object"}
107
+ }
108
+ },
109
+ "sources": {
110
+ "type": "array",
111
+ "minItems": 1,
112
+ "items": {
113
+ "type": "object",
114
+ "required": ["label", "owner", "path", "digest", "content"],
115
+ "additionalProperties": false,
116
+ "properties": {
117
+ "label": {
118
+ "type": "string",
119
+ "minLength": 1
120
+ },
121
+ "owner": {
122
+ "type": "string",
123
+ "minLength": 1
124
+ },
125
+ "path": {
126
+ "type": "string",
127
+ "minLength": 1
128
+ },
129
+ "digest": {
130
+ "type": "string",
131
+ "pattern": "^sha256:[0-9a-f]{64}$"
132
+ },
133
+ "content": {
134
+ "type": "string"
135
+ }
136
+ }
137
+ }
138
+ }
139
+ }
140
+ }
@@ -120,10 +120,10 @@ Run one Bash tool call, starting with the literal token `okstra` (never wrapped
120
120
  <!-- END FRAGMENT: bash-invocation-rule -->
121
121
 
122
122
  ```bash
123
- okstra preflight --runtime claude-code --json
123
+ okstra preflight --runtime claude-code
124
124
  ```
125
125
 
126
- Parse the stdout JSON. `ok: true` carry `projectRoot` as a literal string into the steps below. `ok: false` (or `okstra` not on `PATH` at all) tell the user: "okstra not set up — run `/okstra-setup` first." Then stop.
126
+ On `Okstra preflight: ready`, carry the fixed `Project root` line as a literal string into the steps below. On `Okstra preflight: failed` (or `okstra` not on `PATH` at all), show the fixed `Reason` and `Recovery` lines, then stop.
127
127
 
128
128
  <!-- BEGIN FRAGMENT: preflight-outdated-cli -->
129
129
  If the call fails with `unknown command: preflight`, the `okstra` binary on PATH predates this skill — tell the user to update it (`npm i -g okstra@latest`), then stop (`/okstra-setup` does not update the binary).
@@ -328,16 +328,18 @@ command is its own Bash call starting with the literal token `okstra`, per
328
328
  Step 0):
329
329
 
330
330
  ```bash
331
- okstra task-list
331
+ okstra task-list --text
332
332
  ```
333
333
 
334
- Parse the JSON `tasks[]` array. The `taskGroup` field is a **raw display
335
- name, not a slug** — `slugify` each value (lowercase + non-alphanumeric →
336
- `-`) and **dedupe by slug** so case/format variants collapse (e.g.
334
+ Read each fixed `Task group` and `Updated at` line. `Task group` is a **raw
335
+ display name, not a slug** — `slugify` each value (lowercase +
336
+ non-alphanumeric → `-`) and **dedupe by slug** so case/format variants collapse (e.g.
337
337
  `uploadFont` and `uploadfont` are one group, not two). Order distinct slugs
338
338
  by most-recent `updatedAt` and take the **2 most-recent** as recommendations,
339
339
  shown in slug form.
340
340
 
341
+ If `Status` is `error`, report `Failure stage` and `Failure reason`, then stop.
342
+
341
343
  `AskUserQuestion` (single-select):
342
344
 
343
345
  - **Label**: `"Task group?"`
@@ -349,7 +351,7 @@ shown in slug form.
349
351
  When the user picks an existing group, use its value verbatim. When they
350
352
  pick `Enter directly`, take a free-text value via a follow-up question.
351
353
 
352
- If `okstra task-list` returns an empty `tasks[]` (no prior tasks), skip the
354
+ If `okstra task-list --text` returns `Task count: 0` (no prior tasks), skip the
353
355
  picker and ask one free-text question:
354
356
  `"Task group (e.g. backend-api, INV-1234, refactor)"` → `task_group`.
355
357
 
@@ -38,12 +38,12 @@ Run one Bash tool call, starting with the literal token `okstra` (never wrapped
38
38
  <!-- END FRAGMENT: bash-invocation-rule -->
39
39
 
40
40
  ```bash
41
- okstra preflight --runtime claude-code --json
41
+ okstra preflight --runtime claude-code
42
42
  ```
43
43
 
44
- Branch on the stdout JSON:
45
- - `ok: true` → carry `projectRoot` as a literal string; every later step is anchored on it.
46
- - `ok: false` → the check only sees the cwd of the Bash call, so a project that is not the cwd reads as missing setup. Ask whether the user pointed at a specific project directory; if they did, re-run targeting it: `okstra preflight --runtime claude-code --cwd <that-dir> --json` (`--cwd` is the sanctioned way to target a project — a leading `cd` would break the permission match). Only if this **also** returns `ok:false` do you tell the user: "this project has no okstra setup. Run `/okstra-setup` first." Then stop.
44
+ Branch on the fixed first line:
45
+ - `Okstra preflight: ready` → carry `Project root` as a literal string; every later step is anchored on it.
46
+ - `Okstra preflight: failed` → the check only sees the cwd of the Bash call, so a project that is not the cwd can read as missing setup. Ask whether the user pointed at a specific project directory; if they did, re-run targeting it: `okstra preflight --runtime claude-code --cwd <that-dir>` (`--cwd` is the sanctioned way to target a project — a leading `cd` would break the permission match). Only if this also fails do you show `Reason` and `Recovery`, then stop.
47
47
 
48
48
  <!-- BEGIN FRAGMENT: preflight-outdated-cli -->
49
49
  If the call fails with `unknown command: preflight`, the `okstra` binary on PATH predates this skill — tell the user to update it (`npm i -g okstra@latest`), then stop (`/okstra-setup` does not update the binary).
@@ -63,8 +63,8 @@ Pick the mode from what the user actually gave you:
63
63
 
64
64
  **Stage mode.**
65
65
 
66
- 1. `okstra resolve-task-key <token> --project-root <projectRoot> --json` branch on `matches[]`: **0** → report the task cannot be found and stop; **1** → take that entry's `taskKey`; **N** → list the candidates (with `updatedAt`) and ask via a 3-option picker (1–2 recommendations + `Enter directly`).
67
- 2. `okstra stage-map <taskKey> --project <projectRoot> --json` → `stages[]` (`stage_number`, `title`, `depends_on`) and `doneStages[]`.
66
+ 1. A full `project-id:task-group:task-id` token is already the task key. For a bare token, run `okstra model-io task-selection-input --project-root <projectRoot> --task-ref <token>` and branch on the fixed `Match count`, `Task`, and `Updated at` rows: **0** → report the task cannot be found and stop; **1** → take `Task`; **N** → list the candidates and ask via a 3-option picker (1–2 recommendations + `Enter directly`).
67
+ 2. `okstra stage-map <taskKey> --project <projectRoot> --text` → use the fixed `Stages` and `Done stages` count/name/value rows.
68
68
  3. Choose the stage with a 3-option picker — recommend the highest done stage (the work that just finished) first, a second plausible stage if there is one, and `Enter directly` last. Pick silently only when exactly one stage exists.
69
69
 
70
70
  **Branch mode.**
@@ -75,13 +75,23 @@ Pick the mode from what the user actually gave you:
75
75
  **Then call the target CLI.** One call resolves everything the rest of this skill needs; the only reason to call it again is a base the user overrides in the confirmation step below.
76
76
 
77
77
  ```bash
78
- okstra code-review target --task-key <taskKey> --stage <N> --project-root <projectRoot> --json
79
- okstra code-review target --branch <name> [--base <ref>] --project-root <projectRoot> --json
78
+ okstra code-review target --task-key <taskKey> --stage <N> --project-root <projectRoot> --text
79
+ okstra code-review target --branch <name> [--base <ref>] --project-root <projectRoot> --text
80
80
  ```
81
81
 
82
- `ok: true` carries `projectRoot`, `mode`, `worktreePath`, `branch`, `baseCommit`, `headCommit`, `reviewPath`, `round`; stage mode adds `taskKey`, `taskRoot`, `stage`. Carry every field verbatim into the later steps — none of them is recomputed anywhere below.
82
+ `Status: ready` carries `Project root`, `Mode`, `Worktree path`, `Branch`, `Base commit`, `Head commit`, `Review path`, and `Round`; stage mode adds `Task key`, `Task root`, and `Stage`. Carry every field verbatim into the later steps — none of them is recomputed anywhere below.
83
83
 
84
- `ok: false` carries `stage` (a failure code) and `reason`. Report both and stop, unless the Exceptions table names that case.
84
+ `Status: error` carries `Failure stage` and `Failure reason`. Report both and stop, unless the Exceptions table names that case.
85
+
86
+ After the range is resolved, render the only project identity and range values
87
+ that later model prompts may consume:
88
+
89
+ ```bash
90
+ okstra model-io code-review-input --project-root <projectRoot> --base <baseCommit> --head <headCommit>
91
+ ```
92
+
93
+ Carry this fixed Markdown view into the census and reviewer prompts. Do not
94
+ pass task manifests, target-CLI JSON, or arbitrary JSON fields to a reviewer.
85
95
 
86
96
  **You never derive the base.** Pass `--base <ref>` only when the user named one; otherwise the CLI resolves it. `baseCommit` is a **ref, not necessarily a commit id** — a caller-supplied `--base` passes through verbatim — so use it as given in `git diff <baseCommit>..<headCommit>` and never present it as "commit `<sha>`".
87
97
 
@@ -181,7 +191,7 @@ generatedAt: <YYYY-MM-DD HH:MM>
181
191
 
182
192
  | Situation | Handling |
183
193
  |---|---|
184
- | `preflight` returns `ok:false` | retry with `--cwd <dir>`; if that also fails, tell the user to run `/okstra-setup` first and stop |
194
+ | `preflight` reports `Okstra preflight: failed` | retry with `--cwd <dir>`; if that also fails, tell the user to run `/okstra-setup` first and stop |
185
195
  | `unknown command: code-review` | the `okstra` binary predates this skill — tell the user to update it (`npm i -g okstra@latest`) and stop |
186
196
  | `worktreePath` is empty | not a hard stop and not a missing stage: run git in `projectRoot` against the stage's `branch` ref and continue |
187
197
  | `baseCommit` is not an ancestor of `headCommit` — `git -C <workdir> rev-list --count <headCommit>..<baseCommit>` returns a **non-zero** count, meaning a rebase or squash rewrote the history the stage was recorded against, and `<baseCommit>..<headCommit>` would drag predecessor work in backwards | code-review is read-only, so do not force a reconcile. Offer two options: review against the branch's current tip, or run `okstra git-reconcile` first and retry |
@@ -25,10 +25,10 @@ Run one Bash tool call, starting with the literal token `okstra` (never wrapped
25
25
  <!-- END FRAGMENT: bash-invocation-rule -->
26
26
 
27
27
  ```bash
28
- okstra preflight --runtime claude-code --json
28
+ okstra preflight --runtime claude-code
29
29
  ```
30
30
 
31
- Parse the stdout JSON. `ok: true` carry `projectRoot` as a literal string and pass it as `--project-root <projectRoot>` to every `okstra container` call below. `ok: false` tell the user to run `/okstra-setup` first, then stop.
31
+ On `Okstra preflight: ready`, carry the fixed `Project root` line and pass it as `--project-root <projectRoot>` to every `okstra container` call below. On `Okstra preflight: failed`, show `Reason` and `Recovery`, then stop.
32
32
 
33
33
  <!-- BEGIN FRAGMENT: preflight-outdated-cli -->
34
34
  If the call fails with `unknown command: preflight`, the `okstra` binary on PATH predates this skill — tell the user to update it (`npm i -g okstra@latest`), then stop (`/okstra-setup` does not update the binary).
@@ -61,7 +61,7 @@ When the user chains multiple facets in one message (e.g. "bring it up, then sho
61
61
  Every sub-command needs a **task-key** (`<project-id>:<task-group>:<task-id>`) — the container group is bound to one implementation task's worktree. Resolve it the same way across sub-commands:
62
62
 
63
63
  1. If the user gave a full task-key, use it.
64
- 2. If the user gave only a task-id, resolve it via `okstra resolve-task-key <task-id> --project-root <projectRoot> --json` and branch on the stdout `matches[]`: single → use its `taskKey`; multiple → list candidates and ask (3-option picker); none → report not found.
64
+ 2. If the user gave only a task-id, run `okstra model-io task-selection-input --project-root <projectRoot> --task-ref <task-id>`. Use the fixed `Selection status`, `Task key`, and numbered `Candidate` lines: one match → use its task key; multiple → list candidates and ask (3-option picker); none → report not found.
65
65
  3. `down --all` is the only call that does not need a task-key (see `down`).
66
66
 
67
67
  ---
@@ -78,12 +78,12 @@ Brings up the task's container group: integrates the implementation stages into
78
78
  Run:
79
79
 
80
80
  ```bash
81
- okstra container up --project-root <projectRoot> --task-key <task-key>
81
+ okstra container up --project-root <projectRoot> --task-key <task-key> --text
82
82
  ```
83
83
 
84
- Parse the stdout JSON and report the provisioned services and the watcher pane. If a service failed its healthcheck, the call surfaces the failing services and the `docker compose ... logs` line to inspect — relay that line; do not invent your own.
84
+ Read the fixed output fields and report the provisioned services and watcher pane. If a service failed its healthcheck, the call surfaces the failing services and the `docker compose ... logs` line to inspect — relay that line; do not invent your own.
85
85
 
86
- After a successful `up`, tell the user how to reach the running build (the compose file's published ports) and that `okstra container status <task-key>` / `okstra container down <task-key>` manage it from here. For *what to verify* once it is up, point the user to the implementation report's §5.7.9 Manual User Test (Draft) — its steps and expected results are the manual test script for this build.
86
+ After a successful `up`, run the `status --text` command below and read its numbered container `ports` fields to tell the user how to reach the running build. Also explain that `okstra container status <task-key>` / `okstra container down <task-key>` manage it from here. For *what to verify* once it is up, point the user to the implementation report's §5.7.9 Manual User Test (Draft) — its steps and expected results are the manual test script for this build.
87
87
 
88
88
  ---
89
89
 
@@ -92,10 +92,10 @@ After a successful `up`, tell the user how to reach the running build (the compo
92
92
  Reports the running containers (queried by run-trace label — the source of truth for "is it up") plus the watcher metadata recorded in the registry.
93
93
 
94
94
  ```bash
95
- okstra container status --project-root <projectRoot> --task-key <task-key>
95
+ okstra container status --project-root <projectRoot> --task-key <task-key> --text
96
96
  ```
97
97
 
98
- Parse the stdout JSON (`{projectName, containers, watchers}`) and report:
98
+ Read the fixed `Project name`, `Containers`, and `Watchers` fields and report:
99
99
 
100
100
  | Field | Meaning |
101
101
  |---|---|
@@ -112,16 +112,16 @@ If `containers` is empty, say the group is not running and offer `up`. Treat the
112
112
  The live log stream lives in the tmux watcher pane, not in a file. This sub-command points at the watcher findings directory and the per-service watcher state.
113
113
 
114
114
  ```bash
115
- okstra container logs --project-root <projectRoot> --task-key <task-key>
115
+ okstra container logs --project-root <projectRoot> --task-key <task-key> --text
116
116
  ```
117
117
 
118
118
  Add `--service <name>` to scope to one service:
119
119
 
120
120
  ```bash
121
- okstra container logs --project-root <projectRoot> --task-key <task-key> --service <service>
121
+ okstra container logs --project-root <projectRoot> --task-key <task-key> --service <service> --text
122
122
  ```
123
123
 
124
- Parse the stdout JSON (`{watchersDir, watchers}`). Report the `watchersDir` host path (under `~/.okstra/...`-style project artifacts — display the absolute path the CLI returns) and the watcher entries. Explain that the live stream is in the attached tmux pane; to see raw container logs the user runs `docker compose -p <projectName> logs -f <service>` (get `<projectName>` from `status`).
124
+ Read the fixed `Watchers dir` and numbered `Watchers` fields. Report the host path and watcher entries. Explain that the live stream is in the attached tmux pane; to see raw container logs the user runs `docker compose -p <projectName> logs -f <service>` (get `<projectName>` from `status`).
125
125
 
126
126
  ---
127
127
 
@@ -130,10 +130,10 @@ Parse the stdout JSON (`{watchersDir, watchers}`). Report the `watchersDir` host
130
130
  Reaps the watcher/tail tmux panes for the task **without stopping the containers**. Use when the user wants to silence the monitor but keep the build running.
131
131
 
132
132
  ```bash
133
- okstra container stop-watcher --project-root <projectRoot> --task-key <task-key>
133
+ okstra container stop-watcher --project-root <projectRoot> --task-key <task-key> --text
134
134
  ```
135
135
 
136
- Parse the stdout JSON (`{reapedPanes, note}`). Confirm which panes were reaped and that the containers are still running (the `note` says so). If the user actually wants the containers gone, route to `down`.
136
+ Read the fixed `Reaped panes` and `Note` fields. Confirm which panes were reaped and that the containers are still running. If the user actually wants the containers gone, route to `down`.
137
137
 
138
138
  ---
139
139
 
@@ -144,23 +144,23 @@ Tears down the container group (removes containers found by the run-trace label)
144
144
  Single task:
145
145
 
146
146
  ```bash
147
- okstra container down --project-root <projectRoot> --task-key <task-key>
147
+ okstra container down --project-root <projectRoot> --task-key <task-key> --text
148
148
  ```
149
149
 
150
150
  Every container group in the project (no task-key needed):
151
151
 
152
152
  ```bash
153
- okstra container down --project-root <projectRoot> --all
153
+ okstra container down --project-root <projectRoot> --all --text
154
154
  ```
155
155
 
156
- Parse the stdout JSON (`{downed, orphanPanesReaped}`). Report each torn-down `projectName` and the orphan panes reaped. `down` runs `docker compose -p <name> down --remove-orphans` — a compose-native teardown that removes the project's containers and the compose network, but deliberately keeps named volumes (e.g. DB data) by NOT passing `-v`. Confirm with the user before running `--all`, since it takes down every okstra container group in the project at once. A single-task `down` is safe to run directly once the task-key is resolved.
156
+ Read the fixed `Downed` and `Orphan panes reaped` fields. Report each torn-down project name and the orphan panes reaped. `down` runs `docker compose -p <name> down --remove-orphans` — a compose-native teardown that removes the project's containers and the compose network, but deliberately keeps named volumes (e.g. DB data) by NOT passing `-v`. Confirm with the user before running `--all`, since it takes down every okstra container group in the project at once. A single-task `down` is safe to run directly once the task-key is resolved.
157
157
 
158
158
  ---
159
159
 
160
160
  ## Output Rules (shared)
161
161
 
162
162
  - Responses should be concise and written in Korean unless the user requests otherwise.
163
- - The stdout JSON from each `okstra container` call is the source of truth — do not run raw `docker` commands to second-guess it unless the CLI fails and the user explicitly asks for a manual fallback.
163
+ - The fixed text fields from each `okstra container` call are the source of truth — do not run raw `docker` commands to second-guess them unless the CLI fails and the user explicitly asks for a manual fallback.
164
164
  - Show the resolved `<task-key>` in the heading so the user can confirm disambiguation.
165
165
  - Surface failure messages from the CLI verbatim (compose-up failures, missing worktree/compose file) — do not paraphrase the remediation line.
166
- - Display container/service states as-is from the JSON; do not normalize or remap.
166
+ - Display container/service states as-is from the fixed fields; do not normalize or remap.
@@ -28,14 +28,14 @@ Run one Bash tool call, starting with the literal token `okstra` (never wrapped
28
28
  <!-- END FRAGMENT: bash-invocation-rule -->
29
29
 
30
30
  ```bash
31
- okstra preflight --runtime claude-code --json
31
+ okstra preflight --runtime claude-code
32
32
  ```
33
33
 
34
- The project check only sees the cwd of the Bash call. When the user is asking about a project that is **not** the cwd (a sibling repo, a monorepo subdir, or a project named explicitly in the request), the bare form resolves to the wrong project or none and returns `ok:false` — a false negative, not a missing setup; do not hard-stop on it.
34
+ The project check only sees the cwd of the Bash call. When the user is asking about a project that is **not** the cwd (a sibling repo, a monorepo subdir, or a project named explicitly in the request), the bare form can report `Okstra preflight: failed` — a false negative, not a missing setup; do not hard-stop on it.
35
35
 
36
- Branch on the stdout JSON:
37
- - `ok: true` → carry `projectRoot` as a literal string; it is the base for every sub-command step below.
38
- - `ok: false` → before concluding "no setup", ask whether the user pointed at a specific project directory. If they did, re-run targeting it: `okstra preflight --runtime claude-code --cwd <that-dir> --json` (`--cwd` is the sanctioned way to target a project — a leading `cd` would break the permission match). Only if this **also** returns `ok:false` do you tell the user: "this project has no okstra setup. Run `/okstra-setup` first." Then stop.
36
+ Branch on the fixed first line:
37
+ - `Okstra preflight: ready` → carry `Project root` as a literal string; it is the base for every sub-command step below.
38
+ - `Okstra preflight: failed` → before concluding "no setup", ask whether the user pointed at a specific project directory. If they did, re-run targeting it: `okstra preflight --runtime claude-code --cwd <that-dir>` (`--cwd` is the sanctioned way to target a project — a leading `cd` would break the permission match). Only if this also fails do you show `Reason` and `Recovery`, then stop.
39
39
 
40
40
  <!-- BEGIN FRAGMENT: preflight-outdated-cli -->
41
41
  If the call fails with `unknown command: preflight`, the `okstra` binary on PATH predates this skill — tell the user to update it (`npm i -g okstra@latest`), then stop (`/okstra-setup` does not update the binary).
@@ -59,13 +59,14 @@ When the user chains multiple facets in one message (e.g. "status, and then time
59
59
 
60
60
  ### Standard task-key resolution (0/1/N)
61
61
 
62
- Facets that accept a bare token (a task-id like `DEV-9184` **or** a task-group like `PROD`) resolve it with the shared resolver (SSOT — `scripts/okstra_ctl/resolve_task_key.py` / `okstra_project.resolve_task_reference`). The resolver matches the token as a task-id **and** as a task-group, unioning both (a group expands to its member tasks); each entry carries `_matchedVia` (`"taskId"` | `"taskGroup"`):
62
+ Facets that accept a bare token (a task-id like `DEV-9184` **or** a task-group like `PROD`) resolve it through the fixed text projection:
63
63
 
64
64
  ```bash
65
- okstra resolve-task-key <token> --project-root <projectRoot> --json
65
+ okstra model-io task-selection-input --project-root <projectRoot> --task-ref <token>
66
66
  ```
67
67
 
68
- Branch on the stdout JSON `matches[]`:
68
+ Branch on `Match count` in the projection and use only its repeated `Task`,
69
+ `Updated at`, and `Matched via` lines:
69
70
  - **0** → report the task cannot be found. Do not guess.
70
71
  - **1** → use that entry's `taskKey`.
71
72
  - **N** → list the candidate `taskKey`s (with `updatedAt`, and `_matchedVia` so the user sees which came from a task-id vs a task-group) and ask via a 3-option picker (1–2 recommendations + `Enter directly`), then use the chosen `taskKey`.
@@ -74,8 +75,8 @@ Branch on the stdout JSON `matches[]`:
74
75
 
75
76
  When a facet needs a task but the user did not name one:
76
77
 
77
- 1. Read `.okstra/discovery/task-catalog.json`.
78
- 2. If exactly one task exists, use it.
78
+ 1. Run `okstra model-io task-selection-input --project-root <projectRoot>`.
79
+ 2. Branch on `Match count`; if exactly one task exists, use it.
79
80
  3. If multiple tasks exist, show the latest 10 by `updatedAt` as real task-keys and ask which one. Do not guess, and do not answer with placeholder forms only.
80
81
 
81
82
  ## Output Rules (shared)
@@ -84,7 +85,7 @@ When a facet needs a task but the user did not name one:
84
85
  status values the first time each appears — the reader has not seen the report you are summarizing.
85
86
  - Use project-relative paths whenever possible.
86
87
  - If there is no recent report, display `--`.
87
- - If a specific task does not exist, explicitly state that it cannot be found based on `task-catalog.json`.
88
+ - If a specific task does not exist, explicitly state that the task resolver returned no match.
88
89
  - If `awaitingApproval` is true, clearly indicate that the task is awaiting user approval.
89
90
  - Display status fields as-is from disk (`completed`, `contract-violated`, `todo`, `error`, empty, ...). Do not normalize or remap.
90
91
  - Dates in `YYYY-MM-DD HH:MM` format.
@@ -10,23 +10,23 @@ Collect and anonymize the okstra run errors (`runs/*/logs/errors-*.jsonl`) of ev
10
10
 
11
11
  ### error-zip.1 — Decide the output path (picker)
12
12
 
13
- Read the previous output path from `lastOutputPath` in `~/.okstra/error-zip.json`. If that value exists, present it in a 3-option picker:
13
+ First run the fixed text projection below. If `Previous output path` is not `-`,
14
+ offer it as the recommended first option. Otherwise recommend
15
+ `~/okstra-error-feedback-<YYYY-MM-DD>.zip`. Keep `Enter directly` last.
14
16
 
15
- 1. (previous path exists) reuse `<lastOutputPath>` — recommended, first option.
16
- (no previous path) propose the default path `~/okstra-error-feedback-<YYYY-MM-DD>.zip` — recommended.
17
- 2. Enter directly (always the last option).
18
-
19
- Read `~/.okstra/error-zip.json` directly with Read (if absent, treat it as no previous path).
17
+ ```bash
18
+ okstra model-io error-zip-input
19
+ ```
20
20
 
21
21
  ### error-zip.2 — Run the renderer
22
22
 
23
23
  ```bash
24
- okstra error-zip --out <resolved-path>
24
+ okstra error-zip --out <resolved-path> --text
25
25
  ```
26
26
 
27
27
  ### error-zip.3 — Report the summary
28
28
 
29
- Parse the stdout JSON and report:
29
+ Use the fixed text labels and report:
30
30
 
31
31
  | Field | Source |
32
32
  |---|---|
@@ -23,14 +23,14 @@ If the user asks for an error report without naming a task, apply the core no-ta
23
23
  Use the CLI output as the source of truth:
24
24
 
25
25
  ```bash
26
- okstra error-report <resolved-target> --project-root <projectRoot>
26
+ okstra error-report <resolved-target> --project-root <projectRoot> --text
27
27
  ```
28
28
 
29
29
  For a task-root path, run `okstra error-report <path>` directly. Do not parse the jsonl files by hand unless the CLI fails and the user explicitly asks for a manual fallback.
30
30
 
31
31
  ### errors.3 — Summarize output
32
32
 
33
- Parse the stdout JSON and report:
33
+ Use the fixed text labels and report:
34
34
 
35
35
  | Field | Source |
36
36
  |---|---|
@@ -8,16 +8,16 @@ Trigger phrases: "okstra history", "past runs", "run history", "re-run", "list t
8
8
 
9
9
  **Re-run vs Resume — decide upfront.** Re-run = start a fresh run (new run-seq, new manifest, new report) reusing an old run's parameters → `history.3`. Resume = continue an interrupted Claude session for an existing run, no new run-seq → `history.4`. If the user is ambiguous, ask — defaulting to the wrong one either wastes a fresh run-seq or silently abandons a recoverable session.
10
10
 
11
- ### history.1 — Read the task catalog
11
+ ### history.1 — Project task history
12
12
 
13
- 1. Read `.okstra/discovery/task-catalog.json`.
13
+ 1. Run `okstra model-io history-input --project-root <projectRoot>`.
14
14
  2. Apply filters from user input (all optional, AND-combined):
15
15
  - `--task-type <type>` → keep entries whose `taskType` matches.
16
16
  - `--latest-run-status <status>` → keep entries whose `latestRunStatus` matches (`completed`, `contract-violated`, `error`).
17
17
  - `--task-group <group>` → keep entries whose `taskGroup` matches.
18
18
  3. Sort by `updatedAt` desc.
19
19
  4. Page: default `--limit 20`. If truncated, add `... <N> more (pass --limit <N> to see all)`.
20
- 5. Extract: `taskKey`, `taskType`, `currentStatus`, `latestRunStatus`, `latestRunManifestPath`, `updatedAt`, `latestReportRecordPath`, `latestResumeCommandPath`, `historyTimelinePath`.
20
+ 5. Use the task/status/time/report lines emitted by the fixed text projection.
21
21
 
22
22
  ```markdown
23
23
  ## okstra Task History — <project-id>
@@ -28,19 +28,14 @@ Trigger phrases: "okstra history", "past runs", "run history", "re-run", "list t
28
28
  | 2 | proj:group:id2 | final-verification | todo | error | 2026-04-04 15:30 | -- |
29
29
  ```
30
30
 
31
- **Catalog absent fallback.** Do NOT bail out. Manifests on disk are the source of truth.
32
-
33
- 1. Glob `<projectRoot>/.okstra/tasks/*/*/task-manifest.json`.
34
- 2. For each manifest, read the same fields as above.
35
- 3. Apply the same filters/sort/limit and print the same table, prefixed with: `note: task-catalog.json missing; reconstructed from task manifests on disk.`
36
- 4. Only if the glob yields zero manifests: `There is no okstra execution history yet.`
31
+ If stdout `taskCount` is zero, answer `There is no okstra execution history yet.`
37
32
 
38
33
  ### history.2 — Run history by task
39
34
 
40
35
  When a user selects a specific task:
41
36
 
42
- 1. Retrieve `historyTimelinePath`, read `runs` array.
43
- 2. Extract: `runTimestamp`, `runDateTimeSegment`, `taskType`, `status`, `runManifestPath`, `reportPath`, `resumeCommandPath`, `relatedTasks`.
37
+ 1. Run `okstra model-io history-input --project-root <projectRoot> --task-ref <task-key>`.
38
+ 2. Use each numbered run block for chronological status, report, run-manifest, and resume paths.
44
39
 
45
40
  ```markdown
46
41
  ## Runs for <task-key>
@@ -56,7 +51,7 @@ When a user selects a specific task:
56
51
  Builds a fresh run — new run-seq, new manifest, new report — using parameters from a previous `run-manifest-*.json`. Does NOT touch old artifacts; use `history.4` to continue an interrupted session.
57
52
 
58
53
  1. Pick the source run-manifest: `runManifestPath` from `history.2`, or task's `latestRunManifestPath` from `history.1`. Note: `latestRunManifestPath` is projected from the timeline's latest run, so it is empty when the task has no recorded run yet (timeline absent) — in that case fall back to a `history.2` per-run `runManifestPath`, or ask the user.
59
- 2. Read the manifest and extract required arguments:
54
+ 2. Run `okstra model-io rerun-input --run-manifest <runManifestPath>` and use its required argument lines:
60
55
  - `projectId` → `--project-id`
61
56
  - `taskGroup` → `--task-group`
62
57
  - `taskId` → `--task-id`
@@ -67,7 +62,7 @@ Builds a fresh run — new run-seq, new manifest, new report — using parameter
67
62
  - `relatedTasks` → `--related-tasks`
68
63
  - model overrides → `--claude-model`, `--codex-model`, `--antigravity-model`
69
64
  - for `taskType: implementation`: `teamContract.executor.provider` → `--executor <claude|codex|antigravity>` when different from `claude`.
70
- 4. **`taskType: implementation` only — resolve `--base-ref`:** base ref is NOT in the run-manifest; it lives in the worktree registry at `~/.okstra/worktrees/registry.json`. If a worktree is already registered, existing branch & base are reused — omit `--base-ref` unless the user explicitly wants a different starting point. If no worktree is registered (cleaned up), `--base-ref` is mandatory ask the user before running.
65
+ 4. **`taskType: implementation` only — resolve `--base-ref`:** do not inspect the worktree registry. Omit `--base-ref` to reuse an existing registration. If the launch reports that no worktree is registered and a base is required, ask the user before retrying.
71
66
  5. Display the assembled command:
72
67
  ```bash
73
68
  ~/.okstra/bin/okstra.sh \
@@ -84,7 +79,7 @@ Builds a fresh run — new run-seq, new manifest, new report — using parameter
84
79
 
85
80
  Continues an existing Claude session for an unfinished run. Does NOT create a new run-seq — for a fresh dispatch use `history.3`.
86
81
 
87
- 1. Read `latestResumeCommandPath` from `history.1` (or `resumeCommandPath` from a `history.2` timeline entry).
82
+ 1. Use `Latest resume command` from status input or `Resume command` from a history run block.
88
83
  2. Verify the file exists on disk.
89
84
  3. If it exists: `bash <resume-command-path>`.
90
85
  4. If the path is empty or the file is missing: `No resume script available for this run. Use 'history.3' to start a fresh run instead.`
@@ -21,10 +21,10 @@ The log is rewritten from scratch at each dispatch — only the latest run for a
21
21
  ### logs.1 — Inventory
22
22
 
23
23
  ```bash
24
- okstra log-report --project-root <projectRoot> --json
24
+ okstra log-report --project-root <projectRoot> --text
25
25
  ```
26
26
 
27
- Scans `<projectRoot>/.okstra/tasks/**/runs/*/prompts/*.log` and parses task/phase/worker/seq from each path. Returns (sizes are **raw bytes**, mtimes **epoch seconds**):
27
+ Scans `<projectRoot>/.okstra/tasks/**/runs/*/prompts/*.log` and returns fixed labeled text (sizes are **raw bytes**, mtimes **epoch seconds**):
28
28
  - `topLargest[]` — `{path, sizeBytes, mtimeEpoch, taskKey, taskGroup, taskId, phase, worker, seq}`, size desc (widen with `--top <N>`)
29
29
  - `perTask[]` — `{taskKey, fileCount, totalBytes, oldestEpoch, newestEpoch}`, total-size desc
30
30
  - `totals` — `{fileCount, totalBytes, taskCount}`