From f8ba62642ae700378b332e7a51ab85da52763458 Mon Sep 17 00:00:00 2001 From: Katie Schilling <8411213+katieschilling@users.noreply.github.com> Date: Wed, 22 Apr 2026 20:46:06 -0600 Subject: [PATCH] chore: update package description Align package.json description with README wording. Assisted-by: Claude Opus 4.7 via Claude Code --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25756ca..884a1d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tigrisdata/agent-shell", "version": "0.0.2", - "description": "Persistent sandboxed storage for AI agents — a bash filesystem backed by Tigris object storage", + "description": "A virtual bash environment with a persistent filesystem — backed by Tigris object storage", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",