Nodejs 项目清理#3
Merged
Merged
Conversation
…Symphony-nodejs Summary: - Delete entire elixir/ directory (Elixir/OTP implementation) - Rename project from Symphony to Symphony-nodejs - Update package.json name to symphony-nodejs - Rewrite README.md, README.en.md, README.zh-CN.md removing all Elixir references and keeping only Node.js content - Update nodejs/README.md to remove Elixir comparison table - Replace GitHub Actions workflows: Elixir CI -> Node.js CI - Remove pr-description-lint.yml (relied on Elixir mix task) - Update PR template to reference Node.js commands - Update .codex/worktree_init.sh to point to nodejs/ - Update .codex/skills/push to use npm ci instead of make -C elixir all - Update .codex/skills/debug to remove Elixir-specific log references - Update .codex/skills/land to reference Node.js validation - Remove .codex/skills/linear/ (Linear-specific, Elixir only) - SPEC.md left as-is (language-agnostic specification document) Co-authored-by: Julia Smith <pick7@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
pick7
marked this pull request as ready for review
March 6, 2026 06:16
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.
Context
User requested to remove the Elixir implementation and focus solely on the Node.js version, simplifying the project structure and maintenance.
TL;DR
Removed the Elixir implementation, renamed the project to "Symphony-nodejs", and updated all related documentation and CI to reflect Node.js-only.
Summary
elixir/directory and all Elixir-specific files (e.g., workflows, skills).README.md,README.en.md,README.zh-CN.mdto be Node.js-centric..codextooling and skill definitions to use Node.js commands.Alternatives
Test Plan
cd nodejs && npm cielixir/directory and all Elixir-related files are deleted.package.json..github/workflows/make-all.yml) passes.