- Claude Code installed
- Git
- A terminal (macOS, Linux, or WSL)
git clone https://github.com/PayRequest/copana.git my-ai
cd my-ai./setup.shThis asks you:
- Your name — so the AI knows what to call you
- AI name — what you want to call your AI (default: Copana)
- Timezone — for time-aware features
- Vibe — casual buddy, professional partner, or tough coach
Setup replaces all template placeholders and creates your first git commit.
claudeYour AI will:
- Read its memory files (memory.md, tasks.md, etc.)
- Check git status for changes
- Get the current time
- Start working — no "how can I help?" prompt
Just talk naturally. Your AI will:
- Remember what you tell it across sessions
- Capture facts about you silently (in user.md, preferences.md)
- Follow up on things you mentioned
- Track tasks and open loops
Your AI will update memory files. To sync to git:
./scripts/session_end.shOr just ask your AI to commit.
Want proactive nudges, morning briefings, or a Telegram bot?
pip install -r scripts/requirements.txt
cp .env.example .env
# Edit .env with your API keysSee automation.md for the full setup.
Want to chat with your AI on your phone?
See multi-device.md for sync setup.
- Read your files. Open memory.md, user.md, etc. to see what your AI has learned.
- Edit freely. These are your files. Correct mistakes, add context, delete stuff.
- Commit often. Git history = version control for your AI's memory.
- Be yourself. The more natural you are, the better your AI learns.