Skip to content

Commit 0df8d8a

Browse files
committed
chore: commit pending workspace changes
1 parent f75e0ae commit 0df8d8a

File tree

109 files changed

+4179
-4103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+4179
-4103
lines changed

.nuke/build.schema.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@
2626
"enum": [
2727
"Build",
2828
"BuildAll",
29+
"BuildApp",
30+
"BuildModule",
2931
"Clean",
3032
"CleanPluginsArtifacts",
33+
"Compile",
3134
"Default",
3235
"Pack",
3336
"Plugin",
3437
"Restore",
3538
"Run",
36-
"StartAI",
37-
"SyncAIManifest",
3839
"Test"
3940
]
4041
},
@@ -125,17 +126,13 @@
125126
"type": "string",
126127
"description": "Operation to perform: 'all' (default) or 'single'"
127128
},
128-
"role": {
129-
"type": "string",
130-
"description": "Role to filter context (e.g., Backend, Frontend, Plugin)"
131-
},
132129
"Solution": {
133130
"type": "string",
134131
"description": "Path to a solution file that is automatically loaded"
135132
},
136-
"verbose": {
137-
"type": "boolean",
138-
"description": "Verbosity for ManifestSync tool (true/false)"
133+
"target-host": {
134+
"type": "string",
135+
"description": "Target host to build for: 'avalonia' (default), 'blazor', or 'all'"
139136
}
140137
}
141138
},

.specify/memory/constitution.md

Lines changed: 0 additions & 191 deletions
This file was deleted.

.specify/scripts/powershell/check-prerequisites.ps1

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)