clawdi 0.14.28 → 0.14.30

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 (3) hide show
  1. package/README.md +3 -2
  2. package/dist/index.js +359 -337
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -4,8 +4,9 @@ This package publishes the `clawdi` command-line interface. The CLI registers
4
4
  local AI agents, syncs sessions and skills, manages memory and vault workflows,
5
5
  installs the MCP server, and controls the background sync daemon.
6
6
 
7
- For product usage and the full command reference, read the
8
- [top-level README](../../README.md#quickstart). For contributor workflows, read
7
+ For product usage, start with the
8
+ [Connected Agent quickstart](https://docs.clawdi.ai/getting-started/quickstart). For the full command reference, read the
9
+ [top-level README](../../README.md#cli-reference). For contributor workflows, read
9
10
  [`docs/cli-development.md`](../../docs/cli-development.md). For a full local
10
11
  backend + dashboard + CLI stack, use the canonical runbook in
11
12
  [`AGENTS.md`](../../AGENTS.md#local-end-to-end).