File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ gleam export package-interface --out build/dev/docs/my_package/package-interface
4646gleam 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
5451See [ SPEC.md] ( SPEC.md ) for the full technical specification.
Original file line number Diff line number Diff line change @@ -335,12 +335,6 @@ Run the full verification chain:
335335bash 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
You can’t perform that action at this time.
0 commit comments