py-gzkit 0.18.1__tar.gz

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 (1193) hide show
  1. py_gzkit-0.18.1/.agents/skills/airlineops-parity-scan/SKILL.md +138 -0
  2. py_gzkit-0.18.1/.agents/skills/format/SKILL.md +51 -0
  3. py_gzkit-0.18.1/.agents/skills/git-sync/SKILL.md +58 -0
  4. py_gzkit-0.18.1/.agents/skills/gz-adr-audit/SKILL.md +276 -0
  5. py_gzkit-0.18.1/.agents/skills/gz-adr-audit/assets/AUDIT.template.md +92 -0
  6. py_gzkit-0.18.1/.agents/skills/gz-adr-audit/assets/AUDIT_PLAN.template.md +64 -0
  7. py_gzkit-0.18.1/.agents/skills/gz-adr-autolink/SKILL.md +43 -0
  8. py_gzkit-0.18.1/.agents/skills/gz-adr-check/SKILL.md +44 -0
  9. py_gzkit-0.18.1/.agents/skills/gz-adr-closeout-ceremony/SKILL.md +354 -0
  10. py_gzkit-0.18.1/.agents/skills/gz-adr-create/SKILL.md +243 -0
  11. py_gzkit-0.18.1/.agents/skills/gz-adr-create/assets/ADR_TEMPLATE_SEMVER.md +252 -0
  12. py_gzkit-0.18.1/.agents/skills/gz-adr-emit-receipt/SKILL.md +29 -0
  13. py_gzkit-0.18.1/.agents/skills/gz-adr-emit-receipt/agents/openai.yaml +4 -0
  14. py_gzkit-0.18.1/.agents/skills/gz-adr-eval/SKILL.md +206 -0
  15. py_gzkit-0.18.1/.agents/skills/gz-adr-eval/assets/ADR_EVALUATION_FRAMEWORK.md +496 -0
  16. py_gzkit-0.18.1/.agents/skills/gz-adr-manager/SKILL.md +40 -0
  17. py_gzkit-0.18.1/.agents/skills/gz-adr-map/SKILL.md +43 -0
  18. py_gzkit-0.18.1/.agents/skills/gz-adr-promote/SKILL.md +47 -0
  19. py_gzkit-0.18.1/.agents/skills/gz-adr-promote/agents/openai.yaml +4 -0
  20. py_gzkit-0.18.1/.agents/skills/gz-adr-recon/SKILL.md +42 -0
  21. py_gzkit-0.18.1/.agents/skills/gz-adr-status/SKILL.md +66 -0
  22. py_gzkit-0.18.1/.agents/skills/gz-adr-sync/SKILL.md +47 -0
  23. py_gzkit-0.18.1/.agents/skills/gz-adr-verification/SKILL.md +42 -0
  24. py_gzkit-0.18.1/.agents/skills/gz-agent-sync/SKILL.md +35 -0
  25. py_gzkit-0.18.1/.agents/skills/gz-agent-sync/agents/openai.yaml +4 -0
  26. py_gzkit-0.18.1/.agents/skills/gz-arb/SKILL.md +47 -0
  27. py_gzkit-0.18.1/.agents/skills/gz-attest/SKILL.md +29 -0
  28. py_gzkit-0.18.1/.agents/skills/gz-attest/agents/openai.yaml +4 -0
  29. py_gzkit-0.18.1/.agents/skills/gz-audit/SKILL.md +29 -0
  30. py_gzkit-0.18.1/.agents/skills/gz-audit/agents/openai.yaml +4 -0
  31. py_gzkit-0.18.1/.agents/skills/gz-check/SKILL.md +52 -0
  32. py_gzkit-0.18.1/.agents/skills/gz-check/agents/openai.yaml +4 -0
  33. py_gzkit-0.18.1/.agents/skills/gz-check-config-paths/SKILL.md +30 -0
  34. py_gzkit-0.18.1/.agents/skills/gz-check-config-paths/agents/openai.yaml +4 -0
  35. py_gzkit-0.18.1/.agents/skills/gz-chore-runner/SKILL.md +95 -0
  36. py_gzkit-0.18.1/.agents/skills/gz-cli-audit/SKILL.md +30 -0
  37. py_gzkit-0.18.1/.agents/skills/gz-cli-audit/agents/openai.yaml +4 -0
  38. py_gzkit-0.18.1/.agents/skills/gz-closeout/SKILL.md +29 -0
  39. py_gzkit-0.18.1/.agents/skills/gz-closeout/agents/openai.yaml +4 -0
  40. py_gzkit-0.18.1/.agents/skills/gz-constitute/SKILL.md +29 -0
  41. py_gzkit-0.18.1/.agents/skills/gz-constitute/agents/openai.yaml +4 -0
  42. py_gzkit-0.18.1/.agents/skills/gz-gates/SKILL.md +29 -0
  43. py_gzkit-0.18.1/.agents/skills/gz-gates/agents/openai.yaml +4 -0
  44. py_gzkit-0.18.1/.agents/skills/gz-implement/SKILL.md +29 -0
  45. py_gzkit-0.18.1/.agents/skills/gz-implement/agents/openai.yaml +4 -0
  46. py_gzkit-0.18.1/.agents/skills/gz-init/SKILL.md +29 -0
  47. py_gzkit-0.18.1/.agents/skills/gz-init/agents/openai.yaml +4 -0
  48. py_gzkit-0.18.1/.agents/skills/gz-interview/SKILL.md +29 -0
  49. py_gzkit-0.18.1/.agents/skills/gz-interview/agents/openai.yaml +4 -0
  50. py_gzkit-0.18.1/.agents/skills/gz-migrate-semver/SKILL.md +29 -0
  51. py_gzkit-0.18.1/.agents/skills/gz-migrate-semver/agents/openai.yaml +4 -0
  52. py_gzkit-0.18.1/.agents/skills/gz-obpi-audit/README.md +35 -0
  53. py_gzkit-0.18.1/.agents/skills/gz-obpi-audit/SKILL.md +325 -0
  54. py_gzkit-0.18.1/.agents/skills/gz-obpi-brief/SKILL.md +98 -0
  55. py_gzkit-0.18.1/.agents/skills/gz-obpi-brief/assets/HEAVY_LANE_PLAN_TEMPLATE.md +94 -0
  56. py_gzkit-0.18.1/.agents/skills/gz-obpi-brief/assets/OBPI_BRIEF-template.md +784 -0
  57. py_gzkit-0.18.1/.agents/skills/gz-obpi-lock/SKILL.md +202 -0
  58. py_gzkit-0.18.1/.agents/skills/gz-obpi-pipeline/SKILL.md +589 -0
  59. py_gzkit-0.18.1/.agents/skills/gz-obpi-reconcile/README.md +50 -0
  60. py_gzkit-0.18.1/.agents/skills/gz-obpi-reconcile/SKILL.md +314 -0
  61. py_gzkit-0.18.1/.agents/skills/gz-obpi-sync/SKILL.md +161 -0
  62. py_gzkit-0.18.1/.agents/skills/gz-plan/SKILL.md +36 -0
  63. py_gzkit-0.18.1/.agents/skills/gz-plan/agents/openai.yaml +4 -0
  64. py_gzkit-0.18.1/.agents/skills/gz-plan-audit/SKILL.md +273 -0
  65. py_gzkit-0.18.1/.agents/skills/gz-plan-audit/agents/openai.yaml +4 -0
  66. py_gzkit-0.18.1/.agents/skills/gz-prd/SKILL.md +29 -0
  67. py_gzkit-0.18.1/.agents/skills/gz-prd/agents/openai.yaml +4 -0
  68. py_gzkit-0.18.1/.agents/skills/gz-register-adrs/SKILL.md +29 -0
  69. py_gzkit-0.18.1/.agents/skills/gz-register-adrs/agents/openai.yaml +4 -0
  70. py_gzkit-0.18.1/.agents/skills/gz-session-handoff/SKILL.md +259 -0
  71. py_gzkit-0.18.1/.agents/skills/gz-session-handoff/assets/handoff-template.md +72 -0
  72. py_gzkit-0.18.1/.agents/skills/gz-session-handoff/assets/staleness-rules.md +64 -0
  73. py_gzkit-0.18.1/.agents/skills/gz-specify/SKILL.md +29 -0
  74. py_gzkit-0.18.1/.agents/skills/gz-specify/agents/openai.yaml +4 -0
  75. py_gzkit-0.18.1/.agents/skills/gz-state/SKILL.md +30 -0
  76. py_gzkit-0.18.1/.agents/skills/gz-state/agents/openai.yaml +4 -0
  77. py_gzkit-0.18.1/.agents/skills/gz-status/SKILL.md +30 -0
  78. py_gzkit-0.18.1/.agents/skills/gz-status/agents/openai.yaml +4 -0
  79. py_gzkit-0.18.1/.agents/skills/gz-superbook/SKILL.md +53 -0
  80. py_gzkit-0.18.1/.agents/skills/gz-tidy/SKILL.md +66 -0
  81. py_gzkit-0.18.1/.agents/skills/gz-tidy/agents/openai.yaml +4 -0
  82. py_gzkit-0.18.1/.agents/skills/gz-typecheck/SKILL.md +30 -0
  83. py_gzkit-0.18.1/.agents/skills/gz-typecheck/agents/openai.yaml +4 -0
  84. py_gzkit-0.18.1/.agents/skills/gz-validate/SKILL.md +30 -0
  85. py_gzkit-0.18.1/.agents/skills/gz-validate/agents/openai.yaml +4 -0
  86. py_gzkit-0.18.1/.agents/skills/lint/SKILL.md +51 -0
  87. py_gzkit-0.18.1/.agents/skills/test/SKILL.md +51 -0
  88. py_gzkit-0.18.1/.claude/agents/git-sync-repo.md +30 -0
  89. py_gzkit-0.18.1/.claude/agents/implementer.md +45 -0
  90. py_gzkit-0.18.1/.claude/agents/narrator.md +40 -0
  91. py_gzkit-0.18.1/.claude/agents/quality-reviewer.md +47 -0
  92. py_gzkit-0.18.1/.claude/agents/spec-reviewer.md +59 -0
  93. py_gzkit-0.18.1/.claude/commands/commit.md +28 -0
  94. py_gzkit-0.18.1/.claude/hooks/README.md +60 -0
  95. py_gzkit-0.18.1/.claude/hooks/control-surface-sync.py +83 -0
  96. py_gzkit-0.18.1/.claude/hooks/instruction-router.py +203 -0
  97. py_gzkit-0.18.1/.claude/hooks/ledger-writer.py +69 -0
  98. py_gzkit-0.18.1/.claude/hooks/obpi-completion-validator.py +383 -0
  99. py_gzkit-0.18.1/.claude/hooks/pipeline-completion-reminder.py +82 -0
  100. py_gzkit-0.18.1/.claude/hooks/pipeline-gate.py +100 -0
  101. py_gzkit-0.18.1/.claude/hooks/pipeline-router.py +71 -0
  102. py_gzkit-0.18.1/.claude/hooks/plan-audit-gate.py +174 -0
  103. py_gzkit-0.18.1/.claude/hooks/post-edit-ruff.py +68 -0
  104. py_gzkit-0.18.1/.claude/hooks/session-staleness-check.py +116 -0
  105. py_gzkit-0.18.1/.claude/rules/adr-audit.md +46 -0
  106. py_gzkit-0.18.1/.claude/rules/arb.md +83 -0
  107. py_gzkit-0.18.1/.claude/rules/chores.md +65 -0
  108. py_gzkit-0.18.1/.claude/rules/cli.md +88 -0
  109. py_gzkit-0.18.1/.claude/rules/cross-platform.md +71 -0
  110. py_gzkit-0.18.1/.claude/rules/gate5-runbook-code-covenant.md +38 -0
  111. py_gzkit-0.18.1/.claude/rules/gh-cli.md +34 -0
  112. py_gzkit-0.18.1/.claude/rules/governance-core.md +29 -0
  113. py_gzkit-0.18.1/.claude/rules/models.md +45 -0
  114. py_gzkit-0.18.1/.claude/rules/pythonic.md +43 -0
  115. py_gzkit-0.18.1/.claude/rules/tests.md +52 -0
  116. py_gzkit-0.18.1/.claude/settings.json +76 -0
  117. py_gzkit-0.18.1/.claude/settings.local.example.json +9 -0
  118. py_gzkit-0.18.1/.claude/skills/airlineops-parity-scan/SKILL.md +138 -0
  119. py_gzkit-0.18.1/.claude/skills/format/SKILL.md +51 -0
  120. py_gzkit-0.18.1/.claude/skills/git-sync/SKILL.md +58 -0
  121. py_gzkit-0.18.1/.claude/skills/gz-adr-audit/SKILL.md +276 -0
  122. py_gzkit-0.18.1/.claude/skills/gz-adr-audit/assets/AUDIT.template.md +92 -0
  123. py_gzkit-0.18.1/.claude/skills/gz-adr-audit/assets/AUDIT_PLAN.template.md +64 -0
  124. py_gzkit-0.18.1/.claude/skills/gz-adr-autolink/SKILL.md +43 -0
  125. py_gzkit-0.18.1/.claude/skills/gz-adr-check/SKILL.md +44 -0
  126. py_gzkit-0.18.1/.claude/skills/gz-adr-closeout-ceremony/SKILL.md +354 -0
  127. py_gzkit-0.18.1/.claude/skills/gz-adr-create/SKILL.md +243 -0
  128. py_gzkit-0.18.1/.claude/skills/gz-adr-create/assets/ADR_TEMPLATE_SEMVER.md +252 -0
  129. py_gzkit-0.18.1/.claude/skills/gz-adr-emit-receipt/SKILL.md +29 -0
  130. py_gzkit-0.18.1/.claude/skills/gz-adr-emit-receipt/agents/openai.yaml +4 -0
  131. py_gzkit-0.18.1/.claude/skills/gz-adr-eval/SKILL.md +206 -0
  132. py_gzkit-0.18.1/.claude/skills/gz-adr-eval/assets/ADR_EVALUATION_FRAMEWORK.md +496 -0
  133. py_gzkit-0.18.1/.claude/skills/gz-adr-manager/SKILL.md +40 -0
  134. py_gzkit-0.18.1/.claude/skills/gz-adr-map/SKILL.md +43 -0
  135. py_gzkit-0.18.1/.claude/skills/gz-adr-promote/SKILL.md +47 -0
  136. py_gzkit-0.18.1/.claude/skills/gz-adr-promote/agents/openai.yaml +4 -0
  137. py_gzkit-0.18.1/.claude/skills/gz-adr-recon/SKILL.md +42 -0
  138. py_gzkit-0.18.1/.claude/skills/gz-adr-status/SKILL.md +66 -0
  139. py_gzkit-0.18.1/.claude/skills/gz-adr-sync/SKILL.md +47 -0
  140. py_gzkit-0.18.1/.claude/skills/gz-adr-verification/SKILL.md +42 -0
  141. py_gzkit-0.18.1/.claude/skills/gz-agent-sync/SKILL.md +35 -0
  142. py_gzkit-0.18.1/.claude/skills/gz-agent-sync/agents/openai.yaml +4 -0
  143. py_gzkit-0.18.1/.claude/skills/gz-arb/SKILL.md +47 -0
  144. py_gzkit-0.18.1/.claude/skills/gz-attest/SKILL.md +29 -0
  145. py_gzkit-0.18.1/.claude/skills/gz-attest/agents/openai.yaml +4 -0
  146. py_gzkit-0.18.1/.claude/skills/gz-audit/SKILL.md +29 -0
  147. py_gzkit-0.18.1/.claude/skills/gz-audit/agents/openai.yaml +4 -0
  148. py_gzkit-0.18.1/.claude/skills/gz-check/SKILL.md +52 -0
  149. py_gzkit-0.18.1/.claude/skills/gz-check/agents/openai.yaml +4 -0
  150. py_gzkit-0.18.1/.claude/skills/gz-check-config-paths/SKILL.md +30 -0
  151. py_gzkit-0.18.1/.claude/skills/gz-check-config-paths/agents/openai.yaml +4 -0
  152. py_gzkit-0.18.1/.claude/skills/gz-chore-runner/SKILL.md +95 -0
  153. py_gzkit-0.18.1/.claude/skills/gz-cli-audit/SKILL.md +30 -0
  154. py_gzkit-0.18.1/.claude/skills/gz-cli-audit/agents/openai.yaml +4 -0
  155. py_gzkit-0.18.1/.claude/skills/gz-closeout/SKILL.md +29 -0
  156. py_gzkit-0.18.1/.claude/skills/gz-closeout/agents/openai.yaml +4 -0
  157. py_gzkit-0.18.1/.claude/skills/gz-constitute/SKILL.md +29 -0
  158. py_gzkit-0.18.1/.claude/skills/gz-constitute/agents/openai.yaml +4 -0
  159. py_gzkit-0.18.1/.claude/skills/gz-gates/SKILL.md +29 -0
  160. py_gzkit-0.18.1/.claude/skills/gz-gates/agents/openai.yaml +4 -0
  161. py_gzkit-0.18.1/.claude/skills/gz-implement/SKILL.md +29 -0
  162. py_gzkit-0.18.1/.claude/skills/gz-implement/agents/openai.yaml +4 -0
  163. py_gzkit-0.18.1/.claude/skills/gz-init/SKILL.md +29 -0
  164. py_gzkit-0.18.1/.claude/skills/gz-init/agents/openai.yaml +4 -0
  165. py_gzkit-0.18.1/.claude/skills/gz-interview/SKILL.md +29 -0
  166. py_gzkit-0.18.1/.claude/skills/gz-interview/agents/openai.yaml +4 -0
  167. py_gzkit-0.18.1/.claude/skills/gz-migrate-semver/SKILL.md +29 -0
  168. py_gzkit-0.18.1/.claude/skills/gz-migrate-semver/agents/openai.yaml +4 -0
  169. py_gzkit-0.18.1/.claude/skills/gz-obpi-audit/README.md +35 -0
  170. py_gzkit-0.18.1/.claude/skills/gz-obpi-audit/SKILL.md +325 -0
  171. py_gzkit-0.18.1/.claude/skills/gz-obpi-brief/SKILL.md +98 -0
  172. py_gzkit-0.18.1/.claude/skills/gz-obpi-brief/assets/HEAVY_LANE_PLAN_TEMPLATE.md +94 -0
  173. py_gzkit-0.18.1/.claude/skills/gz-obpi-brief/assets/OBPI_BRIEF-template.md +784 -0
  174. py_gzkit-0.18.1/.claude/skills/gz-obpi-lock/SKILL.md +202 -0
  175. py_gzkit-0.18.1/.claude/skills/gz-obpi-pipeline/SKILL.md +589 -0
  176. py_gzkit-0.18.1/.claude/skills/gz-obpi-reconcile/README.md +50 -0
  177. py_gzkit-0.18.1/.claude/skills/gz-obpi-reconcile/SKILL.md +314 -0
  178. py_gzkit-0.18.1/.claude/skills/gz-obpi-sync/SKILL.md +161 -0
  179. py_gzkit-0.18.1/.claude/skills/gz-plan/SKILL.md +36 -0
  180. py_gzkit-0.18.1/.claude/skills/gz-plan/agents/openai.yaml +4 -0
  181. py_gzkit-0.18.1/.claude/skills/gz-plan-audit/SKILL.md +273 -0
  182. py_gzkit-0.18.1/.claude/skills/gz-plan-audit/agents/openai.yaml +4 -0
  183. py_gzkit-0.18.1/.claude/skills/gz-prd/SKILL.md +29 -0
  184. py_gzkit-0.18.1/.claude/skills/gz-prd/agents/openai.yaml +4 -0
  185. py_gzkit-0.18.1/.claude/skills/gz-register-adrs/SKILL.md +29 -0
  186. py_gzkit-0.18.1/.claude/skills/gz-register-adrs/agents/openai.yaml +4 -0
  187. py_gzkit-0.18.1/.claude/skills/gz-session-handoff/SKILL.md +259 -0
  188. py_gzkit-0.18.1/.claude/skills/gz-session-handoff/assets/handoff-template.md +72 -0
  189. py_gzkit-0.18.1/.claude/skills/gz-session-handoff/assets/staleness-rules.md +64 -0
  190. py_gzkit-0.18.1/.claude/skills/gz-specify/SKILL.md +29 -0
  191. py_gzkit-0.18.1/.claude/skills/gz-specify/agents/openai.yaml +4 -0
  192. py_gzkit-0.18.1/.claude/skills/gz-state/SKILL.md +30 -0
  193. py_gzkit-0.18.1/.claude/skills/gz-state/agents/openai.yaml +4 -0
  194. py_gzkit-0.18.1/.claude/skills/gz-status/SKILL.md +30 -0
  195. py_gzkit-0.18.1/.claude/skills/gz-status/agents/openai.yaml +4 -0
  196. py_gzkit-0.18.1/.claude/skills/gz-superbook/SKILL.md +53 -0
  197. py_gzkit-0.18.1/.claude/skills/gz-tidy/SKILL.md +66 -0
  198. py_gzkit-0.18.1/.claude/skills/gz-tidy/agents/openai.yaml +4 -0
  199. py_gzkit-0.18.1/.claude/skills/gz-typecheck/SKILL.md +30 -0
  200. py_gzkit-0.18.1/.claude/skills/gz-typecheck/agents/openai.yaml +4 -0
  201. py_gzkit-0.18.1/.claude/skills/gz-validate/SKILL.md +30 -0
  202. py_gzkit-0.18.1/.claude/skills/gz-validate/agents/openai.yaml +4 -0
  203. py_gzkit-0.18.1/.claude/skills/lint/SKILL.md +51 -0
  204. py_gzkit-0.18.1/.claude/skills/test/SKILL.md +51 -0
  205. py_gzkit-0.18.1/.copilotignore +4 -0
  206. py_gzkit-0.18.1/.github/AGENTS.md +32 -0
  207. py_gzkit-0.18.1/.github/copilot/hooks/ledger-writer.py +69 -0
  208. py_gzkit-0.18.1/.github/copilot-instructions.md +84 -0
  209. py_gzkit-0.18.1/.github/discovery-index.json +97 -0
  210. py_gzkit-0.18.1/.github/instructions/README.md +21 -0
  211. py_gzkit-0.18.1/.github/instructions/adr_audit.instructions.md +45 -0
  212. py_gzkit-0.18.1/.github/instructions/arb.instructions.md +86 -0
  213. py_gzkit-0.18.1/.github/instructions/chores.instructions.md +62 -0
  214. py_gzkit-0.18.1/.github/instructions/cli.instructions.md +87 -0
  215. py_gzkit-0.18.1/.github/instructions/cross_platform.instructions.md +69 -0
  216. py_gzkit-0.18.1/.github/instructions/gate5_runbook_code_covenant.instructions.md +36 -0
  217. py_gzkit-0.18.1/.github/instructions/gh_cli.instructions.md +32 -0
  218. py_gzkit-0.18.1/.github/instructions/governance_core.instructions.md +32 -0
  219. py_gzkit-0.18.1/.github/instructions/models.instructions.md +44 -0
  220. py_gzkit-0.18.1/.github/instructions/pythonic.instructions.md +42 -0
  221. py_gzkit-0.18.1/.github/instructions/tests.instructions.md +51 -0
  222. py_gzkit-0.18.1/.github/skills/AGENTS.md +62 -0
  223. py_gzkit-0.18.1/.github/skills/airlineops-parity-scan/SKILL.md +138 -0
  224. py_gzkit-0.18.1/.github/skills/format/SKILL.md +51 -0
  225. py_gzkit-0.18.1/.github/skills/git-sync/SKILL.md +58 -0
  226. py_gzkit-0.18.1/.github/skills/gz-adr-audit/SKILL.md +276 -0
  227. py_gzkit-0.18.1/.github/skills/gz-adr-audit/assets/AUDIT.template.md +92 -0
  228. py_gzkit-0.18.1/.github/skills/gz-adr-audit/assets/AUDIT_PLAN.template.md +64 -0
  229. py_gzkit-0.18.1/.github/skills/gz-adr-autolink/SKILL.md +43 -0
  230. py_gzkit-0.18.1/.github/skills/gz-adr-check/SKILL.md +44 -0
  231. py_gzkit-0.18.1/.github/skills/gz-adr-closeout-ceremony/SKILL.md +354 -0
  232. py_gzkit-0.18.1/.github/skills/gz-adr-create/SKILL.md +243 -0
  233. py_gzkit-0.18.1/.github/skills/gz-adr-create/assets/ADR_TEMPLATE_SEMVER.md +252 -0
  234. py_gzkit-0.18.1/.github/skills/gz-adr-emit-receipt/SKILL.md +29 -0
  235. py_gzkit-0.18.1/.github/skills/gz-adr-emit-receipt/agents/openai.yaml +4 -0
  236. py_gzkit-0.18.1/.github/skills/gz-adr-eval/SKILL.md +206 -0
  237. py_gzkit-0.18.1/.github/skills/gz-adr-eval/assets/ADR_EVALUATION_FRAMEWORK.md +496 -0
  238. py_gzkit-0.18.1/.github/skills/gz-adr-manager/SKILL.md +40 -0
  239. py_gzkit-0.18.1/.github/skills/gz-adr-map/SKILL.md +43 -0
  240. py_gzkit-0.18.1/.github/skills/gz-adr-promote/SKILL.md +47 -0
  241. py_gzkit-0.18.1/.github/skills/gz-adr-promote/agents/openai.yaml +4 -0
  242. py_gzkit-0.18.1/.github/skills/gz-adr-recon/SKILL.md +42 -0
  243. py_gzkit-0.18.1/.github/skills/gz-adr-status/SKILL.md +66 -0
  244. py_gzkit-0.18.1/.github/skills/gz-adr-sync/SKILL.md +47 -0
  245. py_gzkit-0.18.1/.github/skills/gz-adr-verification/SKILL.md +42 -0
  246. py_gzkit-0.18.1/.github/skills/gz-agent-sync/SKILL.md +35 -0
  247. py_gzkit-0.18.1/.github/skills/gz-agent-sync/agents/openai.yaml +4 -0
  248. py_gzkit-0.18.1/.github/skills/gz-arb/SKILL.md +47 -0
  249. py_gzkit-0.18.1/.github/skills/gz-attest/SKILL.md +29 -0
  250. py_gzkit-0.18.1/.github/skills/gz-attest/agents/openai.yaml +4 -0
  251. py_gzkit-0.18.1/.github/skills/gz-audit/SKILL.md +29 -0
  252. py_gzkit-0.18.1/.github/skills/gz-audit/agents/openai.yaml +4 -0
  253. py_gzkit-0.18.1/.github/skills/gz-check/SKILL.md +52 -0
  254. py_gzkit-0.18.1/.github/skills/gz-check/agents/openai.yaml +4 -0
  255. py_gzkit-0.18.1/.github/skills/gz-check-config-paths/SKILL.md +30 -0
  256. py_gzkit-0.18.1/.github/skills/gz-check-config-paths/agents/openai.yaml +4 -0
  257. py_gzkit-0.18.1/.github/skills/gz-chore-runner/SKILL.md +95 -0
  258. py_gzkit-0.18.1/.github/skills/gz-cli-audit/SKILL.md +30 -0
  259. py_gzkit-0.18.1/.github/skills/gz-cli-audit/agents/openai.yaml +4 -0
  260. py_gzkit-0.18.1/.github/skills/gz-closeout/SKILL.md +29 -0
  261. py_gzkit-0.18.1/.github/skills/gz-closeout/agents/openai.yaml +4 -0
  262. py_gzkit-0.18.1/.github/skills/gz-constitute/SKILL.md +29 -0
  263. py_gzkit-0.18.1/.github/skills/gz-constitute/agents/openai.yaml +4 -0
  264. py_gzkit-0.18.1/.github/skills/gz-gates/SKILL.md +29 -0
  265. py_gzkit-0.18.1/.github/skills/gz-gates/agents/openai.yaml +4 -0
  266. py_gzkit-0.18.1/.github/skills/gz-implement/SKILL.md +29 -0
  267. py_gzkit-0.18.1/.github/skills/gz-implement/agents/openai.yaml +4 -0
  268. py_gzkit-0.18.1/.github/skills/gz-init/SKILL.md +29 -0
  269. py_gzkit-0.18.1/.github/skills/gz-init/agents/openai.yaml +4 -0
  270. py_gzkit-0.18.1/.github/skills/gz-interview/SKILL.md +29 -0
  271. py_gzkit-0.18.1/.github/skills/gz-interview/agents/openai.yaml +4 -0
  272. py_gzkit-0.18.1/.github/skills/gz-migrate-semver/SKILL.md +29 -0
  273. py_gzkit-0.18.1/.github/skills/gz-migrate-semver/agents/openai.yaml +4 -0
  274. py_gzkit-0.18.1/.github/skills/gz-obpi-audit/README.md +35 -0
  275. py_gzkit-0.18.1/.github/skills/gz-obpi-audit/SKILL.md +325 -0
  276. py_gzkit-0.18.1/.github/skills/gz-obpi-brief/SKILL.md +98 -0
  277. py_gzkit-0.18.1/.github/skills/gz-obpi-brief/assets/HEAVY_LANE_PLAN_TEMPLATE.md +94 -0
  278. py_gzkit-0.18.1/.github/skills/gz-obpi-brief/assets/OBPI_BRIEF-template.md +784 -0
  279. py_gzkit-0.18.1/.github/skills/gz-obpi-lock/SKILL.md +202 -0
  280. py_gzkit-0.18.1/.github/skills/gz-obpi-pipeline/SKILL.md +589 -0
  281. py_gzkit-0.18.1/.github/skills/gz-obpi-reconcile/README.md +50 -0
  282. py_gzkit-0.18.1/.github/skills/gz-obpi-reconcile/SKILL.md +314 -0
  283. py_gzkit-0.18.1/.github/skills/gz-obpi-sync/SKILL.md +161 -0
  284. py_gzkit-0.18.1/.github/skills/gz-plan/SKILL.md +36 -0
  285. py_gzkit-0.18.1/.github/skills/gz-plan/agents/openai.yaml +4 -0
  286. py_gzkit-0.18.1/.github/skills/gz-plan-audit/SKILL.md +273 -0
  287. py_gzkit-0.18.1/.github/skills/gz-plan-audit/agents/openai.yaml +4 -0
  288. py_gzkit-0.18.1/.github/skills/gz-prd/SKILL.md +29 -0
  289. py_gzkit-0.18.1/.github/skills/gz-prd/agents/openai.yaml +4 -0
  290. py_gzkit-0.18.1/.github/skills/gz-register-adrs/SKILL.md +29 -0
  291. py_gzkit-0.18.1/.github/skills/gz-register-adrs/agents/openai.yaml +4 -0
  292. py_gzkit-0.18.1/.github/skills/gz-session-handoff/SKILL.md +259 -0
  293. py_gzkit-0.18.1/.github/skills/gz-session-handoff/assets/handoff-template.md +72 -0
  294. py_gzkit-0.18.1/.github/skills/gz-session-handoff/assets/staleness-rules.md +64 -0
  295. py_gzkit-0.18.1/.github/skills/gz-specify/SKILL.md +29 -0
  296. py_gzkit-0.18.1/.github/skills/gz-specify/agents/openai.yaml +4 -0
  297. py_gzkit-0.18.1/.github/skills/gz-state/SKILL.md +30 -0
  298. py_gzkit-0.18.1/.github/skills/gz-state/agents/openai.yaml +4 -0
  299. py_gzkit-0.18.1/.github/skills/gz-status/SKILL.md +30 -0
  300. py_gzkit-0.18.1/.github/skills/gz-status/agents/openai.yaml +4 -0
  301. py_gzkit-0.18.1/.github/skills/gz-superbook/SKILL.md +53 -0
  302. py_gzkit-0.18.1/.github/skills/gz-tidy/SKILL.md +66 -0
  303. py_gzkit-0.18.1/.github/skills/gz-tidy/agents/openai.yaml +4 -0
  304. py_gzkit-0.18.1/.github/skills/gz-typecheck/SKILL.md +30 -0
  305. py_gzkit-0.18.1/.github/skills/gz-typecheck/agents/openai.yaml +4 -0
  306. py_gzkit-0.18.1/.github/skills/gz-validate/SKILL.md +30 -0
  307. py_gzkit-0.18.1/.github/skills/gz-validate/agents/openai.yaml +4 -0
  308. py_gzkit-0.18.1/.github/skills/lint/SKILL.md +51 -0
  309. py_gzkit-0.18.1/.github/skills/test/SKILL.md +51 -0
  310. py_gzkit-0.18.1/.github/workflows/docs.yml +49 -0
  311. py_gzkit-0.18.1/.github/workflows/release.yml +110 -0
  312. py_gzkit-0.18.1/.gitignore +57 -0
  313. py_gzkit-0.18.1/.gitleaksignore +1 -0
  314. py_gzkit-0.18.1/.gzkit/README.md +41 -0
  315. py_gzkit-0.18.1/.gzkit/governance/ontology.json +150 -0
  316. py_gzkit-0.18.1/.gzkit/governance/ontology.schema.json +338 -0
  317. py_gzkit-0.18.1/.gzkit/insights/agent-insights.jsonl +13 -0
  318. py_gzkit-0.18.1/.gzkit/ledger.jsonl +1011 -0
  319. py_gzkit-0.18.1/.gzkit/lessons/.gitkeep +0 -0
  320. py_gzkit-0.18.1/.gzkit/manifest.json +61 -0
  321. py_gzkit-0.18.1/.gzkit/prompts/claude-alignment-tidy.md +98 -0
  322. py_gzkit-0.18.1/.gzkit/rules/adr-audit.md +47 -0
  323. py_gzkit-0.18.1/.gzkit/rules/arb.md +88 -0
  324. py_gzkit-0.18.1/.gzkit/rules/chores.md +66 -0
  325. py_gzkit-0.18.1/.gzkit/rules/cli.md +89 -0
  326. py_gzkit-0.18.1/.gzkit/rules/cross-platform.md +72 -0
  327. py_gzkit-0.18.1/.gzkit/rules/gate5-runbook-code-covenant.md +39 -0
  328. py_gzkit-0.18.1/.gzkit/rules/gh-cli.md +35 -0
  329. py_gzkit-0.18.1/.gzkit/rules/governance-core.md +34 -0
  330. py_gzkit-0.18.1/.gzkit/rules/models.md +46 -0
  331. py_gzkit-0.18.1/.gzkit/rules/pythonic.md +44 -0
  332. py_gzkit-0.18.1/.gzkit/rules/tests.md +53 -0
  333. py_gzkit-0.18.1/.gzkit/schemas/rule.schema.json +21 -0
  334. py_gzkit-0.18.1/.gzkit/schemas/skill.schema.json +52 -0
  335. py_gzkit-0.18.1/.gzkit/skills/airlineops-parity-scan/SKILL.md +138 -0
  336. py_gzkit-0.18.1/.gzkit/skills/format/SKILL.md +51 -0
  337. py_gzkit-0.18.1/.gzkit/skills/git-sync/SKILL.md +58 -0
  338. py_gzkit-0.18.1/.gzkit/skills/gz-adr-audit/SKILL.md +276 -0
  339. py_gzkit-0.18.1/.gzkit/skills/gz-adr-audit/assets/AUDIT.template.md +92 -0
  340. py_gzkit-0.18.1/.gzkit/skills/gz-adr-audit/assets/AUDIT_PLAN.template.md +64 -0
  341. py_gzkit-0.18.1/.gzkit/skills/gz-adr-autolink/SKILL.md +43 -0
  342. py_gzkit-0.18.1/.gzkit/skills/gz-adr-check/SKILL.md +44 -0
  343. py_gzkit-0.18.1/.gzkit/skills/gz-adr-closeout-ceremony/SKILL.md +354 -0
  344. py_gzkit-0.18.1/.gzkit/skills/gz-adr-create/SKILL.md +243 -0
  345. py_gzkit-0.18.1/.gzkit/skills/gz-adr-create/assets/ADR_TEMPLATE_SEMVER.md +252 -0
  346. py_gzkit-0.18.1/.gzkit/skills/gz-adr-emit-receipt/SKILL.md +29 -0
  347. py_gzkit-0.18.1/.gzkit/skills/gz-adr-emit-receipt/agents/openai.yaml +4 -0
  348. py_gzkit-0.18.1/.gzkit/skills/gz-adr-eval/SKILL.md +206 -0
  349. py_gzkit-0.18.1/.gzkit/skills/gz-adr-eval/assets/ADR_EVALUATION_FRAMEWORK.md +496 -0
  350. py_gzkit-0.18.1/.gzkit/skills/gz-adr-manager/SKILL.md +40 -0
  351. py_gzkit-0.18.1/.gzkit/skills/gz-adr-map/SKILL.md +43 -0
  352. py_gzkit-0.18.1/.gzkit/skills/gz-adr-promote/SKILL.md +47 -0
  353. py_gzkit-0.18.1/.gzkit/skills/gz-adr-promote/agents/openai.yaml +4 -0
  354. py_gzkit-0.18.1/.gzkit/skills/gz-adr-recon/SKILL.md +42 -0
  355. py_gzkit-0.18.1/.gzkit/skills/gz-adr-status/SKILL.md +66 -0
  356. py_gzkit-0.18.1/.gzkit/skills/gz-adr-sync/SKILL.md +47 -0
  357. py_gzkit-0.18.1/.gzkit/skills/gz-adr-verification/SKILL.md +42 -0
  358. py_gzkit-0.18.1/.gzkit/skills/gz-agent-sync/SKILL.md +35 -0
  359. py_gzkit-0.18.1/.gzkit/skills/gz-agent-sync/agents/openai.yaml +4 -0
  360. py_gzkit-0.18.1/.gzkit/skills/gz-arb/SKILL.md +47 -0
  361. py_gzkit-0.18.1/.gzkit/skills/gz-attest/SKILL.md +29 -0
  362. py_gzkit-0.18.1/.gzkit/skills/gz-attest/agents/openai.yaml +4 -0
  363. py_gzkit-0.18.1/.gzkit/skills/gz-audit/SKILL.md +29 -0
  364. py_gzkit-0.18.1/.gzkit/skills/gz-audit/agents/openai.yaml +4 -0
  365. py_gzkit-0.18.1/.gzkit/skills/gz-check/SKILL.md +52 -0
  366. py_gzkit-0.18.1/.gzkit/skills/gz-check/agents/openai.yaml +4 -0
  367. py_gzkit-0.18.1/.gzkit/skills/gz-check-config-paths/SKILL.md +30 -0
  368. py_gzkit-0.18.1/.gzkit/skills/gz-check-config-paths/agents/openai.yaml +4 -0
  369. py_gzkit-0.18.1/.gzkit/skills/gz-chore-runner/SKILL.md +95 -0
  370. py_gzkit-0.18.1/.gzkit/skills/gz-cli-audit/SKILL.md +30 -0
  371. py_gzkit-0.18.1/.gzkit/skills/gz-cli-audit/agents/openai.yaml +4 -0
  372. py_gzkit-0.18.1/.gzkit/skills/gz-closeout/SKILL.md +29 -0
  373. py_gzkit-0.18.1/.gzkit/skills/gz-closeout/agents/openai.yaml +4 -0
  374. py_gzkit-0.18.1/.gzkit/skills/gz-constitute/SKILL.md +29 -0
  375. py_gzkit-0.18.1/.gzkit/skills/gz-constitute/agents/openai.yaml +4 -0
  376. py_gzkit-0.18.1/.gzkit/skills/gz-gates/SKILL.md +29 -0
  377. py_gzkit-0.18.1/.gzkit/skills/gz-gates/agents/openai.yaml +4 -0
  378. py_gzkit-0.18.1/.gzkit/skills/gz-implement/SKILL.md +29 -0
  379. py_gzkit-0.18.1/.gzkit/skills/gz-implement/agents/openai.yaml +4 -0
  380. py_gzkit-0.18.1/.gzkit/skills/gz-init/SKILL.md +29 -0
  381. py_gzkit-0.18.1/.gzkit/skills/gz-init/agents/openai.yaml +4 -0
  382. py_gzkit-0.18.1/.gzkit/skills/gz-interview/SKILL.md +29 -0
  383. py_gzkit-0.18.1/.gzkit/skills/gz-interview/agents/openai.yaml +4 -0
  384. py_gzkit-0.18.1/.gzkit/skills/gz-migrate-semver/SKILL.md +29 -0
  385. py_gzkit-0.18.1/.gzkit/skills/gz-migrate-semver/agents/openai.yaml +4 -0
  386. py_gzkit-0.18.1/.gzkit/skills/gz-obpi-audit/README.md +35 -0
  387. py_gzkit-0.18.1/.gzkit/skills/gz-obpi-audit/SKILL.md +325 -0
  388. py_gzkit-0.18.1/.gzkit/skills/gz-obpi-brief/SKILL.md +98 -0
  389. py_gzkit-0.18.1/.gzkit/skills/gz-obpi-brief/assets/HEAVY_LANE_PLAN_TEMPLATE.md +94 -0
  390. py_gzkit-0.18.1/.gzkit/skills/gz-obpi-brief/assets/OBPI_BRIEF-template.md +784 -0
  391. py_gzkit-0.18.1/.gzkit/skills/gz-obpi-lock/SKILL.md +202 -0
  392. py_gzkit-0.18.1/.gzkit/skills/gz-obpi-pipeline/SKILL.md +589 -0
  393. py_gzkit-0.18.1/.gzkit/skills/gz-obpi-reconcile/README.md +50 -0
  394. py_gzkit-0.18.1/.gzkit/skills/gz-obpi-reconcile/SKILL.md +314 -0
  395. py_gzkit-0.18.1/.gzkit/skills/gz-obpi-sync/SKILL.md +161 -0
  396. py_gzkit-0.18.1/.gzkit/skills/gz-plan/SKILL.md +36 -0
  397. py_gzkit-0.18.1/.gzkit/skills/gz-plan/agents/openai.yaml +4 -0
  398. py_gzkit-0.18.1/.gzkit/skills/gz-plan-audit/SKILL.md +273 -0
  399. py_gzkit-0.18.1/.gzkit/skills/gz-plan-audit/agents/openai.yaml +4 -0
  400. py_gzkit-0.18.1/.gzkit/skills/gz-prd/SKILL.md +29 -0
  401. py_gzkit-0.18.1/.gzkit/skills/gz-prd/agents/openai.yaml +4 -0
  402. py_gzkit-0.18.1/.gzkit/skills/gz-register-adrs/SKILL.md +29 -0
  403. py_gzkit-0.18.1/.gzkit/skills/gz-register-adrs/agents/openai.yaml +4 -0
  404. py_gzkit-0.18.1/.gzkit/skills/gz-session-handoff/SKILL.md +259 -0
  405. py_gzkit-0.18.1/.gzkit/skills/gz-session-handoff/assets/handoff-template.md +72 -0
  406. py_gzkit-0.18.1/.gzkit/skills/gz-session-handoff/assets/staleness-rules.md +64 -0
  407. py_gzkit-0.18.1/.gzkit/skills/gz-specify/SKILL.md +29 -0
  408. py_gzkit-0.18.1/.gzkit/skills/gz-specify/agents/openai.yaml +4 -0
  409. py_gzkit-0.18.1/.gzkit/skills/gz-state/SKILL.md +30 -0
  410. py_gzkit-0.18.1/.gzkit/skills/gz-state/agents/openai.yaml +4 -0
  411. py_gzkit-0.18.1/.gzkit/skills/gz-status/SKILL.md +30 -0
  412. py_gzkit-0.18.1/.gzkit/skills/gz-status/agents/openai.yaml +4 -0
  413. py_gzkit-0.18.1/.gzkit/skills/gz-superbook/SKILL.md +53 -0
  414. py_gzkit-0.18.1/.gzkit/skills/gz-tidy/SKILL.md +66 -0
  415. py_gzkit-0.18.1/.gzkit/skills/gz-tidy/agents/openai.yaml +4 -0
  416. py_gzkit-0.18.1/.gzkit/skills/gz-typecheck/SKILL.md +30 -0
  417. py_gzkit-0.18.1/.gzkit/skills/gz-typecheck/agents/openai.yaml +4 -0
  418. py_gzkit-0.18.1/.gzkit/skills/gz-validate/SKILL.md +30 -0
  419. py_gzkit-0.18.1/.gzkit/skills/gz-validate/agents/openai.yaml +4 -0
  420. py_gzkit-0.18.1/.gzkit/skills/lint/SKILL.md +51 -0
  421. py_gzkit-0.18.1/.gzkit/skills/test/SKILL.md +51 -0
  422. py_gzkit-0.18.1/.gzkit.json +14 -0
  423. py_gzkit-0.18.1/.pre-commit-config.yaml +86 -0
  424. py_gzkit-0.18.1/AGENTS.md +190 -0
  425. py_gzkit-0.18.1/CLAUDE.md +58 -0
  426. py_gzkit-0.18.1/GEMINI.md +83 -0
  427. py_gzkit-0.18.1/PKG-INFO +176 -0
  428. py_gzkit-0.18.1/README.md +148 -0
  429. py_gzkit-0.18.1/RELEASE_NOTES.md +351 -0
  430. py_gzkit-0.18.1/agents.local.md +4 -0
  431. py_gzkit-0.18.1/config/AGENTS.md +62 -0
  432. py_gzkit-0.18.1/config/gzkit.chores.json +176 -0
  433. py_gzkit-0.18.1/docs/AGENTS.md +36 -0
  434. Next Steps.pdf +0 -0
  435. py_gzkit-0.18.1/docs/README.md +27 -0
  436. py_gzkit-0.18.1/docs/design/CLI_PRINCIPLES.md +1026 -0
  437. py_gzkit-0.18.1/docs/design/adr/AGENTS.md +73 -0
  438. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.1-canonical-govzero-parity/ADR-0.0.1-canonical-govzero-parity.md +224 -0
  439. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.1-canonical-govzero-parity/obpis/OBPI-0.0.1-01-designate-airlineops-canonical.md +96 -0
  440. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.1-canonical-govzero-parity/obpis/OBPI-0.0.1-02-freeze-canonical-artifacts.md +107 -0
  441. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.1-canonical-govzero-parity/obpis/OBPI-0.0.1-03-agent-brief-parity.md +113 -0
  442. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.1-canonical-govzero-parity/obpis/OBPI-0.0.1-04-obpi-adr-drift-detection.md +111 -0
  443. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.1-canonical-govzero-parity/obpis/OBPI-0.0.1-05-discovery-index.md +120 -0
  444. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.1-canonical-govzero-parity/obpis/OBPI-0.0.1-06-adr-tests-traceability.md +117 -0
  445. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.1-canonical-govzero-parity/obpis/OBPI-0.0.1-07-lane-gate-semantics.md +147 -0
  446. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.1-canonical-govzero-parity/obpis/OBPI-0.0.1-08-prohibit-non-canonical.md +123 -0
  447. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.2-stdlib-cli-and-agent-sync/ADR-0.0.2-stdlib-cli-and-agent-sync.md +180 -0
  448. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.3-hexagonal-architecture-tune-up/ADR-0.0.3-hexagonal-architecture-tune-up.md +179 -0
  449. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.3-hexagonal-architecture-tune-up/obpis/OBPI-0.0.3-01-hexagonal-skeleton.md +230 -0
  450. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.3-hexagonal-architecture-tune-up/obpis/OBPI-0.0.3-02-domain-extraction.md +230 -0
  451. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.3-hexagonal-architecture-tune-up/obpis/OBPI-0.0.3-03-exception-hierarchy.md +230 -0
  452. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.3-hexagonal-architecture-tune-up/obpis/OBPI-0.0.3-04-test-fakes-separation.md +230 -0
  453. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.3-hexagonal-architecture-tune-up/obpis/OBPI-0.0.3-05-config-precedence-injection.md +230 -0
  454. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.3-hexagonal-architecture-tune-up/obpis/OBPI-0.0.3-06-output-formatter.md +230 -0
  455. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.3-hexagonal-architecture-tune-up/obpis/OBPI-0.0.3-07-structured-logging-structlog.md +230 -0
  456. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.3-hexagonal-architecture-tune-up/obpis/OBPI-0.0.3-08-progress-indication.md +230 -0
  457. py_gzkit-0.18.1/docs/design/adr/foundation/ADR-0.0.3-hexagonal-architecture-tune-up/obpis/OBPI-0.0.3-09-policy-tests.md +213 -0
  458. py_gzkit-0.18.1/docs/design/adr/meta/README.md +59 -0
  459. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.adr-amendment-tracking.md +80 -0
  460. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.agent-role-specialization.md +92 -0
  461. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.agentic-security-review.md +93 -0
  462. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.ai-runtime-foundations.md +50 -0
  463. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.airlineops-canon-reconciliation.md +136 -0
  464. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.airlineops-direct-governance-migration.md +97 -0
  465. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.airlineops-surface-breadth-parity.md +73 -0
  466. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.attestation-advisory-agent.md +64 -0
  467. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.audit-system.md +122 -0
  468. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.change-isolation-workspace.md +80 -0
  469. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.channel-agnostic-human-triggers.md +86 -0
  470. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.command-aliases.md +88 -0
  471. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.constitution-invariants.md +88 -0
  472. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.constraint-cli-surfaces.md +79 -0
  473. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.constraint-library.md +78 -0
  474. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.controlled-agency-recovery.md +50 -0
  475. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.evaluation-infrastructure.md +50 -0
  476. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.execution-memory-graph.md +87 -0
  477. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.focused-context-loader.md +87 -0
  478. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.go-runtime-parity.md +71 -0
  479. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.graduated-oversight-model.md +95 -0
  480. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.gz-chores-system.md +69 -0
  481. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.harness-aware-execution-modes.md +254 -0
  482. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.heavy-lane.md +46 -0
  483. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.obpi-first-operations.md +74 -0
  484. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.obpi-pipeline-enforcement-parity.md +91 -0
  485. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.obpi-pipeline-runtime-surface.md +90 -0
  486. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.obpi-runtime-surface.md +79 -0
  487. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.pause-resume-handoff-runtime.md +87 -0
  488. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.per-command-persona-context.md +89 -0
  489. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.pool-promotion-protocol.md +55 -0
  490. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.pre-planning-interview.md +88 -0
  491. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.prime-context-hooks.md +77 -0
  492. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.progressive-context-disclosure.md +524 -0
  493. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.pydantic-schema-enforcement.md +136 -0
  494. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.release-hardening.md +48 -0
  495. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.session-productivity-metrics.md +88 -0
  496. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.skill-behavioral-hardening.md +91 -0
  497. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.spec-delta-markers.md +82 -0
  498. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.spec-triangle-sync.md +83 -0
  499. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.storage-simplicity-profile.md +82 -0
  500. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.structured-blocker-envelopes.md +86 -0
  501. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.student-mode.md +86 -0
  502. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.task-level-governance.md +85 -0
  503. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.tests-for-spec.md +83 -0
  504. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.unified-closeout-audit-processes.md +12 -0
  505. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.universal-agent-onboarding.md +93 -0
  506. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.vendor-alignment-claude-code.md +161 -0
  507. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.vendor-alignment-codex.md +155 -0
  508. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.vendor-alignment-copilot.md +177 -0
  509. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.vendor-alignment-gemini-cli.md +154 -0
  510. py_gzkit-0.18.1/docs/design/adr/pool/ADR-pool.vendor-alignment-opencode.md +181 -0
  511. py_gzkit-0.18.1/docs/design/adr/pool/README.md +155 -0
  512. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.1.0-enforced-governance-foundation/ADR-0.1.0-enforced-governance-foundation.md +321 -0
  513. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.1.0-enforced-governance-foundation/ADR-CLOSEOUT-FORM.md +69 -0
  514. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.1.0-enforced-governance-foundation/obpis/OBPI-0.1.0-01-gz-init.md +64 -0
  515. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.1.0-enforced-governance-foundation/obpis/OBPI-0.1.0-02-gz-prd.md +62 -0
  516. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.1.0-enforced-governance-foundation/obpis/OBPI-0.1.0-03-gz-constitute.md +59 -0
  517. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.1.0-enforced-governance-foundation/obpis/OBPI-0.1.0-04-gz-specify.md +61 -0
  518. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.1.0-enforced-governance-foundation/obpis/OBPI-0.1.0-05-gz-plan.md +68 -0
  519. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.1.0-enforced-governance-foundation/obpis/OBPI-0.1.0-06-gz-state.md +62 -0
  520. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.1.0-enforced-governance-foundation/obpis/OBPI-0.1.0-07-gz-status.md +59 -0
  521. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.1.0-enforced-governance-foundation/obpis/OBPI-0.1.0-08-gz-attest.md +64 -0
  522. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.1.0-enforced-governance-foundation/obpis/OBPI-0.1.0-09-ledger-writer-hook.md +68 -0
  523. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.1.0-enforced-governance-foundation/obpis/OBPI-0.1.0-10-templates.md +62 -0
  524. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.10.0-obpi-runtime-surface/ADR-0.10.0-obpi-runtime-surface.md +131 -0
  525. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.10.0-obpi-runtime-surface/ADR-CLOSEOUT-FORM.md +72 -0
  526. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.10.0-obpi-runtime-surface/audit/AUDIT.md +9 -0
  527. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.10.0-obpi-runtime-surface/audit/AUDIT_PLAN.md +13 -0
  528. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.10.0-obpi-runtime-surface/audit/proofs/docs.txt +11 -0
  529. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.10.0-obpi-runtime-surface/audit/proofs/lint.txt +9 -0
  530. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.10.0-obpi-runtime-surface/audit/proofs/test.txt +13 -0
  531. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.10.0-obpi-runtime-surface/audit/proofs/typecheck.txt +9 -0
  532. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.10.0-obpi-runtime-surface/obpis/OBPI-0.10.0-01-obpi-runtime-contract-and-state-model.md +278 -0
  533. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.10.0-obpi-runtime-surface/obpis/OBPI-0.10.0-02-obpi-query-and-reconcile-command-surfaces.md +257 -0
  534. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.10.0-obpi-runtime-surface/obpis/OBPI-0.10.0-03-obpi-proof-and-lifecycle-integration.md +267 -0
  535. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity.md +166 -0
  536. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/ADR-CLOSEOUT-FORM.md +76 -0
  537. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/audit/AUDIT.md +9 -0
  538. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/audit/AUDIT_PLAN.md +13 -0
  539. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/audit/proofs/docs.txt +11 -0
  540. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/audit/proofs/lint.txt +13 -0
  541. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/audit/proofs/test.txt +20 -0
  542. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/audit/proofs/typecheck.txt +12 -0
  543. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/handoffs/20260311T105251Z-obpi-02-completed-next-obpis.md +62 -0
  544. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/handoffs/20260312T070240Z-obpi-03-completed-next-obpis.md +98 -0
  545. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/handoffs/20260312T073935Z-obpi-04-completed-next-obpis.md +112 -0
  546. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/handoffs/20260312T084121Z-obpi-05-completed-next-obpis.md +98 -0
  547. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/handoffs/20260312T101836Z-obpi-06-completed-next-closeout.md +95 -0
  548. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/obpis/OBPI-0.11.0-01-obpi-transaction-contract-and-scope-isolation.md +252 -0
  549. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/obpis/OBPI-0.11.0-02-obpi-completion-validator-and-git-sync-gate.md +269 -0
  550. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/obpis/OBPI-0.11.0-03-obpi-completion-recorder-and-anchor-receipts.md +255 -0
  551. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/obpis/OBPI-0.11.0-04-anchor-aware-obpi-drift-and-reconciliation.md +241 -0
  552. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/obpis/OBPI-0.11.0-05-gz-obpi-pipeline-skill-and-mirror-surface.md +288 -0
  553. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.11.0-airlineops-obpi-completion-pipeline-parity/obpis/OBPI-0.11.0-06-template-closeout-and-migration-alignment.md +264 -0
  554. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/ADR-0.12.0-obpi-pipeline-enforcement-parity.md +182 -0
  555. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/ADR-CLOSEOUT-FORM.md +78 -0
  556. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/audit/AUDIT.md +9 -0
  557. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/audit/AUDIT_PLAN.md +13 -0
  558. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/audit/proofs/docs.txt +11 -0
  559. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/audit/proofs/lint.txt +13 -0
  560. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/audit/proofs/test.txt +20 -0
  561. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/audit/proofs/typecheck.txt +12 -0
  562. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/claude-pipeline-hooks-parity-matrix.md +72 -0
  563. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/obpis/OBPI-0.12.0-01-canonical-hook-inventory-and-parity-contract.md +345 -0
  564. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/obpis/OBPI-0.12.0-02-plan-exit-audit-gate-parity.md +289 -0
  565. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/obpis/OBPI-0.12.0-03-pipeline-router-and-active-marker-bridge.md +379 -0
  566. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/obpis/OBPI-0.12.0-04-write-time-pipeline-gate.md +376 -0
  567. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/obpis/OBPI-0.12.0-05-completion-reminder-surface.md +354 -0
  568. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/obpis/OBPI-0.12.0-06-settings-registration-and-operator-verification-alignment.md +406 -0
  569. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.12.0-obpi-pipeline-enforcement-parity/obpis/OBPI-0.12.0-07-plan-audit-skill-and-receipt-parity.md +328 -0
  570. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.13.0-obpi-pipeline-runtime-surface/ADR-0.13.0-obpi-pipeline-runtime-surface.md +151 -0
  571. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.13.0-obpi-pipeline-runtime-surface/ADR-CLOSEOUT-FORM.md +47 -0
  572. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.13.0-obpi-pipeline-runtime-surface/audit/AUDIT.md +9 -0
  573. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.13.0-obpi-pipeline-runtime-surface/audit/AUDIT_PLAN.md +13 -0
  574. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.13.0-obpi-pipeline-runtime-surface/audit/proofs/docs.txt +25 -0
  575. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.13.0-obpi-pipeline-runtime-surface/audit/proofs/lint.txt +14 -0
  576. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.13.0-obpi-pipeline-runtime-surface/audit/proofs/test.txt +31 -0
  577. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.13.0-obpi-pipeline-runtime-surface/audit/proofs/typecheck.txt +13 -0
  578. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.13.0-obpi-pipeline-runtime-surface/obpis/OBPI-0.13.0-01-runtime-command-contract.md +344 -0
  579. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.13.0-obpi-pipeline-runtime-surface/obpis/OBPI-0.13.0-02-persist-stage-state.md +390 -0
  580. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.13.0-obpi-pipeline-runtime-surface/obpis/OBPI-0.13.0-03-structured-stage-outputs.md +292 -0
  581. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.13.0-obpi-pipeline-runtime-surface/obpis/OBPI-0.13.0-04-human-gate-boundary.md +272 -0
  582. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.13.0-obpi-pipeline-runtime-surface/obpis/OBPI-0.13.0-05-runtime-engine-integration.md +292 -0
  583. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/ADR-0.14.0-multi-agent-instruction-architecture-unification.md +238 -0
  584. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/ADR-CLOSEOUT-FORM.md +85 -0
  585. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/EVALUATION_SCORECARD.md +177 -0
  586. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/audit/AUDIT.md +9 -0
  587. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/audit/AUDIT_PLAN.md +13 -0
  588. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/audit/proofs/docs.txt +21 -0
  589. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/audit/proofs/lint.txt +13 -0
  590. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/audit/proofs/test.txt +22 -0
  591. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/audit/proofs/typecheck.txt +12 -0
  592. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/logs/obpi-audit.jsonl +9 -0
  593. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/obpis/OBPI-0.14.0-01-canon-shared-instruction-model.md +234 -0
  594. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/obpis/OBPI-0.14.0-02-native-path-scoped-rules.md +228 -0
  595. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/obpis/OBPI-0.14.0-03-root-surface-slimming-and-workflow-relocation.md +226 -0
  596. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/obpis/OBPI-0.14.0-04-instruction-audit-and-drift-detection.md +223 -0
  597. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/obpis/OBPI-0.14.0-05-local-vs-repo-config-and-sync-determinism.md +230 -0
  598. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.14.0-multi-agent-instruction-architecture-unification/obpis/OBPI-0.14.0-06-instruction-evals-and-readiness-checks.md +218 -0
  599. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/ADR-0.15.0-pydantic-schema-enforcement.md +213 -0
  600. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/ADR-CLOSEOUT-FORM.md +46 -0
  601. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/audit/AUDIT.md +9 -0
  602. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/audit/AUDIT_PLAN.md +13 -0
  603. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/audit/proofs/cli-audit.txt +2 -0
  604. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/audit/proofs/docs.txt +23 -0
  605. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/audit/proofs/gates.txt +21 -0
  606. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/audit/proofs/lint.txt +14 -0
  607. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/audit/proofs/mkdocs.txt +0 -0
  608. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/audit/proofs/test.txt +24 -0
  609. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/audit/proofs/typecheck.txt +13 -0
  610. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/audit/proofs/unittest.txt +4 -0
  611. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/briefs/OBPI-0.15.0-01-core-model-migration.md +191 -0
  612. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/briefs/OBPI-0.15.0-02-content-type-frontmatter-models.md +106 -0
  613. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/briefs/OBPI-0.15.0-03-ledger-event-discrimination.md +110 -0
  614. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/briefs/OBPI-0.15.0-04-schema-generation-unification.md +117 -0
  615. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.15.0-pydantic-schema-enforcement/logs/obpi-audit.jsonl +14 -0
  616. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/ADR-0.16.0-cms-architecture-formalization.md +219 -0
  617. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/ADR-CLOSEOUT-FORM.md +47 -0
  618. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/audit/AUDIT.md +9 -0
  619. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/audit/AUDIT_PLAN.md +13 -0
  620. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/audit/proofs/docs.txt +23 -0
  621. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/audit/proofs/lint.txt +14 -0
  622. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/audit/proofs/test.txt +25 -0
  623. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/audit/proofs/typecheck.txt +13 -0
  624. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/briefs/OBPI-0.16.0-01-content-type-registry.md +105 -0
  625. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/briefs/OBPI-0.16.0-02-rules-as-content.md +108 -0
  626. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/briefs/OBPI-0.16.0-03-vendor-manifest-schema.md +109 -0
  627. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/briefs/OBPI-0.16.0-04-template-engine.md +119 -0
  628. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/briefs/OBPI-0.16.0-05-content-lifecycle-state-machine.md +105 -0
  629. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.16.0-cms-architecture-formalization/logs/obpi-audit.jsonl +8 -0
  630. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir.md +108 -0
  631. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/ADR-CLOSEOUT-FORM.md +47 -0
  632. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/EVALUATION_SCORECARD.md +70 -0
  633. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/audit/AUDIT.md +9 -0
  634. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/audit/AUDIT_PLAN.md +13 -0
  635. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/audit/proofs/docs.txt +25 -0
  636. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/audit/proofs/lint.txt +14 -0
  637. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/audit/proofs/test.txt +31 -0
  638. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/audit/proofs/typecheck.txt +13 -0
  639. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/logs/obpi-audit.jsonl +10 -0
  640. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/obpis/OBPI-0.17.0-01-categorized-skill-catalog.md +226 -0
  641. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/obpis/OBPI-0.17.0-02-rules-mirroring.md +259 -0
  642. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/obpis/OBPI-0.17.0-03-slim-claudemd-template.md +243 -0
  643. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/obpis/OBPI-0.17.0-04-json-schemas-and-validation.md +237 -0
  644. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.17.0-agentsmd-tidy-control-surface-schema-and-rules-mir/obpis/OBPI-0.17.0-05-manifest-update-and-final-sync.md +168 -0
  645. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/ADR-0.18.0-subagent-driven-pipeline-execution.md +319 -0
  646. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/ADR-CLOSEOUT-FORM.md +50 -0
  647. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/EVALUATION_SCORECARD.md +54 -0
  648. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/audit/AUDIT.md +9 -0
  649. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/audit/AUDIT_PLAN.md +13 -0
  650. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/audit/proofs/docs.txt +25 -0
  651. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/audit/proofs/lint.txt +14 -0
  652. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/audit/proofs/test.txt +31 -0
  653. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/audit/proofs/typecheck.txt +13 -0
  654. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/handoffs/20260320T000000Z-pause-for-task-governance.md +68 -0
  655. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/handoffs/20260320T120300Z-obpi-01-completed-next-obpis.md +69 -0
  656. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/handoffs/20260320T143500Z-obpi-02-completed-next-obpis.md +64 -0
  657. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/handoffs/20260321T000000Z-obpi-03-completed-next-obpis.md +64 -0
  658. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/handoffs/20260321T120000Z-obpi-05-completed-next-wiring.md +47 -0
  659. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/logs/obpi-audit.jsonl +16 -0
  660. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/obpis/OBPI-0.18.0-01-agent-role-taxonomy.md +209 -0
  661. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/obpis/OBPI-0.18.0-02-implementer-subagent-dispatch.md +159 -0
  662. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/obpis/OBPI-0.18.0-03-two-stage-review-protocol.md +152 -0
  663. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/obpis/OBPI-0.18.0-04-req-verification-dispatch.md +164 -0
  664. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/obpis/OBPI-0.18.0-05-pipeline-runtime-integration.md +162 -0
  665. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/obpis/OBPI-0.18.0-06-wire-implementer-dispatch.md +117 -0
  666. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/obpis/OBPI-0.18.0-07-wire-two-stage-review.md +119 -0
  667. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.18.0-subagent-driven-pipeline-execution/obpis/OBPI-0.18.0-08-wire-req-verification-dispatch.md +121 -0
  668. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.19.0-closeout-audit-processes/ADR-0.19.0-closeout-audit-processes.md +233 -0
  669. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.19.0-closeout-audit-processes/EVALUATION_SCORECARD.md +45 -0
  670. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.19.0-closeout-audit-processes/handoffs/20260321T220000Z-quality-enforcement-foundation.md +89 -0
  671. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.19.0-closeout-audit-processes/obpis/OBPI-0.19.0-01-gz-closeout-adr-x-y-z-end-to-end-closeout-pipeline.md +207 -0
  672. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.19.0-closeout-audit-processes/obpis/OBPI-0.19.0-02-gz-audit-adr-x-y-z-end-to-end-audit-pipeline.md +205 -0
  673. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.19.0-closeout-audit-processes/obpis/OBPI-0.19.0-03-equivalent-commands-in-airlineops-opsdev-closeout-opsdev-audit.md +202 -0
  674. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.19.0-closeout-audit-processes/obpis/OBPI-0.19.0-04-audit-includes-attestation-record-gate-results-evidence-links.md +204 -0
  675. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.19.0-closeout-audit-processes/obpis/OBPI-0.19.0-05-audit-generated-event-appended-to-ledger.md +202 -0
  676. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.19.0-closeout-audit-processes/obpis/OBPI-0.19.0-06-audit-templates-and-evidence-aggregation-from-ledger.md +231 -0
  677. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.19.0-closeout-audit-processes/obpis/OBPI-0.19.0-07-adr-status-transition-completed-validated-after-audit.md +183 -0
  678. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.19.0-closeout-audit-processes/obpis/OBPI-0.19.0-08-deprecate-gz-gates-as-a-standalone-command-subsumed-by-closeout.md +185 -0
  679. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.19.0-closeout-audit-processes/obpis/OBPI-0.19.0-09-deprecate-manual-gz-attest-during-closeout-subsumed-by-closeout.md +196 -0
  680. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.2.0-gate-verification/ADR-0.2.0-gate-verification.md +66 -0
  681. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.2.0-gate-verification/obpis/OBPI-0.2.0-01-gate-verification.md +159 -0
  682. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.2.0-gate-verification/obpis/OBPI-0.2.0-02-dry-run-options.md +153 -0
  683. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.2.0-gate-verification/obpis/OBPI-0.2.0-03-docs-updates.md +102 -0
  684. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.20.0-spec-triangle-sync/ADR-0.20.0-spec-triangle-sync.md +259 -0
  685. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.20.0-spec-triangle-sync/obpis/OBPI-0.20.0-01-req-entity-and-triangle-data-model.md +111 -0
  686. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.20.0-spec-triangle-sync/obpis/OBPI-0.20.0-02-brief-req-extraction.md +101 -0
  687. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.20.0-spec-triangle-sync/obpis/OBPI-0.20.0-03-drift-detection-engine.md +100 -0
  688. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.20.0-spec-triangle-sync/obpis/OBPI-0.20.0-04-gz-drift-cli-surface.md +140 -0
  689. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.20.0-spec-triangle-sync/obpis/OBPI-0.20.0-05-advisory-gate-integration.md +126 -0
  690. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.21.0-tests-for-spec/ADR-0.21.0-tests-for-spec.md +234 -0
  691. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.21.0-tests-for-spec/obpis/OBPI-0.21.0-01-covers-decorator-and-registration.md +68 -0
  692. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.21.0-tests-for-spec/obpis/OBPI-0.21.0-02-coverage-anchor-scanner.md +65 -0
  693. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.21.0-tests-for-spec/obpis/OBPI-0.21.0-03-gz-covers-cli.md +74 -0
  694. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.21.0-tests-for-spec/obpis/OBPI-0.21.0-04-adr-audit-integration.md +65 -0
  695. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.21.0-tests-for-spec/obpis/OBPI-0.21.0-05-operator-docs-and-migration.md +65 -0
  696. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.22.0-task-level-governance/ADR-0.22.0-task-level-governance.md +250 -0
  697. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.22.0-task-level-governance/obpis/OBPI-0.22.0-01-task-entity-model.md +74 -0
  698. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.22.0-task-level-governance/obpis/OBPI-0.22.0-02-task-ledger-events.md +68 -0
  699. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.22.0-task-level-governance/obpis/OBPI-0.22.0-03-git-commit-linkage.md +67 -0
  700. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.22.0-task-level-governance/obpis/OBPI-0.22.0-04-gz-task-cli.md +76 -0
  701. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.22.0-task-level-governance/obpis/OBPI-0.22.0-05-status-and-state-integration.md +70 -0
  702. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.23.0-agent-burden-of-proof/ADR-0.23.0-agent-burden-of-proof.md +238 -0
  703. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.23.0-agent-burden-of-proof/ADR-CLOSEOUT-FORM.md +48 -0
  704. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.23.0-agent-burden-of-proof/EVALUATION_SCORECARD.md +123 -0
  705. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.23.0-agent-burden-of-proof/briefs/OBPI-0.23.0-01-closing-argument.md +116 -0
  706. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.23.0-agent-burden-of-proof/briefs/OBPI-0.23.0-02-product-proof-gate.md +102 -0
  707. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.23.0-agent-burden-of-proof/briefs/OBPI-0.23.0-03-reviewer-agent.md +123 -0
  708. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.23.0-agent-burden-of-proof/briefs/OBPI-0.23.0-04-ceremony-enforcement.md +135 -0
  709. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.24.0-skill-documentation-contract/ADR-0.24.0-skill-documentation-contract.md +217 -0
  710. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.24.0-skill-documentation-contract/ADR-CLOSEOUT-FORM.md +41 -0
  711. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.24.0-skill-documentation-contract/briefs/OBPI-0.24.0-01-documentation-taxonomy.md +50 -0
  712. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.24.0-skill-documentation-contract/briefs/OBPI-0.24.0-02-skill-manpage-template.md +49 -0
  713. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.24.0-skill-documentation-contract/briefs/OBPI-0.24.0-03-skills-surface-and-index.md +50 -0
  714. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.24.0-skill-documentation-contract/briefs/OBPI-0.24.0-04-runbook-skill-entries.md +50 -0
  715. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.24.0-skill-documentation-contract/briefs/OBPI-0.24.0-05-pilot-skill-manpages.md +61 -0
  716. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.3.0-airlineops-canon-reconciliation/ADR-0.3.0-airlineops-canon-reconciliation.md +70 -0
  717. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.3.0-airlineops-canon-reconciliation/audit/AUDIT.md +9 -0
  718. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.3.0-airlineops-canon-reconciliation/audit/AUDIT_PLAN.md +13 -0
  719. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.3.0-airlineops-canon-reconciliation/audit/proofs/docs.txt +19 -0
  720. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.3.0-airlineops-canon-reconciliation/audit/proofs/lint.txt +9 -0
  721. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.3.0-airlineops-canon-reconciliation/audit/proofs/test.txt +13 -0
  722. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.3.0-airlineops-canon-reconciliation/audit/proofs/typecheck.txt +9 -0
  723. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.3.0-airlineops-canon-reconciliation/obpis/OBPI-0.3.0-01-skills-surface-parity.md +124 -0
  724. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.3.0-airlineops-canon-reconciliation/obpis/OBPI-0.3.0-02-divergent-skill-reconciliation.md +154 -0
  725. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.3.0-airlineops-canon-reconciliation/obpis/OBPI-0.3.0-03-govzero-canonical-doc-surface.md +139 -0
  726. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.3.0-airlineops-canon-reconciliation/obpis/OBPI-0.3.0-04-core-semantics-reconciliation.md +165 -0
  727. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.3.0-airlineops-canon-reconciliation/obpis/OBPI-0.3.0-05-parity-scan-path-hardening.md +128 -0
  728. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.4.0-skill-capability-mirroring/ADR-0.4.0-skill-capability-mirroring.md +61 -0
  729. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.4.0-skill-capability-mirroring/ADR-CLOSEOUT-FORM.md +75 -0
  730. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.4.0-skill-capability-mirroring/audit/AUDIT.md +9 -0
  731. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.4.0-skill-capability-mirroring/audit/AUDIT_PLAN.md +13 -0
  732. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.4.0-skill-capability-mirroring/audit/proofs/docs.txt +18 -0
  733. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.4.0-skill-capability-mirroring/audit/proofs/lint.txt +9 -0
  734. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.4.0-skill-capability-mirroring/audit/proofs/test.txt +13 -0
  735. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.4.0-skill-capability-mirroring/audit/proofs/typecheck.txt +9 -0
  736. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.4.0-skill-capability-mirroring/obpis/OBPI-0.4.0-01-skill-source-centralization.md +153 -0
  737. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.4.0-skill-capability-mirroring/obpis/OBPI-0.4.0-02-agent-native-mirror-contracts.md +85 -0
  738. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.4.0-skill-capability-mirroring/obpis/OBPI-0.4.0-03-sync-determinism-and-recovery.md +102 -0
  739. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.4.0-skill-capability-mirroring/obpis/OBPI-0.4.0-04-mirror-compat-migration.md +114 -0
  740. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.5.0-skill-lifecycle-governance/ADR-0.5.0-skill-lifecycle-governance.md +62 -0
  741. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.5.0-skill-lifecycle-governance/audit/AUDIT.md +9 -0
  742. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.5.0-skill-lifecycle-governance/audit/AUDIT_PLAN.md +13 -0
  743. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.5.0-skill-lifecycle-governance/audit/proofs/docs.txt +18 -0
  744. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.5.0-skill-lifecycle-governance/audit/proofs/lint.txt +9 -0
  745. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.5.0-skill-lifecycle-governance/audit/proofs/test.txt +13 -0
  746. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.5.0-skill-lifecycle-governance/audit/proofs/typecheck.txt +9 -0
  747. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.5.0-skill-lifecycle-governance/obpis/OBPI-0.5.0-01-skill-taxonomy-and-capability-model.md +83 -0
  748. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.5.0-skill-lifecycle-governance/obpis/OBPI-0.5.0-02-parity-verification-policy.md +98 -0
  749. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.5.0-skill-lifecycle-governance/obpis/OBPI-0.5.0-03-lifecycle-state-transitions.md +123 -0
  750. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.5.0-skill-lifecycle-governance/obpis/OBPI-0.5.0-04-maintenance-and-deprecation-operations.md +163 -0
  751. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.5.0-skill-lifecycle-governance/obpis/OBPI-0.5.0-05-obpi-acceptance-protocol-runtime-parity.md +145 -0
  752. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.6.0-pool-promotion-protocol/ADR-0.6.0-pool-promotion-protocol.md +58 -0
  753. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.6.0-pool-promotion-protocol/ADR-CLOSEOUT-FORM.md +73 -0
  754. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.6.0-pool-promotion-protocol/audit/AUDIT.md +9 -0
  755. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.6.0-pool-promotion-protocol/audit/AUDIT_PLAN.md +13 -0
  756. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.6.0-pool-promotion-protocol/audit/proofs/docs.txt +25 -0
  757. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.6.0-pool-promotion-protocol/audit/proofs/lint.txt +14 -0
  758. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.6.0-pool-promotion-protocol/audit/proofs/test.txt +31 -0
  759. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.6.0-pool-promotion-protocol/audit/proofs/typecheck.txt +13 -0
  760. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.6.0-pool-promotion-protocol/obpis/OBPI-0.6.0-01-pool-source-contract.md +88 -0
  761. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.6.0-pool-promotion-protocol/obpis/OBPI-0.6.0-02-promotion-command-lineage.md +96 -0
  762. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.6.0-pool-promotion-protocol/obpis/OBPI-0.6.0-03-operator-narratives-and-auditability.md +94 -0
  763. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.7.0-obpi-first-operations/ADR-0.7.0-obpi-first-operations.md +102 -0
  764. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.7.0-obpi-first-operations/audit/AUDIT.md +9 -0
  765. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.7.0-obpi-first-operations/audit/AUDIT_PLAN.md +13 -0
  766. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.7.0-obpi-first-operations/audit/proofs/docs.txt +25 -0
  767. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.7.0-obpi-first-operations/audit/proofs/lint.txt +14 -0
  768. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.7.0-obpi-first-operations/audit/proofs/test.txt +31 -0
  769. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.7.0-obpi-first-operations/audit/proofs/typecheck.txt +13 -0
  770. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.7.0-obpi-first-operations/obpis/OBPI-0.7.0-01-obpi-completion-validator-gate.md +45 -0
  771. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.7.0-obpi-first-operations/obpis/OBPI-0.7.0-02-obpi-completion-recorder-and-anchor.md +45 -0
  772. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.7.0-obpi-first-operations/obpis/OBPI-0.7.0-03-ledger-first-obpi-audit-consumption.md +43 -0
  773. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.7.0-obpi-first-operations/obpis/OBPI-0.7.0-04-obpi-drift-and-status-reconciliation.md +204 -0
  774. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.8.0-gz-chores-system/ADR-0.8.0-gz-chores-system.md +65 -0
  775. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.8.0-gz-chores-system/audit/AUDIT.md +9 -0
  776. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.8.0-gz-chores-system/audit/AUDIT_PLAN.md +13 -0
  777. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.8.0-gz-chores-system/audit/proofs/docs.txt +24 -0
  778. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.8.0-gz-chores-system/audit/proofs/lint.txt +9 -0
  779. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.8.0-gz-chores-system/audit/proofs/test.txt +13 -0
  780. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.8.0-gz-chores-system/audit/proofs/typecheck.txt +9 -0
  781. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.8.0-gz-chores-system/obpis/OBPI-0.8.0-01-chores-registry.md +205 -0
  782. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.8.0-gz-chores-system/obpis/OBPI-0.8.0-02-chores-runner.md +197 -0
  783. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.8.0-gz-chores-system/obpis/OBPI-0.8.0-03-chores-lifecycle.md +201 -0
  784. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/ADR-0.9.0-airlineops-surface-breadth-parity.md +93 -0
  785. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/ADR-CLOSEOUT-FORM.md +74 -0
  786. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/audit/AUDIT.md +9 -0
  787. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/audit/AUDIT_PLAN.md +13 -0
  788. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/audit/proofs/docs.txt +57 -0
  789. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/audit/proofs/lint.txt +9 -0
  790. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/audit/proofs/test.txt +13 -0
  791. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/audit/proofs/typecheck.txt +9 -0
  792. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/claude-hooks-intake-matrix.md +54 -0
  793. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/gzkit-surface-intake-matrix.md +171 -0
  794. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/logs/obpi-audit.jsonl +1 -0
  795. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/obpis/OBPI-0.9.0-01-claude-governance-hooks-intake.md +286 -0
  796. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/obpis/OBPI-0.9.0-02-compatibility-adaptation-blocking-hooks.md +220 -0
  797. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/obpis/OBPI-0.9.0-03-gzkit-breadth-parity-intake-tranche-plan.md +201 -0
  798. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/obpis/OBPI-0.9.0-04-gzkit-surface-import-and-mirror-sync.md +328 -0
  799. py_gzkit-0.18.1/docs/design/adr/pre-release/ADR-0.9.0-airlineops-surface-breadth-parity/obpis/OBPI-0.9.0-05-parity-qc-and-closeout-readiness.md +284 -0
  800. py_gzkit-0.18.1/docs/design/agent-control-surface-matrix.md +76 -0
  801. py_gzkit-0.18.1/docs/design/briefs/REPORT-airlineops-chores-migration.md +67 -0
  802. py_gzkit-0.18.1/docs/design/briefs/chores/CHORE-quality-check/logs/CHORE-LOG.md +58 -0
  803. py_gzkit-0.18.1/docs/design/constitutions/.gitkeep +0 -0
  804. py_gzkit-0.18.1/docs/design/lodestar/README.md +56 -0
  805. py_gzkit-0.18.1/docs/design/lodestar/architectural-identity.md +389 -0
  806. py_gzkit-0.18.1/docs/design/lodestar/foundational-adr-pattern.md +129 -0
  807. py_gzkit-0.18.1/docs/design/lodestar/govzero-doctrine.md +233 -0
  808. py_gzkit-0.18.1/docs/design/lodestar/project-structure.md +62 -0
  809. py_gzkit-0.18.1/docs/design/prd/PRD-GZKIT-1.0.0.md +821 -0
  810. py_gzkit-0.18.1/docs/design/roadmap/ROADMAP-GZKIT.md +57 -0
  811. py_gzkit-0.18.1/docs/developer/README.md +10 -0
  812. py_gzkit-0.18.1/docs/developer/deployment.md +84 -0
  813. py_gzkit-0.18.1/docs/developer/release_process.md +78 -0
  814. py_gzkit-0.18.1/docs/examples/comparison-gzkit-speckit-bmad.md +324 -0
  815. py_gzkit-0.18.1/docs/examples/glossary.md +244 -0
  816. py_gzkit-0.18.1/docs/examples/go-live-gap-analysis.md +280 -0
  817. py_gzkit-0.18.1/docs/examples/guide-adr.md +262 -0
  818. py_gzkit-0.18.1/docs/examples/guide-prd.md +166 -0
  819. py_gzkit-0.18.1/docs/examples/guide-releasing.md +91 -0
  820. py_gzkit-0.18.1/docs/examples/guide-tasks.md +251 -0
  821. py_gzkit-0.18.1/docs/examples/gzkit-readiness-assessment.md +226 -0
  822. py_gzkit-0.18.1/docs/examples/index.md +88 -0
  823. py_gzkit-0.18.1/docs/examples/templates/adr-template.md +68 -0
  824. py_gzkit-0.18.1/docs/examples/templates/prd-template.md +107 -0
  825. py_gzkit-0.18.1/docs/examples/templates/task-template.md +60 -0
  826. py_gzkit-0.18.1/docs/examples/tutorial-first-project.md +664 -0
  827. py_gzkit-0.18.1/docs/examples/tutorial-rhea-bootstrap.md +413 -0
  828. py_gzkit-0.18.1/docs/governance/GovZero/adr-lifecycle.md +285 -0
  829. py_gzkit-0.18.1/docs/governance/GovZero/adr-obpi-ghi-audit-linkage.md +217 -0
  830. py_gzkit-0.18.1/docs/governance/GovZero/adr-status.md +71 -0
  831. py_gzkit-0.18.1/docs/governance/GovZero/agent-era-prompting-summary.md +105 -0
  832. py_gzkit-0.18.1/docs/governance/GovZero/architectural-enforcement.md +238 -0
  833. py_gzkit-0.18.1/docs/governance/GovZero/audit-protocol.md +184 -0
  834. py_gzkit-0.18.1/docs/governance/GovZero/audits/AUDIT-BRIEF-governance-harmonization.md +137 -0
  835. py_gzkit-0.18.1/docs/governance/GovZero/audits/AUDIT-TEMPLATE-agent-readiness.md +196 -0
  836. py_gzkit-0.18.1/docs/governance/GovZero/audits/governance-harmonization-2026-01-11.md +327 -0
  837. py_gzkit-0.18.1/docs/governance/GovZero/charter.md +114 -0
  838. py_gzkit-0.18.1/docs/governance/GovZero/gate5-architecture.md +185 -0
  839. py_gzkit-0.18.1/docs/governance/GovZero/governance-registry-design.md +656 -0
  840. py_gzkit-0.18.1/docs/governance/GovZero/gzkit-structure.md +138 -0
  841. py_gzkit-0.18.1/docs/governance/GovZero/handoff-chaining.md +132 -0
  842. py_gzkit-0.18.1/docs/governance/GovZero/handoff-validation.md +156 -0
  843. py_gzkit-0.18.1/docs/governance/GovZero/layered-trust.md +290 -0
  844. py_gzkit-0.18.1/docs/governance/GovZero/ledger-schema.md +378 -0
  845. py_gzkit-0.18.1/docs/governance/GovZero/obpi-decomposition-matrix.md +130 -0
  846. py_gzkit-0.18.1/docs/governance/GovZero/obpi-pipeline-runbook.md +580 -0
  847. py_gzkit-0.18.1/docs/governance/GovZero/obpi-runtime-contract.md +266 -0
  848. py_gzkit-0.18.1/docs/governance/GovZero/obpi-transaction-contract.md +182 -0
  849. py_gzkit-0.18.1/docs/governance/GovZero/releases/README.md +260 -0
  850. py_gzkit-0.18.1/docs/governance/GovZero/releases/major-release.md +170 -0
  851. py_gzkit-0.18.1/docs/governance/GovZero/releases/minor-release.md +184 -0
  852. py_gzkit-0.18.1/docs/governance/GovZero/releases/patch-release.md +166 -0
  853. py_gzkit-0.18.1/docs/governance/GovZero/session-handoff-obligations.md +112 -0
  854. py_gzkit-0.18.1/docs/governance/GovZero/session-handoff-schema.md +251 -0
  855. py_gzkit-0.18.1/docs/governance/GovZero/staleness-classification.md +167 -0
  856. py_gzkit-0.18.1/docs/governance/GovZero/validation-receipts.md +200 -0
  857. py_gzkit-0.18.1/docs/governance/governance_runbook.md +387 -0
  858. py_gzkit-0.18.1/docs/governance/parity-intake-rubric.md +60 -0
  859. py_gzkit-0.18.1/docs/proposals/AUDIT-agent-readiness-gzkit-2026-03-01.md +166 -0
  860. py_gzkit-0.18.1/docs/proposals/OBPI-STUB-airlineops-surface-breadth-parity-01.md +53 -0
  861. py_gzkit-0.18.1/docs/proposals/PLAN-airlineops-backport-OBPI-0.3.0-02.md +53 -0
  862. py_gzkit-0.18.1/docs/proposals/PLAN-go-runtime-uv-parity-2026-02-12.md +152 -0
  863. py_gzkit-0.18.1/docs/proposals/REPORT-TEMPLATE-airlineops-govzero-mining.md +85 -0
  864. py_gzkit-0.18.1/docs/proposals/REPORT-TEMPLATE-airlineops-parity.md +155 -0
  865. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-chores-migration.md +67 -0
  866. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-govzero-mining-2026-02-15.md +91 -0
  867. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-govzero-mining-2026-03-01.md +99 -0
  868. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-govzero-mining-2026-03-02.md +112 -0
  869. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-govzero-mining-2026-03-11.md +90 -0
  870. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-habit-parity-2026-02-14-obpi-03.md +52 -0
  871. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-habit-parity-2026-02-14-obpi-04.md +135 -0
  872. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-habit-parity-2026-02-14.md +80 -0
  873. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-habit-parity-2026-02-15-obpi-05.md +74 -0
  874. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-parity-2026-02-07.md +91 -0
  875. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-parity-2026-02-11.md +73 -0
  876. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-parity-2026-02-12.md +145 -0
  877. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-parity-2026-02-13.md +170 -0
  878. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-parity-2026-02-14-obpi-03.md +85 -0
  879. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-parity-2026-02-14.md +47 -0
  880. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-parity-2026-02-15-obpi-05.md +128 -0
  881. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-parity-2026-02-15.md +216 -0
  882. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-parity-2026-03-01.md +213 -0
  883. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-parity-2026-03-02.md +221 -0
  884. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-parity-2026-03-11.md +184 -0
  885. py_gzkit-0.18.1/docs/proposals/REPORT-airlineops-parity-2026-03-16.md +119 -0
  886. py_gzkit-0.18.1/docs/superpowers/plans/2026-03-15-agents-md-tidy.md +1172 -0
  887. py_gzkit-0.18.1/docs/superpowers/plans/2026-03-15-gz-superbook.md +1847 -0
  888. py_gzkit-0.18.1/docs/superpowers/plans/2026-03-15-hexagonal-architecture-tuneup.md +603 -0
  889. py_gzkit-0.18.1/docs/superpowers/specs/2026-03-15-agents-md-tidy-design.md +314 -0
  890. py_gzkit-0.18.1/docs/superpowers/specs/2026-03-15-gz-superbook-design.md +376 -0
  891. py_gzkit-0.18.1/docs/superpowers/specs/2026-03-15-hexagonal-architecture-tuneup-design.md +311 -0
  892. py_gzkit-0.18.1/docs/user/commands/adr-audit-check.md +38 -0
  893. py_gzkit-0.18.1/docs/user/commands/adr-covers-check.md +39 -0
  894. py_gzkit-0.18.1/docs/user/commands/adr-emit-receipt.md +36 -0
  895. py_gzkit-0.18.1/docs/user/commands/adr-promote.md +57 -0
  896. py_gzkit-0.18.1/docs/user/commands/adr-report.md +54 -0
  897. py_gzkit-0.18.1/docs/user/commands/adr-status.md +80 -0
  898. py_gzkit-0.18.1/docs/user/commands/agent-sync-control-surfaces.md +83 -0
  899. py_gzkit-0.18.1/docs/user/commands/attest.md +75 -0
  900. py_gzkit-0.18.1/docs/user/commands/audit.md +48 -0
  901. py_gzkit-0.18.1/docs/user/commands/check-config-paths.md +37 -0
  902. py_gzkit-0.18.1/docs/user/commands/chores-audit.md +28 -0
  903. py_gzkit-0.18.1/docs/user/commands/chores-list.md +27 -0
  904. py_gzkit-0.18.1/docs/user/commands/chores-plan.md +27 -0
  905. py_gzkit-0.18.1/docs/user/commands/chores-run.md +30 -0
  906. py_gzkit-0.18.1/docs/user/commands/cli-audit.md +36 -0
  907. py_gzkit-0.18.1/docs/user/commands/closeout.md +84 -0
  908. py_gzkit-0.18.1/docs/user/commands/constitute.md +58 -0
  909. py_gzkit-0.18.1/docs/user/commands/gates.md +52 -0
  910. py_gzkit-0.18.1/docs/user/commands/git-sync.md +57 -0
  911. py_gzkit-0.18.1/docs/user/commands/implement.md +40 -0
  912. py_gzkit-0.18.1/docs/user/commands/index.md +95 -0
  913. py_gzkit-0.18.1/docs/user/commands/init.md +99 -0
  914. py_gzkit-0.18.1/docs/user/commands/migrate-semver.md +47 -0
  915. py_gzkit-0.18.1/docs/user/commands/obpi-emit-receipt.md +64 -0
  916. py_gzkit-0.18.1/docs/user/commands/obpi-pipeline.md +119 -0
  917. py_gzkit-0.18.1/docs/user/commands/obpi-reconcile.md +74 -0
  918. py_gzkit-0.18.1/docs/user/commands/obpi-status.md +81 -0
  919. py_gzkit-0.18.1/docs/user/commands/obpi-validate.md +52 -0
  920. py_gzkit-0.18.1/docs/user/commands/parity-check.md +41 -0
  921. py_gzkit-0.18.1/docs/user/commands/plan.md +95 -0
  922. py_gzkit-0.18.1/docs/user/commands/prd.md +93 -0
  923. py_gzkit-0.18.1/docs/user/commands/readiness-audit.md +68 -0
  924. py_gzkit-0.18.1/docs/user/commands/readiness-eval.md +52 -0
  925. py_gzkit-0.18.1/docs/user/commands/register-adrs.md +53 -0
  926. py_gzkit-0.18.1/docs/user/commands/roles.md +48 -0
  927. py_gzkit-0.18.1/docs/user/commands/skill-audit.md +169 -0
  928. py_gzkit-0.18.1/docs/user/commands/specify.md +107 -0
  929. py_gzkit-0.18.1/docs/user/commands/state.md +40 -0
  930. py_gzkit-0.18.1/docs/user/commands/status.md +100 -0
  931. py_gzkit-0.18.1/docs/user/concepts/closeout.md +55 -0
  932. py_gzkit-0.18.1/docs/user/concepts/gates.md +46 -0
  933. py_gzkit-0.18.1/docs/user/concepts/lanes.md +39 -0
  934. py_gzkit-0.18.1/docs/user/concepts/lifecycle.md +83 -0
  935. py_gzkit-0.18.1/docs/user/concepts/obpis.md +131 -0
  936. py_gzkit-0.18.1/docs/user/concepts/subagent-pipeline.md +64 -0
  937. py_gzkit-0.18.1/docs/user/concepts/workflow.md +68 -0
  938. py_gzkit-0.18.1/docs/user/index.md +34 -0
  939. py_gzkit-0.18.1/docs/user/quickstart.md +88 -0
  940. py_gzkit-0.18.1/docs/user/reference/agent-input-disciplines.md +212 -0
  941. py_gzkit-0.18.1/docs/user/reference/airlineops-exploration-verbatim.md +299 -0
  942. py_gzkit-0.18.1/docs/user/reference/charter.md +66 -0
  943. py_gzkit-0.18.1/docs/user/reference/genesis-transcript.md +254 -0
  944. py_gzkit-0.18.1/docs/user/reference/genesis.md +261 -0
  945. py_gzkit-0.18.1/docs/user/reference/lineage.md +168 -0
  946. py_gzkit-0.18.1/docs/user/runbook.md +301 -0
  947. py_gzkit-0.18.1/docs/user/why.md +87 -0
  948. py_gzkit-0.18.1/features/environment.py +21 -0
  949. py_gzkit-0.18.1/features/heavy_lane_gate4.feature +35 -0
  950. py_gzkit-0.18.1/features/obpi_anchor_drift.feature +13 -0
  951. py_gzkit-0.18.1/features/steps/gz_steps.py +200 -0
  952. py_gzkit-0.18.1/features/steps/subagent_pipeline_steps.py +614 -0
  953. py_gzkit-0.18.1/features/subagent_pipeline.feature +223 -0
  954. py_gzkit-0.18.1/gz.spec +97 -0
  955. py_gzkit-0.18.1/mkdocs.yml +185 -0
  956. py_gzkit-0.18.1/ops/chores/CLAUDE.md +135 -0
  957. py_gzkit-0.18.1/ops/chores/README.md +71 -0
  958. py_gzkit-0.18.1/ops/chores/arb-pattern-extraction/CHORE.md +56 -0
  959. py_gzkit-0.18.1/ops/chores/arb-pattern-extraction/README.md +13 -0
  960. py_gzkit-0.18.1/ops/chores/arb-pattern-extraction/acceptance.json +9 -0
  961. py_gzkit-0.18.1/ops/chores/arb-pattern-extraction/proofs/.gitkeep +0 -0
  962. py_gzkit-0.18.1/ops/chores/arb-pattern-extraction/proofs/CHORE-LOG.md +20 -0
  963. py_gzkit-0.18.1/ops/chores/cli-contract-governance/CHORE.md +60 -0
  964. py_gzkit-0.18.1/ops/chores/cli-contract-governance/README.md +13 -0
  965. py_gzkit-0.18.1/ops/chores/cli-contract-governance/acceptance.json +14 -0
  966. py_gzkit-0.18.1/ops/chores/cli-contract-governance/proofs/.gitkeep +0 -0
  967. py_gzkit-0.18.1/ops/chores/cli-contract-governance/proofs/CHORE-LOG.md +23 -0
  968. py_gzkit-0.18.1/ops/chores/complexity-reduction-xenon/CHORE.md +66 -0
  969. py_gzkit-0.18.1/ops/chores/complexity-reduction-xenon/README.md +13 -0
  970. py_gzkit-0.18.1/ops/chores/complexity-reduction-xenon/acceptance.json +14 -0
  971. py_gzkit-0.18.1/ops/chores/complexity-reduction-xenon/proofs/.gitkeep +0 -0
  972. py_gzkit-0.18.1/ops/chores/complexity-reduction-xenon/proofs/CHORE-LOG.md +21 -0
  973. py_gzkit-0.18.1/ops/chores/config-paths-remediation/CHORE.md +64 -0
  974. py_gzkit-0.18.1/ops/chores/config-paths-remediation/README.md +13 -0
  975. py_gzkit-0.18.1/ops/chores/config-paths-remediation/acceptance.json +14 -0
  976. py_gzkit-0.18.1/ops/chores/config-paths-remediation/proofs/.gitkeep +0 -0
  977. py_gzkit-0.18.1/ops/chores/config-paths-remediation/proofs/CHORE-LOG.md +23 -0
  978. py_gzkit-0.18.1/ops/chores/coverage-40pct/CHORE.md +67 -0
  979. py_gzkit-0.18.1/ops/chores/coverage-40pct/README.md +14 -0
  980. py_gzkit-0.18.1/ops/chores/coverage-40pct/acceptance.json +19 -0
  981. py_gzkit-0.18.1/ops/chores/coverage-40pct/proofs/.gitkeep +0 -0
  982. py_gzkit-0.18.1/ops/chores/coverage-40pct/proofs/CHORE-LOG.md +131 -0
  983. py_gzkit-0.18.1/ops/chores/cross-platform-test-cleanup/CHORE.md +71 -0
  984. py_gzkit-0.18.1/ops/chores/cross-platform-test-cleanup/README.md +13 -0
  985. py_gzkit-0.18.1/ops/chores/cross-platform-test-cleanup/acceptance.json +9 -0
  986. py_gzkit-0.18.1/ops/chores/cross-platform-test-cleanup/proofs/.gitkeep +0 -0
  987. py_gzkit-0.18.1/ops/chores/cross-platform-test-cleanup/proofs/CHORE-LOG.md +20 -0
  988. py_gzkit-0.18.1/ops/chores/evidence-integrity-audit/CHORE.md +56 -0
  989. py_gzkit-0.18.1/ops/chores/evidence-integrity-audit/README.md +13 -0
  990. py_gzkit-0.18.1/ops/chores/evidence-integrity-audit/acceptance.json +9 -0
  991. py_gzkit-0.18.1/ops/chores/evidence-integrity-audit/proofs/.gitkeep +0 -0
  992. py_gzkit-0.18.1/ops/chores/evidence-integrity-audit/proofs/CHORE-LOG.md +20 -0
  993. py_gzkit-0.18.1/ops/chores/exceptions-and-logging-rationalization/CHORE.md +64 -0
  994. py_gzkit-0.18.1/ops/chores/exceptions-and-logging-rationalization/README.md +13 -0
  995. py_gzkit-0.18.1/ops/chores/exceptions-and-logging-rationalization/acceptance.json +14 -0
  996. py_gzkit-0.18.1/ops/chores/exceptions-and-logging-rationalization/proofs/.gitkeep +0 -0
  997. py_gzkit-0.18.1/ops/chores/exceptions-and-logging-rationalization/proofs/CHORE-LOG.md +23 -0
  998. py_gzkit-0.18.1/ops/chores/module-sloc-cap-radon/CHORE.md +63 -0
  999. py_gzkit-0.18.1/ops/chores/module-sloc-cap-radon/README.md +13 -0
  1000. py_gzkit-0.18.1/ops/chores/module-sloc-cap-radon/acceptance.json +9 -0
  1001. py_gzkit-0.18.1/ops/chores/module-sloc-cap-radon/proofs/.gitkeep +0 -0
  1002. py_gzkit-0.18.1/ops/chores/module-sloc-cap-radon/proofs/CHORE-LOG.md +20 -0
  1003. py_gzkit-0.18.1/ops/chores/pep257-docstring-compliance/CHORE.md +65 -0
  1004. py_gzkit-0.18.1/ops/chores/pep257-docstring-compliance/README.md +13 -0
  1005. py_gzkit-0.18.1/ops/chores/pep257-docstring-compliance/acceptance.json +14 -0
  1006. py_gzkit-0.18.1/ops/chores/pep257-docstring-compliance/proofs/.gitkeep +0 -0
  1007. py_gzkit-0.18.1/ops/chores/pep257-docstring-compliance/proofs/CHORE-LOG.md +165 -0
  1008. py_gzkit-0.18.1/ops/chores/pythonic-refactoring/CHORE.md +122 -0
  1009. py_gzkit-0.18.1/ops/chores/pythonic-refactoring/README.md +14 -0
  1010. py_gzkit-0.18.1/ops/chores/pythonic-refactoring/acceptance.json +19 -0
  1011. py_gzkit-0.18.1/ops/chores/pythonic-refactoring/proofs/.gitkeep +0 -0
  1012. py_gzkit-0.18.1/ops/chores/pythonic-refactoring/proofs/CHORE-LOG.md +530 -0
  1013. py_gzkit-0.18.1/ops/chores/quality-check/CHORE.md +44 -0
  1014. py_gzkit-0.18.1/ops/chores/quality-check/README.md +13 -0
  1015. py_gzkit-0.18.1/ops/chores/quality-check/acceptance.json +9 -0
  1016. py_gzkit-0.18.1/ops/chores/quality-check/proofs/.gitkeep +0 -0
  1017. py_gzkit-0.18.1/ops/chores/quality-check/proofs/CHORE-LOG.md +25 -0
  1018. py_gzkit-0.18.1/ops/chores/repository-structure-normalization/CHORE.md +57 -0
  1019. py_gzkit-0.18.1/ops/chores/repository-structure-normalization/README.md +13 -0
  1020. py_gzkit-0.18.1/ops/chores/repository-structure-normalization/acceptance.json +14 -0
  1021. py_gzkit-0.18.1/ops/chores/repository-structure-normalization/proofs/.gitkeep +0 -0
  1022. py_gzkit-0.18.1/ops/chores/repository-structure-normalization/proofs/CHORE-LOG.md +23 -0
  1023. py_gzkit-0.18.1/ops/chores/schema-and-config-drift-audit/CHORE.md +57 -0
  1024. py_gzkit-0.18.1/ops/chores/schema-and-config-drift-audit/README.md +13 -0
  1025. py_gzkit-0.18.1/ops/chores/schema-and-config-drift-audit/acceptance.json +9 -0
  1026. py_gzkit-0.18.1/ops/chores/schema-and-config-drift-audit/proofs/.gitkeep +0 -0
  1027. py_gzkit-0.18.1/ops/chores/schema-and-config-drift-audit/proofs/CHORE-LOG.md +20 -0
  1028. py_gzkit-0.18.1/ops/chores/skill-authoring-quality/CHORE.md +64 -0
  1029. py_gzkit-0.18.1/ops/chores/skill-authoring-quality/README.md +13 -0
  1030. py_gzkit-0.18.1/ops/chores/skill-authoring-quality/acceptance.json +9 -0
  1031. py_gzkit-0.18.1/ops/chores/skill-authoring-quality/proofs/.gitkeep +0 -0
  1032. py_gzkit-0.18.1/ops/chores/skill-authoring-quality/proofs/CHORE-LOG.md +20 -0
  1033. py_gzkit-0.18.1/ops/chores/skill-command-doc-parity/CHORE.md +108 -0
  1034. py_gzkit-0.18.1/ops/chores/skill-command-doc-parity/README.md +3 -0
  1035. py_gzkit-0.18.1/ops/chores/skill-command-doc-parity/acceptance.json +19 -0
  1036. py_gzkit-0.18.1/ops/chores/skill-command-doc-parity/proofs/.gitkeep +0 -0
  1037. py_gzkit-0.18.1/ops/chores/skill-command-doc-parity/proofs/CHORE-LOG.md +50 -0
  1038. py_gzkit-0.18.1/ops/chores/skill-manifest-sync/CHORE.md +54 -0
  1039. py_gzkit-0.18.1/ops/chores/skill-manifest-sync/README.md +13 -0
  1040. py_gzkit-0.18.1/ops/chores/skill-manifest-sync/acceptance.json +14 -0
  1041. py_gzkit-0.18.1/ops/chores/skill-manifest-sync/proofs/.gitkeep +0 -0
  1042. py_gzkit-0.18.1/ops/chores/skill-manifest-sync/proofs/CHORE-LOG.md +23 -0
  1043. py_gzkit-0.18.1/ops/chores/sync-manpage-docstrings/CHORE.md +53 -0
  1044. py_gzkit-0.18.1/ops/chores/sync-manpage-docstrings/README.md +13 -0
  1045. py_gzkit-0.18.1/ops/chores/sync-manpage-docstrings/acceptance.json +9 -0
  1046. py_gzkit-0.18.1/ops/chores/sync-manpage-docstrings/proofs/.gitkeep +0 -0
  1047. py_gzkit-0.18.1/ops/chores/sync-manpage-docstrings/proofs/CHORE-LOG.md +15 -0
  1048. py_gzkit-0.18.1/ops/chores/test-isolation-compliance/CHORE.md +63 -0
  1049. py_gzkit-0.18.1/ops/chores/test-isolation-compliance/README.md +13 -0
  1050. py_gzkit-0.18.1/ops/chores/test-isolation-compliance/acceptance.json +9 -0
  1051. py_gzkit-0.18.1/ops/chores/test-isolation-compliance/proofs/.gitkeep +0 -0
  1052. py_gzkit-0.18.1/ops/chores/test-isolation-compliance/proofs/CHORE-LOG.md +20 -0
  1053. py_gzkit-0.18.1/ops/chores/test-manpage-examples/CHORE.md +55 -0
  1054. py_gzkit-0.18.1/ops/chores/test-manpage-examples/README.md +13 -0
  1055. py_gzkit-0.18.1/ops/chores/test-manpage-examples/acceptance.json +14 -0
  1056. py_gzkit-0.18.1/ops/chores/test-manpage-examples/proofs/.gitkeep +0 -0
  1057. py_gzkit-0.18.1/ops/chores/test-manpage-examples/proofs/CHORE-LOG.md +23 -0
  1058. py_gzkit-0.18.1/ops/chores/validate-manpages/CHORE.md +52 -0
  1059. py_gzkit-0.18.1/ops/chores/validate-manpages/README.md +13 -0
  1060. py_gzkit-0.18.1/ops/chores/validate-manpages/acceptance.json +9 -0
  1061. py_gzkit-0.18.1/ops/chores/validate-manpages/proofs/.gitkeep +0 -0
  1062. py_gzkit-0.18.1/ops/chores/validate-manpages/proofs/CHORE-LOG.md +15 -0
  1063. py_gzkit-0.18.1/pyproject.toml +80 -0
  1064. py_gzkit-0.18.1/requirements-docs.txt +6 -0
  1065. py_gzkit-0.18.1/src/AGENTS.md +109 -0
  1066. py_gzkit-0.18.1/src/gzkit/AGENTS.md +94 -0
  1067. py_gzkit-0.18.1/src/gzkit/GEMINI.md +9 -0
  1068. py_gzkit-0.18.1/src/gzkit/__init__.py +9 -0
  1069. py_gzkit-0.18.1/src/gzkit/adr_eval.py +765 -0
  1070. py_gzkit-0.18.1/src/gzkit/adr_eval_redteam.py +134 -0
  1071. py_gzkit-0.18.1/src/gzkit/cli.py +5622 -0
  1072. py_gzkit-0.18.1/src/gzkit/commands/AGENTS.md +87 -0
  1073. py_gzkit-0.18.1/src/gzkit/commands/__init__.py +14 -0
  1074. py_gzkit-0.18.1/src/gzkit/commands/attest.py +182 -0
  1075. py_gzkit-0.18.1/src/gzkit/commands/chores.py +667 -0
  1076. py_gzkit-0.18.1/src/gzkit/commands/common.py +745 -0
  1077. py_gzkit-0.18.1/src/gzkit/commands/plan.py +82 -0
  1078. py_gzkit-0.18.1/src/gzkit/commands/roles.py +130 -0
  1079. py_gzkit-0.18.1/src/gzkit/commands/state.py +65 -0
  1080. py_gzkit-0.18.1/src/gzkit/commands/status.py +1229 -0
  1081. py_gzkit-0.18.1/src/gzkit/commands/superbook.py +97 -0
  1082. py_gzkit-0.18.1/src/gzkit/config.py +171 -0
  1083. py_gzkit-0.18.1/src/gzkit/decomposition.py +343 -0
  1084. py_gzkit-0.18.1/src/gzkit/events.py +410 -0
  1085. py_gzkit-0.18.1/src/gzkit/git_sync.py +199 -0
  1086. py_gzkit-0.18.1/src/gzkit/hooks/GEMINI.md +9 -0
  1087. py_gzkit-0.18.1/src/gzkit/hooks/__init__.py +18 -0
  1088. py_gzkit-0.18.1/src/gzkit/hooks/claude.py +1721 -0
  1089. py_gzkit-0.18.1/src/gzkit/hooks/copilot.py +71 -0
  1090. py_gzkit-0.18.1/src/gzkit/hooks/core.py +482 -0
  1091. py_gzkit-0.18.1/src/gzkit/hooks/guards.py +123 -0
  1092. py_gzkit-0.18.1/src/gzkit/hooks/obpi.py +368 -0
  1093. py_gzkit-0.18.1/src/gzkit/instruction_audit.py +319 -0
  1094. py_gzkit-0.18.1/src/gzkit/instruction_eval.py +465 -0
  1095. py_gzkit-0.18.1/src/gzkit/interview.py +516 -0
  1096. py_gzkit-0.18.1/src/gzkit/ledger.py +1350 -0
  1097. py_gzkit-0.18.1/src/gzkit/lifecycle.py +213 -0
  1098. py_gzkit-0.18.1/src/gzkit/models/__init__.py +15 -0
  1099. py_gzkit-0.18.1/src/gzkit/models/frontmatter.py +220 -0
  1100. py_gzkit-0.18.1/src/gzkit/pipeline_runtime.py +1676 -0
  1101. py_gzkit-0.18.1/src/gzkit/py.typed +0 -0
  1102. py_gzkit-0.18.1/src/gzkit/quality.py +336 -0
  1103. py_gzkit-0.18.1/src/gzkit/registry.py +217 -0
  1104. py_gzkit-0.18.1/src/gzkit/roles.py +314 -0
  1105. py_gzkit-0.18.1/src/gzkit/rules.py +552 -0
  1106. py_gzkit-0.18.1/src/gzkit/schemas/GEMINI.md +9 -0
  1107. py_gzkit-0.18.1/src/gzkit/schemas/__init__.py +49 -0
  1108. py_gzkit-0.18.1/src/gzkit/schemas/adr.json +63 -0
  1109. py_gzkit-0.18.1/src/gzkit/schemas/agents.json +25 -0
  1110. py_gzkit-0.18.1/src/gzkit/schemas/ledger.json +220 -0
  1111. py_gzkit-0.18.1/src/gzkit/schemas/manifest.json +204 -0
  1112. py_gzkit-0.18.1/src/gzkit/schemas/obpi.json +65 -0
  1113. py_gzkit-0.18.1/src/gzkit/schemas/prd.json +54 -0
  1114. py_gzkit-0.18.1/src/gzkit/skills.py +1014 -0
  1115. py_gzkit-0.18.1/src/gzkit/superbook.py +520 -0
  1116. py_gzkit-0.18.1/src/gzkit/superbook_models.py +115 -0
  1117. py_gzkit-0.18.1/src/gzkit/superbook_parser.py +241 -0
  1118. py_gzkit-0.18.1/src/gzkit/sync.py +1447 -0
  1119. py_gzkit-0.18.1/src/gzkit/templates/__init__.py +94 -0
  1120. py_gzkit-0.18.1/src/gzkit/templates/adr.md +64 -0
  1121. py_gzkit-0.18.1/src/gzkit/templates/agents.md +162 -0
  1122. py_gzkit-0.18.1/src/gzkit/templates/claude.md +49 -0
  1123. py_gzkit-0.18.1/src/gzkit/templates/closeout.md +51 -0
  1124. py_gzkit-0.18.1/src/gzkit/templates/constitution.md +46 -0
  1125. py_gzkit-0.18.1/src/gzkit/templates/copilot.md +75 -0
  1126. py_gzkit-0.18.1/src/gzkit/templates/obpi.md +224 -0
  1127. py_gzkit-0.18.1/src/gzkit/templates/prd.md +42 -0
  1128. py_gzkit-0.18.1/src/gzkit/templates/skill.md +57 -0
  1129. py_gzkit-0.18.1/src/gzkit/utils.py +103 -0
  1130. py_gzkit-0.18.1/src/gzkit/validate.py +1028 -0
  1131. py_gzkit-0.18.1/temp_obpi.md +181 -0
  1132. py_gzkit-0.18.1/tests/AGENTS.md +116 -0
  1133. py_gzkit-0.18.1/tests/__init__.py +1 -0
  1134. py_gzkit-0.18.1/tests/commands/__init__.py +0 -0
  1135. py_gzkit-0.18.1/tests/commands/common.py +216 -0
  1136. py_gzkit-0.18.1/tests/commands/test_adr_promote.py +181 -0
  1137. py_gzkit-0.18.1/tests/commands/test_adr_resolution.py +81 -0
  1138. py_gzkit-0.18.1/tests/commands/test_attest.py +216 -0
  1139. py_gzkit-0.18.1/tests/commands/test_audit.py +319 -0
  1140. py_gzkit-0.18.1/tests/commands/test_chores.py +297 -0
  1141. py_gzkit-0.18.1/tests/commands/test_dry_run.py +47 -0
  1142. py_gzkit-0.18.1/tests/commands/test_gates.py +20 -0
  1143. py_gzkit-0.18.1/tests/commands/test_init.py +60 -0
  1144. py_gzkit-0.18.1/tests/commands/test_lint.py +21 -0
  1145. py_gzkit-0.18.1/tests/commands/test_migrate_semver.py +73 -0
  1146. py_gzkit-0.18.1/tests/commands/test_obpi_pipeline.py +489 -0
  1147. py_gzkit-0.18.1/tests/commands/test_obpi_validate_cmd.py +101 -0
  1148. py_gzkit-0.18.1/tests/commands/test_parsers.py +41 -0
  1149. py_gzkit-0.18.1/tests/commands/test_plan.py +23 -0
  1150. py_gzkit-0.18.1/tests/commands/test_prd.py +27 -0
  1151. py_gzkit-0.18.1/tests/commands/test_register_adrs.py +144 -0
  1152. py_gzkit-0.18.1/tests/commands/test_runtime.py +851 -0
  1153. py_gzkit-0.18.1/tests/commands/test_skills.py +193 -0
  1154. py_gzkit-0.18.1/tests/commands/test_specify.py +49 -0
  1155. py_gzkit-0.18.1/tests/commands/test_status.py +1685 -0
  1156. py_gzkit-0.18.1/tests/commands/test_sync_cmds.py +170 -0
  1157. py_gzkit-0.18.1/tests/commands/test_validate_cmds.py +67 -0
  1158. py_gzkit-0.18.1/tests/test_adr_eval.py +401 -0
  1159. py_gzkit-0.18.1/tests/test_adr_eval_redteam.py +114 -0
  1160. py_gzkit-0.18.1/tests/test_agent_sync.py +251 -0
  1161. py_gzkit-0.18.1/tests/test_config.py +207 -0
  1162. py_gzkit-0.18.1/tests/test_decomposition.py +97 -0
  1163. py_gzkit-0.18.1/tests/test_hooks.py +1247 -0
  1164. py_gzkit-0.18.1/tests/test_instruction_audit.py +383 -0
  1165. py_gzkit-0.18.1/tests/test_instruction_eval.py +204 -0
  1166. py_gzkit-0.18.1/tests/test_interview.py +120 -0
  1167. py_gzkit-0.18.1/tests/test_ledger.py +950 -0
  1168. py_gzkit-0.18.1/tests/test_lifecycle.py +160 -0
  1169. py_gzkit-0.18.1/tests/test_models.py +319 -0
  1170. py_gzkit-0.18.1/tests/test_obpi_validator.py +454 -0
  1171. py_gzkit-0.18.1/tests/test_pipeline_dispatch.py +1039 -0
  1172. py_gzkit-0.18.1/tests/test_pipeline_integration.py +306 -0
  1173. py_gzkit-0.18.1/tests/test_pipeline_runtime.py +299 -0
  1174. py_gzkit-0.18.1/tests/test_pyinstaller_spec.py +53 -0
  1175. py_gzkit-0.18.1/tests/test_quality.py +128 -0
  1176. py_gzkit-0.18.1/tests/test_registry.py +221 -0
  1177. py_gzkit-0.18.1/tests/test_review_protocol.py +705 -0
  1178. py_gzkit-0.18.1/tests/test_roles.py +282 -0
  1179. py_gzkit-0.18.1/tests/test_roles_cli.py +129 -0
  1180. py_gzkit-0.18.1/tests/test_rules.py +522 -0
  1181. py_gzkit-0.18.1/tests/test_schemas.py +484 -0
  1182. py_gzkit-0.18.1/tests/test_skill_naming.py +65 -0
  1183. py_gzkit-0.18.1/tests/test_skills_audit.py +752 -0
  1184. py_gzkit-0.18.1/tests/test_superbook.py +284 -0
  1185. py_gzkit-0.18.1/tests/test_superbook_models.py +115 -0
  1186. py_gzkit-0.18.1/tests/test_superbook_parser.py +201 -0
  1187. py_gzkit-0.18.1/tests/test_sync.py +1097 -0
  1188. py_gzkit-0.18.1/tests/test_templates.py +229 -0
  1189. py_gzkit-0.18.1/tests/test_validate.py +571 -0
  1190. py_gzkit-0.18.1/tests/test_verification_dispatch.py +675 -0
  1191. py_gzkit-0.18.1/tests/test_version_sync.py +152 -0
  1192. py_gzkit-0.18.1/ty.toml +4 -0
  1193. py_gzkit-0.18.1/uv.lock +861 -0
