didericis-claude
a00e98d8d6
fix(types): add BottleSpec.loaded_manifest to satisfy pyright on union type
...
BottleSpec.manifest is ManifestIndex | Manifest (pre/post _validate()).
Downstream code always runs post-validate so it needs Manifest, but
pyright flagged every .agent/.bottle access. The new loaded_manifest
property asserts isinstance and returns Manifest, giving pyright a
narrowed type without scattering type: ignore everywhere.
Also remove unused Manifest imports from test files and annotate the
_index() helper in test_manifest_agent_git_user.
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-10 22:25:00 -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