Skip to content

Complete blarify to cue migration cleanup #70

@rysweet

Description

@rysweet

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:

  1. Replace all "blarify" references with "cue" where appropriate
  2. Replace all "blarignore" references with "cueignore"
  3. Update package names, import paths, and documentation
  4. Ensure all tests still pass after changes
  5. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions