# Detailed Project Directory Structure (tree -a -L 3 --dirsfirst output) . ├── .git │   ├── branches │   ├── hooks │   │   ├── applypatch-msg.sample │   │   ├── commit-msg.sample │   │   ├── fsmonitor-watchman.sample │   │   ├── post-update.sample │   │   ├── pre-applypatch.sample │   │   ├── pre-commit.sample │   │   ├── pre-merge-commit.sample │   │   ├── pre-push.sample │   │   ├── pre-rebase.sample │   │   ├── pre-receive.sample │   │   ├── prepare-commit-msg.sample │   │   ├── push-to-checkout.sample │   │   ├── sendemail-validate.sample │   │   └── update.sample │   ├── info │   │   └── exclude │   ├── logs │   │   ├── refs │   │   └── HEAD │   ├── objects │   │   ├── 02 │   │   ├── 03 │   │   ├── 05 │   │   ├── 09 │   │   ├── 0b │   │   ├── 11 │   │   ├── 13 │   │   ├── 14 │   │   ├── 15 │   │   ├── 16 │   │   ├── 1b │   │   ├── 1d │   │   ├── 1e │   │   ├── 22 │   │   ├── 23 │   │   ├── 24 │   │   ├── 25 │   │   ├── 27 │   │   ├── 2a │   │   ├── 2d │   │   ├── 2e │   │   ├── 2f │   │   ├── 30 │   │   ├── 33 │   │   ├── 34 │   │   ├── 36 │   │   ├── 39 │   │   ├── 3a │   │   ├── 3b │   │   ├── 3e │   │   ├── 44 │   │   ├── 46 │   │   ├── 47 │   │   ├── 48 │   │   ├── 50 │   │   ├── 53 │   │   ├── 54 │   │   ├── 55 │   │   ├── 57 │   │   ├── 58 │   │   ├── 59 │   │   ├── 5b │   │   ├── 60 │   │   ├── 62 │   │   ├── 64 │   │   ├── 65 │   │   ├── 66 │   │   ├── 67 │   │   ├── 69 │   │   ├── 6a │   │   ├── 6c │   │   ├── 70 │   │   ├── 71 │   │   ├── 72 │   │   ├── 76 │   │   ├── 78 │   │   ├── 79 │   │   ├── 7d │   │   ├── 7e │   │   ├── 7f │   │   ├── 80 │   │   ├── 81 │   │   ├── 84 │   │   ├── 8b │   │   ├── 8c │   │   ├── 8d │   │   ├── 8f │   │   ├── 91 │   │   ├── 93 │   │   ├── 96 │   │   ├── 98 │   │   ├── 9c │   │   ├── 9e │   │   ├── a0 │   │   ├── a7 │   │   ├── aa │   │   ├── af │   │   ├── b1 │   │   ├── b2 │   │   ├── b7 │   │   ├── b9 │   │   ├── ba │   │   ├── bc │   │   ├── bf │   │   ├── c0 │   │   ├── c8 │   │   ├── ca │   │   ├── cc │   │   ├── ce │   │   ├── d1 │   │   ├── d2 │   │   ├── d3 │   │   ├── d4 │   │   ├── d5 │   │   ├── d6 │   │   ├── d8 │   │   ├── dd │   │   ├── df │   │   ├── e1 │   │   ├── e6 │   │   ├── e7 │   │   ├── e8 │   │   ├── e9 │   │   ├── ed │   │   ├── ee │   │   ├── f0 │   │   ├── f2 │   │   ├── f4 │   │   ├── f6 │   │   ├── f8 │   │   ├── fb │   │   ├── fc │   │   ├── fd │   │   ├── info │   │   └── pack │   ├── refs │   │   ├── heads │   │   ├── remotes │   │   └── tags │   ├── COMMIT_EDITMSG │   ├── FETCH_HEAD │   ├── HEAD │   ├── ORIG_HEAD │   ├── config │   ├── description │   └── index ├── .io8project │   ├── .state.json │   └── project_metadata.json ├── .sureai │   ├── io8_mcp │   │   └── responses │   ├── uploads │   ├── .code_tree.txt │   ├── .developer_agent_create_a_to_create_a_to_20251001_054142.md │   ├── .directory_structure.txt │   ├── .directory_structure_create_a_to_create_a_to_20251001_054142.md │   ├── .io8analyst_agent_create_a_to_create_a_to_20251001_054142.md │   ├── .io8architect_agent_create_a_to_create_a_to_20251001_054142.md │   ├── .io8codermaster_agent_create_a_to_create_a_to_20251001_054142.md │   ├── .io8pm_agent_create_a_to_create_a_to_20251001_054142.md │   ├── .io8project_builder_create_a_to_20251001_054142.md │   ├── .sm_agent_create_a_to_create_a_to_20251001_054142.md │   ├── dev_test_log.md │   ├── prompt.txt │   ├── sprint_plan.md │   └── tasks_list.md ├── backend │   └── .gitkeep ├── create_a_to_20251001_054142-create_a_to_20251001_054142-b-b │   └── authsec_springboot │   ├── backend │   └── .gitignore ├── create_a_to_20251001_054142-create_a_to_20251001_054142-d-d │   └── authsec_mysql │   └── mysql ├── create_a_to_20251001_054142-create_a_to_20251001_054142-f-f │   └── authsec_angular │   └── frontend ├── frontend │   └── .gitkeep ├── sureops │   ├── create_a_to_20251001_054142-create_a_to_20251001_054142-b-b │   │   └── deployment │   ├── create_a_to_20251001_054142-create_a_to_20251001_054142-d-d │   │   └── deployment │   └── create_a_to_20251001_054142-create_a_to_20251001_054142-f-f │   └── deployment ├── Dockerfile.backend ├── Dockerfile.frontend ├── deployment_config.yml ├── docker-compose.yml └── nginx.conf 150 directories, 47 files