You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): add openkb feedback to file a prefilled GitHub issue (#53)
* feat(cli): add 'openkb feedback' to file a prefilled GitHub issue
Submitting feedback from a CLI tool with no backend is awkward —
auto-creating issues requires a maintainer-owned token (security
nightmare to ship in source), running an OpenKB-owned API server is
overkill for an OSS CLI, and asking users to authenticate with their
own gh CLI excludes anyone who hasn't installed it.
Surface shrinks to one flag (--type) plus the positional message.
Help text and README updated. 19 feedback tests still pass (329
total).
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,7 @@ A single source might touch 10-15 wiki pages. Knowledge accumulates: each docume
156
156
|`openkb lint`| Run structural + knowledge health checks |
157
157
|`openkb list`| List indexed documents and concepts |
158
158
|`openkb status`| Show knowledge base stats |
159
+
| <code>openkb feedback ["msg"]</code> | File feedback by opening a prefilled GitHub issue (use `--type bug/feature/question` to tag the issue) |
159
160
160
161
<!-- | `openkb lint --fix` | Auto-fix what it can | -->
0 commit comments