Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Be respectful, inclusive, and constructive in all interactions.

```bash
# Clone the repository
git clone https://github.com/Logikbug/prompt-markdown.git
cd prompt-markdown
git clone https://github.com/prompd/prompd-cli.git
cd prompd-cli

# Install in development mode
pip install -e ".[dev]"
Expand Down
12 changes: 6 additions & 6 deletions DISTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ This document outlines the distribution strategy for the Prompd CLI, keeping the
**Usage**:
```bash
# Latest release download
curl -sSL https://github.com/Logikbug/prompt-markdown/raw/main/install.sh | bash
curl -sSL https://github.com/prompd/prompd-cli/raw/main/install.sh | bash

# Windows PowerShell
iwr https://github.com/Logikbug/prompt-markdown/raw/main/install.ps1 | iex
iwr https://github.com/prompd/prompd-cli/raw/main/install.ps1 | iex
```

### 2. Go Module Registry
**Status**: ✅ Ready

Users can install directly from source:
```bash
go install github.com/Logikbug/prompt-markdown/cli/prompd/go/cmd/prompd@latest
go install github.com/prompd/prompd-cli/go/cmd/prompd@latest
```

### 3. Package Managers (Future)
Expand Down Expand Up @@ -82,7 +82,7 @@ snap install prompd
### Public Entry Point
- **Location**: `cmd/prompd/main.go`
- **Purpose**: Redirect users to appropriate implementation
- **Go Module**: `github.com/Logikbug/prompt-markdown`
- **Go Module**: `github.com/prompd/prompd-cli`

## Release Process

Expand Down Expand Up @@ -117,10 +117,10 @@ git push origin v1.0.0
### Quick Install (Recommended)
```bash
# Linux/macOS
curl -sSL https://github.com/Logikbug/prompt-markdown/raw/main/install.sh | bash
curl -sSL https://github.com/prompd/prompd-cli/raw/main/install.sh | bash

