hamza.khyari
2370e19da8
feat(resource): add container infrastructure resource types
Add 7 container infrastructure resource types per ADR-039:
container-runtime, container-image, container-mount, container-exec-env,
container-port, container-volume, container-network.
- YAML configs under examples/resource-types/
- Bootstrap registration via _resource_registry_container.py
- Updated container-instance parent_types (container-runtime, container-image)
and child_types (container-mount, container-exec-env, container-port)
- container-runtime is top-level with auto-discovery rules (scan_depth: 1)
- container-mount/exec-env/port inherit snapshot sandbox from instance
- container-volume is user-addable with snapshot sandbox
- container-network is read-only, no sandbox
- Handler references are forward declarations (ADR-039)
- 33 Behave BDD scenarios, 4 Robot integration tests
- Updated BUILTIN_NAMES, service docstring, CHANGELOG
ISSUES CLOSED: #831
2026-03-30 13:44:54 +00:00
..
2026-03-11 13:19:55 -04:00
2026-03-03 03:29:31 +00:00
2026-03-10 15:09:03 +00:00
2026-03-05 21:38:55 +00:00
2026-02-23 10:46:53 +00:00
2026-02-24 19:12:01 +00:00
2026-02-24 17:57:18 +00:00
2026-02-25 10:30:42 +00:00
2026-02-25 10:30:42 +00:00
2026-02-22 08:31:45 +00:00
2026-03-18 06:58:39 +00:00
2026-02-19 11:29:34 +00:00
2026-02-17 13:26:15 +00:00
2026-02-26 09:10:35 +00:00
2026-03-04 23:47:20 +00:00
2026-03-11 13:19:55 -04:00
2026-02-19 19:23:30 +00:00
2026-03-30 13:18:07 +01:00
2026-03-30 13:18:07 +01:00
2026-02-21 16:27:40 +00:00
2026-02-18 03:27:00 +00:00
2026-02-26 02:47:14 +00:00
2026-03-02 10:18:14 +00:00
2026-02-19 13:46:48 +00:00
2026-02-18 12:18:42 +00:00
2026-03-17 13:14:37 -04:00
2026-02-25 10:48:05 -05:00
2026-02-19 23:48:40 +00:00
2026-03-02 15:05:20 +00:00
2026-03-09 23:55:33 +00:00
2026-03-05 22:00:15 +00:00
2026-03-03 17:01:57 +00:00
2026-02-25 12:08:01 -05:00
2026-03-02 14:32:31 +00:00
2026-02-27 20:09:26 +00:00
2026-02-22 16:40:06 +00:00
2026-02-23 22:19:19 +00:00
2026-03-03 12:18:27 +00:00
2026-02-25 10:04:31 +00:00
2026-03-11 13:19:55 -04:00
2026-03-17 12:22:32 +00:00
2026-02-23 17:53:26 -05:00
2026-02-25 10:02:38 +00:00
2026-02-25 10:05:57 +00:00
2026-03-30 13:18:07 +01:00
2026-03-26 11:52:52 +00:00
2026-03-12 10:31:37 +00:00
2026-02-22 09:23:35 +00:00
2026-03-03 21:44:20 +00:00
2026-03-11 13:19:55 -04:00
2026-03-27 11:10:56 +00:00
2026-02-25 13:17:26 +00:00
2026-03-03 14:55:58 -05:00
2026-03-03 17:04:17 -05:00
2026-02-21 10:19:45 -05:00
2026-02-28 20:21:18 +00:00
2026-03-30 13:18:07 +01:00
2026-02-25 10:05:10 +00:00
2026-03-26 17:35:24 +00:00
2026-03-30 13:18:07 +01:00
2026-03-03 23:36:15 +00:00
2026-02-18 03:27:00 +00:00
2026-02-26 20:33:20 +00:00
2026-02-23 03:11:12 +00:00
2026-02-20 08:48:33 -05:00
2026-02-21 19:51:28 -05:00
2026-02-23 22:20:44 +00:00
2026-03-10 03:39:32 +00:00
2026-03-30 13:44:54 +00:00
2026-02-23 22:20:44 +00:00
2026-03-11 17:42:13 +00:00
2026-03-02 17:44:18 +00:00
2026-03-03 22:21:14 +00:00
2026-02-27 23:08:55 +00:00
2026-03-21 04:46:45 +00:00
2026-03-06 00:49:33 +00:00
2026-02-19 11:15:18 +00:00
2026-02-21 16:32:03 +00:00
2026-03-02 22:05:53 +00:00
2026-02-28 17:46:54 +00:00
2026-03-02 09:47:40 -05:00
2026-02-20 01:10:19 +00:00
2026-02-17 20:33:53 +00:00
2026-03-03 03:36:33 +00:00
2026-02-26 10:57:07 +00:00
2026-02-26 12:29:49 +00:00
2026-02-25 10:03:21 +00:00
2026-02-17 19:58:15 +00:00
2026-02-20 08:50:08 -05:00
2026-02-21 10:18:26 -05:00
2026-02-21 16:30:33 +00:00
2026-02-20 08:50:08 -05:00
2026-02-20 08:50:08 -05:00
2026-02-21 10:18:26 -05:00
2026-03-02 09:41:25 -05:00
2026-03-01 09:07:06 +00:00
2026-02-25 10:06:27 +00:00
2026-03-11 01:36:06 +00:00
2026-02-20 15:57:21 +00:00
2026-02-20 08:49:30 -05:00
2026-02-17 21:14:46 +00:00
2026-02-21 10:23:31 -05:00
2026-03-11 00:40:07 +00:00
2026-03-13 18:21:50 +00:00
2026-03-16 12:11:08 +00:00
2026-03-04 22:40:34 +00:00
2026-02-25 10:03:57 +00:00