dorfl 0.0.0 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (619) hide show
  1. package/dist/advance-ci-template.d.ts +73 -0
  2. package/dist/advance-ci-template.d.ts.map +1 -0
  3. package/dist/advance-ci-template.js +104 -0
  4. package/dist/advance-ci-template.js.map +1 -0
  5. package/dist/advance-classify.d.ts +132 -0
  6. package/dist/advance-classify.d.ts.map +1 -0
  7. package/dist/advance-classify.js +120 -0
  8. package/dist/advance-classify.js.map +1 -0
  9. package/dist/advance-drivers.d.ts +182 -0
  10. package/dist/advance-drivers.d.ts.map +1 -0
  11. package/dist/advance-drivers.js +231 -0
  12. package/dist/advance-drivers.js.map +1 -0
  13. package/dist/advance-isolated.d.ts +156 -0
  14. package/dist/advance-isolated.d.ts.map +1 -0
  15. package/dist/advance-isolated.js +256 -0
  16. package/dist/advance-isolated.js.map +1 -0
  17. package/dist/advance-lifecycle-template.d.ts +107 -0
  18. package/dist/advance-lifecycle-template.d.ts.map +1 -0
  19. package/dist/advance-lifecycle-template.js +668 -0
  20. package/dist/advance-lifecycle-template.js.map +1 -0
  21. package/dist/advance-loop-driver.d.ts +325 -0
  22. package/dist/advance-loop-driver.d.ts.map +1 -0
  23. package/dist/advance-loop-driver.js +437 -0
  24. package/dist/advance-loop-driver.js.map +1 -0
  25. package/dist/advance-treeless-publish.d.ts +108 -0
  26. package/dist/advance-treeless-publish.d.ts.map +1 -0
  27. package/dist/advance-treeless-publish.js +71 -0
  28. package/dist/advance-treeless-publish.js.map +1 -0
  29. package/dist/advance.d.ts +340 -0
  30. package/dist/advance.d.ts.map +1 -0
  31. package/dist/advance.js +1122 -0
  32. package/dist/advance.js.map +1 -0
  33. package/dist/advancing-lock.d.ts +294 -0
  34. package/dist/advancing-lock.d.ts.map +1 -0
  35. package/dist/advancing-lock.js +594 -0
  36. package/dist/advancing-lock.js.map +1 -0
  37. package/dist/agent-launch.d.ts +79 -0
  38. package/dist/agent-launch.d.ts.map +1 -0
  39. package/dist/agent-launch.js +61 -0
  40. package/dist/agent-launch.js.map +1 -0
  41. package/dist/agent-stop.d.ts +149 -0
  42. package/dist/agent-stop.d.ts.map +1 -0
  43. package/dist/agent-stop.js +307 -0
  44. package/dist/agent-stop.js.map +1 -0
  45. package/dist/apply-decide.d.ts +127 -0
  46. package/dist/apply-decide.d.ts.map +1 -0
  47. package/dist/apply-decide.js +176 -0
  48. package/dist/apply-decide.js.map +1 -0
  49. package/dist/apply-merge-action.d.ts +206 -0
  50. package/dist/apply-merge-action.d.ts.map +1 -0
  51. package/dist/apply-merge-action.js +307 -0
  52. package/dist/apply-merge-action.js.map +1 -0
  53. package/dist/apply-persist.d.ts +174 -0
  54. package/dist/apply-persist.d.ts.map +1 -0
  55. package/dist/apply-persist.js +359 -0
  56. package/dist/apply-persist.js.map +1 -0
  57. package/dist/arbiter.d.ts +120 -0
  58. package/dist/arbiter.d.ts.map +1 -0
  59. package/dist/arbiter.js +255 -0
  60. package/dist/arbiter.js.map +1 -0
  61. package/dist/brand.d.ts +70 -0
  62. package/dist/brand.d.ts.map +1 -0
  63. package/dist/brand.js +84 -0
  64. package/dist/brand.js.map +1 -0
  65. package/dist/buildable-body.d.ts +132 -0
  66. package/dist/buildable-body.d.ts.map +1 -0
  67. package/dist/buildable-body.js +131 -0
  68. package/dist/buildable-body.js.map +1 -0
  69. package/dist/categorise.d.ts +66 -0
  70. package/dist/categorise.d.ts.map +1 -0
  71. package/dist/categorise.js +106 -0
  72. package/dist/categorise.js.map +1 -0
  73. package/dist/claim-cas.d.ts +117 -0
  74. package/dist/claim-cas.d.ts.map +1 -0
  75. package/dist/claim-cas.js +312 -0
  76. package/dist/claim-cas.js.map +1 -0
  77. package/dist/cli-spinner.d.ts +112 -0
  78. package/dist/cli-spinner.d.ts.map +1 -0
  79. package/dist/cli-spinner.js +157 -0
  80. package/dist/cli-spinner.js.map +1 -0
  81. package/dist/cli.d.ts +11 -0
  82. package/dist/cli.d.ts.map +1 -0
  83. package/dist/cli.js +3094 -0
  84. package/dist/cli.js.map +1 -0
  85. package/dist/close-job-template.d.ts +70 -0
  86. package/dist/close-job-template.d.ts.map +1 -0
  87. package/dist/close-job-template.js +180 -0
  88. package/dist/close-job-template.js.map +1 -0
  89. package/dist/close-job.d.ts +95 -0
  90. package/dist/close-job.d.ts.map +1 -0
  91. package/dist/close-job.js +226 -0
  92. package/dist/close-job.js.map +1 -0
  93. package/dist/complete.d.ts +361 -0
  94. package/dist/complete.d.ts.map +1 -0
  95. package/dist/complete.js +885 -0
  96. package/dist/complete.js.map +1 -0
  97. package/dist/concurrency.d.ts +68 -0
  98. package/dist/concurrency.d.ts.map +1 -0
  99. package/dist/concurrency.js +112 -0
  100. package/dist/concurrency.js.map +1 -0
  101. package/dist/config-override.d.ts +76 -0
  102. package/dist/config-override.d.ts.map +1 -0
  103. package/dist/config-override.js +50 -0
  104. package/dist/config-override.js.map +1 -0
  105. package/dist/config.d.ts +668 -0
  106. package/dist/config.d.ts.map +1 -0
  107. package/dist/config.js +241 -0
  108. package/dist/config.js.map +1 -0
  109. package/dist/continue-branch.d.ts +249 -0
  110. package/dist/continue-branch.d.ts.map +1 -0
  111. package/dist/continue-branch.js +389 -0
  112. package/dist/continue-branch.js.map +1 -0
  113. package/dist/cwd-section.d.ts +186 -0
  114. package/dist/cwd-section.d.ts.map +1 -0
  115. package/dist/cwd-section.js +209 -0
  116. package/dist/cwd-section.js.map +1 -0
  117. package/dist/decision-engine.d.ts +170 -0
  118. package/dist/decision-engine.d.ts.map +1 -0
  119. package/dist/decision-engine.js +136 -0
  120. package/dist/decision-engine.js.map +1 -0
  121. package/dist/detect.d.ts +17 -0
  122. package/dist/detect.d.ts.map +1 -0
  123. package/dist/detect.js +118 -0
  124. package/dist/detect.js.map +1 -0
  125. package/dist/do-autopick.d.ts +85 -0
  126. package/dist/do-autopick.d.ts.map +1 -0
  127. package/dist/do-autopick.js +112 -0
  128. package/dist/do-autopick.js.map +1 -0
  129. package/dist/do-config.d.ts +312 -0
  130. package/dist/do-config.d.ts.map +1 -0
  131. package/dist/do-config.js +358 -0
  132. package/dist/do-config.js.map +1 -0
  133. package/dist/do-remote-auto.d.ts +75 -0
  134. package/dist/do-remote-auto.d.ts.map +1 -0
  135. package/dist/do-remote-auto.js +111 -0
  136. package/dist/do-remote-auto.js.map +1 -0
  137. package/dist/do.d.ts +621 -0
  138. package/dist/do.d.ts.map +1 -0
  139. package/dist/do.js +1882 -0
  140. package/dist/do.js.map +1 -0
  141. package/dist/drop-source.d.ts +96 -0
  142. package/dist/drop-source.d.ts.map +1 -0
  143. package/dist/drop-source.js +91 -0
  144. package/dist/drop-source.js.map +1 -0
  145. package/dist/eligibility.d.ts +46 -0
  146. package/dist/eligibility.d.ts.map +1 -0
  147. package/dist/eligibility.js +34 -0
  148. package/dist/eligibility.js.map +1 -0
  149. package/dist/env-config.d.ts +51 -0
  150. package/dist/env-config.d.ts.map +1 -0
  151. package/dist/env-config.js +272 -0
  152. package/dist/env-config.js.map +1 -0
  153. package/dist/failure-cause.d.ts +70 -0
  154. package/dist/failure-cause.d.ts.map +1 -0
  155. package/dist/failure-cause.js +126 -0
  156. package/dist/failure-cause.js.map +1 -0
  157. package/dist/format.d.ts +43 -0
  158. package/dist/format.d.ts.map +1 -0
  159. package/dist/format.js +256 -0
  160. package/dist/format.js.map +1 -0
  161. package/dist/frontmatter.d.ts +215 -0
  162. package/dist/frontmatter.d.ts.map +1 -0
  163. package/dist/frontmatter.js +345 -0
  164. package/dist/frontmatter.js.map +1 -0
  165. package/dist/gate-readiness.d.ts +84 -0
  166. package/dist/gate-readiness.d.ts.map +1 -0
  167. package/dist/gate-readiness.js +103 -0
  168. package/dist/gate-readiness.js.map +1 -0
  169. package/dist/gc.d.ts +165 -0
  170. package/dist/gc.d.ts.map +1 -0
  171. package/dist/gc.js +313 -0
  172. package/dist/gc.js.map +1 -0
  173. package/dist/gh-failure.d.ts +42 -0
  174. package/dist/gh-failure.d.ts.map +1 -0
  175. package/dist/gh-failure.js +49 -0
  176. package/dist/gh-failure.js.map +1 -0
  177. package/dist/git.d.ts +75 -0
  178. package/dist/git.d.ts.map +1 -0
  179. package/dist/git.js +130 -0
  180. package/dist/git.js.map +1 -0
  181. package/dist/github.d.ts +187 -0
  182. package/dist/github.d.ts.map +1 -0
  183. package/dist/github.js +343 -0
  184. package/dist/github.js.map +1 -0
  185. package/dist/harness.d.ts +242 -0
  186. package/dist/harness.d.ts.map +1 -0
  187. package/dist/harness.js +157 -0
  188. package/dist/harness.js.map +1 -0
  189. package/dist/identity.d.ts +167 -0
  190. package/dist/identity.d.ts.map +1 -0
  191. package/dist/identity.js +231 -0
  192. package/dist/identity.js.map +1 -0
  193. package/dist/index.d.ts +147 -0
  194. package/dist/index.d.ts.map +1 -0
  195. package/dist/index.js +76 -0
  196. package/dist/index.js.map +1 -0
  197. package/dist/install-ci-branch-protection.d.ts +147 -0
  198. package/dist/install-ci-branch-protection.d.ts.map +1 -0
  199. package/dist/install-ci-branch-protection.js +166 -0
  200. package/dist/install-ci-branch-protection.js.map +1 -0
  201. package/dist/install-ci-capabilities/advance-lifecycle.d.ts +15 -0
  202. package/dist/install-ci-capabilities/advance-lifecycle.d.ts.map +1 -0
  203. package/dist/install-ci-capabilities/advance-lifecycle.js +28 -0
  204. package/dist/install-ci-capabilities/advance-lifecycle.js.map +1 -0
  205. package/dist/install-ci-capabilities/close-job.d.ts +13 -0
  206. package/dist/install-ci-capabilities/close-job.d.ts.map +1 -0
  207. package/dist/install-ci-capabilities/close-job.js +26 -0
  208. package/dist/install-ci-capabilities/close-job.js.map +1 -0
  209. package/dist/install-ci-capabilities/example-noop.d.ts +16 -0
  210. package/dist/install-ci-capabilities/example-noop.d.ts.map +1 -0
  211. package/dist/install-ci-capabilities/example-noop.js +23 -0
  212. package/dist/install-ci-capabilities/example-noop.js.map +1 -0
  213. package/dist/install-ci-capabilities/intake.d.ts +15 -0
  214. package/dist/install-ci-capabilities/intake.d.ts.map +1 -0
  215. package/dist/install-ci-capabilities/intake.js +28 -0
  216. package/dist/install-ci-capabilities/intake.js.map +1 -0
  217. package/dist/install-ci-capabilities/verify.d.ts +14 -0
  218. package/dist/install-ci-capabilities/verify.d.ts.map +1 -0
  219. package/dist/install-ci-capabilities/verify.js +27 -0
  220. package/dist/install-ci-capabilities/verify.js.map +1 -0
  221. package/dist/install-ci-core.d.ts +446 -0
  222. package/dist/install-ci-core.d.ts.map +1 -0
  223. package/dist/install-ci-core.js +760 -0
  224. package/dist/install-ci-core.js.map +1 -0
  225. package/dist/install-ci-github.d.ts +167 -0
  226. package/dist/install-ci-github.d.ts.map +1 -0
  227. package/dist/install-ci-github.js +315 -0
  228. package/dist/install-ci-github.js.map +1 -0
  229. package/dist/install-ci.d.ts +105 -0
  230. package/dist/install-ci.d.ts.map +1 -0
  231. package/dist/install-ci.js +363 -0
  232. package/dist/install-ci.js.map +1 -0
  233. package/dist/intake-event.d.ts +88 -0
  234. package/dist/intake-event.d.ts.map +1 -0
  235. package/dist/intake-event.js +66 -0
  236. package/dist/intake-event.js.map +1 -0
  237. package/dist/intake-marker.d.ts +95 -0
  238. package/dist/intake-marker.d.ts.map +1 -0
  239. package/dist/intake-marker.js +127 -0
  240. package/dist/intake-marker.js.map +1 -0
  241. package/dist/intake-triage.d.ts +48 -0
  242. package/dist/intake-triage.d.ts.map +1 -0
  243. package/dist/intake-triage.js +95 -0
  244. package/dist/intake-triage.js.map +1 -0
  245. package/dist/intake-trigger-template.d.ts +185 -0
  246. package/dist/intake-trigger-template.d.ts.map +1 -0
  247. package/dist/intake-trigger-template.js +449 -0
  248. package/dist/intake-trigger-template.js.map +1 -0
  249. package/dist/intake.d.ts +569 -0
  250. package/dist/intake.d.ts.map +1 -0
  251. package/dist/intake.js +1628 -0
  252. package/dist/intake.js.map +1 -0
  253. package/dist/integration-core.d.ts +539 -0
  254. package/dist/integration-core.d.ts.map +1 -0
  255. package/dist/integration-core.js +2195 -0
  256. package/dist/integration-core.js.map +1 -0
  257. package/dist/integrator.d.ts +343 -0
  258. package/dist/integrator.d.ts.map +1 -0
  259. package/dist/integrator.js +400 -0
  260. package/dist/integrator.js.map +1 -0
  261. package/dist/isolation.d.ts +219 -0
  262. package/dist/isolation.d.ts.map +1 -0
  263. package/dist/isolation.js +261 -0
  264. package/dist/isolation.js.map +1 -0
  265. package/dist/issue-provider.d.ts +349 -0
  266. package/dist/issue-provider.d.ts.map +1 -0
  267. package/dist/issue-provider.js +360 -0
  268. package/dist/issue-provider.js.map +1 -0
  269. package/dist/item-lock.d.ts +626 -0
  270. package/dist/item-lock.d.ts.map +1 -0
  271. package/dist/item-lock.js +1381 -0
  272. package/dist/item-lock.js.map +1 -0
  273. package/dist/item-path.d.ts +49 -0
  274. package/dist/item-path.d.ts.map +1 -0
  275. package/dist/item-path.js +66 -0
  276. package/dist/item-path.js.map +1 -0
  277. package/dist/ledger-lint.d.ts +129 -0
  278. package/dist/ledger-lint.d.ts.map +1 -0
  279. package/dist/ledger-lint.js +249 -0
  280. package/dist/ledger-lint.js.map +1 -0
  281. package/dist/ledger-read.d.ts +357 -0
  282. package/dist/ledger-read.d.ts.map +1 -0
  283. package/dist/ledger-read.js +442 -0
  284. package/dist/ledger-read.js.map +1 -0
  285. package/dist/ledger-write.d.ts +330 -0
  286. package/dist/ledger-write.d.ts.map +1 -0
  287. package/dist/ledger-write.js +411 -0
  288. package/dist/ledger-write.js.map +1 -0
  289. package/dist/lifecycle-gather.d.ts +30 -0
  290. package/dist/lifecycle-gather.d.ts.map +1 -0
  291. package/dist/lifecycle-gather.js +205 -0
  292. package/dist/lifecycle-gather.js.map +1 -0
  293. package/dist/lifecycle-pools.d.ts +180 -0
  294. package/dist/lifecycle-pools.d.ts.map +1 -0
  295. package/dist/lifecycle-pools.js +78 -0
  296. package/dist/lifecycle-pools.js.map +1 -0
  297. package/dist/merge-question-surfacer.d.ts +166 -0
  298. package/dist/merge-question-surfacer.d.ts.map +1 -0
  299. package/dist/merge-question-surfacer.js +297 -0
  300. package/dist/merge-question-surfacer.js.map +1 -0
  301. package/dist/mint-adr.d.ts +126 -0
  302. package/dist/mint-adr.d.ts.map +1 -0
  303. package/dist/mint-adr.js +257 -0
  304. package/dist/mint-adr.js.map +1 -0
  305. package/dist/mirror-pool-scan.d.ts +125 -0
  306. package/dist/mirror-pool-scan.d.ts.map +1 -0
  307. package/dist/mirror-pool-scan.js +104 -0
  308. package/dist/mirror-pool-scan.js.map +1 -0
  309. package/dist/needs-attention.d.ts +341 -0
  310. package/dist/needs-attention.d.ts.map +1 -0
  311. package/dist/needs-attention.js +900 -0
  312. package/dist/needs-attention.js.map +1 -0
  313. package/dist/orphan-sidecar.d.ts +79 -0
  314. package/dist/orphan-sidecar.d.ts.map +1 -0
  315. package/dist/orphan-sidecar.js +71 -0
  316. package/dist/orphan-sidecar.js.map +1 -0
  317. package/dist/output.d.ts +48 -0
  318. package/dist/output.d.ts.map +1 -0
  319. package/dist/output.js +66 -0
  320. package/dist/output.js.map +1 -0
  321. package/dist/pi-harness.d.ts +179 -0
  322. package/dist/pi-harness.d.ts.map +1 -0
  323. package/dist/pi-harness.js +342 -0
  324. package/dist/pi-harness.js.map +1 -0
  325. package/dist/placement.d.ts +99 -0
  326. package/dist/placement.d.ts.map +1 -0
  327. package/dist/placement.js +67 -0
  328. package/dist/placement.js.map +1 -0
  329. package/dist/prd-to-spec.d.ts +315 -0
  330. package/dist/prd-to-spec.d.ts.map +1 -0
  331. package/dist/prd-to-spec.js +684 -0
  332. package/dist/prd-to-spec.js.map +1 -0
  333. package/dist/prepare.d.ts +121 -0
  334. package/dist/prepare.d.ts.map +1 -0
  335. package/dist/prepare.js +140 -0
  336. package/dist/prepare.js.map +1 -0
  337. package/dist/prompt.d.ts +360 -0
  338. package/dist/prompt.d.ts.map +1 -0
  339. package/dist/prompt.js +499 -0
  340. package/dist/prompt.js.map +1 -0
  341. package/dist/protocol/ADR-FORMAT.md +47 -0
  342. package/dist/protocol/CLAIM-PROTOCOL.md +217 -0
  343. package/dist/protocol/REVIEW-PROTOCOL.md +119 -0
  344. package/dist/protocol/SURFACE-PROTOCOL.md +121 -0
  345. package/dist/protocol/TASKING-PROTOCOL.md +122 -0
  346. package/dist/protocol/WORK-CONTRACT.md +276 -0
  347. package/dist/protocol/spec-template.md +71 -0
  348. package/dist/protocol/task-template.md +65 -0
  349. package/dist/readiness.d.ts +66 -0
  350. package/dist/readiness.d.ts.map +1 -0
  351. package/dist/readiness.js +36 -0
  352. package/dist/readiness.js.map +1 -0
  353. package/dist/reap-branches.d.ts +102 -0
  354. package/dist/reap-branches.d.ts.map +1 -0
  355. package/dist/reap-branches.js +149 -0
  356. package/dist/reap-branches.js.map +1 -0
  357. package/dist/recover-isolated.d.ts +72 -0
  358. package/dist/recover-isolated.d.ts.map +1 -0
  359. package/dist/recover-isolated.js +188 -0
  360. package/dist/recover-isolated.js.map +1 -0
  361. package/dist/registry.d.ts +172 -0
  362. package/dist/registry.d.ts.map +1 -0
  363. package/dist/registry.js +296 -0
  364. package/dist/registry.js.map +1 -0
  365. package/dist/repo-config.d.ts +201 -0
  366. package/dist/repo-config.d.ts.map +1 -0
  367. package/dist/repo-config.js +414 -0
  368. package/dist/repo-config.js.map +1 -0
  369. package/dist/repo-key.d.ts +20 -0
  370. package/dist/repo-key.d.ts.map +1 -0
  371. package/dist/repo-key.js +68 -0
  372. package/dist/repo-key.js.map +1 -0
  373. package/dist/repo-mirror.d.ts +177 -0
  374. package/dist/repo-mirror.d.ts.map +1 -0
  375. package/dist/repo-mirror.js +271 -0
  376. package/dist/repo-mirror.js.map +1 -0
  377. package/dist/retry-backoff.d.ts +90 -0
  378. package/dist/retry-backoff.d.ts.map +1 -0
  379. package/dist/retry-backoff.js +98 -0
  380. package/dist/retry-backoff.js.map +1 -0
  381. package/dist/review-gate.d.ts +173 -0
  382. package/dist/review-gate.d.ts.map +1 -0
  383. package/dist/review-gate.js +261 -0
  384. package/dist/review-gate.js.map +1 -0
  385. package/dist/review-verdict.d.ts +149 -0
  386. package/dist/review-verdict.d.ts.map +1 -0
  387. package/dist/review-verdict.js +332 -0
  388. package/dist/review-verdict.js.map +1 -0
  389. package/dist/run.d.ts +221 -0
  390. package/dist/run.d.ts.map +1 -0
  391. package/dist/run.js +963 -0
  392. package/dist/run.js.map +1 -0
  393. package/dist/scan.d.ts +308 -0
  394. package/dist/scan.d.ts.map +1 -0
  395. package/dist/scan.js +374 -0
  396. package/dist/scan.js.map +1 -0
  397. package/dist/select-order.d.ts +75 -0
  398. package/dist/select-order.d.ts.map +1 -0
  399. package/dist/select-order.js +108 -0
  400. package/dist/select-order.js.map +1 -0
  401. package/dist/select-priority.d.ts +188 -0
  402. package/dist/select-priority.d.ts.map +1 -0
  403. package/dist/select-priority.js +80 -0
  404. package/dist/select-priority.js.map +1 -0
  405. package/dist/select.d.ts +25 -0
  406. package/dist/select.d.ts.map +1 -0
  407. package/dist/select.js +43 -0
  408. package/dist/select.js.map +1 -0
  409. package/dist/session-path.d.ts +36 -0
  410. package/dist/session-path.d.ts.map +1 -0
  411. package/dist/session-path.js +129 -0
  412. package/dist/session-path.js.map +1 -0
  413. package/dist/sidecar-apply.d.ts +83 -0
  414. package/dist/sidecar-apply.d.ts.map +1 -0
  415. package/dist/sidecar-apply.js +111 -0
  416. package/dist/sidecar-apply.js.map +1 -0
  417. package/dist/sidecar.d.ts +245 -0
  418. package/dist/sidecar.d.ts.map +1 -0
  419. package/dist/sidecar.js +481 -0
  420. package/dist/sidecar.js.map +1 -0
  421. package/dist/slug-namespace.d.ts +204 -0
  422. package/dist/slug-namespace.d.ts.map +1 -0
  423. package/dist/slug-namespace.js +229 -0
  424. package/dist/slug-namespace.js.map +1 -0
  425. package/dist/spec-complete.d.ts +44 -0
  426. package/dist/spec-complete.d.ts.map +1 -0
  427. package/dist/spec-complete.js +69 -0
  428. package/dist/spec-complete.js.map +1 -0
  429. package/dist/start.d.ts +97 -0
  430. package/dist/start.d.ts.map +1 -0
  431. package/dist/start.js +633 -0
  432. package/dist/start.js.map +1 -0
  433. package/dist/status.d.ts +199 -0
  434. package/dist/status.d.ts.map +1 -0
  435. package/dist/status.js +228 -0
  436. package/dist/status.js.map +1 -0
  437. package/dist/surface-gate.d.ts +162 -0
  438. package/dist/surface-gate.d.ts.map +1 -0
  439. package/dist/surface-gate.js +206 -0
  440. package/dist/surface-gate.js.map +1 -0
  441. package/dist/surface-persist.d.ts +86 -0
  442. package/dist/surface-persist.d.ts.map +1 -0
  443. package/dist/surface-persist.js +129 -0
  444. package/dist/surface-persist.js.map +1 -0
  445. package/dist/tasker-review-loop.d.ts +249 -0
  446. package/dist/tasker-review-loop.d.ts.map +1 -0
  447. package/dist/tasker-review-loop.js +369 -0
  448. package/dist/tasker-review-loop.js.map +1 -0
  449. package/dist/tasking-eligibility.d.ts +74 -0
  450. package/dist/tasking-eligibility.d.ts.map +1 -0
  451. package/dist/tasking-eligibility.js +52 -0
  452. package/dist/tasking-eligibility.js.map +1 -0
  453. package/dist/tasking-lock.d.ts +111 -0
  454. package/dist/tasking-lock.d.ts.map +1 -0
  455. package/dist/tasking-lock.js +256 -0
  456. package/dist/tasking-lock.js.map +1 -0
  457. package/dist/tasking.d.ts +275 -0
  458. package/dist/tasking.d.ts.map +1 -0
  459. package/dist/tasking.js +952 -0
  460. package/dist/tasking.js.map +1 -0
  461. package/dist/triage-gate.d.ts +127 -0
  462. package/dist/triage-gate.d.ts.map +1 -0
  463. package/dist/triage-gate.js +139 -0
  464. package/dist/triage-gate.js.map +1 -0
  465. package/dist/triage-persist.d.ts +163 -0
  466. package/dist/triage-persist.d.ts.map +1 -0
  467. package/dist/triage-persist.js +387 -0
  468. package/dist/triage-persist.js.map +1 -0
  469. package/dist/verdict-json.d.ts +32 -0
  470. package/dist/verdict-json.d.ts.map +1 -0
  471. package/dist/verdict-json.js +74 -0
  472. package/dist/verdict-json.js.map +1 -0
  473. package/dist/verify-workflow-template.d.ts +60 -0
  474. package/dist/verify-workflow-template.d.ts.map +1 -0
  475. package/dist/verify-workflow-template.js +126 -0
  476. package/dist/verify-workflow-template.js.map +1 -0
  477. package/dist/verify.d.ts +60 -0
  478. package/dist/verify.d.ts.map +1 -0
  479. package/dist/verify.js +62 -0
  480. package/dist/verify.js.map +1 -0
  481. package/dist/watch-session.d.ts +112 -0
  482. package/dist/watch-session.d.ts.map +1 -0
  483. package/dist/watch-session.js +347 -0
  484. package/dist/watch-session.js.map +1 -0
  485. package/dist/work-layout.d.ts +198 -0
  486. package/dist/work-layout.d.ts.map +1 -0
  487. package/dist/work-layout.js +217 -0
  488. package/dist/work-layout.js.map +1 -0
  489. package/dist/work-on.d.ts +154 -0
  490. package/dist/work-on.d.ts.map +1 -0
  491. package/dist/work-on.js +387 -0
  492. package/dist/work-on.js.map +1 -0
  493. package/dist/workspace.d.ts +224 -0
  494. package/dist/workspace.d.ts.map +1 -0
  495. package/dist/workspace.js +325 -0
  496. package/dist/workspace.js.map +1 -0
  497. package/package.json +46 -2
  498. package/src/advance-ci-template.ts +203 -0
  499. package/src/advance-classify.ts +197 -0
  500. package/src/advance-drivers.ts +414 -0
  501. package/src/advance-isolated.ts +432 -0
  502. package/src/advance-lifecycle-template.ts +791 -0
  503. package/src/advance-loop-driver.ts +745 -0
  504. package/src/advance-treeless-publish.ts +177 -0
  505. package/src/advance.ts +1564 -0
  506. package/src/advancing-lock.ts +988 -0
  507. package/src/agent-launch.ts +137 -0
  508. package/src/agent-stop.ts +361 -0
  509. package/src/apply-decide.ts +242 -0
  510. package/src/apply-merge-action.ts +502 -0
  511. package/src/apply-persist.ts +518 -0
  512. package/src/arbiter.ts +372 -0
  513. package/src/brand.ts +111 -0
  514. package/src/buildable-body.ts +196 -0
  515. package/src/categorise.ts +158 -0
  516. package/src/claim-cas.ts +513 -0
  517. package/src/cli-spinner.ts +225 -0
  518. package/src/cli.ts +4369 -0
  519. package/src/close-job-template.ts +236 -0
  520. package/src/close-job.ts +319 -0
  521. package/src/complete.ts +1379 -0
  522. package/src/concurrency.ts +151 -0
  523. package/src/config-override.ts +116 -0
  524. package/src/config.ts +883 -0
  525. package/src/continue-branch.ts +542 -0
  526. package/src/cwd-section.ts +392 -0
  527. package/src/decision-engine.ts +272 -0
  528. package/src/detect.ts +124 -0
  529. package/src/do-autopick.ts +223 -0
  530. package/src/do-config.ts +589 -0
  531. package/src/do-remote-auto.ts +197 -0
  532. package/src/do.ts +2623 -0
  533. package/src/drop-source.ts +194 -0
  534. package/src/eligibility.ts +79 -0
  535. package/src/env-config.ts +305 -0
  536. package/src/failure-cause.ts +142 -0
  537. package/src/format.ts +313 -0
  538. package/src/frontmatter.ts +485 -0
  539. package/src/gate-readiness.ts +147 -0
  540. package/src/gc.ts +510 -0
  541. package/src/gh-failure.ts +53 -0
  542. package/src/git.ts +186 -0
  543. package/src/github.ts +468 -0
  544. package/src/harness.ts +355 -0
  545. package/src/identity.ts +322 -0
  546. package/src/index.ts +785 -0
  547. package/src/install-ci-branch-protection.ts +255 -0
  548. package/src/install-ci-capabilities/advance-lifecycle.ts +34 -0
  549. package/src/install-ci-capabilities/close-job.ts +32 -0
  550. package/src/install-ci-capabilities/example-noop.ts +24 -0
  551. package/src/install-ci-capabilities/intake.ts +34 -0
  552. package/src/install-ci-capabilities/verify.ts +33 -0
  553. package/src/install-ci-core.ts +1088 -0
  554. package/src/install-ci-github.ts +376 -0
  555. package/src/install-ci.ts +552 -0
  556. package/src/intake-event.ts +102 -0
  557. package/src/intake-marker.ts +195 -0
  558. package/src/intake-triage.ts +138 -0
  559. package/src/intake-trigger-template.ts +591 -0
  560. package/src/intake.ts +2445 -0
  561. package/src/integration-core.ts +3065 -0
  562. package/src/integrator.ts +771 -0
  563. package/src/isolation.ts +484 -0
  564. package/src/issue-provider.ts +733 -0
  565. package/src/item-lock.ts +1858 -0
  566. package/src/item-path.ts +75 -0
  567. package/src/ledger-lint.ts +332 -0
  568. package/src/ledger-read.ts +924 -0
  569. package/src/ledger-write.ts +865 -0
  570. package/src/lifecycle-gather.ts +298 -0
  571. package/src/lifecycle-pools.ts +250 -0
  572. package/src/merge-question-surfacer.ts +496 -0
  573. package/src/mint-adr.ts +362 -0
  574. package/src/mirror-pool-scan.ts +240 -0
  575. package/src/needs-attention.ts +1506 -0
  576. package/src/orphan-sidecar.ts +150 -0
  577. package/src/output.ts +89 -0
  578. package/src/pi-harness.ts +403 -0
  579. package/src/placement.ts +131 -0
  580. package/src/prd-to-spec.ts +1023 -0
  581. package/src/prepare.ts +230 -0
  582. package/src/prompt.ts +760 -0
  583. package/src/readiness.ts +98 -0
  584. package/src/reap-branches.ts +278 -0
  585. package/src/recover-isolated.ts +276 -0
  586. package/src/registry.ts +475 -0
  587. package/src/repo-config.ts +550 -0
  588. package/src/repo-key.ts +74 -0
  589. package/src/repo-mirror.ts +367 -0
  590. package/src/retry-backoff.ts +130 -0
  591. package/src/review-gate.ts +389 -0
  592. package/src/review-verdict.ts +422 -0
  593. package/src/run.ts +1430 -0
  594. package/src/scan.ts +611 -0
  595. package/src/select-order.ts +143 -0
  596. package/src/select-priority.ts +266 -0
  597. package/src/select.ts +62 -0
  598. package/src/session-path.ts +153 -0
  599. package/src/sidecar-apply.ts +216 -0
  600. package/src/sidecar.ts +700 -0
  601. package/src/slug-namespace.ts +367 -0
  602. package/src/spec-complete.ts +118 -0
  603. package/src/start.ts +974 -0
  604. package/src/status.ts +441 -0
  605. package/src/surface-gate.ts +337 -0
  606. package/src/surface-persist.ts +241 -0
  607. package/src/tasker-review-loop.ts +671 -0
  608. package/src/tasking-eligibility.ts +114 -0
  609. package/src/tasking-lock.ts +416 -0
  610. package/src/tasking.ts +1438 -0
  611. package/src/triage-gate.ts +248 -0
  612. package/src/triage-persist.ts +570 -0
  613. package/src/verdict-json.ts +73 -0
  614. package/src/verify-workflow-template.ts +159 -0
  615. package/src/verify.ts +123 -0
  616. package/src/watch-session.ts +397 -0
  617. package/src/work-layout.ts +262 -0
  618. package/src/work-on.ts +660 -0
  619. package/src/workspace.ts +502 -0