# Windows (PowerShell)
iwr https://github.com/Logikbug/prompt-markdown/raw/main/install.ps1 | iex
iwr https://github.com/prompd/prompd-cli/raw/main/install.ps1 | iex
```

### From Source
Expand Down
76 changes: 55 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,55 @@
MIT License

Copyright (c) 2024 Logikbug

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Elastic License 2.0 (ELv2)

Copyright 2024-2026 Prompd LLC

## Acceptance

By using the software, you agree to all of the terms and conditions below.

## Copyright License

The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable license to use, copy, distribute, make available, and prepare derivative works of the software, in each case subject to the limitations and conditions below.

## Limitations

You may not provide the software to third parties as a hosted or managed service, where the service provides users with access to any substantial set of the features or functionality of the software.

You may not move, change, disable, or circumvent the license key functionality in the software, and you may not remove or obscure any functionality in the software that is protected by the license key.

You may not alter, remove, or obscure any licensing, copyright, or other notices of the licensor in the software. Any use of the licensor's trademarks is subject to applicable law.

## Patents

The licensor grants you a license, under any patent claims the licensor can license, or becomes able to license, to make, have made, use, sell, offer for sale, import and have imported the software, in each case subject to the limitations and conditions in this license. This license does not cover any patent claims that you cause to be infringed by modifications or additions to the software. If you or your company make any written claim that the software infringes or contributes to infringement of any patent, your patent license for the software granted under these terms ends immediately. If your company makes such a claim, your patent license ends immediately for work on behalf of your company.

## Notices

You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these terms.

If you modify the software, you must include in any modified copies of the software prominent notices stating that you have modified the software.

## No Other Rights

These terms do not imply any licenses other than those expressly granted in these terms.

## Termination

If you use the software in violation of these terms, such use is not licensed, and your licenses will automatically terminate. If the licensor provides you with a notice of your violation, and you cease all violation of this license no later than 30 days after you receive that notice, your licenses will be reinstated retroactively. However, if you violate these terms after such reinstatement, any additional violation of these terms will cause your licenses to terminate automatically and permanently.

## No Liability

*As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will not be liable to you for any damages arising out of these terms or the use or nature of the software, under any kind of legal claim.*

## Definitions

The **licensor** is the entity offering these terms, and the **software** is the software the licensor makes available under these terms, including any portion of it.

**you** refers to the individual or entity agreeing to these terms.

**your company** is any legal entity, sole proprietorship, or other kind of organization that you work for, plus all organizations that have control over, are under the control of, or are under common control with that organization. **control** means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect.

**your licenses** are all the licenses granted to you for the software under these terms.

**use** means anything you do with the software requiring one of your licenses.

**trademark** means trademarks, service marks, and similar rights.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Prompd - Structured Prompt Definitions for LLMs

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![License: Elastic-2.0](https://img.shields.io/badge/License-Elastic--2.0-blue.svg)](LICENSE)
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)

Prompd is a CLI tool and file format for managing structured AI prompts. Write once, run anywhere - execute the same prompt across OpenAI, Anthropic, Ollama, local models, or any OpenAI-compatible API.
Expand Down Expand Up @@ -420,10 +420,10 @@ Contributions welcome! Please:

## License

MIT License - see [LICENSE](LICENSE) file.
Elastic License 2.0 (ELv2) - see [LICENSE](LICENSE) file.

## Related

- [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
- [Prompd Registry](https://www.prompdhub.ai/registry) — Browse and install community packages
- [PrompdHub](https://www.prompdhub.ai/registry) — Browse and install community packages
2 changes: 1 addition & 1 deletion examples/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ Found an issue or want to improve these examples? Contributions welcome!

## License

MIT License - see [LICENSE](LICENSE) file for details.
Elastic License 2.0 (ELv2) - see [LICENSE](LICENSE) file for details.

---

Expand Down
2 changes: 1 addition & 1 deletion examples/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@[your-namespace]/public-examples",
"version": "1.1.0",
"description": "Public example prompts demonstrating inheritance, overriding features, and general usage patterns. Includes practical examples showing how to extend templates, customize prompts, and implement common AI workflow patterns.",
"license": "MIT",
"license": "Elastic-2.0",
"tags": ["examples", "prompts", "patterns", "assistants"],
"keywords": ["examples", "prompts", "patterns", "assistants", "roles"],
"readme": "README.md",
Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/Logikbug/prompd-cli
module github.com/prompd/prompd-cli

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion python/prompd/registry.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Prompd Registry Integration
PrompdHub Integration

Provides commands for publishing, searching, and installing packages from the Prompd registry.
Integrates with registry.prompdhub.ai API endpoints.
Expand Down
10 changes: 5 additions & 5 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.5.0b1"
description = "Structured prompt management CLI with universal LLM provider support, version control, and git integration"
readme = "README.md"
requires-python = ">=3.8"
license = "MIT"
license = "Elastic-2.0"
authors = [
{name = "Prompd", email = "prompd-cli@prompdhub.ai"},
]
Expand Down Expand Up @@ -56,10 +56,10 @@ dependencies = [
]

[project.urls]
Homepage = "https://github.com/Logikbug/prompd-cli"
Repository = "https://github.com/Logikbug/prompd-cli"
Documentation = "https://github.com/Logikbug/prompd-cli/tree/main/docs"
Issues = "https://github.com/Logikbug/prompd-cli/issues"
Homepage = "https://github.com/prompd/prompd-cli"
Repository = "https://github.com/prompd/prompd-cli"
Documentation = "https://github.com/prompd/prompd-cli/tree/main/docs"
Issues = "https://github.com/prompd/prompd-cli/issues"

[project.optional-dependencies]
dev = [
Expand Down
4 changes: 2 additions & 2 deletions typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"ollama",
"prompt-engineering"
],
"author": "Logikbug",
"license": "MIT",
"author": "Prompd LLC",
"license": "Elastic-2.0",
"engines": {
"node": ">=16.0.0"
},
Expand Down
Loading