@grackle-ai/adapter-sdk 0.75.10 → 0.75.11

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 +10 -0
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @grackle-ai/adapter-sdk
2
2
 
3
+ <p align="center">
4
+ <a href="https://www.npmjs.com/package/@grackle-ai/adapter-sdk"><img src="https://img.shields.io/npm/v/@grackle-ai/adapter-sdk.svg" alt="npm version" /></a>
5
+ <a href="https://github.com/nick-pape/grackle/actions/workflows/ci.yml"><img src="https://github.com/nick-pape/grackle/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI" /></a>
6
+ <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT" /></a>
7
+ </p>
8
+
9
+ <p align="center">
10
+ <img src="https://raw.githubusercontent.com/nick-pape/grackle/main/apps/docs-site/static/img/grackle-logo.png" alt="Grackle" width="200" />
11
+ </p>
12
+
3
13
  SDK for building [Grackle](https://github.com/nick-pape/grackle) environment adapters.
4
14
 
5
15
  Grackle runs AI coding agents on remote environments — Docker containers, SSH hosts, GitHub Codespaces, and more. Each environment type is backed by an **adapter**: a small module that knows how to provision, connect, health-check, and tear down that particular kind of compute.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grackle-ai/adapter-sdk",
3
- "version": "0.75.10",
3
+ "version": "0.75.11",
4
4
  "description": "SDK for building Grackle environment adapters",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -14,6 +14,10 @@
14
14
  "sdk",
15
15
  "environment"
16
16
  ],
17
+ "homepage": "https://github.com/nick-pape/grackle#readme",
18
+ "bugs": {
19
+ "url": "https://github.com/nick-pape/grackle/issues"
20
+ },
17
21
  "engines": {
18
22
  "node": ">=22.0.0"
19
23
  },
@@ -27,7 +31,7 @@
27
31
  "@bufbuild/protobuf": "^2.5.0",
28
32
  "@connectrpc/connect": "^2.0.0",
29
33
  "@connectrpc/connect-node": "^2.0.0",
30
- "@grackle-ai/common": "0.75.10"
34
+ "@grackle-ai/common": "0.75.11"
31
35
  },
32
36
  "devDependencies": {
33
37
  "@rushstack/heft": "1.2.7",