Skip to content

Commit b3ec796

Browse files
Alan-JowettAlan JowettCopilot
authored
chore: bump CLI version to 0.5.0 (#150)
BREAKING: The 'assemble' command has been removed. Prompt assembly is now handled entirely by the LLM via bootstrap.md. The 'list' command and 'interactive' command (default) are unchanged. Changes since 0.4.0: - Remove assemble command and assembly engine (assemble.js) - Remove manifest resolution module (manifest.js) - Simplify CLI to two commands: interactive (default) + list - Add verbatim inclusion rule to bootstrap.md assembly process - Add 24 automated tests using Node.js built-in test runner - Update error messages (no assemble fallback, show content path) - Validate both bootstrap.md and manifest.yaml on startup Co-authored-by: Alan Jowett <alan.jowett@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fcf40cf commit b3ec796

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alan-jowett/promptkit",
3-
"version": "0.3.0",
4-
"description": "Composable prompt toolkit for software engineers. Assemble task-specific prompts from reusable personas, protocols, formats, and templates.",
3+
"version": "0.5.0",
4+
"description": "Composable prompt toolkit for software engineers. Launch an interactive LLM session to assemble task-specific prompts from reusable personas, protocols, formats, and templates.",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)