Skip to content

Rename nodes to nodewise#702

Open
evgeny-stakewise wants to merge 2 commits intomasterfrom
rename-nodes-nodewise
Open

Rename nodes to nodewise#702
evgeny-stakewise wants to merge 2 commits intomasterfrom
rename-nodes-nodewise

Conversation

@evgeny-stakewise
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings April 1, 2026 19:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the codebase to use the new src.nodewise namespace in place of src.nodes, aligning with the “Rename nodes to nodewise” goal.

Changes:

  • Switched multiple internal imports from src.nodes.* to src.nodewise.*
  • Updated CLI entrypoint imports to reference src.nodewise.commands.*
  • Updated node process/status modules and utilities to reference src.nodewise types/exceptions/helpers

Reviewed changes

Copilot reviewed 11 out of 16 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/nodes/utils/timeout.py Switches exception import to the new src.nodewise namespace
src/nodes/utils/proc.py Switches timeout import to the new src.nodewise namespace
src/nodes/status_history.py Switches typings import to the new src.nodewise namespace
src/nodes/status.py Switches node status dependencies to the new src.nodewise namespace
src/nodes/process.py Switches exceptions/typings/utils imports to the new src.nodewise namespace
src/nodes/execution_sync_history.py Switches typings import to the new src.nodewise namespace
src/main.py Points node CLI commands to src.nodewise.commands.*
src/commands/start/base.py Switches run_nodes import to src.nodewise.commands.node_start
src/commands/nodes/node_status.py Switches status import to src.nodewise.status
src/commands/nodes/node_start.py Switches nodewise imports for process/status/types
src/commands/nodes/node_install.py Switches Release typing import to the new src.nodewise namespace

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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