@witchpot/gmc-core
v0.2.0
Published
Shared pure composition and analytics for GMC CLI and app
Readme
@witchpot/gmc-core
Shared pure composition and analytics layer for Game Market Copilot.
Consumed by the @witchpot/gmc CLI and the GMC app's MCP server — it holds
the composer/analytics functions (cohort evidence, resolve scoring,
review-pattern clustering, showcase helpers) that both surfaces reuse.
This package contains no I/O: every export is a pure function over already-fetched data. Fetching lives in the consumers.
Release order (important)
@witchpot/gmc depends on this package. When this package changes,
publish @witchpot/gmc-core BEFORE publishing @witchpot/gmc — the
CLI's prepublishOnly smoke test installs the packed tarball and will
fail if the required core version is not on the registry.
npm publish --workspace @witchpot/gmc-core # first
npm publish --workspace @witchpot/gmc # then the CLI (its own release:check gates it)License
Proprietary (UNLICENSED), consistent with @witchpot/gmc. Published to
npm for installability, not as an open-source grant.
