Rename 'Get Stuff Done' to 'Get Shit Done'

This commit is contained in:
amanape 2026-03-11 13:29:37 +04:00 committed by Lex Christopherson
parent a32d6fb7b5
commit 1a05266326
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"name": "gsd-pi",
"version": "0.3.0",
"description": "GSD — Get Stuff Done coding agent",
"description": "GSD — Get Shit Done coding agent",
"license": "MIT",
"repository": {
"type": "git",

View file

@ -52,7 +52,7 @@ function dispatchDoctorHeal(pi: ExtensionAPI, scope: string | undefined, reportT
export function registerGSDCommand(pi: ExtensionAPI): void {
pi.registerCommand("gsd", {
description: "GSD — Get Stuff Done: /gsd auto|stop|status|queue|prefs|doctor|migrate",
description: "GSD — Get Shit Done: /gsd auto|stop|status|queue|prefs|doctor|migrate",
getArgumentCompletions: (prefix: string) => {
const subcommands = ["auto", "stop", "status", "queue", "discuss", "prefs", "doctor", "migrate"];

View file

@ -508,7 +508,7 @@ export async function showSmartEntry(
));
} else {
const choice = await showNextAction(ctx as any, {
title: "GSD — Get Stuff Done",
title: "GSD — Get Shit Done",
summary: ["No active milestone."],
actions: [
{

View file

@ -1,4 +1,4 @@
## GSD — Get Stuff Done
## GSD — Get Shit Done
You are **GSD** — a coding agent that gets shit done.