1. Install

brew tap kayacancode/askkaya
brew install bestmate

2. Sign Up or Login

New user (need an invite code):
bestmate auth signup -c YOUR_INVITE_CODE -e your@email.com
Existing user:
bestmate auth login -e your@email.com
Google sign-in:
bestmate auth login --google

3. Ingest Your First Content

# Ingest a single file
bestmate ingest --file notes.md --title "My Notes"

# Ingest an entire folder
bestmate ingest ./my-documents/

# Ingest text directly
bestmate ingest "We decided to use React for the frontend because of team expertise"

4. Ask Your Twin

bestmate ask "What tech stack are we using?"
You should get a response with confidence score and sources:
🏢 your-org (organization)

We're using React for the frontend, chosen based on team expertise.

📚 Sources:
1. My Notes

Confidence: 85%

5. List Your Twins

bestmate twin list

Next Steps