Filed on behalf of Amr Elsayed.
Problem
Framework files (protocols, resources) are mixed with project-specific files (specs, plans), risking overwrites during updates.
From Amr's Implementation
"Moved the framework specific files to .codev/ (protocol, resources), and moved the project-specific details to features/"
Proposed Solution
- Move framework to
.codev/ directory
- Keep project files in
features/ or docs/
- Protect framework files from accidental modification