Skip to content

Commit 834038a

Browse files
♻️ chore: Update metadata and views
1 parent 1b75587 commit 834038a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,11 @@ Key options:
105105
- `-p, --prompt <id>`: Execute a stored prompt by ID
106106
- `-i, --inspect`: Inspect the prompt variables without executing
107107
- `-fi, --file-input <variable>=<file>`: Specify a file to use as input for a variable
108-
- `-c, --ci`: Run in CI mode (non-interactive)
109108

110-
In CI mode, the `execute` command acts as a dynamic CLI, allowing you to pass prompt variables as command-line arguments:
109+
The `execute` command acts as a dynamic CLI, allowing you to pass prompt variables as command-line arguments:
111110

112111
```sh
113-
prompt-library-cli execute -p <prompt_id> --<variable1> <value1> --<variable2> <value2> -c
112+
prompt-library-cli execute -p <prompt_id> --<variable1> <value1> --<variable2> <value2>
114113
```
115114

116115
For detailed usage, run:
@@ -126,13 +125,13 @@ prompt-library-cli execute --help
126125
<details>
127126
<summary><strong>Coding</strong></summary>
128127
129-
- [Git Commit Message Agent](prompts/git_commit_message_agent/README.md) - Generates precise and informative git commit messages following Conventional Commits specification
130128
- [Git Branch Name Generator](prompts/git_branch_name_generator/README.md) - Generates optimized git branch names based on project context and user requirements
129+
- [Git Commit Message Agent](prompts/git_commit_message_agent/README.md) - Generates precise and informative git commit messages following Conventional Commits specification
131130
- [GitHub Issue Creator](prompts/github_issue_creator_agent/README.md) - Creates comprehensive and actionable GitHub issues based on provided project information
132131
- [Software Architect Visionary](prompts/software_architect_agent/README.md) - Analyzes user requirements and creates comprehensive software specification documents
133132
- [Software Architect Code Reviewer](prompts/software_architect_code_reviewer/README.md) - Generates comprehensive pull requests with architectural analysis and optimization suggestions
134-
- [Software Development Expert Agent](prompts/software_dev_expert_agent/README.md) - Provides expert, adaptive assistance across all aspects of the software development lifecycle.
135133
- [Software Architect Specification Creator](prompts/software_architect_spec_creator/README.md) - Creates comprehensive software specification documents based on user requirements
134+
- [Software Development Expert Agent](prompts/software_dev_expert_agent/README.md) - Provides expert, adaptive assistance across all aspects of the software development lifecycle.
136135

137136
</details>
138137
<details>
@@ -144,8 +143,8 @@ prompt-library-cli execute --help
144143
<details>
145144
<summary><strong>Healthcare</strong></summary>
146145

147-
- [Health Optimization Agent](prompts/health_optimization_agent/README.md) - Generates personalized, adaptive health optimization plans based on comprehensive user data analysis
148146
- [Psychological Support and Therapy Agent](prompts/psychological_support_agent/README.md) - Provides AI-driven psychological support and therapy through digital platforms
147+
- [Health Optimization Agent](prompts/health_optimization_agent/README.md) - Generates personalized, adaptive health optimization plans based on comprehensive user data analysis
149148

150149
</details>
151150
<details>
@@ -216,7 +215,7 @@ Fragments are reusable prompt components:
216215
## ⚙️ Metadata Customization
217216

218217
1. Edit `src/system_prompts/prompt_analysis_agent/prompt.md`.
219-
2. Test with `npm run generate-metadata`.
218+
2. Test with `npm run update-metadata`.
220219
3. Commit and push to trigger GitHub Actions.
221220

222221
> **Note**: Changes affect future metadata generations. Test thoroughly before committing.

0 commit comments

Comments
 (0)