Skip to content
Closed
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 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 (`eyrie`, `harrier`, `shrike`, `swift`, `kestrel`, `merlin`)
- 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 (`eyrie`, `harrier`, `shrike`, `swift`, `kestrel`, or `merlin`) 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 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/(eyrie|harrier|shrike|swift|kestrel|merlin)(/|")|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
Loading