59 lines
2.4 KiB
Plaintext
59 lines
2.4 KiB
Plaintext
# 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_develop_a_working_develop_a_working_20251006_065420.md
|
|
│ ├── .devops_agent_develop_a_working_develop_a_working_20251006_065420.md
|
|
│ ├── .directory_structure.txt
|
|
│ ├── .directory_structure_develop_a_working_develop_a_working_20251006_065420.md
|
|
│ ├── .io8analyst_agent_develop_a_working_develop_a_working_20251006_065420.md
|
|
│ ├── .io8architect_agent_develop_a_working_develop_a_working_20251006_065420.md
|
|
│ ├── .io8codermaster_agent_develop_a_working_develop_a_working_20251006_065420.md
|
|
│ ├── .io8pm_agent_develop_a_working_develop_a_working_20251006_065420.md
|
|
│ ├── .io8project_builder_develop_a_working_20251006_065420.md
|
|
│ ├── .sm_agent_develop_a_working_develop_a_working_20251006_065420.md
|
|
│ ├── io8_mcp
|
|
│ ├── sprint_plan.md
|
|
│ ├── tasks_list.md
|
|
│ └── uploads
|
|
├── Dockerfile.backend
|
|
├── Dockerfile.frontend
|
|
├── backend
|
|
│ └── .gitkeep
|
|
├── deployment_config.yml
|
|
├── develop_a_working_20251006_065420-develop_a_working_20251006_065420-b-b
|
|
│ ├── authsec_springboot
|
|
│ └── backend
|
|
├── develop_a_working_20251006_065420-develop_a_working_20251006_065420-d-d
|
|
│ └── authsec_mysql
|
|
├── develop_a_working_20251006_065420-develop_a_working_20251006_065420-f-f
|
|
│ └── authsec_angular
|
|
├── docker-compose.yml
|
|
├── frontend
|
|
│ └── .gitkeep
|
|
├── nginx.conf
|
|
└── sureops
|
|
├── develop_a_working_20251006_065420-develop_a_working_20251006_065420-b-b
|
|
├── develop_a_working_20251006_065420-develop_a_working_20251006_065420-d-d
|
|
└── develop_a_working_20251006_065420-develop_a_working_20251006_065420-f-f
|
|
|
|
25 directories, 29 files
|