feat(docs): doc feedback loop — shell functions, palette entries, !qes doc verb - #55
Merged
Conversation
…rix !qes doc verb Shell functions (turtle-shell-init.zsh): - _turtle_doc_feedback_bin() — locate turtle-doc-feedback binary - docfb <doc_ref> <sentiment> [comment] — submit feedback; emoji shortcuts (👍/👎/❓) - docfaq [<doc_ref>] — show Noetica-derived FAQ stubs - docdistill [<doc_ref>] — run Noetica distillation over feedback receipts Palette (turtleterm.lua): - 📖 Doc feedback: submit (docfb) - 📖 Doc FAQ: show stubs (docfaq) - 📖 Doc FAQ: distill (docdistill) Paired with prophet-platform feat/matrix-qes-doc-verb for !qes doc Matrix verb.
Closed
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
_turtle_doc_feedback_bin()helper follows same pattern as_turtle_matrix_bridge_bin()for PATH resolutiondocfb <doc_ref> <sentiment> [comment]— submit feedback receipts; accepts emoji shortcuts (👍=up,👎=down,❓=question)docfaq [<doc_ref>]— show Noetica-derived FAQ stubs from~/.local/state/sourceos/doc-feedback/faq-stubs.jsonldocdistill [<doc_ref>]— invoketurtle-doc-feedback distillwhich callsturtle-noetica-streamper doc_ref groupdoc_feedback,doc_faq,doc_distill) + dispatch actions inturtleterm.luaPaired with [prophet-platform feat/matrix-qes-doc-verb] for
!qes doc feedback|list|faq|distillMatrix commands.turtle-doc-feedbackbinary landed in main via #54.Test plan
docfb ADR-031 question "What happens on tunnel drop?"— writes receipt to~/.local/state/sourceos/doc-feedback/receipts.jsonldocfb ADR-031 👍— emoji alias resolves toupdocfaq ADR-031— shows stub if distillation has rundocdistill ADR-031— calls Noetica and writes FAQ stub