51 lines
2.1 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
│   ├── .developer_agent_simple_notes_taking_simple_notes_taking_20251009_044730.md
│   ├── .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
│   ├── 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
22 directories, 24 files