Skip to content

Releases: SonAIengine/workstream-kb

v1.0.0 — First Release

01 Mar 14:56

Choose a tag to compare

WorkStream KB v1.0.0

The first official release of WorkStream KB — an AI-powered personal knowledge base that auto-collects your work communications and generates comprehensive daily reports.

Features

  • 2-Layer Architecture: Fetcher (MS Graph API, zero AI cost) + Processor (Claude CLI, single daily call)
  • Comprehensive Daily Report: Key summary, decisions, action items with context, per-project status with key quotes, technical notes, schedule
  • Microsoft 365 Integration: Email, Teams Chat, Teams Channel via MS Graph API
  • Email Attachments: Auto-download and link in reports
  • Docsify Viewer: Browser-based report viewer with full-text search (Korean supported)
  • Docker Support: nginx-based viewer container for stable file serving
  • Claude Code Integration: /kb-search, /kb-sync, /kb-status slash commands
  • macOS Automation: launchd scheduling (fetcher every 30min, processor daily 07:00)

Report Sections

Section Description
Key Summary 3-5 most important items with outcomes
Today's Decisions Confirmed decisions with rationale
Action Items "Mine" vs "Requested" with context & status
Project Status Progress, technical details, risks, next steps, key quotes
External Communications Client/partner interactions with next actions
Team Activity Per-member summary
Technical Notes Code paths, configs, error analyses
Schedule Personal vs team schedule

Tech Stack

  • Node.js 20+, ES Modules
  • Claude Code CLI (Anthropic)
  • MS Graph API (@azure/msal-node)
  • Docsify (SPA viewer)
  • Docker + nginx

Getting Started

See README.md for setup instructions.