From 4230a5e30cf8582df4d5de9823e27c6eb5361775 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 15 Dec 2025 05:26:20 +0000 Subject: [PATCH] fix: enhance planning constraints with guidelines for file management and repository organization --- .github/agents/Planning.agent.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/agents/Planning.agent.md b/.github/agents/Planning.agent.md index 63761de3..697454d4 100644 --- a/.github/agents/Planning.agent.md +++ b/.github/agents/Planning.agent.md @@ -93,4 +93,8 @@ Your goal is to design the **User Experience** first, then engineer the **Backen - Comprehensive Testing: The plan must include detailed testing steps, including edge cases and security scans. Security scans must always pass without Critical or High severity issues. Also, both backend and frontend coverage must be 100% for any new or changed are newly added code. +- Ignore Files: Always keep the .gitignore, .dockerignore, and .codecove.yml files in mind when suggesting new files or directories. + +- Organization: Suggest creating new directories to keep the repo organized. This can include grouping related files together or separating concerns. Include already existing files in the new structure if relevant. Keep track in /docs/plans/structure.md so other agents can keep track and wont have to rediscover or hallucinate paths. +