App Settings & Configuration Boundaries When this skill applies Use this skill when deciding or implementing how a VTEX IO app should expose configurable settings. - Defining - Adding merchant-configurable app behavior - Reviewing whether configuration belongs in app settings or custom data - Reading and validating settings in app code Do not use this skill for: - runtime infrastructure settings in - Master Data entity design - policy declaration details - route auth modeling Decision rules - Use app settings for stable configuration that merchants or operators should be able to manage explic…