Rename CLI command to OpenSkald#2
Conversation
This reverts commit a019dac.
There was a problem hiding this comment.
Code Review
This pull request performs a comprehensive renaming of the project from 'OpenViking' to 'OpenSkald' across all documentation, configuration files, environment variables, CLI commands, Docker setups, and source code. The review feedback highlights two important issues in backend/app/config/settings.py: a path validation vulnerability where empty or relative dot paths can bypass existence checks and glob the entire project directory, and a configuration loading issue where explicitly specified configuration paths that do not exist are silently ignored instead of raising an error.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Summary
Verification