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.52
to
1.0.53
+1
-1
package.json
{
"name": "@contextium/cli",
"version": "1.0.52",
"version": "1.0.53",
"description": "Command-line tool for managing Contextium documentation, agents, skills, and workflows — pipe context to AI coding assistants",

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

@@ -8,2 +8,5 @@ ---

- mcp__contextium__list_workflows
- mcp__contextium__add_task
- mcp__contextium__update_task_status
- mcp__contextium__list_tasks
---

@@ -78,2 +81,7 @@

- "<name>" (id: <id>)
Tasks:
- [IN PROGRESS] <title> (id: <taskId>)
- [TODO] <title> (id: <taskId>)
No active tasks. ← use this line if tasks array is empty
--- END SESSION CONTEXT ---

@@ -84,2 +92,10 @@

5. After outputting the session context block, apply task awareness:
- If there are **in_progress** tasks: note the first one as the active task and ask if the user wants to resume it.
- If there are only **not_started** tasks: note the first one as the suggested next action. Do not auto-start — let the user direct the session.
- If you create new action items during the session: call `add_task` to record them for the team.
- When a task is complete: call `update_task_status(taskId, 'done')`.
- Do not work on multiple tasks simultaneously.
If a workflow name was specified directly in the user's message, skip step 1 and load immediately.

@@ -86,0 +102,0 @@ If no workspace is specified, use the default from .contextiumrc or ask the user.