@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 +1 -1
- package/skills/ium/contextium.md +6 -0
package/package.json
CHANGED
package/skills/ium/contextium.md
CHANGED
|
@@ -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)
|