jowork 0.2.2 → 0.2.3

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.
Files changed (2) hide show
  1. package/dist/cli.js +3 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -2407,6 +2407,9 @@ allowed-tools:
2407
2407
  JoWork gives your AI agent data awareness (connectors), memory (cross-session),
2408
2408
  goal tracking, and a companion dashboard. All data stays local.
2409
2409
 
2410
+ **IMPORTANT:** Always use the global \`jowork\` command (not \`node apps/cli/dist/...\`).
2411
+ JoWork is installed globally via npm. Run \`jowork <subcommand>\` directly.
2412
+
2410
2413
  ## How it works
2411
2414
 
2412
2415
  JoWork runs as an MCP server. Your agent already has these tools available:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jowork",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "AI Agent Infrastructure — let AI agents truly understand your work. Connect data sources, give agents awareness and goals. Local-first, one command.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0",