Initial Telegram AI bot
This commit is contained in:
commit
2f88229a1f
8 changed files with 1047 additions and 0 deletions
9
AGENTS.md
Normal file
9
AGENTS.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# marvin project instructions
|
||||
|
||||
## Project-specific persistent memory
|
||||
These notes are persistent context for this Telegram bot project only.
|
||||
|
||||
- This project contains files related to the user's Telegram bot named/located as `marvin`.
|
||||
- Keep bot-specific preferences, decisions, and reminders in this file rather than global memory.
|
||||
- Do not store sensitive secrets, bot tokens, passwords, API keys, or private credentials here.
|
||||
- Store runtime secrets in local environment variables or an untracked `.env` file.
|
||||
Loading…
Add table
Add a link
Reference in a new issue