# NWEAMap 1EdTech Leak Check

Run this before shipping any app, report, or deliverable built with this pack.

## Pass Conditions

The work passes only if all are true:

- It used the canonical NWEAMap customer website, data dictionary,
  architecture, and live implementation.
- It called the live API for NWEAMap domain data.
- It used `sittingScope=test_of_record` instead of local dedupe for
  one-row-per-student/subject/term reads.
- It used `sittingScope=all&includeDeleted=true` for retake and invalidation
  audit reads.
- It displayed only fields returned by the surface or quoted from hosted docs.
- It did not carry local NWEA norms data, report contracts, or golden cells.
- It did not compute Growth X, local RIT50/RIT90, Effective Grade, CGP, or
  projected-growth fallback values.
- If it needed observed RIT-to-grade/R90, it called
  `/nweamap/v1/rit-to-grade*` and did not carry a private R90 table/parser.
- It did not map growth-window names to CDF column prefixes.
- It did not parse term strings to choose norms, years, or windows.

## Stop Conditions

Stop and report a surface leak if the user job requires any of these in the
client, report, pack, or agent prompt:

- MAP Quadrants quadrant cells.
- Retakes report cells beyond surface-returned all-sitting rows.
- Growth-over-time report cells.
- Norms-isolation or growth-breakdown variants.
- A single `norms=2020|2025` flip that changes report-cell values.
- Growth X or target Growth X values.
- Local RIT50/RIT90/Effective Grade calculators or private RIT-to-grade/R90
  copies.
- Alpha Minimum RIT or Alpha Predicted RIT.
- Golden-cell validation against authoritative report expected values.

## Routing

The approved 1EdTech boundary is:

<https://platform3-andymontgomery-9773s-projects.vercel.app/nweamap/1edtech/architecture#nitd-018-report-oracle-boundary>

If the user is asking for exact MAP Quadrants report regeneration, route the
work to the Alpha surface once its architecture/implementation/skill pack is
available. Do not add norms tables, private R90 tables/parsers, report
contracts, or golden cells to this 1EdTech pack.

Use this response shape:

```text
The NWEAMap 1EdTech pack can import and read NWEA CDF data, including
server-selected test-of-record and all-sittings audit reads. Exact MAP
Quadrants report regeneration is an Alpha-surface job under NITD-018. I will
not add local norms, dedupe, Growth X, private RIT50/RIT90/Effective Grade
calculators, or golden-cell logic to the client. If R90 is needed, I will call
the NWEAMAP `/nweamap/v1/rit-to-grade*` owner surface.
```
