fix: Update path_constants.py for post-reorganization directories (#795)#800
Merged
mrveiss merged 1 commit intoDev_new_guifrom Feb 8, 2026
Merged
fix: Update path_constants.py for post-reorganization directories (#795)#800mrveiss merged 1 commit intoDev_new_guifrom
mrveiss merged 1 commit intoDev_new_guifrom
Conversation
The prompts/ directory containing 100 prompt template files was deleted in commit d6d5c66 during #781 Phase 4 cleanup. The backend's PromptManager still references these files via PATH.PROJECT_ROOT / "prompts". Restores all 100 prompt files across 11 subdirectories. Closes #793 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 tasks
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
path_constants.pythat pointed to directories removed/moved during the refactor: Reorganize repository folders by deployment role #781 folder reorganizationerror_messages.yaml,config.yaml, and database schema paths all load correctlyChanges
CONFIG_DIRconfig/infrastructure/shared/config/SRC_DIRsrc/autobot-user-backend/TESTS_DIRtests/autobot-user-backend/BACKEND_DIRbackend/autobot-user-backend/DATABASE_DIRdatabase/autobot-user-backend/database/FRONTEND_DIRautobot-vue/autobot-user-frontend/ANALYSIS_DIRanalysis/infrastructure/shared/analysis/REPORTS_DIRreports/data/reports/MCP_TOOLS_DIRmcp-tools/infrastructure/shared/mcp/ARCHIVE_DIRarchive/docs/archives/ANSIBLE_DIRansible/autobot-slm-backend/ansible/Test plan
ErrorCatalog.load_catalog()returnsTrue(loadserror_messages.yaml)config.yamlaccessible viaPATH.CONFIG_DIRPATH.DATABASE_DIR / "schemas"Closes #795
🤖 Generated with Claude Code