File engine feedback
feedbackReport a bug, surprise, or workaround from a session as a GitHub issue on the aidemo repo. Environment and recent logs auto-attach; falls back to local file plus New Issue URL if gh is unavailable.
Instructions
File a bug, surprise, or workaround you hit this session as a GitHub issue on the aidemo engine repo (github.com/tandryukha/aidemo) — the in-band equivalent of aidemo feedback on the CLI. Environment (engine version, OS, node, ffmpeg) and a recent-log tail from dir are auto-attached, same as the CLI. Uses gh issue create when available; falls back to a local docs/feedback-*.md plus a prefilled github.com New Issue URL when gh is missing or offline — no other network call. Call this whenever something felt broken, surprising, or needed a workaround; skip it if the session was clean. Set dryRun to preview the assembled title/body without filing anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | demo dir to pull storyboard/log context from (recommended) | |
| web | No | prefer a prefilled browser New Issue URL over filing via gh | |
| body | Yes | what happened / suggestion — the actual finding (broken selector, bad timing, confusing behavior, an idea). Environment/log context is appended automatically; don't duplicate it here. | |
| title | Yes | short issue title | |
| dryRun | No | assemble the title/body but don't file anything — preview only |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| body | Yes | ||
| filed | Yes | ||
| title | Yes | ||
| message | Yes | ||
| localPath | No |