Tags: aiorgdev/cli
Tags
feat: skip project linking for personal kits Personal kits (like Investor OS) now skip project setup during init and upgrade. They work standalone without shared business context. - Added `personal: boolean` flag to kit.json schema - CLI checks `isPersonal` and skips setupProject/migrateToProjectSystem - Investor OS marked as personal kit Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
feat: minimal context.json for flexible kit support - createProject() now creates minimal context without business object - Business kits ask for business info during their /setup if missing - Supports personal kits (Investor OS) without business-related questions - Schema updated to make business field optional Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>