Skip to content

docs: add migration plan and update CLAUDE.md with dev commands#129

Merged
anfredette merged 2 commits intollm-d-incubation:mainfrom
anfredette:repo-reorg
Mar 30, 2026
Merged

docs: add migration plan and update CLAUDE.md with dev commands#129
anfredette merged 2 commits intollm-d-incubation:mainfrom
anfredette:repo-reorg

Conversation

@anfredette
Copy link
Copy Markdown
Collaborator

@anfredette anfredette commented Mar 27, 2026

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.

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>
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)
])
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

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.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

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?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Done

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Sounds good!

- 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>
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