Merge branch 'main' into feature/worktrees

This commit is contained in:
Cody Seibert
2025-12-16 12:14:05 -05:00
51 changed files with 2949 additions and 715 deletions

View File

@@ -54,6 +54,7 @@ export async function parseAndCreateFeatures(
const featureData = {
id: feature.id,
category: feature.category || "Uncategorized",
title: feature.title,
description: feature.description,
status: "backlog", // Features go to backlog - user must manually start them