@@ -0,0 +1,138 @@
1
+ ---
2
+ name: airlineops-parity-scan
3
+ description: Run a repeatable governance parity scan between ../airlineops (canon) and gzkit (extraction).
4
+ category: cross-repository
5
+ lifecycle_state: active
6
+ owner: gzkit-governance
7
+ last_reviewed: 2026-02-18
8
+ ---
9
+
10
+ # SKILL.md
11
+
12
+ ## AirlineOps Parity Scan
13
+
14
+ Run a repeatable governance parity scan between `../airlineops` (canon) and gzkit (extraction).
15
+
16
+ ## Trigger
17
+
18
+ - Weekly parity check cadence.
19
+ - Before promoting any pool ADR into active implementation.
20
+ - Any time a canonical GovZero skill/doc changes in AirlineOps.
21
+
22
+ ## Behavior
23
+
24
+ Produce a dated parity report with explicit gaps, severity, and required ADR/OBPI follow-up.
25
+ Parity is operational, not textual. The scan MUST evaluate behavior/procedure sources across multiple surfaces.
26
+
27
+ Operational identity rule:
28
+
29
+ `GovZero = AirlineOps - (AirlineOps product capabilities)`
30
+
31
+ Treat every AirlineOps process habit/structure/rule as GovZero parity scope unless it is purely product capability behavior.
32
+
33
+ GovZero mining rule:
34
+
35
+ - Treat `AGENTS.md`, governance docs, and control-surface directories (`.github/`, `.claude/`, `.codex/`, `.gzkit/`) as first-class GovZero extraction sources.
36
+ - Mine process habits from all of them; do not restrict extraction to one docs subtree.
37
+
38
+ ## Prerequisites
39
+
40
+ - `../airlineops` exists and is readable.
41
+ - gzkit repo is initialized with `docs/` and `docs/design/`.
42
+ - Use canonical references in `docs/design/lodestar/govzero-doctrine.md`.
43
+
44
+ ## Steps
45
+
46
+ 1. Confirm both repos are present:
47
+ `test -d ../airlineops && test -d .`
48
+ 2. Resolve canonical root deterministically:
49
+ - explicit override (if provided)
50
+ - sibling path `../airlineops`
51
+ - absolute fallback `/Users/jeff/Documents/Code/airlineops`
52
+ Fail closed if none resolve.
53
+ Record canonical-root evidence in the parity report.
54
+ 3. Read canonical source declarations:
55
+ `docs/design/lodestar/govzero-doctrine.md`, `docs/design/lodestar/README.md`, `AGENTS.md`.
56
+ 4. Build a behavior/procedure source matrix from canonical and extraction surfaces:
57
+ - Canonical behavior sources (AirlineOps):
58
+ - `.github/skills/gz-*`
59
+ - `.github/instructions/*.instructions.md`
60
+ - `.claude/**`
61
+ - `.codex/**`
62
+ - `.gzkit/**`
63
+ - `AGENTS.md`, `CLAUDE.md`
64
+ - `docs/governance/GovZero/**/*.md`
65
+ - operator runbook/proof docs where rituals are declared
66
+ - gzkit extraction surfaces:
67
+ - `.github/skills/*`
68
+ - `.claude/**`
69
+ - `.codex/**` (if present)
70
+ - `.gzkit/**`
71
+ - `AGENTS.md`, `CLAUDE.md`
72
+ - `docs/governance/GovZero/**/*.md`
73
+ - `docs/user/commands/*`, `docs/user/concepts/*`, `docs/user/runbook.md`
74
+ - runtime control surfaces (`src/gzkit/cli.py`, ledger events, validation commands)
75
+ 5. Produce a GovZero mining inventory:
76
+ - list each mined norm/habit
77
+ - cite source file/path
78
+ - map to extracted gzkit surface (or mark missing/divergent)
79
+ - classify confidence and remediation target
80
+ 6. Apply parity intake rubric to each candidate import:
81
+ - Use `docs/governance/parity-intake-rubric.md`
82
+ - Classify each item as `Import Now`, `Import with Compatibility`, `Defer (Tracked)`, or `Exclude`
83
+ - Record rationale and runtime/proof backing for the classification
84
+ 7. Compare both artifact parity and procedure parity:
85
+ - artifact parity: presence/path/content
86
+ - procedure parity: orientation, tool use, post-accounting, validation, verification, presentation, human authority boundaries
87
+ 8. Classify each matrix item as:
88
+ - `Parity`
89
+ - `Partial`
90
+ - `Missing`
91
+ - `Divergent`
92
+ 9. Execute and record runnable ritual checks from gzkit surfaces:
93
+ - `uv run gz cli audit`
94
+ - `uv run gz check-config-paths`
95
+ - `uv run gz adr audit-check ADR-<target>`
96
+ - `uv run mkdocs build --strict`
97
+ 10. Write a dated report:
98
+ `docs/proposals/REPORT-airlineops-parity-YYYY-MM-DD.md`
99
+ Use `docs/proposals/REPORT-TEMPLATE-airlineops-parity.md`.
100
+ Also produce mining inventory report:
101
+ `docs/proposals/REPORT-airlineops-govzero-mining-YYYY-MM-DD.md`
102
+ Use `docs/proposals/REPORT-TEMPLATE-airlineops-govzero-mining.md`.
103
+ 11. For every `Missing`, `Divergent`, or high-impact `Partial` finding:
104
+ - Propose target SemVer minor
105
+ - Identify parent ADR and OBPI linkage
106
+ - Add an explicit next action
107
+ 12. Summarize risk:
108
+ - What blocks 1.0 readiness
109
+ - What can wait
110
+ - What must be done next cycle
111
+ 13. Enforce action closure for this scan cycle:
112
+ - For each `Import Now` finding, execute at least one concrete tranche in the
113
+ same cycle (code/docs/settings change) and record file-level evidence.
114
+ - If execution cannot happen in-cycle, open a trackable defect (`gh issue create --label defect`)
115
+ and link it in the report.
116
+ - A scan with findings but no execution artifact or defect artifact is `INCOMPLETE`.
117
+
118
+ ## Examples
119
+
120
+ ### Example 1
121
+
122
+ **Input**: "Run the weekly AirlineOps parity scan."
123
+
124
+ **Output**: `docs/proposals/REPORT-airlineops-parity-2026-02-07.md` with matrix, severity, and action list.
125
+
126
+ ## Constraints
127
+
128
+ - Do not modify anything in `../airlineops`.
129
+ - Do not claim parity without path-level evidence.
130
+ - Do not claim procedure parity without executable ritual evidence from gzkit runtime/docs surfaces.
131
+ - Do not use patch versions for new feature sequencing.
132
+ - Keep findings actionable: each gap must map to ADR/OBPI follow-up.
133
+ - Do not close a scan cycle with only passive tracking; require execution or a filed defect.
134
+
135
+ ## Related Skills
136
+
137
+ - gz-adr-create
138
+ - gz-adr-audit
@@ -0,0 +1,51 @@
1
+ ---
2
+ name: format
3
+ description: Auto-format code with Ruff.
4
+ category: code-quality
5
+ lifecycle_state: active
6
+ owner: gzkit-governance
7
+ last_reviewed: 2026-02-18
8
+ model: haiku
9
+ ---
10
+
11
+ # SKILL.md
12
+
13
+ ## Format
14
+
15
+ Auto-format code with Ruff.
16
+
17
+ ## Trigger
18
+
19
+ Before committing changes.
20
+
21
+ ## Behavior
22
+
23
+ Run `gz format` to fix formatting issues.
24
+
25
+ ## Prerequisites
26
+
27
+ None
28
+
29
+ ## Steps
30
+
31
+ 1. Step 1
32
+ 2. Step 2
33
+ 3. Step 3
34
+
35
+ ## Examples
36
+
37
+ ### Example 1
38
+
39
+ **Input**: Example input
40
+
41
+ **Output**: Example output
42
+
43
+ ## Constraints
44
+
45
+ - Constraint 1
46
+ - Constraint 2
47
+
48
+ ## Related Skills
49
+
50
+ - Skill 1
51
+ - Skill 2
@@ -0,0 +1,58 @@
1
+ ---
2
+ name: git-sync
3
+ description: Run the guarded repository sync ritual with lint/test gates.
4
+ category: agent-operations
5
+ lifecycle_state: active
6
+ owner: gzkit-governance
7
+ last_reviewed: 2026-02-21
8
+ ---
9
+
10
+ # SKILL.md
11
+
12
+ ## Git Sync
13
+
14
+ Run the guarded repository sync ritual with lint/test gates.
15
+
16
+ ## Trigger
17
+
18
+ - User asks to "git sync" or "push with guards"
19
+ - End-of-task reconciliation before handoff
20
+ - Branch drift recovery after remote updates
21
+
22
+ ## Behavior
23
+
24
+ Use the `gz git-sync` command flow (dry-run first, then apply as requested).
25
+
26
+ ## Prerequisites
27
+
28
+ - Repository is initialized with `gz init`
29
+ - Current directory is a git worktree
30
+
31
+ ## Steps
32
+
33
+ 1. Preview planned actions:
34
+ `uv run gz git-sync`
35
+ 2. Execute git-only sync when requested:
36
+ `uv run gz git-sync --apply`
37
+ 3. Execute full ritual with quality gates:
38
+ `uv run gz git-sync --apply --lint --test`
39
+
40
+ ## Examples
41
+
42
+ ### Example 1
43
+
44
+ **Input**: "git sync"
45
+
46
+ **Output**: Runs `uv run gz git-sync --apply --lint --test` (or dry-run first if safety confirmation is needed).
47
+
48
+ ## Constraints
49
+
50
+ - Never use force push in this routine.
51
+ - Resolve blockers (divergence, lint/test failures) before retrying.
52
+ - Use `uv run` invocation style for project commands.
53
+
54
+ ## Related Skills
55
+
56
+ - `lint`
57
+ - `test`
58
+ - `format`
@@ -0,0 +1,276 @@
1
+ ---
2
+ name: gz-adr-audit
3
+ description: Gate-5 audit templates and procedure for ADR verification. GovZero v6 skill.
4
+ category: adr-audit
5
+ compatibility: GovZero v6 framework; provides audit procedure for COMPLETED→VALIDATED ADR transition
6
+ metadata:
7
+ skill-version: "6.3.0"
8
+ govzero-framework-version: "v6"
9
+ govzero-author: "GovZero governance team"
10
+ govzero-spec-references: "docs/governance/GovZero/charter.md, docs/governance/GovZero/audit-protocol.md"
11
+ govzero-gates-covered: "Gate 5 (Human Attestation)"
12
+ govzero_layer: "Layer 2 - Ledger Consumption"
13
+ trust_model: "Trusts Layer 1 ledger proof; does NOT re-verify evidence"
14
+ gz_command: audit
15
+ invocation: uv run gz audit <adr-id>
16
+ lifecycle_state: active
17
+ owner: gzkit-governance
18
+ last_reviewed: 2026-02-18
19
+ ---
20
+
21
+ # gz-adr-audit
22
+
23
+ Execute reproducible ADR verification to move from COMPLETED → VALIDATED.
24
+
25
+ **Two-phase workflow:** See [AGENTS.md](../../../AGENTS.md) § Two-Phase ADR Workflow
26
+
27
+ ---
28
+
29
+ ## Layer 2 Trust Model
30
+
31
+ This is a **Layer 2** tool — it consumes proof from the ledger rather than re-running verification commands.
32
+
33
+ **Trust Chain:**
34
+
35
+ 1. **Layer 1 tools** (`gz-obpi-audit`, `gz-adr-verification`) run tests, check coverage, validate evidence
36
+ 2. **Layer 1 writes proof** to `logs/obpi-audit.jsonl` with status entries
37
+ 3. **This tool reads proof** — if all briefs show PASS/Completed, skip re-verification
38
+ 4. **Gate 5 attests** to the presence of proof, not re-execution
39
+
40
+ **Why trust the ledger?**
41
+
42
+ - Re-running tests in Layer 2 duplicates Layer 1 work
43
+ - Gate 5's job is to verify *proof exists*, not regenerate proof
44
+ - Human attestation observes artifacts, not re-executes them
45
+
46
+ **When to force re-verification:**
47
+
48
+ - If ledger entries are older than 7 days (staleness threshold)
49
+ - If you suspect ledger corruption or tampering
50
+ - If Layer 1 tools have been updated since last audit
51
+
52
+ In these cases, run `uv run gz audit <adr-id>` first to regenerate ledger proof.
53
+
54
+ ---
55
+
56
+ ## Assets
57
+
58
+ - `assets/AUDIT_PLAN.template.md` — Plan scaffold (scope, checks, risk focus)
59
+ - `assets/AUDIT.template.md` — Annotation shell (✓/✗/⚠, summary, attestation)
60
+
61
+ ---
62
+
63
+ ## Audit Procedure
64
+
65
+ **Prerequisite:** ADR is COMPLETED (all briefs done, tests/coverage/docs pass).
66
+
67
+ ### 1. Plan
68
+
69
+ ```bash
70
+ ADR_DIR=docs/design/adr/adr-x.y.x/ADR-x.y.z-slug
71
+ mkdir -p "${ADR_DIR}/audit/proofs"
72
+ ```
73
+
74
+ - Read ADR prose, extract all claims
75
+ - Create `audit/AUDIT_PLAN.md` with checks for each claim
76
+ - Run `uv run gz cli audit` for governance issues
77
+ - Legacy note: `docs/design/audit/**` remains historical only; new audits live under the ADR folder.
78
+
79
+ ### 2. Verify Ledger Completeness
80
+
81
+ Before running any commands, check ledger proof:
82
+
83
+ ```bash
84
+ uv run gz adr audit-check <adr-id>
85
+ ```
86
+
87
+ **If ledger is complete (all briefs PASS):**
88
+
89
+ - Skip to Step 3 (Demonstrate Value) — no re-verification needed
90
+ - Trust Layer 1 proof from obpi-audit
91
+ - Record "Ledger proof verified" in audit notes
92
+
93
+ **If ledger is incomplete or missing:**
94
+
95
+ - Run: `uv run gz audit <adr-id>`
96
+ - This will audit all briefs and write ledger entries
97
+ - Return to Step 2 after reconciliation
98
+
99
+ **Force re-verification (optional):**
100
+
101
+ If you need to regenerate proof (staleness, suspicion, etc.), run the validation commands:
102
+
103
+ ```bash
104
+ uv run -m unittest -q > "${ADR_DIR}/audit/proofs/unittest.txt" 2>&1
105
+ uv run mkdocs build -q > "${ADR_DIR}/audit/proofs/mkdocs.txt" 2>&1
106
+ uv run gz gates --adr <adr-id> > "${ADR_DIR}/audit/proofs/gates.txt" 2>&1
107
+ ```
108
+
109
+ Record ✓/✗/⚠ outcomes for each check.
110
+
111
+ ### 3. Demonstrate Value (MANDATORY)
112
+
113
+ **An audit that only verifies mechanical checks (tests pass, coverage met) without demonstrating what the ADR delivers is incomplete.**
114
+
115
+ This step shows the ADR's achieved capabilities through live commands. It answers: "What can the operator do now that they couldn't before?"
116
+
117
+ **Procedure:**
118
+
119
+ 1. **Summarize the ADR's delivered capabilities** — 3-5 bullet points of what the ADR enables
120
+ 2. **Run product surface commands** that exercise each capability:
121
+ - Use `gz` CLI commands, not ad-hoc scripts
122
+ - Show actual output (not "tests pass" — show the *feature working*)
123
+ - For foundation/0.0.x ADRs with no CLI surface: show the tool/library in action via its integration point
124
+ 3. **Include a "Feature Demonstration" section in `audit/AUDIT.md`** with:
125
+ - Each capability named
126
+ - The command run and representative output
127
+ - A value summary explaining *why this matters*
128
+
129
+ **Examples of good demonstrations:**
130
+
131
+ - Reconciliation ADR → run `uv run gz adr status ADR-<x.y.z>`, show the warnings panel
132
+ - Adapter ADR → run the ingest command, show data flowing through
133
+ - Schema ADR → show validation catching bad input
134
+
135
+ **Examples of BAD audits (what this step prevents):**
136
+
137
+ - "121 tests pass, coverage 47%, lint clean" — this is verification, not demonstration
138
+ - Alignment check saying "ALIGNED" without showing the feature running
139
+ - Audit that could apply to *any* ADR because it never mentions this ADR's specific capabilities
140
+
141
+ **Relationship to closeout ceremony:** If a full closeout ceremony (`/gz-adr-closeout-ceremony`) is being run, its Step 4 (Runbook Walkthrough) satisfies this requirement. If the audit is standalone (no ceremony), this step is mandatory and cannot be skipped.
142
+
143
+ ### 4. Document
144
+
145
+ Populate `audit/AUDIT.md` with:
146
+
147
+ - **Feature Demonstration** section (from Step 3 — capabilities, commands, output, value)
148
+ - Execution log (✓/✗/⚠ per check)
149
+ - Evidence index (links to proof files)
150
+ - Summary table (completeness, integrity, alignment)
151
+
152
+ ### 5. Identify Shortfalls
153
+
154
+ Review for:
155
+
156
+ - Incomplete implementations (claimed features not shipped)
157
+ - Misalignments (code ≠ docs ≠ tests)
158
+ - Missing value demonstration (feature never shown working)
159
+ - Unexplained anomalies
160
+
161
+ ### 6. Remediate
162
+
163
+ For each shortfall:
164
+
165
+ - Severity (blocking/non-blocking)
166
+ - Proposed fix
167
+ - Effort estimate
168
+
169
+ Implement fixes, re-validate, update `AUDIT.md`.
170
+
171
+ ### 7. Mark VALIDATED
172
+
173
+ When all shortfalls resolved:
174
+
175
+ - Sign attestation: human name + date
176
+ - Update ADR: `Status: Validated`
177
+
178
+ ### 8. Emit Validation Receipt
179
+
180
+ After a successful audit, emit a validation receipt to the ADR ledger for temporal anchoring:
181
+
182
+ ```bash
183
+ # Emit "validated" receipt (after Gate 5 attestation)
184
+ uv run gz adr emit-receipt <adr-id> --event validated \
185
+ --attestor "human:<name>" \
186
+ --evidence '{"gate": 5, "tests_passed": true, "coverage_pct": 48.5}'
187
+
188
+ # Emit "completed" receipt (when marking ADR as Completed, pre-validation)
189
+ uv run gz adr emit-receipt <adr-id> --event completed \
190
+ --attestor "human:<name>" \
191
+ --evidence '{"briefs_completed": 6}'
192
+ ```
193
+
194
+ **Rules:**
195
+
196
+ - **Audit fails → no receipt.** Only emit after all shortfalls are resolved.
197
+ - **Idempotent:** Running twice produces two ledger entries (audit trail preserved).
198
+ - **Git unavailable:** Command warns but returns exit code 0 (doesn't fail the audit).
199
+
200
+ **Recommended evidence fields:**
201
+
202
+ | Field | Type | Description |
203
+ |-------|------|-------------|
204
+ | `gate` | int | Gate number (e.g., 5) |
205
+ | `tests_passed` | bool | Whether unit tests passed |
206
+ | `coverage_pct` | float | Coverage percentage |
207
+ | `briefs_completed` | int | Number of briefs completed |
208
+ | `shortfalls_resolved` | int | Number of shortfalls fixed |
209
+
210
+ ---
211
+
212
+ ## Validation Commands
213
+
214
+ | Type | Command | Layer |
215
+ |------|---------|-------|
216
+ | **Ledger check** | `uv run gz adr audit-check <adr-id>` | L2 |
217
+ | Unit tests | `uv run -m unittest -q` | L1 |
218
+ | Docs build | `uv run mkdocs build -q` | L1 |
219
+ | Governance | `uv run gz cli audit` | L1 |
220
+ | ADR status | `uv run gz adr status <adr-id>` | L1 |
221
+ | Config paths | `uv run gz check-config-paths` | L1 |
222
+ | Heavy gates | `uv run gz gates --adr <adr-id>` | L1 |
223
+ | CLI audit | `uv run gz cli audit` | L1 |
224
+ | OBPI reconcile | `uv run gz audit <adr-id>` | L1+L2 |
225
+ | **Emit receipt** | `uv run gz adr emit-receipt <adr-id> --event validated` | L2 |
226
+
227
+ **Layer key:** L1 = runs verification, L2 = reads ledger proof
228
+
229
+ ---
230
+
231
+ ## Gate Checklist
232
+
233
+ **COMPLETED (Phase 1):**
234
+
235
+ - [ ] All features shipped
236
+ - [ ] Unit tests pass, coverage ≥40%
237
+ - [ ] Docs complete, mkdocs builds clean
238
+ - [ ] Linting/formatting/type checks pass
239
+
240
+ **VALIDATED (Phase 2):**
241
+
242
+ - [ ] Audit plan created
243
+ - [ ] All checks executed with proofs
244
+ - [ ] **Value demonstrated** — ADR capabilities shown working with live output
245
+ - [ ] No unresolved ✗ failures
246
+ - [ ] Code matches documentation
247
+ - [ ] Examples are executable
248
+ - [ ] Validation receipt emitted to ledger
249
+ - [ ] Attestation signed
250
+
251
+ ---
252
+
253
+ ## Failure Modes
254
+
255
+ - **Mechanical-only audit** — tests pass and coverage met but the feature is never demonstrated working. The human cannot assess value from a checklist of green checkmarks alone.
256
+ - Audits drift from template structure
257
+ - No proof artifacts captured
258
+ - Shortfalls not remediated before marking VALIDATED
259
+ - Audit skips Step 3 (Demonstrate Value) and jumps straight to documentation
260
+
261
+ ---
262
+
263
+ ## Relationship to Closeout Ceremony
264
+
265
+ `gz-adr-audit` and `gz-adr-closeout-ceremony` are **complementary but independent**:
266
+
267
+ | Concern | gz-adr-audit | gz-adr-closeout-ceremony |
268
+ |---------|-------------|--------------------------|
269
+ | **Focus** | Evidence verification + value demonstration | Human-witnessed runbook walkthrough |
270
+ | **Mode** | Agent-driven with human attestation | Human-driven with agent presenting |
271
+ | **Outputs** | AUDIT.md + proofs/ + ledger entries | Closeout form + attestation record |
272
+ | **Value demo** | Step 3 (agent demonstrates) | Step 4 (human walks through runbook) |
273
+
274
+ **If both are run:** The closeout ceremony's Step 4 (Runbook Walkthrough) satisfies the audit's Step 3 (Demonstrate Value). No duplication needed.
275
+
276
+ **If only audit is run:** Step 3 is mandatory. The agent must demonstrate value, not just verify mechanics.
@@ -0,0 +1,92 @@
1
+ # AUDIT TEMPLATE (Gate-5) — Live Annotation
2
+
3
+ | Field | Value |
4
+ |-------|-------|
5
+ | ADR ID | {{ADR_ID}} |
6
+ | ADR Title | {{ADR_TITLE}} |
7
+ | ADR Dir | {{ADR_DIR}} |
8
+ | Audit Date | {{AUDIT_DATE}} |
9
+ | Auditor(s) | {{AUDITORS}} |
10
+
11
+ ## Feature Demonstration (Step 3 — MANDATORY)
12
+
13
+ **What does this ADR deliver?** Summarize the capabilities in 3-5 bullets, then demonstrate each.
14
+
15
+ ### Capability 1: (name)
16
+
17
+ ```bash
18
+ $ (command that demonstrates this capability)
19
+ (actual output)
20
+ ```
21
+
22
+ **Why it matters:** (1-2 sentences on the value delivered)
23
+
24
+ ### Capability 2: (name)
25
+
26
+ ```bash
27
+ $ (command)
28
+ (output)
29
+ ```
30
+
31
+ **Why it matters:** (explanation)
32
+
33
+ ### Value Summary
34
+
35
+ (2-3 sentences: what the operator can do now that they couldn't before)
36
+
37
+ ---
38
+
39
+ ## Execution Log
40
+
41
+ Annotate each planned check with result symbols:
42
+
43
+ - ✓ Passed
44
+ - ✗ Failed (include command output snippet + remediation note)
45
+ - ⚠ Warning (non-blocking discrepancy; capture rationale)
46
+
47
+ | Check | Command / Method | Result | Notes |
48
+ |-------|------------------|--------|-------|
49
+ | (Copy from AUDIT_PLAN) | (exact command run) | __PENDING__ | (results/proof path) |
50
+ | (ADR-specific check 2) | (exact command run) | __PENDING__ | (results/proof path) |
51
+ | (Add rows for all planned checks) | | | |
52
+
53
+ ## Dataset Spot Examples
54
+
55
+ Paste short console snippets or attach artifact hashes when relevant.
56
+
57
+ ```text
58
+ (Example output from key commands)
59
+ (Or reference: "See {{ADR_DIR}}/audit/proofs/output.txt")
60
+ ```
61
+
62
+ ## Summary Table
63
+
64
+ | Aspect | Status |
65
+ |--------|--------|
66
+ | Implementation Completeness | __PENDING__ |
67
+ | Data Integrity | __PENDING__ |
68
+ | Performance Stability | __PENDING__ |
69
+ | Documentation Alignment | __PENDING__ |
70
+ | Risk Items Resolved | __PENDING__ |
71
+
72
+ ## Evidence Index
73
+
74
+ List all proof logs saved under `{{ADR_DIR}}/audit/proofs/`.
75
+
76
+ - {{ADR_DIR}}/audit/proofs/file1.json
77
+ - {{ADR_DIR}}/audit/proofs/file2.txt
78
+ - {{ADR_DIR}}/audit/proofs/chores/
79
+
80
+ ## Recommendations
81
+
82
+ Document any shortcomings or misimplementations found:
83
+
84
+ - **Issue 1:** (Description of gap/problem)
85
+ - **Remedy:** (Recommended fix)
86
+ - **Issue 2:** (If none, state "No blocking issues found")
87
+
88
+ ## Attestation
89
+
90
+ I/we attest that ADR {{ADR_ID}} is implemented as intended, evidence is reproducible, and no blocking discrepancies remain.
91
+
92
+ Signed: _<human names & date>_
@@ -0,0 +1,64 @@
1
+ # AUDIT PLAN TEMPLATE (Gate-5) — Replace Placeholders
2
+
3
+ | Field | Value |
4
+ | ----- | ----- |
5
+ | ADR ID | {{ADR_ID}} |
6
+ | ADR Title | {{ADR_TITLE}} |
7
+ | SemVer | {{SEMVER}} |
8
+ | ADR Dir | {{ADR_DIR}} |
9
+ | Audit Date | {{AUDIT_DATE}} |
10
+ | Auditor(s) | {{AUDITORS}} |
11
+
12
+ ## Purpose
13
+
14
+ Confirm {{ADR_ID}} implementation is complete by validating its claims with reproducible CLI evidence.
15
+
16
+ **Audit Trigger:** (e.g., post-implementation stability check, pre-release confirmation, Gate-5 validation)
17
+
18
+ ## Scope & Inputs
19
+
20
+ **Primary contract surfaces:**
21
+
22
+ List the specific CLI commands, reporter surfaces, or behaviors that this ADR introduces or modifies.
23
+
24
+ Example (adapt to ADR):
25
+
26
+ - `uv run -m airlineops reporter <feature> ...`
27
+ - Config sources: `config/settings.json`, `config/calendars.json`
28
+ - Registry/manifest: `data/data_sources.json`
29
+
30
+ **System health surfaces (use when relevant):**
31
+
32
+ - `uv run -m airlineops reporter status`
33
+ - `uv run -m airlineops reporter contract horizon`
34
+ - `uv run -m airlineops reporter manifest status`
35
+ - `uv run -m airlineops reporter registrar --format console`
36
+
37
+ ## Planned Checks
38
+
39
+ | Check | Command / Method | Expected Signal | Status (Planned) |
40
+ |-------|------------------|-----------------|------------------|
41
+ | (ADR-specific check 1) | (command) | (expected outcome) | Pending |
42
+ | (ADR-specific check 2) | (command) | (expected outcome) | Pending |
43
+ | Docs build (if docs changed) | `uv run mkdocs build -q -f mkdocs.yml` | Build clean | Pending |
44
+ | Markdown lint (if docs changed) | `uv run gz md-docs` | Zero violations | Pending |
45
+ | (Add more checks as needed) | | | Pending |
46
+
47
+ ## Risk Focus
48
+
49
+ Highlight higher-risk seams (e.g., new flags, calendar normalization, receipt immutability).
50
+
51
+ ## Findings Placeholder
52
+
53
+ Will be captured in `AUDIT.md` — do not populate here beyond structural notes.
54
+
55
+ ## Acceptance Criteria
56
+
57
+ - All Planned Checks executed; results recorded in `audit/AUDIT.md` with ✓/✗/⚠.
58
+ - Proof logs saved under `{{ADR_DIR}}/audit/proofs/` and referenced in `audit/AUDIT.md` (co-located, committed).
59
+ - ADR present in index/status with correct state; backlinks maintained when applicable.
60
+ - No edits to accepted ADR prose; hygiene via follow-up ADR if required.
61
+
62
+ ## Attestation Placeholder
63
+
64
+ Human will complete in `AUDIT.md` with final ✓ summary.