chore: 更新版本号至0.0.2-snapshot.3,并修改命令前缀为'npx dpml-prompt@snapshot'
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dpml-prompt",
|
"name": "dpml-prompt",
|
||||||
"version": "0.0.2-snapshot.2",
|
"version": "0.0.2-snapshot.3",
|
||||||
"description": "DPML-powered AI prompt framework - Revolutionary AI-First CLI system based on Deepractice Prompt Markup Language. Build sophisticated AI agents with structured prompts, memory systems, and execution frameworks.",
|
"description": "DPML-powered AI prompt framework - Revolutionary AI-First CLI system based on Deepractice Prompt Markup Language. Build sophisticated AI agents with structured prompts, memory systems, and execution frameworks.",
|
||||||
"main": "src/lib/index.js",
|
"main": "src/lib/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// 命令前缀配置 - 约定大于配置
|
// 命令前缀配置 - 约定大于配置
|
||||||
export const COMMAND_PREFIX = 'npx dpml-prompt'
|
export const COMMAND_PREFIX = 'npx dpml-prompt@snapshot'
|
||||||
|
|
||||||
// 常用命令模板
|
// 常用命令模板
|
||||||
export const COMMANDS = {
|
export const COMMANDS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user