57 lines
2.2 KiB
Plaintext
57 lines
2.2 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
|
||
|
|
│ ├── .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
|
||
|
|
├── 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
|
||
|
|
|
||
|
|
24 directories, 28 files
|