auto(agent): Run expanded local discovery and continue with next actionable task
This commit is contained in:
parent
e238123393
commit
6dceec1893
14 changed files with 313 additions and 12 deletions
10
README.md
10
README.md
|
|
@ -41,3 +41,13 @@ npm run start
|
|||
- OpenAPI: `openapi.yaml` (Spiegel: `docs/openapi.yaml`)
|
||||
- Versioning/Deprecation Policy: `docs/api-versioning.md`
|
||||
- Rollen- und Rechtekonzept: `docs/roles-and-permissions.md`
|
||||
|
||||
## Development Quickstart (auto-synced)
|
||||
|
||||
```bash
|
||||
cd backend
|
||||
npm install
|
||||
npm test
|
||||
npm run start
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue