8f648264f1
The create-workspace endpoints caught every exception and returned 409 "Workspace name already exists", hiding the actual failure (e.g. git clone errors, remote URL problems, or filesystem issues). - Distinguish ValueError -> 400, unexpected exceptions -> 500 with detail - Preserve HTTPException re-raise for existing FastAPI error paths Quality gates: - pytest tests/unit: 219 passed - mypy: clean on changed files
24 lines
444 B
Markdown
24 lines
444 B
Markdown
# apps (index)
|
|
dir: apps
|
|
|
|
## role
|
|
Contains the main executable application entry points and top-level app configurations for the project.
|
|
## parent
|
|
index: ./.pi-map.index.md
|
|
map: ./.pi-map.md
|
|
## children
|
|
- apps/api
|
|
index: apps/api/.pi-map.index.md
|
|
map: apps/api/.pi-map.md
|
|
- apps/web
|
|
index: apps/web/.pi-map.index.md
|
|
map: apps/web/.pi-map.md
|
|
## files
|
|
## links
|
|
index: apps/.pi-map.index.md
|
|
map: apps/.pi-map.md
|
|
## workflows
|
|
-
|
|
## dirty
|
|
-
|