akarachen/tauri
v0.1.0
Tauri v2 conventions: command responsiveness, async execution, and generated frontend contracts.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "tauri",
"version": "0.1.0",
"description": "Tauri v2 conventions: command responsiveness, async execution, and generated frontend contracts.",
"author": {
"name": "AkaraChen",
"url": "https://github.com/AkaraChen"
},
"homepage": "https://github.com/AkaraChen/eric-way",
"repository": "https://github.com/AkaraChen/eric-way",
"keywords": [
"tauri",
"rust",
"async",
"typegen"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Eric Tauri",
"shortDescription": "Tauri v2 conventions",
"longDescription": "Use Eric Tauri in Tauri v2 apps. It covers choosing Tauri, assessing a command's duration and blocking work before deciding sync or async, moving blocking I/O or CPU work off the async runtime, and generating frontend command contracts.",
"developerName": "AkaraChen",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/AkaraChen/eric-way",
"defaultPrompt": [
"Use $tauri for this Tauri command's responsiveness and contracts."
]
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- openai.yaml
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai