Summary
Verify that the @stellarroute npm scope is registered, add NPM_TOKEN to GitHub repository secrets, push a v0.1.0 tag, and confirm the package lands on the npm registry.
Acceptance Criteria
Drip Wave
Complexity: Medium — 150 pts
Phase: 3 — Production Hardening
Summary
Verify that the
@stellarroutenpm scope is registered, addNPM_TOKENto GitHub repository secrets, push av0.1.0tag, and confirm the package lands on the npm registry.Acceptance Criteria
@stellarroutescope exists on npm (or is created)NPM_TOKENsecret is set in GitHub repo settingsgit tag v0.1.0 && git push origin v0.1.0triggers the publish workflownpm install @stellarroute/route-visualizerworks from the registryDrip Wave
Complexity: Medium — 150 pts
Phase: 3 — Production Hardening