SidStack LogoSidStack

Changelog

All notable changes to SidStack are documented here.

v0.4.1

Public Release & Documentation

Added

  • VS Code extension package (initial scaffold)
  • Public GitHub repository with optimized SEO and topics

Changed

  • All documentation rewritten for accuracy (GETTING_STARTED, QUICK_START, CLAUDE_CODE_INTEGRATION, DEMO_SCENARIOS)
  • MCP tool count corrected to 32 across all docs and website
  • README rewritten with CLI-first Quick Start, complete tool reference, and architecture overview
  • Product strategy updated: focus on project intelligence (not multi-agent orchestration)

Fixed

  • npm publish workflow: disabled VS Code extension publish (no VSCE_PAT yet)
  • Download URLs now point to architecture-specific .dmg files (aarch64 + x64)
  • Removed outdated docs: TEAM_MANAGEMENT.md, USER_GUIDE_VIEW_ONLY_APP.md
v0.4.0

Project Hub & Unified Experience

Added

  • Project Hub with capability tree, entity connections, and OKR progress tracking
  • OKR system with quarterly objectives and key results
  • Unified context panel with knowledge and spec linking
  • Getting Started onboarding modal
  • Keyboard shortcuts dialog
  • Service health banner for API connectivity status

Changed

  • App renamed from SidStack Desktop to SidStack
  • Sidebar redesigned with collapsible navigation and workspace selector
  • Task detail panel with linked knowledge and impact analysis sections

Fixed

  • Session panel stability improvements
  • Knowledge browser search and filtering
v0.3.0

Desktop App Launch

Added

  • Full desktop application with Tauri 2.x and React frontend
  • 7 desktop views: Project Hub, Task Manager, Knowledge Browser, Ticket Queue, Session Manager, Training Room, Settings
  • Project Hub with capability tree and entity connections
  • Task Manager with Kanban, tree, and list views plus governance
  • Knowledge Browser with document tree, search, and type-aware rendering
  • Ticket Queue for external ticket intake and conversion to tasks
  • Session Manager for launching/tracking Claude Code sessions
  • Training Room for incidents, lessons, skills, and enforcement rules
  • Impact Analysis with scope, risk assessment, and gate system
  • 32 MCP tools for Claude Code integration (knowledge, tasks, impact, tickets, training, OKRs, sessions)
  • API Server (Express.js) with SQLite backend
  • CLI tools for governance, knowledge, and preset commands
  • Governance system with principles, skills, and quality gates
  • 2 agent roles: Worker (implementation) and Reviewer (verification)

Changed

  • Architecture migrated from Neo4j + gRPC + Go to SQLite + Express.js
  • Database migrated from sql.js to better-sqlite3 for performance
  • Agent roles simplified from 6 to 2 (Worker, Reviewer)
v0.2.0

Multi-Agent System Foundation (Legacy)

Added

  • Multi-agent system with role-based coordination
  • MCP tools for agent task management
  • Agent prompt templates for different roles
  • Multi-agent architecture documentation
v0.1.0

MVP Foundation

Added

  • Monorepo setup with Turborepo + pnpm
  • TypeScript packages (CLI, MCP Server)
  • Integration tests (17/17 passing)
  • Initial project knowledge system

Fixed

  • Graph Service ID generation using unique timestamps