Commit Graph

5 Commits

Author SHA1 Message Date
Oleksandr Bezdieniezhnykh 02d4490f00 Sync .cursor from suite (autodev orchestrator + monorepo skills) 2026-04-18 22:04:00 +03:00
Oleksandr Bezdieniezhnykh 7af0df4f44 Refine coding standards and testing rules
- Updated coding rules to emphasize readability, meaningful comments, and maintainability.
- Adjusted test coverage thresholds to 75% for business logic and clarified expectations for test scenarios.
- Enhanced guidelines for handling skipped tests, emphasizing the need for investigation and resolution.
- Introduced a completeness audit for decomposition in research steps to ensure thoroughness in addressing problem dimensions.

Made-with: Cursor
2026-04-17 20:28:26 +03:00
Oleksandr Bezdieniezhnykh 0e264abae9 Sync .cursor from detections 2026-04-12 05:05:09 +03:00
Oleksandr Bezdieniezhnykh af8ef51bea Enhance coding guidelines in .cursor/rules/coderule.mdc and .cursor/rules/python.mdc
- Added a guideline to place all source code under the `src/` directory in `coderule.mdc`.
- Removed the outdated guideline regarding the `src/` layout in `python.mdc` to streamline project structure.

These updates improve project organization and maintainability by clarifying the structure for source code and project files.
2026-03-28 16:18:07 +02:00
Oleksandr Bezdieniezhnykh d8f91ef6a9 add python scaffold folder and autodevelopment system 2026-03-25 21:57:26 +02:00