Skip to content

Conversation

@dk19y
Copy link
Contributor

@dk19y dk19y commented Oct 30, 2025

Replace hardcoded path strings with a structured path management system that organizes paths by scope (workspace, global, application) and provides type-safe path resolution.

Key changes:

  • Add new paths.rs module with PathResolver and scoped path builders
  • Replace hardcoded strings with constants in workspace/global/application modules
  • Migrate existing path functions to use new system while maintaining compatibility
  • Add system_paths module for common system directories
  • Update MCP config loading to use new path resolution

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@dk19y dk19y requested a review from a team as a code owner October 30, 2025 18:22
@dk19y dk19y force-pushed the refactor/consolidate-paths branch from a4c9030 to 88be2d3 Compare October 30, 2025 18:51
@kkashilk kkashilk force-pushed the refactor/consolidate-paths branch from 88be2d3 to fa79d22 Compare October 30, 2025 23:27
@dk19y dk19y merged commit d8e77d7 into main Oct 31, 2025
23 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants