Skip to content

docs: document required --author-name/--author-handle for plugin create - #229

Open
ayushsingh82 wants to merge 1 commit into
agentrhq:mainfrom
ayushsingh82:fix/219-plugin-create-author-flags
Open

docs: document required --author-name/--author-handle for plugin create#229
ayushsingh82 wants to merge 1 commit into
agentrhq:mainfrom
ayushsingh82:fix/219-plugin-create-author-flags

Conversation

@ayushsingh82

Copy link
Copy Markdown

Summary

  • webcmd plugin create silently requires --author-name and --author-handle outside an interactive TTY (fails with Invalid author.name/Invalid author.handle if omitted), but the adapter-author skill's example command omitted both flags.
  • Updates skills/webcmd-adapter-author/SKILL.md and references/adapter-template.md so the documented command actually succeeds when followed as written.

Fixes #219

Test plan

  • Reproduced the failure: plugin create without the author flags exits 1 with Invalid author.name: expected a non-empty string
  • Confirmed the documented fix: same command with --author-name/--author-handle succeeds and scaffolds the plugin
  • npm run typecheck clean
  • npm test — 385 test files / 4623 tests passed

webcmd plugin create silently requires --author-name and --author-handle
outside an interactive TTY (Invalid author.name / Invalid author.handle),
but the adapter-author skill's example omitted both flags, causing agents
following the doc to fail on the very command it documents.

Fixes agentrhq#219
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🟢 No documentation gap found — medium confidence

The automated review found no documentation gap in the supplied changes.

This review is advisory and does not block merging.

@ayushsingh82

Copy link
Copy Markdown
Author

@ngaurav Fixed — this PR documents the required --author-name/--author-handle flags on webcmd plugin create in the adapter-author skill's example, closing #219.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

webcmd plugin create: --author-name and --author-handle are silently required, not documented in the adapter-author skill's example

2 participants