From 24eb1edb1553fec15ab02d33a30642782834c490 Mon Sep 17 00:00:00 2001 From: Stephen Baker Date: Tue, 10 Mar 2026 10:20:42 -0700 Subject: [PATCH 1/2] Fix PrompdHub link: remove www subdomain and /registry path Co-Authored-By: Claude Opus 4.6 --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c463412..9848a86 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,16 @@ Prompd is a CLI tool and file format for managing structured AI prompts. Write o # Option 1: Python CLI (Full Featured - Recommended) pip install prompd -# Option 2: Go CLI (Zero Dependencies, Single Binary) -# Download from releases or build: -cd go && go build -o prompd ./cmd/prompd - -# Option 3: Node.js/TypeScript CLI (Developer Focused) -cd typescript && npm install && npm run build +# Option 2: Node.js/TypeScript CLI (Developer Focused) +npm install -g @prompd/cli ``` **Choose based on your deployment needs:** - **Python CLI**: Full-featured with compilation pipeline, AI shell, MCP server, and all advanced features -- **Go CLI**: Lightweight, zero-dependency binary for containers, CI/CD, minimal environments - **Node.js CLI**: Developer-focused with TypeScript and MCP integration +- **Go CLI**: *In progress* — lightweight, zero-dependency binary for containers and CI/CD -> **Note**: The Python CLI is the most feature-complete implementation. Go and Node.js CLIs are being updated to achieve feature parity. +> **Note**: The Python CLI is the most feature-complete implementation. The Go CLI is under active development and not yet available for general use. ### Install Python CLI from PyPI @@ -426,4 +422,4 @@ Elastic License 2.0 (ELv2) - see [LICENSE](LICENSE) file. - [Prompd Desktop App](https://github.com/Prompd/prompd-app) — Visual IDE for building and deploying AI workflows - [Community Prompts](https://github.com/Prompd/prompds) — Open-source prompt packages and templates -- [PrompdHub](https://www.prompdhub.ai/registry) — Browse and install community packages \ No newline at end of file +- [PrompdHub](https://prompdhub.ai) — Browse and install community packages \ No newline at end of file From b2175aa143d57e4776802ac652b88bdf7cce3698 Mon Sep 17 00:00:00 2001 From: Stephen Baker Date: Tue, 10 Mar 2026 12:16:54 -0700 Subject: [PATCH 2/2] Fix Logikbug org reference to Prompd in shell tests README Co-Authored-By: Claude Opus 4.6 --- python/tests/shell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/shell/README.md b/python/tests/shell/README.md index ca66bf3..7565aa3 100644 --- a/python/tests/shell/README.md +++ b/python/tests/shell/README.md @@ -41,7 +41,7 @@ This directory contains comprehensive tests for the enhanced Prompd Shell with c ### Individual Test Files ```bash # Run from the python CLI directory -cd /c/git/github/Logikbug/prompd-cli/python +cd /c/git/github/Prompd/prompd-cli/python python tests/shell/test_compact_mode.py ```