Version 0
Document Feedback Widget
Document feedback widget for MortelOS chat surfaces.
mortelos/widget-document-feedback provides document feedback flows inside the MortelOS chat surface.
Registered Widget
| Field | Value |
|---|---|
| Key | document_feedback_annotate |
| Skill | document_feedback |
| Livewire component | widget-document-feedback::annotator |
| Allowed actions | add_annotation, ignore_annotation, prepare_proposal, apply_proposal |
Install
composer require mortelos/widget-document-feedback
Verify
php artisan chat:widget:check document_feedback_annotate
Boundaries
Use this package for document feedback widget registration and UI. Keep generic widget runtime logic in mortelos/chat, and keep local document storage, approval policy and apply behavior in the host workflow unless those parts become reusable.