Feat/013 post 1.0 hardening - #44
Merged
Merged
Conversation
Ships a new, independently-published package (projects/movement-mcp/) exposing the library's real directive/preset API as MCP tools (list_directives, get_directive, list_presets, get_example), plus a Claude Code skill that tells an agent to query them instead of guessing selectors/inputs. Fully standalone (own package.json, lockfile, node_modules) so angular-movement itself gets zero new dependencies and zero code changes. See docs/ai/specs/012-mcp-server-and-skill.md.
Adds .github/workflows/release-mcp.yml, triggered by mcp-v*.*.* tags, reusing the existing NPM_TOKEN secret so publishing never needs a local npm login. Also fixes mcp:publish: `pnpm --dir <path> publish` mis-delegates to a raw `npm publish` and fails with EUSAGE in this pnpm version — cd into the package directory instead, same as the new workflow does.
Fixes two real transform-ownership races (MoveDragDirective now preempts an in-flight engine-driven animation on pointerdown; moveWhileHover/ moveWhileTap/moveWhileFocus now cancel themselves on a *movePresence exit) and a SmoothScrollService accessibility bug (native keyboard scrolling was being fought by the RAF lerp loop). Adds an explicit, warned interpolation contract to moveTransform(), an additive MOVEMENT_STABLE_DIRECTIVES/MOVEMENT_EXPERIMENTAL_DIRECTIVES split, a Chromium+Firefox+WebKit e2e smoke suite plus adversarial composition tests, and repositions package/README metadata to match the library's current scope. See docs/ai/specs/013-post-1.0-hardening.md.
5 tasks
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
Type
Checklist
CHANGELOG.mdfor user-visible changes.Verification