archeus 2.4.0 → 2.5.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -16
  3. metadata +5 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78a353ed81394e14daeb4f2012ea04ba637a3f3a4a097c6bd94d9f5ec85a7430
4
- data.tar.gz: 3093bf87fdf94f8003ae21e7b0a330f0f620e6f57b3282a505363b6cbd02b48c
3
+ metadata.gz: 3fbbd2e90994e1fa4d8736ddd723d2c9715428909c4ca9ad0274244938622148
4
+ data.tar.gz: d38763504f3042d838ea5b8c89ee7dd807b40a6954b97886d0471608f6b24923
5
5
  SHA512:
6
- metadata.gz: 980cfb660e8282a19407825e22ac2be6109e1e8e818bf60dc0caebc62c2e2dfa55f4ee5cb92dc8120b1f53e167b9fe420d7ded3c0a17ec7660f8ca3c2ae24234
7
- data.tar.gz: 570752c642088d8ca8b84665dfd5ee7eeefa644057b72c27e430cbfe7ee720ca312a6ce19423bc8d819589550b9c87b4b562d2f42559430e7eadb693febb6728
6
+ metadata.gz: 6eae3175989ae5fcfe77e89f354a9d84b8d33b03221568c755d76553d5eb187ae5d31604c607b8ab7404323235984d0abc7759cd62e357bad7d18739aa4d0ade
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 today.
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.0
4
+ version: 2.5.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