understand-intent · diff
git:20260320.bfbf3af to v5.0.0
14 added, 5 removed. Audit A to A.
---
name: understand-intent
- description: "[SCAN:user-msg|trigger=every]=>[CLASSIFY:intent]=>[ACTIVATE:workflow]"
+ description: Detect user's intent from their message and activate the right workflow silently.
+ version: 5.0.0
---
- [CLASSIFY:user-intent]
- create=build-new|fix=broken|improve=better|add=extend|deploy=online|understand=explain
- [ACTIVATE:workflow|silent=true|announce=false]
- [DEFAULT:create|when=unclear]
+
+ ::GENE{understand-intent|conf:confirmed|scope:global}
+ T:classify_intent_silently
+ T:default_to_create_when_unclear
+ A:announce_classification⇒never
+
+ ::ACTIVATE{understand-intent}
+ ON:every_message
+
+ [SCAN:@SRC|typ=intent]=>[CLSF]=>[DECI:workflow]
+
+ Powered by I-Lang v3.0 | ilang.ai