0.1.102 Extension Dev Release
Version 0.1.102 is a development release for testing actions.json-first operation with compound workflow actions.
What Changed
- Added mandatory
policy_exception_reportfields to direct fallback tools in hosted Realtime sessions.actions.siteremains exempt. - Logged policy exception reports into
runtime.session.logand stripped them before executing the underlying primitive. - Added workflow-backed
actions.jsonactions using the maintainedjsonata@2.2.1interpreter packaged in the extension. - Added workflow support for geometry-to-click, two-geometry drag,
when, boundedfor_each, bounded scroll-until-visible retry loops, and compact workflow logging. - Updated the actions.json authoring skill to teach compound workflows.
- Updated Trello private storage with workflow actions for opening cards, opening a named list’s Add card composer, dragging visible cards, and scrolling until a card is visible.
What To Test
- Install extension
0.1.102. - Start or reconnect the bridge from the same checkout and storage root.
- Upload or sync the latest
actions.json.storage. - On Trello, ask the hosted agent to use site actions to:
- list visible cards;
- open a visible card by title;
- open the Add card composer for
Organize Me; - create a test card using the composer;
- try moving a visible card to
Doneand verify with a board read.
- Inspect
runtime.session.log:- direct generic fallback calls should include
policy_exceptionevents; actions.siteworkflow calls should not require policy reports for their internal primitive steps.
- direct generic fallback calls should include
Notes
The release intentionally does not claim Trello has reached 95/100. The Trello map is now workflow-ready, but live validation is still required for text entry, drag movement, checklist URL insertion, list reordering, and cross-tab imports.