@piut/cli 1.1.0 → 3.0.0

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 +192 -82
  2. package/dist/cli.js +834 -1072
  3. package/package.json +5 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@piut/cli",
3
- "version": "1.1.0",
4
- "description": "Automatic backup + hosting of all your agent configs across every machine. Version history. Restore any time. One command to set up.",
3
+ "version": "3.0.0",
4
+ "description": "Build your AI brain instantly. Deploy it as an MCP server. Connect it to every project.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "piut": "dist/cli.js"
@@ -20,16 +20,15 @@
20
20
  "keywords": [
21
21
  "mcp",
22
22
  "ai",
23
+ "brain",
23
24
  "context",
24
25
  "cli",
25
26
  "claude",
26
27
  "cursor",
27
28
  "copilot",
28
29
  "windsurf",
29
- "backup",
30
- "sync",
31
- "cloud",
32
- "agent-config"
30
+ "deploy",
31
+ "personal-context"
33
32
  ],
34
33
  "author": "M-Flat Inc",
35
34
  "license": "MIT",