Added UI features back for priority, added/fixed category generation. Added dependency trees for stories, see PR for rest

This commit is contained in:
trueheads
2025-12-16 00:42:55 -06:00
parent 25044d40b9
commit ff4887773e
11 changed files with 459 additions and 27 deletions

View File

@@ -66,6 +66,7 @@ export function useBoardActions({
skipTests: boolean;
model: AgentModel;
thinkingLevel: ThinkingLevel;
priority: number;
}) => {
const newFeatureData = {
...featureData,
@@ -89,6 +90,7 @@ export function useBoardActions({
model: AgentModel;
thinkingLevel: ThinkingLevel;
imagePaths: DescriptionImagePath[];
priority: number;
}
) => {
updateFeature(featureId, updates);