propose_reclassification
Validate a proposed exception reclassification against registry rules to determine if it is admissible, ensuring code resolves, hypothesis exists, and evidence supports the claim.
Instructions
Ask whether a proposed code for an exception would be admissible.
Nothing is written. The proposal goes through the same checker the live
triage path uses: the code must resolve in the registry and be assignable,
the hypothesis must exist, the evidence must cite a record the exception
actually names, and the exception's own label must not already rest on
stronger evidence than a proposal can carry. A derived E09 — one the
engine proved by enumerating two valid subsets — outranks any proposal and
is refused here, which is the rule that stopped a model overwriting a proven
answer with a guess.
A verdict of admissible: true means the proposal is well-formed and
permitted, not that it is right. Making it so is accept_classification,
which writes under the name on your credential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| run_id | Yes | ||
| evidence | Yes | ||
| hypothesis | Yes | ||
| exception_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||