@contextium/cli 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contextium/cli",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Command-line tool for managing Contextium documentation, agents, skills, and workflows — pipe context to AI coding assistants",
5
5
  "keywords": [
6
6
  "contextium",
@@ -81,3 +81,9 @@ This rule applies to both the `Write` tool and any CLI `echo`/`cat` file creatio
81
81
  ## Silent Operation
82
82
 
83
83
  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.
84
+
85
+ When writing a file to Contextium:
86
+ - Output exactly one line before the tool call: `→ Writing to Contextium: [title]`
87
+ - Do NOT show the file content, parameters, library ID, or path in your text output
88
+ - Do NOT add any confirmation or summary text after the tool call completes
89
+ - Do NOT label the method (never say "MCP" or "CLI" to the user)