Skip to content

Commit 64ee464

Browse files
committed
docs: remove legacy shared types references
1 parent cc409fe commit 64ee464

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
@@ -22,7 +22,7 @@ Trace is a Hawk support engine. Keep the dependency edge one-way:
2222

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

2727
### What you get
2828

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)