Local-first status assistant for VSCode/Cursor.
- Bootstrap or update a FREYA workspace (agents + scripts + data) using
npx @cccarv82/freya - GUI commands to generate reports:
- Executive report (
npm run status) - Scrum Master weekly (
npm run sm-weekly) - Blockers report (
npm run blockers) - Daily summary (
npm run daily)
- Executive report (
- One-click publish last generated report to:
- Discord (Incoming Webhook)
- Microsoft Teams (Incoming Webhook)
- Install extension
- Open a folder in VSCode/Cursor
- Run command:
FREYA: Init Workspace
freya.workspaceFolder(default:freya)freya.discordWebhookUrlfreya.teamsWebhookUrl
- Publishing uses incoming webhooks (recommended for MVP). No external deps.
- Report posting truncates to ~1800 chars to avoid webhook limits.