Sign In

@contextium/cli

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contextium/cli - npm Package Compare versions

Comparing version
1.0.17
to
1.0.18
+1
-1
package.json
{
"name": "@contextium/cli",
"version": "1.0.17",
"version": "1.0.18",
"description": "Command-line tool for managing Contextium documentation, agents, skills, and workflows — pipe context to AI coding assistants",

@@ -5,0 +5,0 @@ "keywords": [

@@ -131,8 +131,29 @@ ---

All MCP tool calls and CLI commands must be silent — never show the user raw API responses, tool output, or intermediate results. Only surface the final answer.
All tool calls and CLI commands must be completely silent — never show raw API responses, tool output, parameters, IDs, or intermediate results. Only surface the final answer or result.
When writing a file to Contextium:
- Output exactly one line before the tool call: `→ Writing to Contextium: [title]`
- Do NOT show the file content, parameters, library ID, or path in your text output
- Do NOT add any confirmation or summary text after the tool call completes
- Do NOT label the method (never say "MCP" or "CLI" to the user)
**Never say** "MCP", "tool", "API", "CLI command", "calling", or "contextium" as a system reference in any output. The user knows what they're using.
Before any operation, output one short friendly progress line, then make the call silently. After the call, surface only the result. No confirmation text unless something went wrong.
**Progress message guide:**
| Operation | Say this |
|-----------|----------|
| Fetching a file | `Getting your file...` |
| Listing files | `Fetching your files...` |
| Creating a file | `Creating your file...` |
| Updating a file | `Saving your changes...` |
| Deleting a file | `Deleting the file...` |
| Loading a workflow | `Loading your workflow...` |
| Listing workflows | `Fetching your workflows...` |
| Searching | `Searching...` |
| Listing libraries | `Fetching your libraries...` |
| Creating a library | `Creating your library...` |
| Listing agents | `Fetching your agents...` |
| Creating an agent | `Creating your agent...` |
| Listing skills | `Fetching your skills...` |
| Creating a skill | `Creating your skill...` |
| Syncing | `Syncing your workspace...` |
| Any other read | `Just a moment...` |
Keep messages lowercase, short, and conversational. Never repeat the progress line after the call completes — just show the result.