docs: update README with project structure and license information
Some checks are pending
Docker Test / test (push) Waiting to run
Some checks are pending
Docker Test / test (push) Waiting to run
This commit is contained in:
parent
92118e41f5
commit
2c98422105
2 changed files with 18 additions and 6 deletions
17
README.md
17
README.md
|
|
@ -51,3 +51,20 @@ npm test
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Projektstruktur
|
||||||
|
|
||||||
|
Das Projekt besteht aus folgenden Hauptkomponenten:
|
||||||
|
|
||||||
|
- `backend/` - Node.js Backend mit Express
|
||||||
|
- `docs/` - Dokumentation und ADRs
|
||||||
|
- `scripts/` - Hilfsskripte für Tests und Deployment
|
||||||
|
- `frontend/` - (geplant) React Frontend
|
||||||
|
|
||||||
|
## Sicherheit
|
||||||
|
|
||||||
|
Alle sensiblen Daten werden serverseitig verschlüsselt. Die Verschlüsselung erfolgt mit AES-256-GCM.
|
||||||
|
|
||||||
|
## Lizenz
|
||||||
|
|
||||||
|
Dieses Projekt ist unter der MIT-Lizenz lizenziert - siehe die LICENSE-Datei für weitere Informationen.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Autonomy Discovery
|
# Autonomy Discovery
|
||||||
|
|
||||||
Generated: 2026-03-10T01:35:47Z
|
Generated: 2026-03-10T02:05:22Z
|
||||||
|
|
||||||
## Git Status
|
## Git Status
|
||||||
M docs/runtime/autonomy_discovery_helpyourneighbour.md
|
M docs/runtime/autonomy_discovery_helpyourneighbour.md
|
||||||
|
|
@ -64,8 +64,3 @@ docs/runtime/task_helpyourneighbour_1_no-work.log
|
||||||
3 files changed, 42 insertions(+), 12 deletions(-)
|
3 files changed, 42 insertions(+), 12 deletions(-)
|
||||||
|
|
||||||
## TODO/FIXME Scan
|
## TODO/FIXME Scan
|
||||||
docs/runtime/autonomy_discovery_helpyourneighbour.md:66:## TODO/FIXME Scan
|
|
||||||
docs/runtime/autogit_helpyourneighbour_2_todo-priority.log:2:TASK_TITLE=Prioritize open TODO/FIXME items
|
|
||||||
docs/runtime/todo_priority_helpyourneighbour.md:1:# TODO/FIXME Priorities (helpyourneighbour)
|
|
||||||
docs/runtime/todo_priority_helpyourneighbour.md:3:docs/runtime/autonomy_discovery_helpyourneighbour.md:149:## TODO/FIXME Scan
|
|
||||||
docs/runtime/todo_priority_helpyourneighbour.md:4:docs/runtime/autonomy_discovery_helpyourneighbour.md:150:docs/runtime/autonomy_discovery_helpyourneighbour.md:149:## TODO/FIXME Scan
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue