agent-context 0.1.1 → 0.1.2
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
- checksums.yaml.gz.sig +0 -0
- data/lib/agent/context/installer.rb +0 -8
- data/lib/agent/context/version.rb +1 -1
- data/readme.md +14 -1
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5e443b38ea46b98fbee27a14ea918b63a619d9318a54884877f142224038d3d
|
4
|
+
data.tar.gz: f750d6fad191556113a782cc1a66616f529b80d689f2226be3d27a87dba82725
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c5f7bc3b996bfbd509da5bf0e9e41cfd561f95782d8558a83a8061e9f7c4886bbe5d57c9bf4d755fa1cc8db4fcdef69db1b96a2b4819ffda4f0c23738ab8e31
|
7
|
+
data.tar.gz: '0912e5e105747edb18f8dcf688bb63165a9ea205dab03d0f8f82f4a40769c5a1c99ace3c4fd5c39a669bc4afaac3a4380d12ea051df09dae87e4320bb4738202'
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -257,14 +257,6 @@ module Agent
|
|
257
257
|
|
258
258
|
description
|
259
259
|
end
|
260
|
-
|
261
|
-
def extract_gem_description(gem_name)
|
262
|
-
# Find the gem specification using Ruby's Gem API
|
263
|
-
spec = Gem::Specification.find_by_name(gem_name)
|
264
|
-
spec&.summary
|
265
|
-
rescue Gem::MissingSpecError
|
266
|
-
nil
|
267
|
-
end
|
268
260
|
end
|
269
261
|
end
|
270
262
|
end
|
data/readme.md
CHANGED
@@ -139,10 +139,23 @@ ln -s agent.md CLAUDE.md
|
|
139
139
|
|
140
140
|
### Cursor
|
141
141
|
|
142
|
+
First, create the `.cursor/rules` directory:
|
143
|
+
|
142
144
|
``` bash
|
143
|
-
|
145
|
+
mkdir -p .cursor/rules
|
144
146
|
```
|
145
147
|
|
148
|
+
Then create `.cursor/rules/agent.mdc` with:
|
149
|
+
|
150
|
+
``` markdown
|
151
|
+
---
|
152
|
+
alwaysApply: true
|
153
|
+
---
|
154
|
+
Consult the `agent.md` file in the root directory.
|
155
|
+
```
|
156
|
+
|
157
|
+
This approach uses Cursor's proper front-matter format and directs the AI to consult the main `agent.md` file.
|
158
|
+
|
146
159
|
### Gemini CLI, OpenAI Codex, OpenCode
|
147
160
|
|
148
161
|
``` bash
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|