Changelog
v0.2.0-alpha
Core Platform — organization management, RBAC, workspaces, and the OKR board.
v0.2.0-alpha — Core Platform
Period: February 2026
Private Space
Added
- Organization management: Create, update, and delete organizations with role-based access control (RBAC).
- Organization roles:
organization_adminandorganization_memberwith server-side enforcement. - Workspace management: Create and configure workspaces within organizations, with privacy modes (
option_1— open,option_2— restricted). - Workspace roles:
workspace_adminandworkspace_userwith scoped permissions. - Member and invite system: Invite users to organizations and workspaces, accept/decline invitations.
- OKR Board: Interactive board view for Objectives, Key Results, and Actions using
@xyflow/react. - Item hierarchy: Objectives → Key Results → Actions with parent-child linking.
- Progress aggregation: Automatic roll-up of Key Result progress to Objective level.
- Gantt view: Timeline visualization for OKR items.
- API routes: Full REST API for orgs, workspaces, members, invites, items, board, and links.
- Schema bootstrap script (
scripts/saas-phase1-bootstrap.ts) for database provisioning.
Public Space
Added
- New landing page design with product-focused messaging and call-to-action sections.
Fixed
- Security vulnerabilities addressed via dependency audit.