archeus 2.4.0 → 2.6.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.
- checksums.yaml +4 -4
- data/README.md +16 -16
- metadata +5 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84a6de2050beb70c3b7d550660339bd7a6d5fe5e06b66c1377c845892dfefb65
|
|
4
|
+
data.tar.gz: d38763504f3042d838ea5b8c89ee7dd807b40a6954b97886d0471608f6b24923
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 012b8eddd34398fc0a3e6d613d178dfeb2ad29750355bec540cc62e45cbcb077206685bbf64a8b373a46d667b21642c9a9a25db094e70092c361257583edfb43
|
|
7
|
+
data.tar.gz: 2abc411f77d406a3896941dc4a77d115b5990aaae7617bb20a2e6db79b6176c976e8b73662aace1b4032e518f29a0ae87b150a16d6be520074d52a2ceaba4a5f
|
data/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
# archeus
|
|
2
|
-
|
|
3
|
-
**archeus is a Python program.** This gem exists so the name resolves to the
|
|
4
|
-
real project rather than to nothing.
|
|
5
|
-
|
|
6
|
-
```bash
|
|
7
|
-
pipx install archeus # or: pip install archeus
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
The memory and workspace layer for AI coding agents: persistent per-project
|
|
11
|
-
memory, every session you have ever had, and control over what the next one
|
|
12
|
-
costs. Works with Claude Code
|
|
13
|
-
|
|
14
|
-
Source, documentation and issues: <https://github.com/babarmuhammad/archeus>
|
|
15
|
-
|
|
16
|
-
MIT licensed.
|
|
1
|
+
# archeus
|
|
2
|
+
|
|
3
|
+
**archeus is a Python program.** This gem exists so the name resolves to the
|
|
4
|
+
real project rather than to nothing.
|
|
5
|
+
|
|
6
|
+
```bash
|
|
7
|
+
pipx install archeus # or: pip install archeus
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
The memory and workspace layer for AI coding agents: persistent per-project
|
|
11
|
+
memory, every session you have ever had, and control over what the next one
|
|
12
|
+
costs. Works with Claude Code, OpenAI Codex and pi.
|
|
13
|
+
|
|
14
|
+
Source, documentation and issues: <https://github.com/babarmuhammad/archeus>
|
|
15
|
+
|
|
16
|
+
MIT licensed.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: archeus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Babar Muhammad Anas
|
|
@@ -23,8 +23,12 @@ homepage: https://github.com/babarmuhammad/archeus
|
|
|
23
23
|
licenses:
|
|
24
24
|
- MIT
|
|
25
25
|
metadata:
|
|
26
|
+
homepage_uri: https://claudectl.space
|
|
27
|
+
documentation_uri: https://docs.claudectl.space
|
|
26
28
|
source_code_uri: https://github.com/babarmuhammad/archeus
|
|
29
|
+
changelog_uri: https://claudectl.space/changelog
|
|
27
30
|
bug_tracker_uri: https://github.com/babarmuhammad/archeus/issues
|
|
31
|
+
funding_uri: https://ko-fi.com/babarmuhammad
|
|
28
32
|
rdoc_options: []
|
|
29
33
|
require_paths:
|
|
30
34
|
- lib
|