@delfos-ai/cli 1.0.13 → 1.0.14

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/README.md CHANGED
@@ -41,21 +41,7 @@ Delfos CLI connects your **Obsidian vault** to a local vector database, turning
41
41
 
42
42
  Your AI tools can then **read**, **write**, and **search** this memory through the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/).
43
43
 
44
- ```mermaid
45
- flowchart TD
46
- A[Your Obsidian Vault<br/>decisions · patterns · sessions]
47
- B[ChromaDB<br/>local vectors<br/>384-dim embeddings]
48
- C[Cursor]
49
- D[Claude Code]
50
- E[Windsurf]
51
- F[VS Code Copilot]
52
-
53
- A -->|scan + chunk + embed| B
54
- B -->|MCP stdio| C
55
- B -->|MCP stdio| D
56
- B -->|MCP stdio| E
57
- B -->|MCP stdio| F
58
- ```
44
+ ![Delfos CLI Architecture](https://images.delfos.dev/the-solution.png)
59
45
 
60
46
  ---
61
47
 
package/README.pt-BR.md CHANGED
@@ -41,21 +41,7 @@ O Delfos CLI conecta seu **vault Obsidian** a um banco de dados vetorial local,
41
41
 
42
42
  Suas ferramentas de IA podem entao **ler**, **escrever** e **buscar** nessa memoria atraves do [Model Context Protocol (MCP)](https://modelcontextprotocol.io/).
43
43
 
44
- ```mermaid
45
- flowchart TD
46
- A[Seu Vault Obsidian<br/>decisoes · padroes · sessoes]
47
- B[ChromaDB<br/>vetores locais<br/>embeddings de 384 dim]
48
- C[Cursor]
49
- D[Claude Code]
50
- E[Windsurf]
51
- F[VS Code Copilot]
52
-
53
- A -->|scan + chunk + embed| B
54
- B -->|MCP stdio| C
55
- B -->|MCP stdio| D
56
- B -->|MCP stdio| E
57
- B -->|MCP stdio| F
58
- ```
44
+ ![Delfos CLI Architecture](https://images.delfos.dev/the-solution.png)
59
45
 
60
46
  ---
61
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delfos-ai/cli",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Delfos CLI — AI Layer tools for the terminal",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,