# Project Directory Structure (tree -L 2 -a output) . ├── .git │   ├── COMMIT_EDITMSG │   ├── FETCH_HEAD │   ├── HEAD │   ├── ORIG_HEAD │   ├── branches │   ├── config │   ├── description │   ├── hooks │   ├── index │   ├── info │   ├── logs │   ├── objects │   └── refs ├── .io8project │   ├── .state.json │   └── project_metadata.json ├── .sureai │   ├── .code_tree.txt │   ├── .developer_agent_simple_notes_taking_simple_notes_taking_20251009_044730.md │   ├── .directory_structure.txt │   ├── .directory_structure_simple_notes_taking_simple_notes_taking_20251009_044730.md │   ├── .io8analyst_agent_simple_notes_taking_simple_notes_taking_20251009_044730.md │   ├── .io8architect_agent_simple_notes_taking_simple_notes_taking_20251009_044730.md │   ├── .io8codermaster_agent_simple_notes_taking_simple_notes_taking_20251009_044730.md │   ├── .io8pm_agent_simple_notes_taking_simple_notes_taking_20251009_044730.md │   ├── .io8project_builder_simple_notes_taking_20251009_044730.md │   ├── .sm_agent_simple_notes_taking_simple_notes_taking_20251009_044730.md │   ├── dev_test_log.md │   ├── io8_mcp │   ├── sprint_plan.md │   ├── tasks_list.md │   └── uploads ├── Dockerfile.backend ├── Dockerfile.frontend ├── deployment_config.yml ├── docker-compose.yml ├── nginx.conf ├── prompt.txt ├── simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-b-b │   └── authsec_springboot ├── simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-d │   └── authsec_mysql ├── simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-f-f │   └── authsec_angular └── sureops ├── simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-b-b ├── simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-d └── simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-f-f 22 directories, 28 files