0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-13 13:17:29 +08:00
discourse/plugins/discourse-assign/lib
Joffrey JAFFEUX 4e5aa86db7
FEATURE: schema based workflow (#41684)
Previously, workflow fields were only known after execution or from
pinned data, limiting editor previews and AI-generated expressions. This
change adds versioned, configuration-aware output contracts using JSON
Schema.

Mostly based on what AI was doing with schemas, but we migrated to JSON
schema and adds helpers functions for AI to convert it to the format
used by AI.
2026-07-15 13:22:29 +02:00
..
discourse_assign FEATURE: schema based workflow (#41684) 2026-07-15 13:22:29 +02:00
discourse_workflows/nodes FEATURE: schema based workflow (#41684) 2026-07-15 13:22:29 +02:00
validators
assigner.rb FEATURE: assigned trigger for workflows (#40831) 2026-06-12 16:42:27 +02:00
pending_assigns_reminder.rb DEV: Fix deprecations in plugins specs and silence output (#39257) 2026-04-15 00:00:46 +02:00
random_assign_utils.rb FEATURE: Add category-level assignment permissions (#40412) 2026-06-08 09:59:40 -05:00
topic_assigner.rb