Skip to content

fix(gum): correct gum write command description in plugin.json and SKILL.md #5

@coderabbitai

Description

@coderabbitai

Summary

The gum write command is described as a file writer in plugins/gum/plugin.json and plugins/gum/skills/quickstart/SKILL.md, but it is actually an interactive TUI multi-line text input component — it does not write files directly.

Context

Flagged during review of #3 (already merged). This is a documentation inaccuracy that could mislead users about the command's actual behavior.

Requested Fix

Update the description of the gum write command in:

  • plugins/gum/plugin.json
  • plugins/gum/skills/quickstart/SKILL.md

to accurately reflect that it provides an interactive multi-line text input TUI, not a file-writing utility.


Backlink: #3
Raised by: @javimosch (automaintainer retrospective review)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions