@sureshotlabs/hunch-agent-tools 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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -185,13 +185,13 @@ For local tarball validation before publishing:
|
|
|
185
185
|
|
|
186
186
|
```bash
|
|
187
187
|
pnpm release:local
|
|
188
|
-
npx -y ./artifacts/npm/sureshotlabs-hunch-agent-tools-0.1.
|
|
188
|
+
npx -y ./artifacts/npm/sureshotlabs-hunch-agent-tools-0.1.2.tgz
|
|
189
189
|
```
|
|
190
190
|
|
|
191
191
|
Publish with npm provenance from an authenticated environment:
|
|
192
192
|
|
|
193
193
|
```bash
|
|
194
|
-
npm publish ./artifacts/npm/sureshotlabs-hunch-agent-tools-0.1.
|
|
194
|
+
npm publish ./artifacts/npm/sureshotlabs-hunch-agent-tools-0.1.2.tgz --provenance
|
|
195
195
|
```
|
|
196
196
|
|
|
197
197
|
### Codex Plugin
|
|
@@ -225,7 +225,7 @@ Then register the extracted local marketplace in `~/.codex/config.toml`:
|
|
|
225
225
|
```toml
|
|
226
226
|
[marketplaces.hunch-agent-tools]
|
|
227
227
|
source_type = "local"
|
|
228
|
-
source = "
|
|
228
|
+
source = "~/.codex/plugins/hunch-agent-tools"
|
|
229
229
|
|
|
230
230
|
[plugins."hunch-agent-tools@hunch-agent-tools"]
|
|
231
231
|
enabled = true
|