@extreme-go-horse/xgh 2.0.0 → 2.1.1
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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "extreme-go-horse",
|
|
3
3
|
"owner": {
|
|
4
|
-
"name": "Pedro
|
|
5
|
-
"email": "
|
|
4
|
+
"name": "Pedro Almeida",
|
|
5
|
+
"email": "extreme-go-horse@users.noreply.github.com"
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "xgh — AI Team Memory and context tools",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"name": "xgh",
|
|
14
14
|
"source": {
|
|
15
15
|
"source": "url",
|
|
16
|
-
"url": "https://github.com/
|
|
16
|
+
"url": "https://github.com/extreme-go-horse/xgh.git"
|
|
17
17
|
},
|
|
18
18
|
"description": "Persistent memory and team context for AI-assisted development",
|
|
19
19
|
"version": "1.0.0",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"name": "lossless-claude",
|
|
24
24
|
"source": {
|
|
25
25
|
"source": "url",
|
|
26
|
-
"url": "https://github.com/
|
|
26
|
+
"url": "https://github.com/extreme-go-horse/lossless-claude.git"
|
|
27
27
|
},
|
|
28
28
|
"description": "Lossless context management — DAG-based summarization that preserves every message",
|
|
29
29
|
"version": "0.3.0"
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xgh",
|
|
3
3
|
"description": "The developer's cockpit — memory, compression, context efficiency, and dev methodology",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.1.1",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Pedro Almeida",
|
|
7
|
-
"email": "
|
|
7
|
+
"email": "pedro.almeida@users.noreply.github.com"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://github.com/
|
|
10
|
-
"repository": "https://github.com/
|
|
9
|
+
"homepage": "https://github.com/extreme-go-horse/xgh",
|
|
10
|
+
"repository": "https://github.com/extreme-go-horse/xgh",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"keywords": ["memory", "context", "workflow", "cockpit", "devtools"]
|
|
13
13
|
}
|
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ The hard problem — as always — is **drift**. Platform skill files go stale,
|
|
|
45
45
|
|
|
46
46
|
| What you need | What does it |
|
|
47
47
|
|---------------|-------------|
|
|
48
|
-
| Persistent memory across sessions | [lossless-claude](https://github.com/
|
|
48
|
+
| Persistent memory across sessions | [lossless-claude](https://github.com/extreme-go-horse/lossless-claude) — SQLite + FTS5 |
|
|
49
49
|
| Context tree search | BM25/TF-IDF over `.xgh/context-tree/` |
|
|
50
50
|
| Multi-platform dispatch | Codex CLI, Gemini CLI, OpenCode — all driven from one config |
|
|
51
51
|
| Session-start injection | Top knowledge files injected automatically at session start |
|
|
@@ -92,7 +92,7 @@ The hard problem — as always — is **drift**. Platform skill files go stale,
|
|
|
92
92
|
## Install
|
|
93
93
|
|
|
94
94
|
```bash
|
|
95
|
-
claude plugin install xgh@
|
|
95
|
+
claude plugin install xgh@extreme-go-horse
|
|
96
96
|
/xgh-init
|
|
97
97
|
```
|
|
98
98
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extreme-go-horse/xgh",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "The developer's cockpit — memory, compression, context efficiency, and dev methodology",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"name": "Pedro Almeida",
|
|
18
18
|
"email": "ipedro@users.noreply.github.com"
|
|
19
19
|
},
|
|
20
|
-
"homepage": "https://github.com/
|
|
20
|
+
"homepage": "https://github.com/extreme-go-horse/xgh",
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "https://github.com/
|
|
23
|
+
"url": "https://github.com/extreme-go-horse/xgh.git"
|
|
24
24
|
},
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"files": [
|