README references cargo install cortex-memory and Docker, but spec 7h also called for:
- Homebrew tap —
brew install mikesquared/tap/cortex
- pip —
pip install cortex-memory (Python SDK on PyPI)
- npm —
npm install @cortex/client (TypeScript SDK on npm)
These need:
- Homebrew formula in a tap repo or inline
pyproject.toml / setup.py for PyPI publishing
package.json publish config for npm
- CI workflows for each (on tag push)
Priority: Post-launch but needed for adoption.
README references
cargo install cortex-memoryand Docker, but spec 7h also called for:brew install mikesquared/tap/cortexpip install cortex-memory(Python SDK on PyPI)npm install @cortex/client(TypeScript SDK on npm)These need:
pyproject.toml/setup.pyfor PyPI publishingpackage.jsonpublish config for npmPriority: Post-launch but needed for adoption.