From eedc165d60837d2724b99c83d2f731884b9d1042 Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Fri, 4 Sep 2026 10:10:19 +0530 Subject: [PATCH] chore: unify version to 0.0.1 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- AGENTS.md | 2 +- README.md | 2 +- VERSION | 2 +- api/openapi.yaml | 2 +- pyproject.toml | 2 +- scripts/check-consumer-boundaries.sh | 2 +- uv.lock | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 240ae93f9..f5c641e3b 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ "name": "starling", "source": "./", "description": "Community skill packages for hawk \u2014 security, code review, DevOps, and more.", - "version": "0.1.0", + "version": "0.0.1", "skills": [ { "name": "ai-image-generation", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 4c66563d5..4d2db6093 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "starling", - "version": "0.1.0", + "version": "0.0.1", "description": "Community skill packages for hawk \u2014 the AI coding agent. Security, code review, DevOps, and more.", "author": { "name": "GrayCode AI", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index a8a4f8bf5..efde23946 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "starling", - "version": "0.1.0", + "version": "0.0.1", "description": "Community skill packages for hawk \u2014 security, code review, DevOps, and more.", "author": "GrayCode AI", "repository": "https://github.com/GrayCodeAI/starling", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index a8a4f8bf5..efde23946 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "starling", - "version": "0.1.0", + "version": "0.0.1", "description": "Community skill packages for hawk \u2014 security, code review, DevOps, and more.", "author": "GrayCode AI", "repository": "https://github.com/GrayCodeAI/starling", diff --git a/AGENTS.md b/AGENTS.md index 91e06f173..90b5d8275 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -42,7 +42,7 @@ ruff format --check . ## Ecosystem Boundaries - Extends Hawk through public skill and plugin surfaces only -- Do not reference support engine repos (`eyrie`, `yaad`, `tok`, `trace`, `sight`, `inspect`) +- Do not reference support engine repos (`graycode-router`, `yaad`, `tok`, `trace`, `sight`, `inspect`) - Do not reference `hawk/internal/*` or removed legacy paths For full hawk-eco extension guidelines, see [hawk/AGENTS.md](https://github.com/GrayCodeAI/hawk/blob/main/AGENTS.md). diff --git a/README.md b/README.md index c4d38e4e2..1f3a0cfd6 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ gate. ## Ecosystem Boundaries - `starling` extends Hawk through public skill and plugin surfaces. -- Do not reference support engine repos (`eyrie`, `yaad`, `tok`, `trace`, `sight`, or `inspect`) as direct dependencies. +- Do not reference support engine repos (`graycode-router`, `yaad`, `tok`, `trace`, `sight`, or `inspect`) as direct dependencies. - Do not reference `hawk/internal/*` or the removed legacy path `hawk/shared/types`. - Skills should assume Hawk is the product boundary. diff --git a/VERSION b/VERSION index 6e8bf73aa..8acdd82b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.0.1 diff --git a/api/openapi.yaml b/api/openapi.yaml index 73bb90f11..cf686bb27 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -7,7 +7,7 @@ info: This is a skill registry — no HTTP server is exposed. Skills are installed via the hawk CLI: `hawk skills install `. - version: "0.1.0" + version: "0.0.1" license: name: MIT url: https://github.com/GrayCodeAI/starling/blob/main/LICENSE diff --git a/pyproject.toml b/pyproject.toml index e472e502b..038045a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "starling" -version = "0.1.0" +version = "0.0.1" description = "Community skill packages for hawk" requires-python = ">=3.13" dependencies = [ diff --git a/scripts/check-consumer-boundaries.sh b/scripts/check-consumer-boundaries.sh index 0b14475f3..aaf47c888 100644 --- a/scripts/check-consumer-boundaries.sh +++ b/scripts/check-consumer-boundaries.sh @@ -7,7 +7,7 @@ cd "$ROOT_DIR" violations="$( grep -RInE \ --include='*.py' --include='*.md' --include='*.json' --include='*.yaml' --include='*.yml' --include='*.toml' \ - 'github\.com/GrayCodeAI/(eyrie|inspect|sight|tok|trace|yaad)(/|")|github\.com/GrayCodeAI/hawk/(internal/|shared/types)' \ + 'github\.com/GrayCodeAI/(graycode-router|inspect|sight|tok|trace|yaad)(/|")|github\.com/GrayCodeAI/hawk/(internal/|shared/types)' \ README.md docs api tests tools .claude-plugin .codex-plugin .cursor-plugin 2>/dev/null || true )" diff --git a/uv.lock b/uv.lock index 481727bae..c63ce197d 100644 --- a/uv.lock +++ b/uv.lock @@ -345,7 +345,7 @@ wheels = [ [[package]] name = "starling" -version = "0.1.0" +version = "0.0.1" source = { editable = "." } dependencies = [ { name = "cryptography", version = "47.0.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version <= '3.9'" },