CmdForge/src/cmdforge
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
..
cli Add admin configuration system and M3 content automation 2026-01-15 15:20:21 -04:00
gui Add flow view reordering via connection breaking 2026-01-15 23:50:18 -04:00
registry Add admin configuration system and M3 content automation 2026-01-15 15:20:21 -04:00
web Add admin configuration system and M3 content automation 2026-01-15 15:20:21 -04:00
__init__.py
cli.py
config.py
manifest.py
profiles.py
providers.py
registry_client.py
resolver.py
runner.py
tool.py Add custom step names and fix F key shortcut 2026-01-15 22:16:15 -04:00