From 7bf9b2d201992740b6ee0c7ff7e78ac0c1e85a5b Mon Sep 17 00:00:00 2001 From: admin-raintree <277948009+admin-raintree@users.noreply.github.com> Date: Thu, 11 Jun 2026 03:41:56 -0700 Subject: [PATCH] chore: release 4.0.0 Bump for the agent.json manifest, sync/status/add commands, stack profiles, and finish-setup skill. Also point repository/bugs/homepage at the renamed agent-starter repo and refresh the npm description. Co-Authored-By: Claude Fable 5 --- package-lock.json | 4 ++-- package.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6e1dd8..acea95c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-agent-starter", - "version": "3.1.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-agent-starter", - "version": "3.1.0", + "version": "4.0.0", "license": "MIT", "dependencies": { "chalk": "5.6.2", diff --git a/package.json b/package.json index 87c0248..46cee6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-agent-starter", - "version": "3.1.0", - "description": "Opinionated multi-agent skill pack for Claude Code, Codex, and Cursor: deep skills for HCI usability modeling, Apple HIG Doctor guidance and audits, copywriting frameworks, cleanup workflows, plus a TOON command wrapper for input-token savings.", + "version": "4.0.0", + "description": "Declarative agent config for Claude Code, Codex, and Cursor: an agent.json manifest for skills, MCP servers, and stack profiles, synced to each agent's native config, plus 29 hand-maintained skills.", "type": "module", "main": "src/index.js", "bin": { @@ -47,12 +47,12 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/raintree-technology/claude-starter.git" + "url": "git+https://github.com/raintree-technology/agent-starter.git" }, "bugs": { - "url": "https://github.com/raintree-technology/claude-starter/issues" + "url": "https://github.com/raintree-technology/agent-starter/issues" }, - "homepage": "https://github.com/raintree-technology/claude-starter#readme", + "homepage": "https://claude.raintree.technology", "engines": { "node": ">=18.0.0" },