Plugin
gepeto
Development guide for building Pinokio launcher projects — enforces a mandatory workflow and pattern-lock rules so launchers are consistent and debuggable.
Mandatory before any edits:
1. Check the examples folder — never invent syntax
2. Run pre-flight and mid-task verification steps
3. Use relative paths in scripts, never absolute
4. Store captured web URLs with local.set via the example's regex capture block
Supports app launchers (api/<name>) and plugin launchers (plugin/<name>). Check logs folder first when troubleshooting.