@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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.1.tgz
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.1.tgz --provenance
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 = "/Users/xorbot/.codex/plugins/hunch-agent-tools"
228
+ source = "~/.codex/plugins/hunch-agent-tools"
229
229
 
230
230
  [plugins."hunch-agent-tools@hunch-agent-tools"]
231
231
  enabled = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sureshotlabs/hunch-agent-tools",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Public read-only MCP server and CLI for Hunch prediction-market research.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",