Persistent project context loaded into every GitPilot session. Edit freely — agents will follow these notes.
This project has a README.md at its root — refer to it for purpose and high-level usage.
CHANGELOG.mdDockerfile.backendDockerfile.frontendLICENSEMANIFEST.inMakefileREADME.mdapi/assets/deploy/docker-compose.mcp.ymldocker-compose.ymldocs/extensions/frontend/gitcopilot.egg-info/gitpilot/mcp-stack/mkdocs.ymlmypy.inipackage-lock.jsonpackage.jsonpyproject.tomlrender.yamlscripts/tests/uv.lockvercel.json
Python, Node.js, Docker, docker-compose
make install,make test,make runnpm install,npm testpip install -e .andpytest
- Keep changes small and reversible.
- Run the test suite before committing.
- Write docstrings for any new public function.
Place per-mode overrides in .gitpilot/AGENTS.<mode>.md (for example
.gitpilot/AGENTS.coder.md). Use @./relative/path.md on its own line to
include another markdown file.