Skip to content

Commit ea5e522

Browse files
committed
docs: remove legacy shared types references
1 parent 5645472 commit ea5e522

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tok is a Hawk support engine. Keep the dependency edge one-way:
2828

2929
- depend on `hawk-core-contracts` when a stable cross-repo contract is needed
3030
- do not import `hawk/internal/*`
31-
- do not add new imports of `hawk/shared/types`; that path is compatibility-only
31+
- do not import removed legacy path `hawk/shared/types`; use `hawk-core-contracts/types`
3232

3333
---
3434

scripts/check-ecosystem-boundaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [[ -n "${violations}" ]]; then
1414
echo "forbidden Hawk imports found:"
1515
echo "${violations}"
1616
echo
17-
echo "support repos must use hawk-core-contracts or local contracts, not hawk/internal or hawk/shared/types"
17+
echo "support repos must use hawk-core-contracts or local contracts, not hawk/internal or removed hawk/shared/types"
1818
exit 1
1919
fi
2020

0 commit comments

Comments
 (0)