9 lines
511 B
Markdown
9 lines
511 B
Markdown
# 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.
|