Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.0.1
2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <name>`.
version: "0.1.0"
version: "0.0.1"
license:
name: MIT
url: https://github.com/GrayCodeAI/starling/blob/main/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-consumer-boundaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)"

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.