@hraness/ghostget 0.18.8 → 0.18.9

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/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ Historical entries retain their original delivery coordinates.
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 0.18.9
11
+
12
+ - Repin the shared site footer to v0.11.1. Public pages render the famous
13
+ example-email signup placeholders, the narrower signup field, and the
14
+ subscribe disclosure and account navigation markup from the current footer.
15
+
10
16
  ## 0.18.8
11
17
 
12
18
  - Suggest a local Git email address for optional product updates. The agent
package/README.md CHANGED
@@ -48,7 +48,7 @@ ghostget plugin list
48
48
 
49
49
  ## Built-in provider catalog
50
50
 
51
- This v0.18.8 source tree supports executable actions for 20 services: Beeper,
51
+ This v0.18.9 source tree supports executable actions for 20 services: Beeper,
52
52
  Bluesky, ClasificadosOnline, Facebook, Facebook Groups, Facebook Marketplace,
53
53
  GitHub, Gmail, Hacker News, Instagram, iMessage, LinkedIn, Reddit, Substack,
54
54
  Threads, TikTok, Twitch, WhatsApp, X, and YouTube.
@@ -113,7 +113,7 @@ owns the narrow capability boundary that can sit beneath them.
113
113
  Wrench is now Ghostget. The package name is `@hraness/ghostget`, and the CLI
114
114
  command is `ghostget`. Read the [migration guide](docs/ghostget-migration.md)
115
115
  before updating an existing installation. After its optional npm mirror is
116
- verified public, `@hraness/ghostget@0.18.8` is also available from the registry.
116
+ verified public, `@hraness/ghostget@0.18.9` is also available from the registry.
117
117
 
118
118
  This README describes the package version in this source tree. Its versioned
119
119
  GitHub archive and Agent Skill become a supported public release after the
@@ -124,9 +124,9 @@ The optional npm mirror can follow later without delaying canonical delivery.
124
124
  Install the single Ghostget Agent Skill with either runner:
125
125
 
126
126
  ```sh
127
- npx skills add hraness/ghostget#v0.18.8
127
+ npx skills add hraness/ghostget#v0.18.9
128
128
  # or
129
- bunx skills add hraness/ghostget#v0.18.8
129
+ bunx skills add hraness/ghostget#v0.18.9
130
130
  ```
131
131
 
132
132
  The skill teaches Codex, Claude Code, Cursor, and other compatible coding
@@ -136,7 +136,7 @@ install the CLI if it is missing. Start a new agent session after installation.
136
136
  After the matching immutable Release exists, install this exact canonical archive:
137
137
 
138
138
  ```sh
139
- bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.8/hraness-ghostget-0.18.8.tgz
139
+ bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.9/hraness-ghostget-0.18.9.tgz
140
140
  ghostget adapter sync-bundled --json
141
141
  ghostget doctor
142
142
  ```
@@ -164,7 +164,7 @@ For that same released coordinate, install Ghostget in an agent or application
164
164
  that owns its own model, planning, tool loop, approvals, and interface:
165
165
 
166
166
  ```sh
167
- bun add https://github.com/hraness/ghostget/releases/download/v0.18.8/hraness-ghostget-0.18.8.tgz
167
+ bun add https://github.com/hraness/ghostget/releases/download/v0.18.9/hraness-ghostget-0.18.9.tgz
168
168
  ```
169
169
 
