diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e333cccf3..240ae93f9 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,12 +1,12 @@ { - "name": "hawk-community-skills", + "name": "starling", "owner": { "name": "GrayCode AI", "url": "https://github.com/GrayCodeAI" }, "plugins": [ { - "name": "hawk-community-skills", + "name": "starling", "source": "./", "description": "Community skill packages for hawk \u2014 security, code review, DevOps, and more.", "version": "0.1.0", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 444b340e3..4c66563d5 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,12 +1,12 @@ { - "name": "hawk-community-skills", + "name": "starling", "version": "0.1.0", "description": "Community skill packages for hawk \u2014 the AI coding agent. Security, code review, DevOps, and more.", "author": { "name": "GrayCode AI", "url": "https://github.com/GrayCodeAI" }, - "repository": "https://github.com/GrayCodeAI/hawk-community-skills", + "repository": "https://github.com/GrayCodeAI/starling", "license": "MIT", "keywords": [ "hawk", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index df322dfda..a8a4f8bf5 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,8 +1,8 @@ { - "name": "hawk-community-skills", + "name": "starling", "version": "0.1.0", "description": "Community skill packages for hawk \u2014 security, code review, DevOps, and more.", "author": "GrayCode AI", - "repository": "https://github.com/GrayCodeAI/hawk-community-skills", + "repository": "https://github.com/GrayCodeAI/starling", "license": "MIT" } diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index df322dfda..a8a4f8bf5 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,8 +1,8 @@ { - "name": "hawk-community-skills", + "name": "starling", "version": "0.1.0", "description": "Community skill packages for hawk \u2014 security, code review, DevOps, and more.", "author": "GrayCode AI", - "repository": "https://github.com/GrayCodeAI/hawk-community-skills", + "repository": "https://github.com/GrayCodeAI/starling", "license": "MIT" } diff --git a/.env.example b/.env.example index 33b80f2c9..fd1187de5 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ -# hawk-community-skills environment variables — copy to .env and fill in -# hawk-community-skills is a skill registry with no network service. +# starling environment variables — copy to .env and fill in +# starling is a skill registry with no network service. # Optional: override the default skills installation directory HAWK_SKILLS_DIR=~/.hawk/skills diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c16e53491..f9efd8b99 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -# CODEOWNERS for hawk-community-skills +# CODEOWNERS for starling # # GitHub CODEOWNERS uses last-match-wins: more specific rules must come AFTER # more general ones to actually take effect. /categories/ and /registry.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ce58a9b4..d8a221cde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: with: context: . file: Dockerfile.sandbox - tags: hawk-community-skills-sandbox:ci + tags: starling-sandbox:ci push: false load: true cache-from: type=gha,scope=sandbox @@ -93,7 +93,7 @@ jobs: BASE_REF: ${{ github.event.pull_request.base.sha || github.event.before }} run: | changed="$(git diff --name-only "$BASE_REF" HEAD)" - python3 tools/sandbox_run_changed_scripts.py --image hawk-community-skills-sandbox:ci $changed + python3 tools/sandbox_run_changed_scripts.py --image starling-sandbox:ci $changed # ------------------------------------------------------------------------- # Duplication detection — jscpd (scan categories with reasonable thresholds). diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index cdc53be29..d2b4ddb04 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,7 +18,7 @@ permissions: env: REGISTRY: ghcr.io - IMAGE_NAME: graycodeai/hawk-community-skills + IMAGE_NAME: graycodeai/starling jobs: build-and-push: diff --git a/AGENTS.md b/AGENTS.md index 307d8b5ec..91e06f173 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,10 +1,10 @@ --- -description: hawk-community-skills — validation, registry, and contribution conventions. +description: starling — validation, registry, and contribution conventions. globs: "*.md,*.py,*.toml,*.yaml,*.yml" alwaysApply: false --- -# hawk-community-skills Conventions +# starling Conventions Community skill packages for [hawk](https://github.com/GrayCodeAI/hawk). @@ -50,7 +50,7 @@ For full hawk-eco extension guidelines, see [hawk/AGENTS.md](https://github.com/ ## GitNexus — Code Intelligence -This project is indexed by GitNexus as **hawk-community-skills** (210621 symbols, 225507 relationships, 136 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely. +This project is indexed by GitNexus as **starling** (210621 symbols, 225507 relationships, 136 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely. > Index stale? Run `node .gitnexus/run.cjs analyze` from the project root — it auto-selects an available runner. No `.gitnexus/run.cjs` yet? `npx gitnexus analyze` (npm 11 crash → `npm i -g gitnexus`; #1939). @@ -74,10 +74,10 @@ This project is indexed by GitNexus as **hawk-community-skills** (210621 symbols | Resource | Use for | |----------|---------| -| `gitnexus://repo/hawk-community-skills/context` | Codebase overview, check index freshness | -| `gitnexus://repo/hawk-community-skills/clusters` | All functional areas | -| `gitnexus://repo/hawk-community-skills/processes` | All execution flows | -| `gitnexus://repo/hawk-community-skills/process/{name}` | Step-by-step execution trace | +| `gitnexus://repo/starling/context` | Codebase overview, check index freshness | +| `gitnexus://repo/starling/clusters` | All functional areas | +| `gitnexus://repo/starling/processes` | All execution flows | +| `gitnexus://repo/starling/process/{name}` | Step-by-step execution trace | ## CLI diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c28e289d..f117bff47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -All notable changes to hawk-community-skills are documented in this file. +All notable changes to starling are documented in this file. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). @@ -18,5 +18,5 @@ and this project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ### Changed - Initial release with validation infrastructure -[Unreleased]: https://github.com/GrayCodeAI/hawk-community-skills/compare/v0.1.0...HEAD -[0.1.0]: https://github.com/GrayCodeAI/hawk-community-skills/releases/tag/v0.1.0 +[Unreleased]: https://github.com/GrayCodeAI/starling/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/GrayCodeAI/starling/releases/tag/v0.1.0 diff --git a/CLAUDE.md b/CLAUDE.md index b0cc1eaf1..4412b9b8f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,7 +1,7 @@ # GitNexus — Code Intelligence -This project is indexed by GitNexus as **hawk-community-skills** (210621 symbols, 225507 relationships, 136 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely. +This project is indexed by GitNexus as **starling** (210621 symbols, 225507 relationships, 136 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely. > Index stale? Run `node .gitnexus/run.cjs analyze` from the project root — it auto-selects an available runner. No `.gitnexus/run.cjs` yet? `npx gitnexus analyze` (npm 11 crash → `npm i -g gitnexus`; #1939). @@ -25,10 +25,10 @@ This project is indexed by GitNexus as **hawk-community-skills** (210621 symbols | Resource | Use for | |----------|---------| -| `gitnexus://repo/hawk-community-skills/context` | Codebase overview, check index freshness | -| `gitnexus://repo/hawk-community-skills/clusters` | All functional areas | -| `gitnexus://repo/hawk-community-skills/processes` | All execution flows | -| `gitnexus://repo/hawk-community-skills/process/{name}` | Step-by-step execution trace | +| `gitnexus://repo/starling/context` | Codebase overview, check index freshness | +| `gitnexus://repo/starling/clusters` | All functional areas | +| `gitnexus://repo/starling/processes` | All execution flows | +| `gitnexus://repo/starling/process/{name}` | Step-by-step execution trace | ## CLI diff --git a/Dockerfile b/Dockerfile index 988de0d54..a38e4ab10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,9 +11,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates rm -rf /var/lib/apt/lists/* && \ adduser --disabled-password --gecos "" --uid 1000 skills -COPY --from=builder /build /opt/hawk-community-skills +COPY --from=builder /build /opt/starling USER skills -WORKDIR /opt/hawk-community-skills +WORKDIR /opt/starling ENTRYPOINT ["tini", "--"] CMD ["python", "tools/validate_skill.py", "."] diff --git a/NOTICE b/NOTICE index a24f24001..5e7a31d94 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -hawk-community-skills +starling Copyright (c) 2026 GrayCode AI This product is licensed under the MIT License (see LICENSE). diff --git a/README.md b/README.md index 13bda53fb..c4d38e4e2 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ gate. ## Ecosystem Boundaries -- `hawk-community-skills` extends Hawk through public skill and plugin surfaces. +- `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 `hawk/internal/*` or the removed legacy path `hawk/shared/types`. - Skills should assume Hawk is the product boundary. diff --git a/SECURITY.md b/SECURITY.md index 4e760903d..be634acd7 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,4 +1,4 @@ -# Security Policy — hawk-community-skills +# Security Policy — starling ## Reporting a Vulnerability diff --git a/api/openapi.yaml b/api/openapi.yaml index ecfba5e7b..73bb90f11 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -1,6 +1,6 @@ openapi: "3.1.0" info: - title: hawk-community-skills — Skill Registry Reference + title: starling — Skill Registry Reference description: | Community skill packages for hawk. Each skill is a Markdown file with YAML frontmatter that hawk loads into its system prompt when activated. @@ -10,9 +10,9 @@ info: version: "0.1.0" license: name: MIT - url: https://github.com/GrayCodeAI/hawk-community-skills/blob/main/LICENSE + url: https://github.com/GrayCodeAI/starling/blob/main/LICENSE contact: - url: https://github.com/GrayCodeAI/hawk-community-skills + url: https://github.com/GrayCodeAI/starling # No servers — skills are installed via hawk CLI, not over HTTP. diff --git a/deploy/docker/docker-compose.yml b/deploy/docker/docker-compose.yml index 7b844bc36..8d12b7489 100644 --- a/deploy/docker/docker-compose.yml +++ b/deploy/docker/docker-compose.yml @@ -1,11 +1,11 @@ -name: hawk-community-skills +name: starling services: - hawk-community-skills: + starling: build: context: ../../ dockerfile: Dockerfile - image: ghcr.io/graycodeai/hawk-community-skills:dev + image: ghcr.io/graycodeai/starling:dev env_file: - path: ../../.env.example required: false diff --git a/docs/architecture.md b/docs/architecture.md index 2396d5bdc..9963842b2 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -1,6 +1,6 @@