@first-tree-ai/context-tree 0.1.3 → 0.1.4

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-tree",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Complete Context Tree plugin with linking, reading, durable writes, and a packaged CLI.",
5
5
  "author": {
6
6
  "name": "First Tree AI"
@@ -8,9 +8,5 @@
8
8
  "homepage": "https://github.com/first-tree-ai/context-tree",
9
9
  "repository": "https://github.com/first-tree-ai/context-tree",
10
10
  "license": "Apache-2.0",
11
- "keywords": [
12
- "context-tree",
13
- "memory",
14
- "agents"
15
- ]
11
+ "keywords": ["context-tree", "memory", "agents"]
16
12
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-tree",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Complete Context Tree plugin with linking, reading, durable writes, and a packaged CLI.",
5
5
  "author": {
6
6
  "name": "First Tree AI",
@@ -9,11 +9,7 @@
9
9
  "homepage": "https://github.com/first-tree-ai/context-tree",
10
10
  "repository": "https://github.com/first-tree-ai/context-tree",
11
11
  "license": "Apache-2.0",
12
- "keywords": [
13
- "context-tree",
14
- "memory",
15
- "agents"
16
- ],
12
+ "keywords": ["context-tree", "memory", "agents"],
17
13
  "skills": "./skills/",
18
14
  "hooks": "./hooks/hooks.json",
19
15
  "interface": {
@@ -22,10 +18,7 @@
22
18
  "longDescription": "Link projects to verified Context Tree checkouts, then resolve, read, and publish durable context without persisting branches or credentials.",
23
19
  "developerName": "First Tree AI",
24
20
  "category": "Developer Tools",
25
- "capabilities": [
26
- "Read",
27
- "Write"
28
- ],
21
+ "capabilities": ["Read", "Write"],
29
22
  "websiteURL": "https://github.com/first-tree-ai/context-tree",
30
23
  "defaultPrompt": [
31
24
  "Link this project to its Context Tree.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@first-tree-ai/context-tree",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Context Tree plugin for Codex and Claude Code, with a CLI for shell automation.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
package/plugin.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
3
3
  "name": "context-tree",
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "description": "Complete Context Tree plugin with linking, reading, durable writes, and a packaged CLI.",
6
6
  "author": {
7
7
  "name": "First Tree AI",
@@ -10,9 +10,5 @@
10
10
  "homepage": "https://github.com/first-tree-ai/context-tree",
11
11
  "repository": "https://github.com/first-tree-ai/context-tree",
12
12
  "license": "Apache-2.0",
13
- "keywords": [
14
- "context-tree",
15
- "memory",
16
- "agents"
17
- ]
13
+ "keywords": ["context-tree", "memory", "agents"]
18
14
  }
@@ -5,7 +5,7 @@ license: Apache-2.0
5
5
  compatibility: Requires Node.js 22.13+ and the context-tree CLI JSON schema version 1.
6
6
  metadata:
7
7
  author: first-tree-ai
8
- version: "0.1.3"
8
+ version: "0.1.4"
9
9
  ---
10
10
 
11
11
  # Context Tree Init
@@ -5,7 +5,7 @@ license: Apache-2.0
5
5
  compatibility: Requires Node.js 22.13+ and the context-tree CLI JSON schema version 1.
6
6
  metadata:
7
7
  author: first-tree-ai
8
- version: "0.1.3"
8
+ version: "0.1.4"
9
9
  ---
10
10
 
11
11
  # Context Tree Link
@@ -5,7 +5,7 @@ license: Apache-2.0
5
5
  compatibility: Requires Node.js 22.13+ and the context-tree CLI JSON schema version 1.
6
6
  metadata:
7
7
  author: first-tree-ai
8
- version: "0.1.3"
8
+ version: "0.1.4"
9
9
  ---
10
10
 
11
11
  # Context Tree Read
@@ -5,7 +5,7 @@ license: Apache-2.0
5
5
  compatibility: Requires Node.js 22.13+ and the context-tree CLI JSON schema version 1.
6
6
  metadata:
7
7
  author: first-tree-ai
8
- version: "0.1.3"
8
+ version: "0.1.4"
9
9
  ---
10
10
 
11
11
  # Context Tree Write