Skip to content

Migrate residual .instructionkit paths to .devsync with read-alias for existing installs #104

Description

@troylar

The instructionkit→devsync rename never reached the storage layer: `core/mcp/credentials.py`, `utils/paths.py`, `utils/backup.py`, `utils/project.py`, and `ai_tools/mcp_syncer.py` still read/write `.instructionkit/` paths (11 refs). New users get mystery directories under the old product name.

Care required: existing users' credentials live at the old paths — writes should move to `.devsync/` while reads fall back to `.instructionkit/` (with a one-time migration or persistent alias).

Tracked as DEBT-002 in `.codehealth/REGISTER.md`.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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