Final polish: archive .planning/, update package.json, add test placeholder#66
Merged
snipcodeit merged 2 commits intomainfrom Feb 27, 2026
Merged
Final polish: archive .planning/, update package.json, add test placeholder#66snipcodeit merged 2 commits intomainfrom
snipcodeit merged 2 commits intomainfrom
Conversation
The npm-facing description now matches the README tagline for consistent branding across npm search and the GitHub repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add test/ directory with a smoke test suite using Node.js built-in test runner (node:test). Tests verify package.json fields, CLI entry point, lib modules, and slash command files exist. Add "test" script to package.json so npm test works out of the box for contributors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
.planning/development artifacts (ROADMAP.md, phases/, research/, quick/, PROJECT.md) to.planning/archive/— these showed all phases as "Not started" despite being completepackage.jsondescription to match README positioning for consistent npm search brandingtest/directory with smoke test suite using Node.js built-innode:testrunner and a"test"script inpackage.jsonCloses #63
Milestone Context
Changes
package.json— Updated description from generic tagline to README-matching copy; added"test"script usingnode --testtest/mgw.test.cjs— New placeholder test suite verifying package.json fields, CLI entry point, lib modules, and slash command files exist (4 tests, all passing).planning/— Local-only cleanup: archived stale ROADMAP.md, phases/, research/, quick/, PROJECT.md to.planning/archive/(gitignored, not in diff)Test Plan
npm testpasses (4/4 tests) — verified in worktreenpm packstill produces a clean package (test/ is not in thefilesallowlist)npx mgw --helpstill works after description change