From b143abb25d6ece32412629baa3e75e94d139979f Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 5 Mar 2026 13:14:34 +0000 Subject: refactor(subject): standardise on subject over title in CLI and output - JSON output fields renamed from title to subject in pr list/view and issue list/view - Printed view output changed from Title: to Subject: - ngit issue create --subject (alias --title) - ngit send --subject (alias --title) - Error messages and interactive prompts updated to match --- skills/ngit/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'skills') diff --git a/skills/ngit/SKILL.md b/skills/ngit/SKILL.md index 272f9ba..7294c82 100644 --- a/skills/ngit/SKILL.md +++ b/skills/ngit/SKILL.md @@ -84,7 +84,7 @@ Push options `title=` and `description=` are required. Use `\n\n` for paragraph ### Advanced: ngit send ```bash -ngit send HEAD~2 --title "My Feature" --description "Details" +ngit send HEAD~2 --subject "My Feature" --description "Details" ngit send --defaults # non-interactive ngit send HEAD~2 --in-reply-to # update existing PR ``` @@ -130,8 +130,8 @@ ngit pr set-subject --subject "New title" ## Issues ```bash -ngit issue create --title "Bug title" --body "Details as markdown" --label bug -ngit issue create --title "Feature" --body "..." --label enhancement --label help-wanted +ngit issue create --subject "Bug title" --body "Details as markdown" --label bug +ngit issue create --subject "Feature" --body "..." --label enhancement --label help-wanted ngit issue list --json ngit issue list --json --status closed ngit issue list --json --label bug -- cgit v1.2.3