-
Notifications
You must be signed in to change notification settings - Fork 4
[feature] lore appraise: accept -q / --query flag alias #28
Copy link
Copy link
Open
Labels
area: cliCLI surface / cobra verbsCLI surface / cobra verbsarea: loreLore knowledge archiveLore knowledge archiveenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededneeds-triageAwaiting initial reviewAwaiting initial reviewpriority: P1High priorityHigh prioritysize: S< 50 lines< 50 lines
Metadata
Metadata
Assignees
Labels
area: cliCLI surface / cobra verbsCLI surface / cobra verbsarea: loreLore knowledge archiveLore knowledge archiveenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededneeds-triageAwaiting initial reviewAwaiting initial reviewpriority: P1High priorityHigh prioritysize: S< 50 lines< 50 lines
Summary
guild lore appraisecurrently rejects-qwithunknown shorthand flag: q in -q. Agents and humans both reach for-q/--queryfirst; the positional form works but isn't the obvious shape. Add the alias.Acceptance
guild lore appraise -q 'query text'works.guild lore appraise --query 'query text'works as the long-form equivalent.guild lore appraise 'query text'(positional form) continues to work.Error message when query is missing suggests both forms:
MCP tool
lore_appraiseunaffected — it already acceptsquery=kwarg.Sibling to the in-flight
lore inscribeflag-ergonomics work.