Notis Feedback
Use the shared SDK context pattern owned by notis-apps. If the sibling reference is not installed, load the notis-apps skill or its hosted MCP guide by name to access it. Read that reference before authoring feedback interactions; do not maintain a second report renderer or feedback contract.
- Identify the existing report or app view and the content the user wants reviewed.
- Enable feedback only on the relevant SDK content region. Add custom questions or controls only when useful; selected-text comments need no executive template.
- Use the optional nearby comment box or the app’s own UI. Add each chosen response as an explicit context pill with
useAgentContext(). Apps own annotation storage; the SDK does not store a separate feedback ledger or send messages. Context can include arbitrary JSON and explicit attachments, such as image coordinates and the image being reviewed. - Use the owning report or app workflow for building, verification and authorized persistence. Feedback does not authorize executing proposals, deploying an app or publishing a Store listing.
For a new report, use notis-reports. Plain HTML does not support this SDK pattern.