CmdForge/src/cmdforge
rob 63149aec07 Add database migration for schema updates
When the registry server starts, it now automatically adds any missing
columns to existing tables. This prevents 500 errors when publishing
to a database created before newer columns were added.

Columns added by migration:
- scrutiny_status, scrutiny_report (tool scrutiny)
- source, source_url, source_json (tool attribution)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 21:48:38 -04:00
..
cli Fix registry registration URL in CLI 2026-01-13 20:42:37 -04:00
registry Add database migration for schema updates 2026-01-13 21:48:38 -04:00
ui_urwid Allow pasting registry token directly in TUI 2026-01-13 21:40:09 -04:00
web Fix token modal and session token issues 2026-01-13 21:27:01 -04:00
__init__.py
cli.py
config.py Fix registry URL and add registry browser to TUI 2026-01-13 19:43:20 -04:00
manifest.py
providers.py
registry_client.py Add enhanced search and filtering (M2 feature) 2026-01-13 06:13:37 -04:00
resolver.py Improve error messages for debugging 2026-01-13 04:50:19 -04:00
runner.py Improve error messages for debugging 2026-01-13 04:50:19 -04:00
tool.py Improve error messages for debugging 2026-01-13 04:50:19 -04:00
ui.py
ui_registry.py
ui_snack.py
ui_urwid.py