@grackle-ai/common 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 +5 -1
package/README.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @grackle-ai/common
2
2
 
3
+ <p align="center">
4
+ <a href="https://www.npmjs.com/package/@grackle-ai/common"><img src="https://img.shields.io/npm/v/@grackle-ai/common.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
  Shared Protocol Buffer definitions, generated TypeScript code, and common types for the [Grackle](https://github.com/nick-pape/grackle) platform.
4
14
 
5
15
  Grackle is an open-source platform for running AI coding agents on remote environments — Docker, SSH, GitHub Codespaces, and more. This package provides the core protocol and type definitions that all Grackle packages depend on.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grackle-ai/common",
3
- "version": "0.75.10",
3
+ "version": "0.75.11",
4
4
  "description": "Proto definitions, generated code, and shared types for Grackle",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -14,6 +14,10 @@
14
14
  "protobuf",
15
15
  "connectrpc"
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
  },