Skip to content

fix: include server/ in npm package + docs rewrite#11

Merged
web3dev1337 merged 3 commits intomasterfrom
refactor
Feb 12, 2026
Merged

fix: include server/ in npm package + docs rewrite#11
web3dev1337 merged 3 commits intomasterfrom
refactor

Conversation

@web3dev1337
Copy link
Copy Markdown
Owner

Summary

  • Critical fix: server/ directory was missing from files whitelist in package.json — npm installs would crash on startup
  • Rewrote CLAUDE.md (185 → 57 lines, no bloat)
  • Added CODEBASE_DOCUMENTATION.md (full file inventory)
  • Bumped to v0.9.4, published to npm

Test plan

  • npm pack --dry-run confirms server/ modules now included
  • v0.9.4 published and verified on npm registry

🤖 Generated with Claude Code

web3dev1337 and others added 3 commits February 12, 2026 22:34
CLAUDE.md: condensed from 185 to 55 lines. Removed bloated file tree
(now in CODEBASE_DOCUMENTATION.md), feature status table with hardcoded
values, and redundant sections.

CODEBASE_DOCUMENTATION.md: new file inventory covering all backend
modules, frontend components, tests, and key patterns.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The files whitelist in package.json was missing server/ — anyone
installing from npm would crash on startup because server.js imports
from server/app/, server/gateways/, server/services/, server/routes/.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@web3dev1337 web3dev1337 merged commit 92863ea into master Feb 12, 2026
4 checks passed
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.

1 participant