agents_homedir 0.2.0 → 0.2.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/agents_homedir/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d61b982612d80a5eb1cbd373a8825d63e14158c053da95fb7319fe3f0aee950
|
|
4
|
+
data.tar.gz: b78e40ee6101ce6ebbdb6a4aabde71433fe7051c7aea8dd7a375d11c954ab857
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05ea1b2590030f4319b65cdd4ccf089a8aa1d459fb5976d6a1736c2a82ccb96c738babf2a24dea7bd8d46732d441536c9c1e3b7f2ec1bc6e481a125081c84b14
|
|
7
|
+
data.tar.gz: 0e602fd4904be005bbb7eb06bd10fc51ddbd61597177da932717afbd4852ec680e6badb68f0d5b4d5f4ca8153b4692c7cd2c9df7df3974ed085ceb3d41b2b6d1
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Find the home folder an AI coding agent uses, without reading contents.
|
|
4
4
|
|
|
5
|
-
<img width="1400" height="850" alt="agents_homedir-demo" src="https://github.com/user-attachments/assets/
|
|
5
|
+
<img width="1400" height="850" alt="agents_homedir-demo" src="https://github.com/user-attachments/assets/62fa43bc-5df6-42c0-af2c-1f25ea7070a1" />
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
## Installation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: agents_homedir
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lucian Ghinda
|
|
@@ -99,8 +99,8 @@ dependencies:
|
|
|
99
99
|
- - "~>"
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
101
|
version: '0.9'
|
|
102
|
-
description: Helpers for resolving and normalizing
|
|
103
|
-
agents.
|
|
102
|
+
description: 'DEPRECATED: renamed to agent_homedir. Helpers for resolving and normalizing
|
|
103
|
+
home directories used by AI coding agents.'
|
|
104
104
|
email:
|
|
105
105
|
- lucian@ghinda.com
|
|
106
106
|
executables: []
|
|
@@ -136,6 +136,7 @@ metadata:
|
|
|
136
136
|
bug_tracker_uri: https://github.com/lucianghinda/agents_homedir/issues
|
|
137
137
|
changelog_uri: https://github.com/lucianghinda/agents_homedir/blob/main/CHANGELOG.md
|
|
138
138
|
rubygems_mfa_required: 'true'
|
|
139
|
+
post_install_message: 'agents_homedir has been renamed to agent_homedir: https://github.com/lucianghinda/agent_homedir'
|
|
139
140
|
rdoc_options: []
|
|
140
141
|
require_paths:
|
|
141
142
|
- lib
|