Formats .telepact.yaml and .telepact.yml schema files to match the checked-in
Telepact schema style:
///docstrings are emitted as YAML|block scalars- Telepact field values stay in inline JSON form
npm install prettier-plugin-telepactAdd the plugin to your Prettier config:
{
"plugins": ["prettier-plugin-telepact"]
}