Skip to content

Bump to 0.0.48: ship pane features, prune dead scripts, track MCP tools, add CHANGELOG#76

Open
melvincarvalho wants to merge 1 commit into
gh-pagesfrom
issue-75-bump-0.0.48
Open

Bump to 0.0.48: ship pane features, prune dead scripts, track MCP tools, add CHANGELOG#76
melvincarvalho wants to merge 1 commit into
gh-pagesfrom
issue-75-bump-0.0.48

Conversation

@melvincarvalho

Copy link
Copy Markdown
Contributor

Fixes #75

npm is at 0.0.47 while HEAD carries the two pane features from #72 and #74 unpublished. This PR:

  • Bumps to 0.0.48 (the publishable diff is 207 insertions / 28 deletions across data-browser-panes.js, examples/panes/bookmark.js, and the new examples/panes/bookmark-collection.js)
  • Removes four dead one-off scripts (count-ascii.js, count-banner.js, jspod-ascii.js, verify-spacing.js) — throwaway ASCII-banner spacing helpers, referenced nowhere, never in the npm files set
  • Tracks the MCP dev tools that were sitting untracked: mcp.js (Streamable-HTTP MCP client for the local pod) and refresh-mcp-token.sh (token re-mint + Claude Code registration). Both stay outside the files allowlist so they don't publish.
  • Adds CHANGELOG.md recording what 0.0.48 ships vs 0.0.47, including the diffstat — the "record the diff somewhere" home for this and future releases

Verification: npm pack --dry-run → version 0.0.48, 32 files, 167.7 kB, no dev tools in the tarball; node --check passes on index.js/mcp.js; bash -n passes on the shell script.

After merge: npm publish (manual).

… MCP tools

- Bump version 0.0.47 -> 0.0.48 (unpublished pane work from #72 and #74:
  bookmark enrichment rendering and the searchable collection pane)
- Remove one-off ASCII-banner dev scripts (count-ascii.js,
  count-banner.js, jspod-ascii.js, verify-spacing.js) — referenced
  nowhere and never published
- Track MCP dev tools mcp.js and refresh-mcp-token.sh (outside the npm
  'files' allowlist, so not published)
- Add CHANGELOG.md recording the 0.0.48 diff vs 0.0.47

Verified: npm pack --dry-run shows 0.0.48 with no dev tools in the
tarball; node --check / bash -n pass on all touched scripts.

Fixes #75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump to 0.0.48: ship pane features, prune dead banner scripts, track MCP dev tools, add CHANGELOG

1 participant