feat(cli): add plugin install and complete prompt/render host events

This commit is contained in:
Gregory Schier
2026-03-03 15:58:23 -08:00
parent b01b3a4c57
commit ad31755dbb
10 changed files with 845 additions and 35 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "@gschier/prompt-form-cli-test",
"displayName": "Prompt Form CLI Test",
"description": "Tiny plugin to test prompt.form in the CLI host",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaak plugin build"
}
}