Files
chrani-bot-tng/.junie/guidelines.md
2025-11-21 07:26:02 +01:00

25 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Project Guidelines
* Antwort bitte maximal 3 Sätze, keine Nachfragen.
* Keine StatusUpdates, nur direkte Antwort.
* Nichts ausführen/keine Tools, nur [CHAT]-Antwort.
* Keine CodeÄnderungen ohne meine explizite Freigabe.
* Vor jeder längeren Antwort erst Rückfrage stellen.
* Jeden Plan bestätigen lassen.
## Projektüberblick (kurz)
Folgende Dateien und Ordner gehören NICHT zum Projekt und werden niemals durchsucht:
```
/venv/*
```
Folgende Datein und Ordner sind für dich read-only. Da wird nichts bearbeitet, gelöscht oder anderweitig verändert, es sei denn, ich bitte dich darum die dokumentation anzupassen.
```
/bot/resources/*
```
- chrani_bot_tng ist ein modularer PythonBot mit WebUI (LCARSStil) und TelnetAnbindung, u. a. für Server/Spielumgebungen.
- Einstiegspunkte: `app.py` (lokal) und `wsgi.py` (WSGI/Gunicorn); Module unter `bot/modules/*` (z. B. telnet, webserver, players, locations, permissions).
- HTML/Jinja2Templates und Widgets liegen in den jeweiligen ModulOrdnern; statische Assets unter `bot/modules/webserver/static`.
- Informational Resources in `bot/resources/*.md`.