Update project structure and documentation: Add new entries to .gitignore for standalone outputs and MCP config, delete obsolete design_skill.md file, and revise README and various skills to reflect updated workflow steps, including UI design and performance testing. Adjust paths in retrospective and metrics documentation to align with new directory structure.

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-24 04:48:08 +02:00
parent e609586c7c
commit 749217bbb6
22 changed files with 286 additions and 165 deletions
+6
View File
@@ -42,6 +42,12 @@ _docs/00_problem/input_data/*.mp4
_docs/00_problem/input_data/*.png
_docs/00_problem/input_data/*.avi
# Standalone skill output (ephemeral, not part of project)
_standalone/
# MCP config with credentials (use .cursor/mcp.json.example as template)
.cursor/mcp.json
# E2E compose env
!e2e/.env