🗑️ chore: delete CLI installer and Node.js toolchain - #18
Merged
Conversation
Archived the completed OpenSpec change that removed the CLI installation tool and Node.js/Bun toolchain from the project: - Deleted package.json, bun.lock, and node_modules - Removed lefthook.yml pre-commit configuration - Removed unused config files (.oxlintrc.json, .prettierrc) - Replaced TypeScript+Zod validation with shell+jq script - Updated .github/workflows/ci.yml to validate .claude-plugin/plugin.json - Updated documentation to reflect plugin structure changes - All 30 tasks completed successfully Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an OpenSpec archive entry documenting the completed removal of the legacy CLI installer and associated Node.js/Bun toolchain work, capturing the proposal/design/spec and task checklist for future reference.
Changes:
- Added archived OpenSpec documentation for the “delete CLI installation” initiative (proposal/design/spec/tasks).
- Marked the archived change with
archived_by/archived_atmetadata.
Reviewed changes
Copilot reviewed 1 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| openspec/changes/archive/2026-03-01-delete-cli-installation/tasks.md | Archived execution checklist for the CLI/toolchain removal work. |
| openspec/changes/archive/2026-03-01-delete-cli-installation/specs/cli-removal/spec.md | Archived spec describing the removed CLI installer requirement and migration guidance. |
| openspec/changes/archive/2026-03-01-delete-cli-installation/proposal.md | Archived proposal summarizing the motivation and intended repo changes. |
| openspec/changes/archive/2026-03-01-delete-cli-installation/design.md | Archived design notes capturing decisions and trade-offs. |
| openspec/changes/archive/2026-03-01-delete-cli-installation/.openspec.yaml | Archive metadata for the change record. |
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.
Summary
This PR completes the removal of the CLI installer and entire Node.js/Bun toolchain from the project. After deleting the CLI in PR #17, this change removes all remaining Node.js dependencies and dead weight.
Changes
package.json,bun.lock, andnode_modulesdirectorylefthook.ymlpre-commit hook configurationscripts/validate-plugin.ts(Bun-based)scripts/validate-plugin.sh(shell+jq alternative).github/workflows/ci.ymlto validate.claude-plugin/plugin.jsonREADME.mdPlugin Structure documentationCLAUDE.mdproject architecture documentation.gitignoreto remove Node.js-related entries.oxlintrc.json,.prettierrc)Completed Work
All 30 OpenSpec tasks have been completed and the change has been archived:
.claude-plugin/plugin.jsonstructureRelated
🤖 Generated with Claude Code