From 2b5879bcb60ee36f73f9d5648c342e6535a5abeb Mon Sep 17 00:00:00 2001 From: Chai Landau Date: Fri, 21 Aug 2026 15:51:47 -0400 Subject: [PATCH 1/2] Document the manifest command Co-authored-by: Goose Ai-assisted: true --- .changeset/document-manifest-command.md | 5 +++++ README.md | 1 + packages/ghost/README.md | 1 + 3 files changed, 7 insertions(+) create mode 100644 .changeset/document-manifest-command.md diff --git a/.changeset/document-manifest-command.md b/.changeset/document-manifest-command.md new file mode 100644 index 00000000..fe845f47 --- /dev/null +++ b/.changeset/document-manifest-command.md @@ -0,0 +1,5 @@ +--- +"@design-intelligence/ghost": patch +--- + +Document the manifest command in the CLI overview. diff --git a/README.md b/README.md index 29fa5f83..5f79fa8e 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ ghost pull # read the picked nodes' full bodies ghost review # during review: match a diff to guidance and checks ghost export # bundle the guidance as a portable artifact ghost stats # while tuning: see what agents reached for +ghost manifest # emit a machine-readable index of commands and flags ``` For a task-specific gather, your agent reads the complete, unfiltered menu and diff --git a/packages/ghost/README.md b/packages/ghost/README.md index 141ece18..46b1608e 100644 --- a/packages/ghost/README.md +++ b/packages/ghost/README.md @@ -48,6 +48,7 @@ ghost pull # read the picked nodes' full bodies ghost review # during review: match a diff to guidance and checks ghost export # bundle the guidance as a portable artifact ghost stats # while tuning: see what agents reached for +ghost manifest # emit a machine-readable index of commands and flags ``` For a task-specific gather, your agent reads the complete, unfiltered menu and From 21ad47e71d0d0b960744a985f10be3c53204d4e2 Mon Sep 17 00:00:00 2001 From: Chai Landau Date: Tue, 25 Aug 2026 13:10:04 -0400 Subject: [PATCH 2/2] Document the skill install command Co-authored-by: Goose Ai-assisted: true --- .changeset/document-manifest-command.md | 5 ----- .changeset/document-skill-install-command.md | 5 +++++ README.md | 1 + packages/ghost/README.md | 1 + 4 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 .changeset/document-manifest-command.md create mode 100644 .changeset/document-skill-install-command.md diff --git a/.changeset/document-manifest-command.md b/.changeset/document-manifest-command.md deleted file mode 100644 index fe845f47..00000000 --- a/.changeset/document-manifest-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Document the manifest command in the CLI overview. diff --git a/.changeset/document-skill-install-command.md b/.changeset/document-skill-install-command.md new file mode 100644 index 00000000..0c918a1d --- /dev/null +++ b/.changeset/document-skill-install-command.md @@ -0,0 +1,5 @@ +--- +"@design-intelligence/ghost": patch +--- + +Document the skill install command in the CLI overview. diff --git a/README.md b/README.md index 5f79fa8e..9623a4c5 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ ghost pull # read the picked nodes' full bodies ghost review # during review: match a diff to guidance and checks ghost export # bundle the guidance as a portable artifact ghost stats # while tuning: see what agents reached for +ghost skill install # install the unified ghost skill bundle ghost manifest # emit a machine-readable index of commands and flags ``` diff --git a/packages/ghost/README.md b/packages/ghost/README.md index 46b1608e..d7ccc76b 100644 --- a/packages/ghost/README.md +++ b/packages/ghost/README.md @@ -48,6 +48,7 @@ ghost pull # read the picked nodes' full bodies ghost review # during review: match a diff to guidance and checks ghost export # bundle the guidance as a portable artifact ghost stats # while tuning: see what agents reached for +ghost skill install # install the unified ghost skill bundle ghost manifest # emit a machine-readable index of commands and flags ```