@first-tree-ai/context-tree 0.1.3-alpha.202608310516 → 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.
- package/.claude-plugin/plugin.json +2 -6
- package/.codex-plugin/plugin.json +3 -10
- package/package.json +1 -1
- package/plugin.json +2 -6
- package/skills/context-tree-init/SKILL.md +1 -1
- package/skills/context-tree-link/SKILL.md +1 -1
- package/skills/context-tree-read/SKILL.md +1 -1
- package/skills/context-tree-write/SKILL.md +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "context-tree",
|
|
3
|
-
"version": "0.1.
|
|
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
|
+
"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
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.
|
|
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
|
}
|