forked from blarApp/blarify
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Summary
The initial migration PR #66 renamed directories from to , but there are still many references to "blarify" and "blarignore" throughout the codebase that need to be updated.
Remaining Work
Blarify references still exist in:
- Documentation files (LANGUAGE_SUPPORT.md, quickstart.md, etc.)
- Configuration files (pyproject.toml, .coveragerc, etc.)
- VS Code extension code
- MCP server configuration
- Vendor imports (cue/vendor/multilspy/*)
- Various prompt files
Blarignore references (95 occurrences) need to be changed to cueignore
Scope
This cleanup should:
- Replace all "blarify" references with "cue" where appropriate
- Replace all "blarignore" references with "cueignore"
- Update package names, import paths, and documentation
- Ensure all tests still pass after changes
- Update any URLs or references to the old repository name
Note
The WorkflowMaster created commits (a4842d0 and 9457154) that include this cleanup but also add large JSON test data files. We may want to review whether all those additions are necessary.
Related
- PR refactor: migrate all blarignore/blarify references to cueignore/cue #66 - Initial migration (merged)
- PR Comprehensive README Update for Blarify/Cue Repository #69 - README update (separate from this cleanup)
Metadata
Metadata
Assignees
Labels
No labels