docs: add migration plan and update CLAUDE.md with dev commands#129
Merged
anfredette merged 2 commits intollm-d-incubation:mainfrom Mar 30, 2026
Merged
docs: add migration plan and update CLAUDE.md with dev commands#129anfredette merged 2 commits intollm-d-incubation:mainfrom
anfredette merged 2 commits intollm-d-incubation:mainfrom
Conversation
Add docs/MIGRATION_PLAN.md with the complete plan for renaming NeuralNav → Planner and integrating Config Explorer into the unified project structure. Update CLAUDE.md with common development commands section covering setup, testing, linting, database management, Docker, and K8s. Assisted-by: Claude <noreply@anthropic.com> Signed-off-by: Andre Fredette <afredette@redhat.com>
jgchn
reviewed
Mar 28, 2026
docs/MIGRATION_PLAN.md
Outdated
Comment on lines
+141
to
+150
| tabs = st.tabs([ | ||
| "Define Use Case", # existing | ||
| "Technical Specification", # existing | ||
| "Recommendations", # existing | ||
| "Deployment", # existing | ||
| "Deployment Management", # existing | ||
| "Capacity Planner", # NEW - from Config Explorer | ||
| "GPU Recommender", # NEW - from Config Explorer | ||
| "Configuration", # existing (moved to last) | ||
| ]) |
Collaborator
There was a problem hiding this comment.
I feel like the additions of the config explorer tabs don't really make sense. I understand that this is the initial plan but maybe we want to just keep the config explorer as separate pages instead of tabs. I think just adding the config explorer UI as tabs would disrupt the really smooth workflow that currently exists.
Collaborator
Author
There was a problem hiding this comment.
I was mainly thinking that we'd get both NeuralNav and Config Explorer working like they were before the merger. We could then iterate from there. So, I'm fine putting them on different pages. Maybe we could have the UI default to the old NeuralNav view, and have a pull-down or button to toggle between the two views to start?
- Rename config_explorer_cli.py → planner_cli.py for future extensibility - Replace tab-based UI integration with separate view + sidebar toggle - Prioritize GPU registry unification as follow-on step 1 - Note Config Explorer's pip/setuptools→uv migration in Step 5 Signed-off-by: Andre Fredette <afredette@redhat.com>
jgchn
approved these changes
Mar 28, 2026
This was referenced Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add docs/MIGRATION_PLAN.md with the complete plan for renaming NeuralNav → Planner and integrating Config Explorer into the unified project structure.
Update CLAUDE.md with common development commands section covering setup, testing, linting, database management, Docker, and K8s.