Conversation
…uilt-in workflow migration - Add workflow_control.context_set action handler with assignments list supporting literal values and value_from_context resolution - Add hasWorkflowVariable predicate alias and variable declaration reading in vontology_loader (concept_data.variable_name/key/default_value) - Propagate variable_declarations through workflow_metadata to engine - Initialise declared variable defaults in WorkflowExecutor.run() for keys not already present in caller-supplied context - Migrate all 11 canonical chat workflow publication specs to exact declarative conditional_transitions with context_flag conditions - Add 4 missing publication specs (buttonify, assistant, kb_mutation_critic, turn_completion_gate) and expand CANONICAL_CHAT_WORKFLOW_IDS - Update VWL manual with context.set (10.3a), variable declarations (10.3b), hasWorkflowVariable predicate, variable_declarations metadata key, and updated execution semantics step 0 - Add 19 new tests (6 context.set + 5 variable declarations + 3 vontology loader + 5 engine variable init); 118 total tests pass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements JVNAUTOSCI-1440: VWL instance variables, declarative context mutation, and built-in workflow migration to Vontology.
Changes
workflow_control.context_setaction handler acceptingassignmentslist with literalvalueorvalue_from_contextresolutionhasWorkflowVariablepredicate, graph reading, metadata propagation, and engine initialisation of defaultsconditional_transitionswithcontext_flagconditionsTesting
All 118 targeted tests pass (control_flow_actions, variable_declarations, vontology_loader, authority_service, transition_conditions, execution_contracts). Zero pyright errors.