Skip to content

Commit 2a91a22

Browse files
committed
docs: remove dogfooding references from public docs
1 parent ca38064 commit 2a91a22

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ gleam export package-interface --out build/dev/docs/my_package/package-interface
4646
gleam run -m contract_test
4747
```
4848

49-
Dogfooding belongs in the consuming package repository. Keep any stack-specific
50-
contract rules and CI wiring in that consumer repo rather than this library.
51-
5249
## Spec
5350

5451
See [SPEC.md](SPEC.md) for the full technical specification.

SPEC.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,6 @@ Run the full verification chain:
335335
bash scripts/check.sh
336336
```
337337

338-
## Dogfooding (Optional)
339-
340-
Dogfooding should live in the consuming package repository, where real module
341-
pairs and CI constraints are known. Keep this library repository focused on the
342-
generic engine and deterministic fixtures.
343-
344338
## Test Plan
345339

346340
- MirrorRule: source function present in target -> Ok
@@ -358,4 +352,3 @@ generic engine and deterministic fixtures.
358352
- load_package_interface: valid JSON -> Ok(interface)
359353
- load_package_interface: invalid path -> Error
360354
- check_result: load failure -> InterfaceLoadFailure
361-
- Dogfood (optional): consumer-owned integration checks in consuming repos

0 commit comments

Comments
 (0)