didericis-claude
31236b95a1
lint / lint (push) Successful in 1m43s
test / unit (pull_request) Successful in 31s
test / integration (pull_request) Successful in 16s
refactor(types): move loaded manifest from BottleSpec to BottlePlan
...
BottleSpec.manifest was ManifestIndex | Manifest — a union encoding
two lifecycle stages in one field. The union was unjustifiable:
it forced a type-narrowing workaround (loaded_manifest property)
on every consumer.
Clean split:
- BottleSpec.manifest: ManifestIndex (always; CLI-supplied intent)
- BottlePlan.manifest: Manifest (always; loaded by _validate())
_validate() returns the loaded Manifest directly. prepare() passes
it to _resolve_plan(), which stores it on the plan. All provisioner
code now reads plan.manifest.agent / plan.manifest.bottle — no
union, no asserts, no type: ignore.
2026-06-22 23:05:34 -04:00
..
2026-06-22 18:59:51 +00:00
2026-06-04 11:30:51 -04:00
2026-06-22 23:05:34 -04:00
2026-06-10 22:25:00 -04:00
2026-06-22 19:09:22 +00:00
2026-06-22 23:05:34 -04:00
2026-06-08 23:05:14 -04:00
2026-06-04 11:27:23 -04:00
2026-06-09 03:27:31 +00:00
2026-06-22 23:05:34 -04:00
2026-06-09 06:57:33 -04:00
2026-06-04 01:54:53 +00:00
2026-06-07 11:35:35 -04:00
2026-06-22 23:05:34 -04:00
2026-06-22 23:05:34 -04:00
2026-06-22 23:05:34 -04:00
2026-06-04 11:30:51 -04:00
2026-06-22 23:05:34 -04:00
2026-06-03 23:04:17 -04:00
2026-06-07 23:19:11 -04:00
2026-06-10 00:02:28 -04:00
2026-06-08 23:05:14 -04:00
2026-06-08 23:05:14 -04:00
2026-06-22 23:05:34 -04:00
2026-06-22 23:05:34 -04:00
2026-06-08 23:05:14 -04:00
2026-06-10 07:00:01 +00:00
2026-06-07 09:56:39 -04:00
2026-05-28 17:56:14 -04:00
2026-06-22 23:05:34 -04:00
2026-06-22 23:05:34 -04:00
2026-06-10 06:29:46 +00:00
2026-06-10 22:25:00 -04:00
2026-06-10 22:25:00 -04:00
2026-06-22 23:05:34 -04:00
2026-06-10 22:25:00 -04:00
2026-06-22 23:05:34 -04:00
2026-06-22 23:05:34 -04:00
2026-06-22 23:05:34 -04:00
2026-06-22 23:05:34 -04:00
2026-06-22 23:05:34 -04:00
2026-06-22 23:05:34 -04:00
2026-06-22 23:05:34 -04:00
2026-06-22 23:05:34 -04:00
2026-06-01 22:24:17 -04:00
2026-06-22 23:05:34 -04:00
2026-06-10 22:25:00 -04:00
2026-06-10 00:02:28 -04:00
2026-06-04 11:30:51 -04:00
2026-06-04 11:30:51 -04:00
2026-06-04 11:30:51 -04:00
2026-06-04 11:30:51 -04:00
2026-06-22 23:05:34 -04:00
2026-06-04 11:30:51 -04:00
2026-06-04 21:54:06 +00:00
2026-06-04 11:30:51 -04:00
2026-06-09 03:27:31 +00:00
2026-06-03 17:26:15 +00:00
2026-06-08 23:05:14 -04:00
2026-06-07 09:56:39 -04:00
2026-06-08 23:05:14 -04:00
2026-06-05 19:53:23 +00:00