archeus 2.4.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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +16 -0
  3. data/bin/archeus +16 -0
  4. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 78a353ed81394e14daeb4f2012ea04ba637a3f3a4a097c6bd94d9f5ec85a7430
4
+ data.tar.gz: 3093bf87fdf94f8003ae21e7b0a330f0f620e6f57b3282a505363b6cbd02b48c
5
+ SHA512:
6
+ metadata.gz: 980cfb660e8282a19407825e22ac2be6109e1e8e818bf60dc0caebc62c2e2dfa55f4ee5cb92dc8120b1f53e167b9fe420d7ded3c0a17ec7660f8ca3c2ae24234
7
+ data.tar.gz: 570752c642088d8ca8b84665dfd5ee7eeefa644057b72c27e430cbfe7ee720ca312a6ce19423bc8d819589550b9c87b4b562d2f42559430e7eadb693febb6728
data/README.md ADDED
@@ -0,0 +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.
data/bin/archeus ADDED
@@ -0,0 +1,16 @@
1
+ #!/usr/bin/env ruby
2
+ # Says what archeus is and how to install it, then exits non-zero: whoever ran
3
+ # `gem install archeus` did not get the tool, so the shell should not call it a
4
+ # success.
5
+ warn <<~MSG
6
+ archeus is a Python program, not a Ruby one.
7
+
8
+ pipx install archeus # or: pip install archeus
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.
13
+
14
+ https://github.com/babarmuhammad/archeus
15
+ MSG
16
+ exit 1
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: archeus
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.4.0
5
+ platform: ruby
6
+ authors:
7
+ - Babar Muhammad Anas
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: 'The memory and workspace layer for AI coding agents: persistent per-project
13
+ memory, every session you have ever had, and control over what the next one costs.
14
+ Written in Python; install it with pipx or pip.'
15
+ executables:
16
+ - archeus
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - bin/archeus
22
+ homepage: https://github.com/babarmuhammad/archeus
23
+ licenses:
24
+ - MIT
25
+ metadata:
26
+ source_code_uri: https://github.com/babarmuhammad/archeus
27
+ bug_tracker_uri: https://github.com/babarmuhammad/archeus/issues
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '2.7'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.6.9
43
+ specification_version: 4
44
+ summary: 'Pointer gem: archeus is a Python tool — install it with `pipx install archeus`.'
45
+ test_files: []