@@ -0,0 +1,147 @@
1
+ export type { Brand } from './brand.js';
2
+ export { BASE, brand, deriveBrand, paramCase, constantCase } from './brand.js';
3
+ export type { Config, PartialConfig, IntegrationMode, HarnessAdapter, ReviewProviderName, VerifyConfig, } from './config.js';
4
+ export { DEFAULT_CONFIG, mergeConfig, loadConfig, saveConfig, defaultConfigPath, } from './config.js';
5
+ export type { RepoAllowedKey, RepoRejectedKey, LoadedRepoConfig, ResolveRepoConfigOptions, ResolvedRepoConfig, } from './repo-config.js';
6
+ export { REPO_CONFIG_FILENAME, REPO_ALLOWED_KEYS, REPO_REJECTED_KEYS, repoConfigPath, loadRepoConfig, resolveRepoConfig, } from './repo-config.js';
7
+ export type { ConfigOverrideMap } from './config-override.js';
8
+ export { defaultConfigOverridePath, loadConfigOverride, } from './config-override.js';
9
+ export type { EnvMap } from './env-config.js';
10
+ export { ENV_PREFIX, envVarName, envOverrides } from './env-config.js';
11
+ export type { RenderTaskBodyInput, RenderSpecBodyInput, } from './buildable-body.js';
12
+ export { renderTaskBody, renderSpecBody } from './buildable-body.js';
13
+ export type { Frontmatter } from './frontmatter.js';
14
+ export { parseFrontmatter, setNeedsAnswersMarker, setFrontmatterMarker, } from './frontmatter.js';
15
+ export type { SidecarType, SidecarEntry, SidecarModel, SidecarIdentity, NewQuestion, } from './sidecar.js';
16
+ export { SidecarParseError, isEntryAnswered, pendingEntries, allAnswered, resolveSidecarIdentity, sidecarPathFor, sidecarPathCandidates, parseSidecar, serialiseSidecar, appendQuestions, newSidecar, } from './sidecar.js';
17
+ export type { ApplyMode, ApplyAtomicOptions, ApplyAtomicResult, } from './sidecar-apply.js';
18
+ export { ApplyAtomicError, applyAtomic } from './sidecar-apply.js';
19
+ export type { ApplyTerminal, ApplyAnsweredQuestionsOptions, ApplyAnsweredQuestionsResult, } from './apply-persist.js';
20
+ export { ApplyPersistError, applyAnsweredQuestions } from './apply-persist.js';
21
+ export type { MintAdrOptions, MintAdrResult } from './mint-adr.js';
22
+ export { MintAdrError, mintAdr, buildAdrBody, adrItemRel } from './mint-adr.js';
23
+ export { APPLY_LIFECYCLE_FOLDERS, resolveItemPathByIdentity, } from './item-path.js';
24
+ export type { DropSourceOptions, DropSourceResult, DropTerminal, } from './drop-source.js';
25
+ export { DropSourceError, dropSource } from './drop-source.js';
26
+ export type { TickItem, TickRungKind, TickClassification, } from './advance-classify.js';
27
+ export { classifyTick, isAdvanceable } from './advance-classify.js';
28
+ export { isParticipatingRepo, findParticipatingRepos } from './detect.js';
29
+ export type { HumanOnlyGate, BlockedByResult, EligibilityInput, EligibilityResult, } from './eligibility.js';
30
+ export { resolveGate, resolveBlockedBy, resolveEligibility, } from './eligibility.js';
31
+ export type { TaskedAfterResult, TaskingEligibilityInput, TaskingEligibilityResult, } from './tasking-eligibility.js';
32
+ export { resolveTaskGate, resolveTaskedAfter, resolveTaskingEligibility, } from './tasking-eligibility.js';
33
+ export type { LedgerReadyItem, LedgerObservationItem, LedgerSpecItem, LedgerSpecPool, SpecExistence, LocalLedgerState, ArbiterLedgerState, ResolveLocalStateInput, ResolveSpecExistenceInput, ResolveSpecPoolInput, ResolveArbiterStateInput, ResolveMirrorStateInput, LedgerReadStrategy, } from './ledger-read.js';
34
+ export { currentLedgerRead, ledgerRead } from './ledger-read.js';
35
+ export type { SpecCompleteInput, SpecTask, SpecCompleteResult, } from './spec-complete.js';
36
+ export { isSpecComplete } from './spec-complete.js';
37
+ export type { LedgerTransitionKind, ApplyTransitionInput, ApplyTransitionResult, ApplyCompleteTransitionInput, ApplyCompleteTransitionResult, ApplyNeedsAttentionTransitionInput, ApplyNeedsAttentionTransitionResult, ApplyReturnToBacklogTransitionInput, ApplyReturnToBacklogTransitionResult, LedgerWriteStrategy, } from './ledger-write.js';
38
+ export { currentLedgerWrite, ledgerWrite } from './ledger-write.js';
39
+ export type { ReadyItem, ScannedItem, RepoReport, ScanReport } from './scan.js';
40
+ export { scan, scanRepoPaths, readReadyItems, readDoneSlugs } from './scan.js';
41
+ export type { SlugNamespace, ParsedSlugArg, ResolvedSlug, ResolveSlugInput, } from './slug-namespace.js';
42
+ export { SlugResolutionError, parseSlugArg, resolveSlug, resolveTaskOnlyArg, } from './slug-namespace.js';
43
+ export type { RegisteredMirror, Transport, RegistryOptions, RemoteAddResult, RemoteAddOptions, RemoteRmResult, RemoteRmOptions, } from './registry.js';
44
+ export { RegistryError, listMirrors, remoteAdd, remoteRm, transportForUrl, projectIdFromKey, } from './registry.js';
45
+ export { formatReport, formatCwdSection, gateLabel } from './format.js';
46
+ export type { CwdSection, CwdArbiter, ResolveCwdSectionOptions, CwdDisposition, } from './cwd-section.js';
47
+ export { resolveCwdSection, cwdSectionDisposition } from './cwd-section.js';
48
+ export type { TaskFolder, ResolvedTask, PromptOptions, ContinueContext, ContinueResolutionGate, } from './prompt.js';
49
+ export { extractPromptSection, extractCanonicalWrapperTemplate, resolveProtocolDoc, wrapper, buildAgentPrompt, buildContinueBlock, extractRequeueNotes, resolveContinueContext, resolveTask, inferSlugFromBranch, renderPrompt, PromptError, } from './prompt.js';
50
+ export type { Candidate, SelectCaps } from './select.js';
51
+ export { selectCandidates } from './select.js';
52
+ export type { SelectedNamespace, SelectedItem, LifecycleSelectedItem, SelectedLifecyclePools, SpecCandidate, TaskableSpecsInput, SelectPrioritisedInput, } from './select-priority.js';
53
+ export { taskableSpecs, selectPrioritised } from './select-priority.js';
54
+ export type { ClaimExitCode, ClaimCasOutcome, ClaimCasOptions, ClaimCasResult, } from './claim-cas.js';
55
+ export { performClaim } from './claim-cas.js';
56
+ export type { AcquireAdvancingLockOutcome, AcquireAdvancingLockExitCode, AcquireAdvancingLockOptions, AcquireAdvancingLockResult, ReleaseAdvancingLockOutcome, ReleaseAdvancingLockExitCode, ReleaseAdvancingLockOptions, ReleaseAdvancingLockResult, CreateItemOutcome, CreateItemExitCode, CreateItemThroughCasOptions, CreateItemThroughCasResult, CasContentionBudget, CasAttemptResult, CasContentionLoopResult, } from './advancing-lock.js';
57
+ export { acquireAdvancingLock, releaseAdvancingLock, createItemThroughCas, nextCasContentionDelayMs, runCasContentionLoop, INTERACTIVE_CAS_CONTENTION, LIFECYCLE_CAS_CONTENTION, } from './advancing-lock.js';
58
+ export type { LockAction, LockState, LockEntry, AcquireOutcome, ReleaseOutcome, AcquireResult, ReleaseResult, AcquireOptions, ReleaseOptions, ReconcileOutcome, ReconcileResult, ReleaseHeldOutcome, ReleaseHeldResult, LockReportEntry, ItemLockReport, } from './item-lock.js';
59
+ export { LOCK_REF_PREFIX, lockEntryFor, itemLockRef, acquireItemLock, releaseItemLock, releaseHeldItemLock, readItemLock, reconcileItemLockAgainstMain, classifyItemLockAgainstMain, reportItemLocks, formatItemLockReport, itemLockReportNeedsAttention, itemFromLockEntry, terminalMainPaths, listItemLocks, listItemLockEntries, heldTaskSlugs, resolveLockHolder, serialiseLockEntry, parseLockEntry, } from './item-lock.js';
60
+ export type { StartOutcome, StartOptions, StartResult } from './start.js';
61
+ export { performStart } from './start.js';
62
+ export type { WorkOnOutcome, WorkOnOptions, WorkOnResult } from './work-on.js';
63
+ export { performWorkOn, suggestHumanWorktreesDir, loadHumanWorktreesDir, persistHumanWorktreesDir, } from './work-on.js';
64
+ export type { ReadinessVerdict, ResolveReadinessOptions } from './readiness.js';
65
+ export { resolveReadiness } from './readiness.js';
66
+ export type { CompleteOutcome, CompleteOptions, CompleteResult, } from './complete.js';
67
+ export { performComplete } from './complete.js';
68
+ export type { RecoverIsolatedOutcome, RecoverIsolatedOptions, RecoverIsolatedResult, } from './recover-isolated.js';
69
+ export { performRecoverIsolated, locateIsolatedRecovery, } from './recover-isolated.js';
70
+ export type { DoOutcome, DoResult, DoDorfl, DoOptions, DoRemoteOptions, } from './do.js';
71
+ export { performDo, performDoRemote } from './do.js';
72
+ export type { DoRunner, PerformDoMultiOptions, DoMultiResult, } from './do-autopick.js';
73
+ export { performDoAuto, performDoArgs } from './do-autopick.js';
74
+ export type { TaskOutcome, TaskResult, TaskDorfl, TaskingLockSeam, PerformTaskOptions, } from './tasking.js';
75
+ export { performTask } from './tasking.js';
76
+ export type { Issue, IssueComment, GetIssueInput, ListCommentsInput, PostIssueCommentInput, PostIssueCommentResult, IssueProvider, GitHubIssueProviderOptions, } from './issue-provider.js';
77
+ export { GitHubIssueProvider } from './issue-provider.js';
78
+ export type { IntakeOutcome, IntakeVerdict, IntakeRunOutcome, IntakeResult, IntakeDecider, PerformIntakeOptions, } from './intake.js';
79
+ export { performIntake, buildIntakeDecisionSpec } from './intake.js';
80
+ export type { DecisionOutcome, DecisionVerdict, DecisionDecider, } from './decision-engine.js';
81
+ export { decide, parseDecisionVerdict, DisallowedOutcomeError, EmptyAllowedOutcomesError, } from './decision-engine.js';
82
+ export type { IntakeEventKind, IntakeEventDecision, IntakeEvent, } from './intake-event.js';
83
+ export { classifyIntakeEvent } from './intake-event.js';
84
+ export type { IntakeMarker, IntakeMarkerKind } from './intake-marker.js';
85
+ export { stampIntakeMarker, parseIntakeMarker, isIntakeComment, computeSeenDelta, seenSetFrom, } from './intake-marker.js';
86
+ export type { IntakeTriageDecision } from './intake-triage.js';
87
+ export { triageIntake } from './intake-triage.js';
88
+ export type { EnsureMirrorOptions, EnsureMirrorResult } from './repo-mirror.js';
89
+ export { encodeRepoKey, mirrorPath, ensureMirror, fetchMirrorMain, mirrorMainSha, resolveRepoConfigFromMirror, } from './repo-mirror.js';
90
+ export type { ScanMirrorPoolOptions, MirrorPoolScanResult, } from './mirror-pool-scan.js';
91
+ export { scanMirrorPool } from './mirror-pool-scan.js';
92
+ export type { LifecyclePoolGates, LifecyclePools, LifecyclePoolsInput, NeedsAnswersCandidate, ObservationCandidate, } from './lifecycle-pools.js';
93
+ export { buildLifecyclePools } from './lifecycle-pools.js';
94
+ export { gatherLifecycleInPlace, gatherLifecycleMirror, } from './lifecycle-gather.js';
95
+ export type { JobRecord, JobState, CreateJobOptions, Job } from './workspace.js';
96
+ export { JOB_RECORD_FILENAME, jobRecordPath, encodeWorkId, jobWorktreePath, createJob, writeJobRecord, readJobRecord, updateJobRecord, removeJobRecord, } from './workspace.js';
97
+ export type { HarnessRecord, LaunchInput, LaunchResult, Harness, } from './harness.js';
98
+ export { NullHarness, pidAlive, resolveHarness, registerHarness, } from './harness.js';
99
+ export type { PiHarnessOptions, PiHarnessRecord } from './pi-harness.js';
100
+ export { PiHarness, createHarness, piSessionExists, DEFAULT_PI_BIN, } from './pi-harness.js';
101
+ export type { GenerateSessionPathInput } from './session-path.js';
102
+ export { generateSessionPath, piDefaultSessionDir } from './session-path.js';
103
+ export type { SessionTailerOptions } from './watch-session.js';
104
+ export { formatWatchEvent, finishedLine, boundaryLine, SessionTailer, } from './watch-session.js';
105
+ export type { LaunchWithOptionalWatchInput } from './agent-launch.js';
106
+ export { launchWithOptionalWatch } from './agent-launch.js';
107
+ export type { ReviewProvider, OpenRequestInput, OpenRequestResult, IntegrateInput, IntegrateResult, IntegrateWithRebaseResult, IntegratorOptions, RebaseInput, RebaseResult, } from './integrator.js';
108
+ export { Integrator, NoneProvider, rebaseOntoArbiterMain, arbiterMainContains, } from './integrator.js';
109
+ export type { ProviderName, SelectProviderOptions, GitHubProviderOptions, } from './github.js';
110
+ export { GitHubProvider, isGitHubArbiterUrl, selectProvider, DEFAULT_GH_BIN, } from './github.js';
111
+ export type { IsolatedTree, PrepareInput, IsolationStrategy, SelectIsolationInput, } from './isolation.js';
112
+ export { jobWorktreeStrategy, jobWorktreeHandle, inPlaceStrategy, selectIsolationStrategy, } from './isolation.js';
113
+ export type { ItemStatus, ItemResult, RunOnceResult, RunOnceOptions, Dorfl, } from './run.js';
114
+ export { runOnce, defaultRunWorkspace } from './run.js';
115
+ export type { RunVerifyOptions, RunVerifyResult } from './verify.js';
116
+ export { runVerify, resolveVerifyCommands, DEFAULT_VERIFY_COMMAND, } from './verify.js';
117
+ export type { PrepareConfig, RunPrepareOptions, RunPrepareResult, EnsurePreparedOptions, } from './prepare.js';
118
+ export { runPrepare, resolvePrepareCommands, ensurePrepared, isPrepared, markPrepared, preparedMarkerPath, PREPARE_MARKER_BASENAME, } from './prepare.js';
119
+ export type { ReviewFinding, ReviewVerdict, ReviewGateInput, ReviewGate, HarnessReviewGateOptions, } from './review-gate.js';
120
+ export { ReviewParseError, parseReviewVerdict, buildReviewPrompt, buildTaskAcceptancePrompt, harnessReviewGate, harnessTaskAcceptanceGate, formatBlockReason, reviewRoundsExhaustedReason, } from './review-gate.js';
121
+ export type { RetainReason, ReachableVia, SafetyVerdict, EvaluateSafetyInput, ReapInput, ReapResult, GcJob, ReapedJob, RetainedJob, GcOptions, GcResult, } from './gc.js';
122
+ export { RETAIN_REASON_TEXT, evaluateDeletionSafety, reapJob, gc, discoverJobs, } from './gc.js';
123
+ export type { ReapedSidecar, RetainedSidecar, SweepOrphanSidecarsInput, SweepOrphanSidecarsResult, } from './orphan-sidecar.js';
124
+ export { sweepOrphanSidecars } from './orphan-sidecar.js';
125
+ export type { VocabularyMigration, QuiescenceViolation, ResyncedDoc, ResyncResult, FolderMove, ContentRewrite, ConfigRewrite, RefRename, DataLeak, PrdToSpecOptions, PrdToSpecResult, } from './prd-to-spec.js';
126
+ export { MIGRATION, PROTOCOL_DOCS, keepCaseReplace, checkQuiescence, resyncProtocol, migrateFolders, migrateItemContent, migrateAllItemContent, migrateConfig, migrateRefs, scanForLeaks, runPrdToSpec, } from './prd-to-spec.js';
127
+ export type { JobStatus, StatusReport, StatusOptions } from './status.js';
128
+ export { status, formatStatus } from './status.js';
129
+ export type { ArbiterInitOptions, ArbiterInitResult, ArbiterStatusOptions, ArbiterStatusReport, } from './arbiter.js';
130
+ export { DEFAULT_ARBITER_REMOTE, ArbiterError, arbiterPath, arbiterInit, arbiterStatus, formatArbiterStatus, } from './arbiter.js';
131
+ export type { RouteToNeedsAttentionOptions, RouteToNeedsAttentionResult, ReturnToBacklogOptions, ReturnToBacklogResult, } from './needs-attention.js';
132
+ export { routeToNeedsAttention, returnToBacklog, extractReason, } from './needs-attention.js';
133
+ export type { Category, CategorisedItem, CategorisedGroups, CategorySummary, } from './categorise.js';
134
+ export { categoriseItem, categoriseItems, sortReadyFirst, summariseGroups, CATEGORY_ORDER, CATEGORY_LABELS, } from './categorise.js';
135
+ export type { AdvanceCiTemplateProblem, AdvanceCiTemplateValidation, } from './advance-ci-template.js';
136
+ export { resolveAdvanceCiTemplatePath, loadAdvanceCiTemplate, validateAdvanceCiTemplate, } from './advance-ci-template.js';
137
+ export type { CloseJobProblem, CloseJobValidation, } from './close-job-template.js';
138
+ export { CLOSE_JOB_CAPABILITY_ID, CLOSE_JOB_CAPABILITY_LABEL, CLOSE_JOB_WORKFLOW_PATH, generateCloseJobWorkflow, validateCloseJobWorkflow, } from './close-job-template.js';
139
+ export type { CloseDecision, CloseCandidate, CloseJobResult, CloseJobOptions, PerformCloseMergedIssuesOptions, } from './close-job.js';
140
+ export { runCloseJob, performCloseMergedIssues } from './close-job.js';
141
+ export type { AuthMode, ProviderEntry, CIConfigFile, ResolvedCIConfig, CIProviderContext, GitHubCIContext as GitHubCIContextType, EmittedFile, CapabilityEmitter, SecretSetResult, } from './install-ci-core.js';
142
+ export { DEFAULT_HARNESS, CIConfigError, registerCapability, registeredCapabilities, clearCapabilityRegistry, resolveCapabilitiesDir, loadCapabilityRegistry, buildModelsJson, requiredSecretNames, optionalSecretNames, PR_IDENTITY_SECRET_NAME, providerSecretsWithBlock, orchestrateSecrets, loadCIConfigFile, resolveCIConfig, exportCIConfig, generateSetupAction, REFRESH_OAUTH_SCRIPT, buildSetupArtifacts, outputBaseName, writeArtifacts, } from './install-ci-core.js';
143
+ export type { GitHubCIContextOptions } from './install-ci-github.js';
144
+ export { GitHubCIContext, MemoryCIProviderContext } from './install-ci-github.js';
145
+ export type { WizardPrompts, InstallCIOptions, InstallCIResult, } from './install-ci.js';
146
+ export { installCI, runWizard } from './install-ci.js';
147
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
package/dist/index.js ADDED
@@ -0,0 +1,76 @@
1
+ export { BASE, brand, deriveBrand, paramCase, constantCase } from './brand.js';
2
+ export { DEFAULT_CONFIG, mergeConfig, loadConfig, saveConfig, defaultConfigPath, } from './config.js';
3
+ export { REPO_CONFIG_FILENAME, REPO_ALLOWED_KEYS, REPO_REJECTED_KEYS, repoConfigPath, loadRepoConfig, resolveRepoConfig, } from './repo-config.js';
4
+ export { defaultConfigOverridePath, loadConfigOverride, } from './config-override.js';
5
+ export { ENV_PREFIX, envVarName, envOverrides } from './env-config.js';
6
+ export { renderTaskBody, renderSpecBody } from './buildable-body.js';
7
+ export { parseFrontmatter, setNeedsAnswersMarker, setFrontmatterMarker, } from './frontmatter.js';
8
+ export { SidecarParseError, isEntryAnswered, pendingEntries, allAnswered, resolveSidecarIdentity, sidecarPathFor, sidecarPathCandidates, parseSidecar, serialiseSidecar, appendQuestions, newSidecar, } from './sidecar.js';
9
+ export { ApplyAtomicError, applyAtomic } from './sidecar-apply.js';
10
+ export { ApplyPersistError, applyAnsweredQuestions } from './apply-persist.js';
11
+ export { MintAdrError, mintAdr, buildAdrBody, adrItemRel } from './mint-adr.js';
12
+ export { APPLY_LIFECYCLE_FOLDERS, resolveItemPathByIdentity, } from './item-path.js';
13
+ export { DropSourceError, dropSource } from './drop-source.js';
14
+ export { classifyTick, isAdvanceable } from './advance-classify.js';
15
+ export { isParticipatingRepo, findParticipatingRepos } from './detect.js';
16
+ export { resolveGate, resolveBlockedBy, resolveEligibility, } from './eligibility.js';
17
+ export { resolveTaskGate, resolveTaskedAfter, resolveTaskingEligibility, } from './tasking-eligibility.js';
18
+ export { currentLedgerRead, ledgerRead } from './ledger-read.js';
19
+ export { isSpecComplete } from './spec-complete.js';
20
+ export { currentLedgerWrite, ledgerWrite } from './ledger-write.js';
21
+ export { scan, scanRepoPaths, readReadyItems, readDoneSlugs } from './scan.js';
22
+ export { SlugResolutionError, parseSlugArg, resolveSlug, resolveTaskOnlyArg, } from './slug-namespace.js';
23
+ export { RegistryError, listMirrors, remoteAdd, remoteRm, transportForUrl, projectIdFromKey, } from './registry.js';
24
+ export { formatReport, formatCwdSection, gateLabel } from './format.js';
25
+ export { resolveCwdSection, cwdSectionDisposition } from './cwd-section.js';
26
+ export { extractPromptSection, extractCanonicalWrapperTemplate, resolveProtocolDoc, wrapper, buildAgentPrompt, buildContinueBlock, extractRequeueNotes, resolveContinueContext, resolveTask, inferSlugFromBranch, renderPrompt, PromptError, } from './prompt.js';
27
+ export { selectCandidates } from './select.js';
28
+ export { taskableSpecs, selectPrioritised } from './select-priority.js';
29
+ export { performClaim } from './claim-cas.js';
30
+ export { acquireAdvancingLock, releaseAdvancingLock, createItemThroughCas, nextCasContentionDelayMs, runCasContentionLoop, INTERACTIVE_CAS_CONTENTION, LIFECYCLE_CAS_CONTENTION, } from './advancing-lock.js';
31
+ export { LOCK_REF_PREFIX, lockEntryFor, itemLockRef, acquireItemLock, releaseItemLock, releaseHeldItemLock, readItemLock, reconcileItemLockAgainstMain, classifyItemLockAgainstMain, reportItemLocks, formatItemLockReport, itemLockReportNeedsAttention, itemFromLockEntry, terminalMainPaths, listItemLocks, listItemLockEntries, heldTaskSlugs, resolveLockHolder, serialiseLockEntry, parseLockEntry, } from './item-lock.js';
32
+ export { performStart } from './start.js';
33
+ export { performWorkOn, suggestHumanWorktreesDir, loadHumanWorktreesDir, persistHumanWorktreesDir, } from './work-on.js';
34
+ export { resolveReadiness } from './readiness.js';
35
+ export { performComplete } from './complete.js';
36
+ export { performRecoverIsolated, locateIsolatedRecovery, } from './recover-isolated.js';
37
+ export { performDo, performDoRemote } from './do.js';
38
+ export { performDoAuto, performDoArgs } from './do-autopick.js';
39
+ export { performTask } from './tasking.js';
40
+ export { GitHubIssueProvider } from './issue-provider.js';
41
+ export { performIntake, buildIntakeDecisionSpec } from './intake.js';
42
+ export { decide, parseDecisionVerdict, DisallowedOutcomeError, EmptyAllowedOutcomesError, } from './decision-engine.js';
43
+ export { classifyIntakeEvent } from './intake-event.js';
44
+ export { stampIntakeMarker, parseIntakeMarker, isIntakeComment, computeSeenDelta, seenSetFrom, } from './intake-marker.js';
45
+ export { triageIntake } from './intake-triage.js';
46
+ export { encodeRepoKey, mirrorPath, ensureMirror, fetchMirrorMain, mirrorMainSha, resolveRepoConfigFromMirror, } from './repo-mirror.js';
47
+ export { scanMirrorPool } from './mirror-pool-scan.js';
48
+ export { buildLifecyclePools } from './lifecycle-pools.js';
49
+ export { gatherLifecycleInPlace, gatherLifecycleMirror, } from './lifecycle-gather.js';
50
+ export { JOB_RECORD_FILENAME, jobRecordPath, encodeWorkId, jobWorktreePath, createJob, writeJobRecord, readJobRecord, updateJobRecord, removeJobRecord, } from './workspace.js';
51
+ export { NullHarness, pidAlive, resolveHarness, registerHarness, } from './harness.js';
52
+ export { PiHarness, createHarness, piSessionExists, DEFAULT_PI_BIN, } from './pi-harness.js';
53
+ export { generateSessionPath, piDefaultSessionDir } from './session-path.js';
54
+ export { formatWatchEvent, finishedLine, boundaryLine, SessionTailer, } from './watch-session.js';
55
+ export { launchWithOptionalWatch } from './agent-launch.js';
56
+ export { Integrator, NoneProvider, rebaseOntoArbiterMain, arbiterMainContains, } from './integrator.js';
57
+ export { GitHubProvider, isGitHubArbiterUrl, selectProvider, DEFAULT_GH_BIN, } from './github.js';
58
+ export { jobWorktreeStrategy, jobWorktreeHandle, inPlaceStrategy, selectIsolationStrategy, } from './isolation.js';
59
+ export { runOnce, defaultRunWorkspace } from './run.js';
60
+ export { runVerify, resolveVerifyCommands, DEFAULT_VERIFY_COMMAND, } from './verify.js';
61
+ export { runPrepare, resolvePrepareCommands, ensurePrepared, isPrepared, markPrepared, preparedMarkerPath, PREPARE_MARKER_BASENAME, } from './prepare.js';
62
+ export { ReviewParseError, parseReviewVerdict, buildReviewPrompt, buildTaskAcceptancePrompt, harnessReviewGate, harnessTaskAcceptanceGate, formatBlockReason, reviewRoundsExhaustedReason, } from './review-gate.js';
63
+ export { RETAIN_REASON_TEXT, evaluateDeletionSafety, reapJob, gc, discoverJobs, } from './gc.js';
64
+ export { sweepOrphanSidecars } from './orphan-sidecar.js';
65
+ export { MIGRATION, PROTOCOL_DOCS, keepCaseReplace, checkQuiescence, resyncProtocol, migrateFolders, migrateItemContent, migrateAllItemContent, migrateConfig, migrateRefs, scanForLeaks, runPrdToSpec, } from './prd-to-spec.js';
66
+ export { status, formatStatus } from './status.js';
67
+ export { DEFAULT_ARBITER_REMOTE, ArbiterError, arbiterPath, arbiterInit, arbiterStatus, formatArbiterStatus, } from './arbiter.js';
68
+ export { routeToNeedsAttention, returnToBacklog, extractReason, } from './needs-attention.js';
69
+ export { categoriseItem, categoriseItems, sortReadyFirst, summariseGroups, CATEGORY_ORDER, CATEGORY_LABELS, } from './categorise.js';
70
+ export { resolveAdvanceCiTemplatePath, loadAdvanceCiTemplate, validateAdvanceCiTemplate, } from './advance-ci-template.js';
71
+ export { CLOSE_JOB_CAPABILITY_ID, CLOSE_JOB_CAPABILITY_LABEL, CLOSE_JOB_WORKFLOW_PATH, generateCloseJobWorkflow, validateCloseJobWorkflow, } from './close-job-template.js';
72
+ export { runCloseJob, performCloseMergedIssues } from './close-job.js';
73
+ export { DEFAULT_HARNESS, CIConfigError, registerCapability, registeredCapabilities, clearCapabilityRegistry, resolveCapabilitiesDir, loadCapabilityRegistry, buildModelsJson, requiredSecretNames, optionalSecretNames, PR_IDENTITY_SECRET_NAME, providerSecretsWithBlock, orchestrateSecrets, loadCIConfigFile, resolveCIConfig, exportCIConfig, generateSetupAction, REFRESH_OAUTH_SCRIPT, buildSetupArtifacts, outputBaseName, writeArtifacts, } from './install-ci-core.js';
74
+ export { GitHubCIContext, MemoryCIProviderContext } from './install-ci-github.js';
75
+ export { installCI, runWizard } from './install-ci.js';
76
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,147 @@
1
+ /**
2
+ * Tier-1 GitHub branch-protection STEP for `install-ci` (prd
3
+ * `land-time-reverify-and-parallel-merge-ceiling`, task
4
+ * `install-ci-tier1-branch-protection`; Story 11). Closes the propose-mode
5
+ * PR-merge-time drift window on a GitHub arbiter: a required `verify` check + a
6
+ * `strict: true` ("require branches up to date before merging") rule together
7
+ * force a rebase + re-verify against current `main` before the merge button works.
8
+ *
9
+ * BEHAVIOUR (Applied Answer / Implementation Decision, spec §"Implementation
10
+ * Decisions" — Tier-1 GitHub provisioning is auto-when-admin, instruct-otherwise):
11
+ *
12
+ * - When the configured credential is repo-admin-scoped, install-ci
13
+ * AUTO-CONFIGURES branch protection on `main` with the spec built by
14
+ * {@link buildBranchProtectionSpec}. The required `context` value
15
+ * ({@link VERIFY_CHECK_CONTEXT}) is the SAME constant the emitted verify
16
+ * workflow names its job after, so the two cannot drift.
17
+ * - When only the ambient `GITHUB_TOKEN` (or any non-admin credential) is
18
+ * available, install-ci NEVER attempts the call — it PRINTS the exact
19
+ * ready-to-run `gh api` command + a one-liner pointing to the manual UI
20
+ * fallback (the documented behaviour the spec fixes at launch).
21
+ *
22
+ * SCOPE DETECTION — cheapest of the two options the spec offers. The seam
23
+ * provides `getRepoAdminScope?()` (implemented on the GitHub adapter by reading
24
+ * `permissions.admin` from `GET /repos/{owner}/{repo}` — ONE low-cost read that
25
+ * works uniformly for every token kind: classic PAT, fine-grained PAT, GitHub
26
+ * App, or the ambient `GITHUB_TOKEN`). The ALTERNATIVE — reading the token's
27
+ * DOCUMENTED METADATA — varies by token type (a classic PAT exposes its scopes
28
+ * via the `X-OAuth-Scopes` response header; a fine-grained PAT exposes its
29
+ * resource permissions via a separate endpoint; a GitHub App exposes nothing
30
+ * inspectable from the runtime) and so would mean three code paths and the same
31
+ * number of round-trips at best. ONE uniform repo-permissions read is therefore
32
+ * the cheaper choice on both implementation effort AND wall-clock (a single API
33
+ * call against an endpoint every token can hit). RECORDED IN-PLACE so a future
34
+ * change can flip it knowingly; the spec calls this "pick the cheaper of the
35
+ * two and record the choice."
36
+ *
37
+ * DEADLOCK GUARD — a NEVER-RUN required check would block every merge (GitHub
38
+ * treats an unreported required check as pending). install-ci ORDERS the steps
39
+ * to avoid that:
40
+ *
41
+ * 1. write the verify workflow artifact (the `verify.yml` whose job is named
42
+ * exactly {@link VERIFY_CHECK_CONTEXT}); the human commits + pushes it to
43
+ * `main` so the workflow file lands BEFORE the next PR;
44
+ * 2. THEN (this step) set the branch-protection rule.
45
+ *
46
+ * Because the verify workflow uses `on: pull_request`, every PR opened AFTER
47
+ * `verify.yml` is on `main` triggers the workflow and produces the required
48
+ * `verify` check — the protection never deadlocks new PRs. The only edge case
49
+ * is an IN-FLIGHT PR opened BEFORE `verify.yml` landed on `main`: it has no
50
+ * `verify` check waiting; installCI prints exactly that re-trigger remediation
51
+ * in the success log. We chose this "run-the-check-once-by-construction-of-the-
52
+ * trigger" ordering over the ruleset `do_not_enforce_on_create` toggle because
53
+ * (a) one PUT against the existing branch-protection endpoint is simpler than
54
+ * minting a ruleset shape this spec otherwise does not need, AND (b) the
55
+ * `merge_queue` Tier-2 forward seam already lives in the verify workflow's
56
+ * `on:` trigger (so the ruleset seam is not needed here either — it is the
57
+ * follow-on spec's lever). Trade-off RECORDED so a future merge-queue task can
58
+ * flip to rulesets knowingly without re-deciding why we did not now.
59
+ */
60
+ import { VERIFY_CHECK_CONTEXT } from './verify-workflow-template.js';
61
+ import type { CIProviderContext } from './install-ci-core.js';
62
+ export { VERIFY_CHECK_CONTEXT };
63
+ /**
64
+ * The branch-protection request body the GitHub adapter PUTs at
65
+ * `/repos/{owner}/{repo}/branches/{branch}/protection`. Shape mirrors the REST
66
+ * docs (the GitHub PUT REQUIRES `enforce_admins`, `required_pull_request_reviews`,
67
+ * and `restrictions` to be present; `null` for "not configured"). We set only
68
+ * the two fields the spec names — the required `${VERIFY_CHECK_CONTEXT}` check
69
+ * AND `strict: true` (= "require branches up to date before merging") — and
70
+ * leave the others `null` so install-ci does not silently impose unrelated
71
+ * gates (reviews, admin enforcement, push restrictions) the user did not opt
72
+ * into.
73
+ */
74
+ export interface BranchProtectionSpec {
75
+ required_status_checks: {
76
+ strict: true;
77
+ checks: {
78
+ context: string;
79
+ }[];
80
+ };
81
+ enforce_admins: null;
82
+ required_pull_request_reviews: null;
83
+ restrictions: null;
84
+ }
85
+ /**
86
+ * Build the Tier-1 branch-protection spec the GitHub adapter PUTs. The required
87
+ * `context` is the SAME constant the emitted verify workflow names its job
88
+ * after ({@link VERIFY_CHECK_CONTEXT}) — by construction, not by hand-typed
89
+ * agreement, so the two cannot drift.
90
+ */
91
+ export declare function buildBranchProtectionSpec(): BranchProtectionSpec;
92
+ /**
93
+ * The repo's default branch the protection rule targets (the rule the spec
94
+ * names: protect `main` so a propose-mode PR cannot be merged stale). Exposed
95
+ * as a parameter on the orchestrator so a non-default-branch repo can override.
96
+ */
97
+ export declare const DEFAULT_PROTECTED_BRANCH = "main";
98
+ /**
99
+ * The exact `gh api` command the user runs themselves when install-ci CANNOT
100
+ * auto-configure (no admin scope). Quoted body is the same {@link
101
+ * BranchProtectionSpec} the auto path PUTs, so reproducing the call by copy-paste
102
+ * is byte-equivalent to a successful auto run. Pure string, no I/O.
103
+ */
104
+ export declare function formatManualBranchProtectionCommand(repo: string, branch?: string): string;
105
+ /** Options for {@link installCIBranchProtectionStep}. */
106
+ export interface BranchProtectionStepOptions {
107
+ /** The CI-provider seam (GitHub adapter in production; stub in tests). */
108
+ ctx: CIProviderContext;
109
+ /** Snapshot mode: never call the live API, never print a "set" success. */
110
+ fake?: boolean;
111
+ /** Sink for human-facing progress lines. */
112
+ log: (line: string) => void;
113
+ /** The branch the rule targets (default `main`). */
114
+ branch?: string;
115
+ }
116
+ /** The outcome of one branch-protection step run. */
117
+ export interface BranchProtectionStepResult {
118
+ /**
119
+ * - `set` — admin scope, API call succeeded;
120
+ * - `failed` — admin scope, API call rejected (detail in `error`);
121
+ * - `instructed` — non-admin scope, the manual `gh api` command was printed;
122
+ * - `skipped-no-repo` — the provider context has no `repo` known;
123
+ * - `skipped-no-seam` — the provider context does not implement the
124
+ * branch-protection seam (a non-GitHub provider);
125
+ * - `skipped-fake` — `--fake` snapshot mode (no real API, no real toggle).
126
+ */
127
+ status: 'set' | 'failed' | 'instructed' | 'skipped-no-repo' | 'skipped-no-seam' | 'skipped-fake';
128
+ /** The detected admin-scope verdict (`true`/`false`/`undefined`=unknown). */
129
+ adminScope?: boolean;
130
+ /** The failure detail when `status === 'failed'`. */
131
+ error?: string;
132
+ /** The branch the step targeted (echoed for tests / logs). */
133
+ branch: string;
134
+ }
135
+ /**
136
+ * The orchestrator install-ci calls AFTER artifacts are written + secrets are
137
+ * orchestrated: detect admin scope (cheapest path: {@link
138
+ * CIProviderContext.getRepoAdminScope}), then EITHER call
139
+ * {@link CIProviderContext.setBranchProtection} (admin) OR print the exact
140
+ * ready-to-run `gh api` command + the one-liner manual fallback (non-admin).
141
+ *
142
+ * Never throws — a `setBranchProtection` rejection is reported as `failed` so
143
+ * install-ci's later steps still run, and the user sees both the failure detail
144
+ * AND the manual command to retry by hand.
145
+ */
146
+ export declare function installCIBranchProtectionStep(options: BranchProtectionStepOptions): Promise<BranchProtectionStepResult>;
147
+ //# sourceMappingURL=install-ci-branch-protection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"install-ci-branch-protection.d.ts","sourceRoot":"","sources":["../src/install-ci-branch-protection.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0DG;AAEH,OAAO,EAAC,oBAAoB,EAAC,MAAM,+BAA+B,CAAC;AACnE,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,sBAAsB,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,CAAC;AAE9B;;;;;;;;;;GAUG;AACH,MAAM,WAAW,oBAAoB;IACpC,sBAAsB,EAAE;QACvB,MAAM,EAAE,IAAI,CAAC;QACb,MAAM,EAAE;YAAC,OAAO,EAAE,MAAM,CAAA;SAAC,EAAE,CAAC;KAC5B,CAAC;IACF,cAAc,EAAE,IAAI,CAAC;IACrB,6BAA6B,EAAE,IAAI,CAAC;IACpC,YAAY,EAAE,IAAI,CAAC;CACnB;AAED;;;;;GAKG;AACH,wBAAgB,yBAAyB,IAAI,oBAAoB,CAUhE;AAED;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,SAAS,CAAC;AAE/C;;;;;GAKG;AACH,wBAAgB,mCAAmC,CAClD,IAAI,EAAE,MAAM,EACZ,MAAM,GAAE,MAAiC,GACvC,MAAM,CAYR;AAED,yDAAyD;AACzD,MAAM,WAAW,2BAA2B;IAC3C,0EAA0E;IAC1E,GAAG,EAAE,iBAAiB,CAAC;IACvB,2EAA2E;IAC3E,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,4CAA4C;IAC5C,GAAG,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5B,oDAAoD;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,qDAAqD;AACrD,MAAM,WAAW,0BAA0B;IAC1C;;;;;;;;OAQG;IACH,MAAM,EACH,KAAK,GACL,QAAQ,GACR,YAAY,GACZ,iBAAiB,GACjB,iBAAiB,GACjB,cAAc,CAAC;IAClB,6EAA6E;IAC7E,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,qDAAqD;IACrD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8DAA8D;IAC9D,MAAM,EAAE,MAAM,CAAC;CACf;AAED;;;;;;;;;;GAUG;AACH,wBAAsB,6BAA6B,CAClD,OAAO,EAAE,2BAA2B,GAClC,OAAO,CAAC,0BAA0B,CAAC,CAqErC"}
@@ -0,0 +1,166 @@
1
+ /**
2
+ * Tier-1 GitHub branch-protection STEP for `install-ci` (prd
3
+ * `land-time-reverify-and-parallel-merge-ceiling`, task
4
+ * `install-ci-tier1-branch-protection`; Story 11). Closes the propose-mode
5
+ * PR-merge-time drift window on a GitHub arbiter: a required `verify` check + a
6
+ * `strict: true` ("require branches up to date before merging") rule together
7
+ * force a rebase + re-verify against current `main` before the merge button works.
8
+ *
9
+ * BEHAVIOUR (Applied Answer / Implementation Decision, spec §"Implementation
10
+ * Decisions" — Tier-1 GitHub provisioning is auto-when-admin, instruct-otherwise):
11
+ *
12
+ * - When the configured credential is repo-admin-scoped, install-ci
13
+ * AUTO-CONFIGURES branch protection on `main` with the spec built by
14
+ * {@link buildBranchProtectionSpec}. The required `context` value
15
+ * ({@link VERIFY_CHECK_CONTEXT}) is the SAME constant the emitted verify
16
+ * workflow names its job after, so the two cannot drift.
17
+ * - When only the ambient `GITHUB_TOKEN` (or any non-admin credential) is
18
+ * available, install-ci NEVER attempts the call — it PRINTS the exact
19
+ * ready-to-run `gh api` command + a one-liner pointing to the manual UI
20
+ * fallback (the documented behaviour the spec fixes at launch).
21
+ *
22
+ * SCOPE DETECTION — cheapest of the two options the spec offers. The seam
23
+ * provides `getRepoAdminScope?()` (implemented on the GitHub adapter by reading
24
+ * `permissions.admin` from `GET /repos/{owner}/{repo}` — ONE low-cost read that
25
+ * works uniformly for every token kind: classic PAT, fine-grained PAT, GitHub
26
+ * App, or the ambient `GITHUB_TOKEN`). The ALTERNATIVE — reading the token's
27
+ * DOCUMENTED METADATA — varies by token type (a classic PAT exposes its scopes
28
+ * via the `X-OAuth-Scopes` response header; a fine-grained PAT exposes its
29
+ * resource permissions via a separate endpoint; a GitHub App exposes nothing
30
+ * inspectable from the runtime) and so would mean three code paths and the same
31
+ * number of round-trips at best. ONE uniform repo-permissions read is therefore
32
+ * the cheaper choice on both implementation effort AND wall-clock (a single API
33
+ * call against an endpoint every token can hit). RECORDED IN-PLACE so a future
34
+ * change can flip it knowingly; the spec calls this "pick the cheaper of the
35
+ * two and record the choice."
36
+ *
37
+ * DEADLOCK GUARD — a NEVER-RUN required check would block every merge (GitHub
38
+ * treats an unreported required check as pending). install-ci ORDERS the steps
39
+ * to avoid that:
40
+ *
41
+ * 1. write the verify workflow artifact (the `verify.yml` whose job is named
42
+ * exactly {@link VERIFY_CHECK_CONTEXT}); the human commits + pushes it to
43
+ * `main` so the workflow file lands BEFORE the next PR;
44
+ * 2. THEN (this step) set the branch-protection rule.
45
+ *
46
+ * Because the verify workflow uses `on: pull_request`, every PR opened AFTER
47
+ * `verify.yml` is on `main` triggers the workflow and produces the required
48
+ * `verify` check — the protection never deadlocks new PRs. The only edge case
49
+ * is an IN-FLIGHT PR opened BEFORE `verify.yml` landed on `main`: it has no
50
+ * `verify` check waiting; installCI prints exactly that re-trigger remediation
51
+ * in the success log. We chose this "run-the-check-once-by-construction-of-the-
52
+ * trigger" ordering over the ruleset `do_not_enforce_on_create` toggle because
53
+ * (a) one PUT against the existing branch-protection endpoint is simpler than
54
+ * minting a ruleset shape this spec otherwise does not need, AND (b) the
55
+ * `merge_queue` Tier-2 forward seam already lives in the verify workflow's
56
+ * `on:` trigger (so the ruleset seam is not needed here either — it is the
57
+ * follow-on spec's lever). Trade-off RECORDED so a future merge-queue task can
58
+ * flip to rulesets knowingly without re-deciding why we did not now.
59
+ */
60
+ import { VERIFY_CHECK_CONTEXT } from './verify-workflow-template.js';
61
+ export { VERIFY_CHECK_CONTEXT };
62
+ /**
63
+ * Build the Tier-1 branch-protection spec the GitHub adapter PUTs. The required
64
+ * `context` is the SAME constant the emitted verify workflow names its job
65
+ * after ({@link VERIFY_CHECK_CONTEXT}) — by construction, not by hand-typed
66
+ * agreement, so the two cannot drift.
67
+ */
68
+ export function buildBranchProtectionSpec() {
69
+ return {
70
+ required_status_checks: {
71
+ strict: true,
72
+ checks: [{ context: VERIFY_CHECK_CONTEXT }],
73
+ },
74
+ enforce_admins: null,
75
+ required_pull_request_reviews: null,
76
+ restrictions: null,
77
+ };
78
+ }
79
+ /**
80
+ * The repo's default branch the protection rule targets (the rule the spec
81
+ * names: protect `main` so a propose-mode PR cannot be merged stale). Exposed
82
+ * as a parameter on the orchestrator so a non-default-branch repo can override.
83
+ */
84
+ export const DEFAULT_PROTECTED_BRANCH = 'main';
85
+ /**
86
+ * The exact `gh api` command the user runs themselves when install-ci CANNOT
87
+ * auto-configure (no admin scope). Quoted body is the same {@link
88
+ * BranchProtectionSpec} the auto path PUTs, so reproducing the call by copy-paste
89
+ * is byte-equivalent to a successful auto run. Pure string, no I/O.
90
+ */
91
+ export function formatManualBranchProtectionCommand(repo, branch = DEFAULT_PROTECTED_BRANCH) {
92
+ const spec = buildBranchProtectionSpec();
93
+ const body = JSON.stringify(spec);
94
+ // Single-quote the body so the user's shell does not expand `$`/`!`; embed
95
+ // it via `--input -` so the JSON is read from stdin (avoids `gh api -f`'s
96
+ // scalar-only field syntax limitation).
97
+ return (`echo '${body}' | gh api -X PUT ` +
98
+ `-H "Accept: application/vnd.github+json" ` +
99
+ `repos/${repo}/branches/${branch}/protection ` +
100
+ `--input -`);
101
+ }
102
+ /**
103
+ * The orchestrator install-ci calls AFTER artifacts are written + secrets are
104
+ * orchestrated: detect admin scope (cheapest path: {@link
105
+ * CIProviderContext.getRepoAdminScope}), then EITHER call
106
+ * {@link CIProviderContext.setBranchProtection} (admin) OR print the exact
107
+ * ready-to-run `gh api` command + the one-liner manual fallback (non-admin).
108
+ *
109
+ * Never throws — a `setBranchProtection` rejection is reported as `failed` so
110
+ * install-ci's later steps still run, and the user sees both the failure detail
111
+ * AND the manual command to retry by hand.
112
+ */
113
+ export async function installCIBranchProtectionStep(options) {
114
+ const branch = options.branch ?? DEFAULT_PROTECTED_BRANCH;
115
+ const { ctx, log, fake } = options;
116
+ if (fake) {
117
+ log(`branch protection: skipped (--fake; would have targeted ${branch})`);
118
+ return { status: 'skipped-fake', branch };
119
+ }
120
+ if (!ctx.setBranchProtection) {
121
+ log('branch protection: skipped (provider does not implement the seam — non-GitHub host).');
122
+ return { status: 'skipped-no-seam', branch };
123
+ }
124
+ if (!ctx.repo) {
125
+ log('branch protection: skipped (repo unknown — pass --repo to enable).');
126
+ return { status: 'skipped-no-repo', branch };
127
+ }
128
+ const repo = ctx.repo;
129
+ // Cheapest scope-detection: one repo-permissions read (see module header).
130
+ // `undefined` ⇒ unknown ⇒ treat as non-admin (instruct, never silently
131
+ // attempt a call that would fail with 403 anyway).
132
+ const adminScope = ctx.getRepoAdminScope
133
+ ? await ctx.getRepoAdminScope().catch(() => undefined)
134
+ : undefined;
135
+ if (adminScope !== true) {
136
+ log('branch protection: no admin-scoped credential detected.');
137
+ log(` install-ci will NOT call the GitHub API. Run this yourself (admin token required):`);
138
+ log(` ${formatManualBranchProtectionCommand(repo, branch)}`);
139
+ log(` Manual UI fallback: https://github.com/${repo}/settings/branches ` +
140
+ `→ "Add branch protection rule" → branch name pattern \`${branch}\` ` +
141
+ `→ enable "Require status checks to pass" + "Require branches to be up to date" ` +
142
+ `→ add required check \`${VERIFY_CHECK_CONTEXT}\`.`);
143
+ log(` (The ambient CI \`GITHUB_TOKEN\` is NEVER admin; a human admin's \`gh\` ` +
144
+ `or a configured PAT/App token with "Administration: write" is required.)`);
145
+ return { status: 'instructed', adminScope, branch };
146
+ }
147
+ const spec = buildBranchProtectionSpec();
148
+ try {
149
+ await ctx.setBranchProtection(branch, spec);
150
+ log(`branch protection: set on ${repo}@${branch} ` +
151
+ `(required check \`${VERIFY_CHECK_CONTEXT}\`, strict: true).`);
152
+ log(` NOTE: PRs opened BEFORE \`verify.yml\` lands on \`${branch}\` have ` +
153
+ `no \`${VERIFY_CHECK_CONTEXT}\` check waiting. Push/merge \`verify.yml\` ` +
154
+ `to \`${branch}\` first; existing in-flight PRs may need a no-op push ` +
155
+ `(or close/reopen) to re-trigger the check.`);
156
+ return { status: 'set', adminScope, branch };
157
+ }
158
+ catch (err) {
159
+ const error = err instanceof Error ? err.message : String(err);
160
+ log(`branch protection: FAILED (${error})`);
161
+ log(` Retry by hand (admin token required):\n` +
162
+ ` ${formatManualBranchProtectionCommand(repo, branch)}`);
163
+ return { status: 'failed', adminScope, error, branch };
164
+ }
165
+ }
166
+ //# sourceMappingURL=install-ci-branch-protection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"install-ci-branch-protection.js","sourceRoot":"","sources":["../src/install-ci-branch-protection.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * The ADVANCE-LIFECYCLE capability emitter (PRD `runner-in-ci`, task
3
+ * `install-ci-advance-lifecycle-workflow`; capability C: auto-triage observations
4
+ * + surface declared blockers + apply committed answers). A SELF-REGISTERING
5
+ * module: it calls {@link registerCapability} at import time, so
6
+ * {@link loadCapabilityRegistry} picks it up WITHOUT any edit to a shared central
7
+ * list/switch (the file-orthogonality contract — this task and the sibling
8
+ * capability tasks stay mergeable in parallel).
9
+ *
10
+ * The workflow shape (the parameterised seed `advance-loop.yml.template`) + its
11
+ * structural validator live in `advance-lifecycle-template.ts`; this file is the
12
+ * thin registry-wiring shim.
13
+ */
14
+ export {};
15
+ //# sourceMappingURL=advance-lifecycle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"advance-lifecycle.d.ts","sourceRoot":"","sources":["../../src/install-ci-capabilities/advance-lifecycle.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG"}