Daily Briefing & Sync
Engram polls Linear and Jira using credentials stored in your local .env file, normalizes the results into a unified task list, and passes it to Llama 3.1 to generate a plain-English morning briefing. No task data is sent to any service other than your own Linear/Jira instances.
Normalizes tasks from Linear and Jira into a single, prioritized stream.
Llama 3 reads your task list and generates a human-readable briefing speech.
A dedicated dashboard component with live links to original tickets.
Live Preview
"Good morning. You have 3 critical items today. Priority is the Auth Bug in Jira."
Auth Token Expiring
ENG-102 • High
Update Landing Page
LIN-442 • Medium
Configuration
01Get API Credentials
Engram needs read-access to your project management tools. Generate keys from your account settings.
02Update Environment Variables
Add the following keys to your root .env file.
# --- Integration Keys ---
# LINEAR
LINEAR_KEY=lin_api_...
# JIRA
JIRA_URL=https://yourcompany.atlassian.net
JIRA_EMAIL=yourname@company.com
JIRA_TOKEN=ATATT3...