From dbaff8540db64a61569df2fecc0c1358770b1049 Mon Sep 17 00:00:00 2001 From: Brian O'Kelley Date: Fri, 21 Nov 2025 16:28:11 -0500 Subject: [PATCH] fix: trigger release for PropertyTag/PropertyId schema updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous commit (acaae01) synced upstream shared PropertyTag/PropertyId schemas but was incorrectly labeled as 'chore:'. This fix commit triggers the patch release for those schema updates. Schema changes in acaae01: - Added property-id.json and property-tag.json shared schemas - Updated adagents.json and publisher-property-selector.json to reference shared schemas - Regenerated PropertyId and PropertyTag types from shared modules - Added 5 tests verifying shared schema approach 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude