feat(app): add workspace startup script to projects

This commit is contained in:
Adam
2026-01-22 07:41:20 -06:00
parent 287511c9b1
commit 16fad51b5e
9 changed files with 1379 additions and 300 deletions

View File

@@ -90,7 +90,7 @@ export const ExperimentalRoutes = lazy(() =>
"/worktree",
describeRoute({
summary: "Create worktree",
description: "Create a new git worktree for the current project.",
description: "Create a new git worktree for the current project and run any configured startup scripts.",
operationId: "worktree.create",
responses: {
200: {

View File

@@ -56,7 +56,7 @@ export const ProjectRoutes = lazy(() =>
"/:projectID",
describeRoute({
summary: "Update project",
description: "Update project properties such as name, icon and color.",
description: "Update project properties such as name, icon, and commands.",
operationId: "project.update",
responses: {
200: {