get_directive_flows
Retrieve directive flows filtered by category (project, fp, user_preferences, git), type (status_branch, completion_loop, conditional, error), or source/target directive names.
Instructions
General-purpose query for directive flows by category, type, or directive names. Complements navigation helpers (get_next_directives_from_status, etc.) which are specialized for workflow routing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_category | No | Filter by category: 'project', 'fp', 'user_preferences', 'git' | |
| flow_type | No | Filter by type: 'status_branch', 'completion_loop', 'conditional', 'error' | |
| from_directive | No | Filter by source directive name | |
| to_directive | No | Filter by target directive name |