Commit 5a48026
Scale the manager floor with the org (derive it from the director threshold)
The manager floor was a fixed $1,000 while the director threshold scales with
the org, so a big company that escalates to a director at $50k still made the
manager sign off from $1k. Derive the floor as an order of magnitude below the
director threshold (the one number the model proposes), with a small absolute
minimum. So a bigger org lets the manager handle more before a human is needed,
and the relation stays sound by construction (floor < director, never inverted).
Deterministic — the model isn't asked for a second, correlated number to clamp.
Demo mix unchanged in spirit (verified): small clean → straight-through, the
Product invoice → department gate, material clean / exceptions → manager.
Gate green, 189 tests, both e2e pass.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 9e9663b commit 5a48026
1 file changed
Lines changed: 14 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
87 | 98 | | |
88 | 99 | | |
89 | 100 | | |
90 | 101 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 102 | + | |
97 | 103 | | |
98 | 104 | | |
99 | 105 | | |
| |||
0 commit comments