2025-10-09 05:21:13 +00:00
|
|
|
# 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
|
2025-10-09 05:35:50 +00:00
|
|
|
│ ├── .code_tree.txt
|
2025-10-09 05:21:13 +00:00
|
|
|
│ ├── .developer_agent_simple_notes_taking_simple_notes_taking_20251009_044730.md
|
2025-10-09 05:35:50 +00:00
|
|
|
│ ├── .directory_structure.txt
|
2025-10-09 05:21:13 +00:00
|
|
|
│ ├── .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
|
2025-10-09 05:35:50 +00:00
|
|
|
│ ├── dev_test_log.md
|
2025-10-09 05:21:13 +00:00
|
|
|
│ ├── io8_mcp
|
|
|
|
|
│ ├── sprint_plan.md
|
|
|
|
|
│ ├── tasks_list.md
|
|
|
|
|
│ └── uploads
|
|
|
|
|
├── Dockerfile.backend
|
|
|
|
|
├── Dockerfile.frontend
|
|
|
|
|
├── deployment_config.yml
|
|
|
|
|
├── docker-compose.yml
|
|
|
|
|
├── nginx.conf
|
|
|
|
|
├── 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
|
|
|
|
|
|
2025-10-09 05:35:50 +00:00
|
|
|
22 directories, 27 files
|