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 Rename project from SmartTools to CmdForge 2026-01-02 22:15:55 -04:00
cli.py Rename project from SmartTools to CmdForge 2026-01-02 22:15:55 -04:00
config.py Fix registry URL and add registry browser to TUI 2026-01-13 19:43:20 -04:00
manifest.py Rename project from SmartTools to CmdForge 2026-01-02 22:15:55 -04:00
profiles.py Add AI persona profiles for prompt injection 2026-01-14 05:22:31 -04:00
providers.py Rename project from SmartTools to CmdForge 2026-01-02 22:15:55 -04:00
registry_client.py Add app pairing feature for simplified registry connection 2026-01-14 01:10:12 -04:00
resolver.py Improve error messages for debugging 2026-01-13 04:50:19 -04:00
runner.py Add AI persona profiles for prompt injection 2026-01-14 05:22:31 -04:00
tool.py Add custom step names and fix F key shortcut 2026-01-15 22:16:15 -04:00