All notable changes to AlignOS will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial project setup with React 18, Vite, TypeScript, and Tailwind CSS
- Command Center Dashboard - Real-time organizational overview with AI-powered querying
- Intelligent Ingest - Multi-modal content ingestion (text, file upload, voice recording)
- Knowledge Graph - Interactive D3.js visualization of organizational entities and relationships
- Decision Ledger - Full decision tracking with version history and status management
- Propagation Tracking - Monitor decision awareness across teams and stakeholders
- Conflict Detection - Automatic detection of duplicates, contradictions, and stale decisions
- AI-powered entity extraction from ingested content
- Natural language querying via QuickInput component
- Voice transcription using Whisper
- Conversational AI agent powered by ElevenLabs
- Supabase integration for database, auth, and edge functions
- Edge functions for entity extraction, PDF processing, transcription, and AI queries
- Real-time data synchronization
- Enterprise-grade design system (Linear/Notion aesthetic)
- Animated metric cards with counting effects
- Voice agent with concentric ring animations and waveform visualization
- Glassmorphism effects and smooth micro-interactions
- Responsive sidebar navigation with tooltips
- Time-based greetings and relative timestamps
- React 18 with TypeScript
- Vite for build tooling
- Tailwind CSS with custom design tokens
- Framer Motion for animations
- D3.js for knowledge graph visualization
- shadcn/ui component library
- Supabase (Database, Auth, Edge Functions)
- TanStack Query for data fetching
| Version | Date | Description |
|---|---|---|
| 1.0.0 | 2025-02-08 | Initial release with full feature set |
When contributing to this project, please update this changelog under the [Unreleased] section with your changes. Categories to use:
- Added - New features
- Changed - Changes in existing functionality
- Deprecated - Soon-to-be removed features
- Removed - Removed features
- Fixed - Bug fixes
- Security - Vulnerability fixes