topoteretes/cognee-integrations — reverse-engineered prompt
Reverse engineered prompt
Build me a single repo for Cognee owned integrations, where each integration lives on its own and can be developed, tested, and published separately. I want it to include the current set of integrations for OpenClaw, Claude Code, and Codex, plus a simple inventory file that tracks what exists, who owns it, package names, versions, and migration status.
Please make it work for both TypeScript and Python based integrations, with a clear pattern for adding new ones later. The developer experience should feel straightforward, so each integration can use its own normal toolchain without affecting the others. Add CI that automatically figures out which integration changed and runs the right checks and tests. For Python, make sure the Cognee dependency is pinned to a safe bounded version range and validated in CI.
I also want publishing set up so each integration can be released independently from tags, instead of publishing the whole repo at once. Include a clean README with setup, development, release flow, and how to add a new integration. Look up current docs online if you need to.
Want more depth? Deep Reverse