7 lines
214 B
PowerShell
7 lines
214 B
PowerShell
<#
|
|
.SYNOPSIS
|
|
Runs the repository-local ElixForms schema metadata bulk-update skill.
|
|
#>
|
|
|
|
& (Join-Path $PSScriptRoot '.agents\skills\elixforms-schema-bulk-updater\scripts\Invoke-ElixFormsSchemaBulkUpdate.ps1') @args
|