Follow-up tasks for once the plugin is approved in the community marketplace.
Tasks
Update README with marketplace install path
Add the marketplace install instructions alongside the existing python install.py path:
claude plugin marketplace add anthropics/claude-plugins-community
claude plugin install temporal-reasoning@claude-community
Document the install.py vs marketplace distinction
Clarify the two install tiers:
- Marketplace install (
claude plugin install) — MCP server only, runs via uvx temporal-reasoning. No cloning required.
- Full install (
python install.py) — MCP server + auto-memory hooks (prepare_hook.py / finalize_hook.py). Requires cloning the repo. Recommended for users who want per-turn memory ingestion.
Users who install via the marketplace and want hooks will need to clone the repo and run install.py on top of the marketplace install.
Follow-up tasks for once the plugin is approved in the community marketplace.
Tasks
Update README with marketplace install path
Add the marketplace install instructions alongside the existing
python install.pypath:Document the install.py vs marketplace distinction
Clarify the two install tiers:
claude plugin install) — MCP server only, runs viauvx temporal-reasoning. No cloning required.python install.py) — MCP server + auto-memory hooks (prepare_hook.py/finalize_hook.py). Requires cloning the repo. Recommended for users who want per-turn memory ingestion.Users who install via the marketplace and want hooks will need to clone the repo and run
install.pyon top of the marketplace install.