Currently, running opencode-helper schema install installs some schemas in the project. It is currently unclear for the user what schemas will be installed and where they come from.
As schemas are part of a config bundle (see https://github.com/qbicsoftware/opencode-config-bundle), they should be installed based on bundle instead.
I suggest replacing opencode-helper schema install with the bundle installation. The suggested behaviour is: opencode-helper bundle apply openai will install the bundle openai from the corresponding source as well as all schemas from this source used by the openai bundle.
Currently, running
opencode-helper schema installinstalls some schemas in the project. It is currently unclear for the user what schemas will be installed and where they come from.As schemas are part of a config bundle (see https://github.com/qbicsoftware/opencode-config-bundle), they should be installed based on bundle instead.
I suggest replacing
opencode-helper schema installwith the bundle installation. The suggested behaviour is:opencode-helper bundle apply openaiwill install the bundleopenaifrom the corresponding source as well as all schemas from this source used by theopenaibundle.