CmdForge/src/cmdforge/gui
rob d1f0c2f893 Add flow view reordering via connection breaking
When a connection is broken in the flow view:
1. The node that lost its input moves to the end of the chain
2. The remaining nodes reconnect automatically
3. Tool model updates to reflect new order
4. Dependency validation warns about broken references

Flow: Input → A → B → C → Output
Break B's input: Input → A → C → B → Output

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 23:50:18 -04:00
..
dialogs Add custom step names and fix F key shortcut 2026-01-15 22:16:15 -04:00
pages Add flow view reordering via connection breaking 2026-01-15 23:50:18 -04:00
widgets Add flow view reordering via connection breaking 2026-01-15 23:50:18 -04:00
__init__.py
main_window.py Add CmdForge welcome page to sidebar 2026-01-15 22:18:00 -04:00
styles.py Add flow visualization for tool builder 2026-01-15 17:07:35 -04:00