activeloopai/hivemind ? reverse-engineered prompt
Reverse engineered prompt
Build me a TypeScript command line tool called Hivemind that helps AI coding agents share memory across sessions.
I want it to install cleanly on Node 22 and give me a simple hivemind install, login, and status flow. It should detect supported assistants on the machine, wire up capture and recall, and then save traces from prompts, tool calls, and responses so later sessions can reuse what was learned. If it finds repeated patterns, turn them into reusable skill files and make them searchable along with the traces. I also want a background process that can summarize a session into a useful note or wiki page when the session ends.
Make it work for the main agent setups mentioned in the README, and keep the data storage flexible so it can use my own cloud or local storage. If you need to check current assistant docs or hook formats online, do that. Please keep the setup friendly for real users, with clear prompts and sensible defaults.
Are you gonna build this?
make sure you review the code using coderabbit