marvin/AGENTS.md
2026-05-22 06:01:00 +00:00

511 B

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.