Imported from Varshithagogineni/inmarket-AI-copilot (
AGENTS.md). Install upstream withnpx skills add Varshithagogineni/inmarket-AI-copilot. Copyright stays with the author.
AGENTS.md
This project follows the rules below for every change, feature, and review:
- Code should be modular and production-ready.
- Write tests covering edge cases and run them before completing work.
- Keep code clean, readable, and commented where the intent is not obvious.
Implementation expectations:
- Favor clear separation of concerns across UI, API, orchestration, integrations, and shared schemas.
- Avoid tightly coupled business logic inside route handlers or React components.
- Prefer typed contracts, explicit validation, and structured error handling.
- Keep comments concise and useful. Explain intent, tradeoffs, or non-obvious logic instead of restating code.
- Do not mark work complete until relevant automated tests have been executed successfully.