You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update documentation for fancy name generation and enhanced prompt commands
- Update README.md with new prompt command structure and fancy name features
- Rewrite QUICK_REFERENCE.md with comprehensive prompt command examples
- Update PROMPTS_AND_SKILLS.md with detailed guide for new features
- Add CHANGELOG.md entry documenting the new prompt enhancements
- Include examples of fancy name generation and new command usage
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ CAM solves this by providing a single, consistent interface to manage everything
32
32
-**MCP Registry:** Built-in registry with **381 pre-configured MCP servers** ready to install across all supported tools.
33
33
-**Extensible Framework:** Standardized architecture for managing:
34
34
-**Agents:** Standalone assistant configurations (markdown-based with YAML front matter).
35
-
-**Prompts:** Reusable system prompts synced across assistants at user or project scope.
35
+
-**Prompts:**✨ Reusable system prompts with fancy name generation synced across assistants at user or project scope.
36
36
-**Skills:** Custom tools and functionalities for your agents (directory-based with SKILL.md).
37
37
-**Plugins:** Marketplace extensions for supported assistants (GitHub repos or local paths).
38
38
-**MCP Support:** First-class support for the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/), allowing assistants to connect to external data sources and tools.
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
3
+
## [Unreleased]
4
+
5
+
### Added
6
+
-**Fancy Name Generation**: ✨ Auto-generate creative prompt names like "Cosmic Coder" or "Quantum Assistant" when adding or importing prompts
7
+
-**Enhanced Prompt Update Command**: New `cam prompt update` command with `--file` option to update prompt content, description, name, and default status
8
+
-**Improved Prompt Status**: `cam prompt status` now shows file paths alongside app:level information for better visibility
9
+
-**Optional Prompt Names**: `cam prompt add` and `cam prompt import` commands now support optional names with automatic fancy name generation
10
+
11
+
### Changed
12
+
-**Prompt CLI Commands**: Updated command structure to be more intuitive:
13
+
-`cam prompt add` - Add prompts (auto-generates names if not provided)
14
+
-`cam prompt update` - Update existing prompts with content from files
15
+
-`cam prompt import` - Import from live app files with fancy names
16
+
-`cam prompt install` - Install configured prompts to app files
17
+
-`cam prompt status` - Enhanced to show file paths
0 commit comments