Files
cleveragents-core/robot
hamza.khyari b00e12d741 feat(resource): add fs-mount and fs-file resource types
Register fs-mount and fs-file in BUILTIN_TYPES bootstrap. Both types
were defined in BUILTIN_NAMES and had YAML configs but were never
registered, causing them to be absent from the resource registry.

- fs-mount: top-level mount point, user-addable, copy_on_write sandbox,
  auto-discovery with scan_depth=1, children: fs-directory
- fs-file: leaf file node, auto-discovered from fs-directory, not
  user-addable, copy_on_write sandbox, content hash for equivalence
- Updated fs-directory parent_types to include fs-mount
- 12 Behave BDD scenarios, 3 Robot integration tests

ISSUES CLOSED: #833
2026-03-19 03:57:27 +00:00
..