From 69d8757ad983697cdc9182fdcc1cdb612a77fb41 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 10 Jun 2026 04:44:31 -0400 Subject: feat: yaml architecture for complex object interaction --- internal/object/object.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/object/object.go') diff --git a/internal/object/object.go b/internal/object/object.go index edee3ab..9e06804 100644 --- a/internal/object/object.go +++ b/internal/object/object.go @@ -4,5 +4,6 @@ type ObjectDef struct { ID string `yaml:"id"` Name string `yaml:"name"` BehaviorID string `yaml:"behavior"` + Hidden bool `yaml:"hidden"` Props map[string]any `yaml:"props"` } -- cgit v1.2.3