Documentation
README
Tutti Workspace App Factory
Use this skill to create, convert, or repair one Tutti workspace app. Choose one output mode before editing:
- Publishable package: create a self-contained app under
package/, runnable by the Tutti custom app runtime and safe to copy into a workspace app archive. - Local debug app: create a small
.tutti/dev-app/wrapper that launches the user's existing source tree through the Chrome-style "Load unpacked" flow.
When the user selected a directory in App Center and Tutti reports that it cannot be loaded, treat the task as local debug repair. Adapt the selected project by creating or fixing .tutti/dev-app/; do not create a zip wrapper or copy the repository into package/ unless the user explicitly asks for release packaging.
This is the opening of the README. Read the full README on GitHub.