Pr1ncePandey/AI-Operating-System-for-Organizations ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python app that acts like an internal knowledge graph for a team. For this first version, it only needs to pull recent activity from GitHub, turn commits, people, and changed files into a Neo4j graph, and let me ask questions about it through a simple API.
I want to be able to start everything locally with Docker Compose, run one script to ingest a chosen GitHub repo using a personal access token, and then send questions like how many commits there are, who the top contributors are, what files changed recently, or who changed a specific file. Please add a basic health check, clear setup instructions, and a way to query Neo4j directly with Cypher too. If you need to, look up the current docs online for FastAPI, Neo4j, and the GitHub API.
Are you gonna build this?
make sure you review the code using coderabbit