170
170
  ```ts
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  GHOSTGET_VERSION
4
- } from "./index-q6wfj66y.js";
4
+ } from "./index-tccxpn6h.js";
5
5
  import {
6
6
  canonicalJson,
7
7
  sha256
@@ -4,7 +4,7 @@ import {
4
4
  } from "./index-26yq8q16.js";
5
5
  import {
6
6
  GHOSTGET_VERSION
7
- } from "./index-q6wfj66y.js";
7
+ } from "./index-tccxpn6h.js";
8
8
  import {
9
9
  canonicalJson,
10
10
  sha256
@@ -1,5 +1,5 @@
1
1
  // @bun
2
2
  // src/version.ts
3
- var GHOSTGET_VERSION = "0.18.8";
3
+ var GHOSTGET_VERSION = "0.18.9";
4
4
 
5
5
  export { GHOSTGET_VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hraness/ghostget",
3
- "version": "0.18.8",
3
+ "version": "0.18.9",
4
4
  "description": "Open-source CLI and TypeScript SDK for precise web capabilities for AI agents: page capture, verified media archives, encrypted reads, and typed provider operations.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -632,7 +632,7 @@
632
632
  },
633
633
  "devDependencies": {
634
634
  "@hraness/design-kit": "github:hraness/design-kit#v0.8.0",
635
- "@hraness/site-footer": "github:hraness/site-footer#v0.9.2",
635
+ "@hraness/site-footer": "github:hraness/site-footer#v0.11.1",
636
636
  "@hraness/ui": "github:hraness/ui#v0.5.13",
637
637
  "@steipete/sweet-cookie": "0.4.3",
638
638
  "@types/bun": "^1.3.14",
@@ -17,34 +17,34 @@ If Bun is missing, stop and direct the user to the official
17
17
  [Bun installation guide](https://bun.sh/docs/installation). Do not switch
18
18
  package managers or pipe an unreviewed installer into a shell.
19
19
 
20
- This reference is authored for the exact v0.18.8 release coordinate. Use it
20
+ This reference is authored for the exact v0.18.9 release coordinate. Use it
21
21
  only from the matching release-bound Agent Skill after its canonical archive and
22
22
  immutable GitHub Release exist. If the coordinate is not public, stop instead
23
23
  of substituting `main`, another tag, or a different package version. Install
24
24
  that exact release and its reviewed bundled adapter manifests:
25
25
 
26
26
  ```sh
27
- bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.8/hraness-ghostget-0.18.8.tgz
27
+ bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.9/hraness-ghostget-0.18.9.tgz
28
28
  ghostget adapter sync-bundled --json
29
29
  ghostget --help
30
30
  ghostget doctor --json
31
31
  ```
32
32
 
33
- The package is `@hraness/ghostget`; `@hraness/ghostget@0.18.8` is an optional npm
33
+ The package is `@hraness/ghostget`; `@hraness/ghostget@0.18.9` is an optional npm
34
34
  mirror only after verified registry publication. Canonical installation does not
35
35
  wait for registry publication.
36
36
 
37
37
  When upgrading from Wrench, use `ghostget` for new commands and
38
38
  `GHOSTGET_STATE_HOME` for an explicit state root. Existing state is selected in
39
39
  place; do not rename, copy, or delete a state directory as part of the upgrade.
40
- The [migration guide](https://github.com/hraness/ghostget/blob/v0.18.8/docs/ghostget-migration.md)
40
+ The [migration guide](https://github.com/hraness/ghostget/blob/v0.18.9/docs/ghostget-migration.md)
41
41
  explains the retained state aliases and durable protocol names.
42
42
 
43
43
  Do not clone the repository merely to run the CLI. Importing the SDK is a
44
44
  separate project dependency and does not install a global command:
45
45
 
46
46
  ```sh
47
- bun add https://github.com/hraness/ghostget/releases/download/v0.18.8/hraness-ghostget-0.18.8.tgz
47
+ bun add https://github.com/hraness/ghostget/releases/download/v0.18.9/hraness-ghostget-0.18.9.tgz
48
48
  ```
49
49
 
50
50
  `ghostget adapter sync-bundled` upgrades exact bundled baselines, including an
@@ -96,7 +96,7 @@ export type BeeperContactInteractionExportReceipt = Readonly<{
96
96
  implementation: Readonly<{
97
97
  producer: Readonly<{
98
98
  package: "@hraness/ghostget";
99
- version: "0.18.8";
99
+ version: "0.18.9";
100
100
  }>;
101
101
  officialCli: Readonly<{
102
102
  implementation: "github.com/beeper/cli";
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  /** Canonical immutable Ghostget package release identity. */
2
- export const GHOSTGET_VERSION = "0.18.8" as const;
2
+ export const GHOSTGET_VERSION = "0.18.9" as const;