Skip to content

Conversation

@seveibar
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Oct 30, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
capacity-node-autorouter Ready Ready Preview Comment Oct 30, 2025 8:37pm

export * from "./cache/LocalStorageCache"
export * from "./cache/setupGlobalCaches"
export * from "./cache/types"
export * from "./solvers/AssignableViaAutoroutingPipeline/AssignableViaAutoroutingPipelineSolver"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The directory name AssignableViaAutoroutingPipeline uses PascalCase, which violates the project's file naming consistency rule requiring kebab-case. The path should be updated to ./solvers/assignable-via-autorouting-pipeline/AssignableViaAutoroutingPipelineSolver to maintain consistency with the established naming convention.

Suggested change
export * from "./solvers/AssignableViaAutoroutingPipeline/AssignableViaAutoroutingPipelineSolver"
export * from "./solvers/assignable-via-autorouting-pipeline/AssignableViaAutoroutingPipelineSolver"

Spotted by Graphite Agent (based on custom rule: Custom rule)

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

@seveibar seveibar merged commit 8c679d3 into main Oct 30, 2025
8 checks passed
@seveibar seveibar deleted the assignable-via-autorouter branch October 30, 2025 21:02
@tscircuitbot
Copy link

Thank you for your contribution! 🎉

PR Rating: ⭐⭐
Impact: Minor

Track your contributions and see the leaderboard at: tscircuit Contribution Tracker


Comment posted by tscircuitbot

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.

3 participants