Skip to content

chore: split shell.js into shell and process tool files - #751

Merged
avoidwork merged 1 commit into
mainfrom
chore/split-shell-process-tools
Aug 10, 2026
Merged

chore: split shell.js into shell and process tool files#751
avoidwork merged 1 commit into
mainfrom
chore/split-shell-process-tools

Conversation

@avoidwork

Copy link
Copy Markdown
Owner

Summary

Split src/tools/shell.js (257 lines) into two focused files: shell.js (shell execution) and process.js (process management).

What Changes

  • Extract process management code into src/tools/process.js
  • Keep shell execution code in src/tools/shell.js (~100 lines)
  • Update src/tools/index.js to export from both files
  • Update all consumer import paths
  • No behavioral changes — purely structural split

OpenSpec

Full spec available at openspec/changes/split-shell-process-tools/

Related

Fixes #745

- Create proposal, design, tasks, and spec artifacts
- Plan splitting shell.js into shell.js and process.js
@avoidwork avoidwork self-assigned this Aug 10, 2026
@avoidwork
avoidwork enabled auto-merge (squash) August 10, 2026 05:16
@avoidwork
avoidwork merged commit 9d8da93 into main Aug 10, 2026
3 checks passed
@avoidwork
avoidwork deleted the chore/split-shell-process-tools branch August 10, 2026 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: consider splitting src/tools/shell.js for clarity

1 participant