agentic cursorrules
Basic Information
Agentic-cursorrules is a Python-based tool designed to manage multiple AI agents operating in large codebases by partitioning the repository into logical domains and generating domain-specific instruction files that define strict file-tree boundaries. It prevents overlapping work and conflicts between agents by producing contextual markdown agent files for frontend, backend, database and other domains. The project supports manual configuration via config.yaml and automated detection workflows via main.py, including filesystem scans, interactive tree input, and reuse of detected configurations. It is inspired by cursor-boost and primarily targets developer workflows in Cursor IDE with experimental support for other AI-enhanced editors. The generator can place agent files in the target repo or keep them locally and includes a recurring mode to periodically regenerate configurations. The repo is intended as tooling for developers coordinating multiple autonomous code-editing agents rather than as an end-user chatbot product.