pre-03 reproduction
Public source retained with the related article. Generated results, dependency directories, runtime storage, secrets, and oversized binary artifacts are intentionally excluded.
README
# PRE-03 boolean-intent reproduction
This deterministic JavaScript fixture demonstrates the semantic matrix in
“Boolean Parameters Hide Different Operations.”
It:
- enumerates all four pairs of two synthetic flags;
- proves that effective-source plus authoritative mode is clamped to a
non-authoritative export; and
- derives the three valid policies from named intents which cannot represent
that invalid pair.
Run:
```sh
node experiment.mjs
```
The fixture is a contract model. It is not private export code, an incident
replay, or evidence that every boolean parameter needs a new type.