Commit 138d525
committed
docs(bonds): retract stale 'maturity-only auction' scope claim
The §"Intentional scope choices (NOT follow-ups)" subsection still listed
"Maturity-only auction (no pre-maturity liquidation)" and referenced a
§"Why maturity-only auction" section that no longer exists — this dates
from before the margin-call (liquidate) addition and directly contradicts
the rest of the spec (the whole §"Margin call vs. auction" section, the
phased lifecycle that places liquidate in REPAY, the liquidate settlement
math at §124-146, the Roles table giving the auctioneer both paths, the
Trust-model row covering both settlement paths, and the contract source
itself which has had a working liquidate function and liqThresholdBps
constructor param since 2f67287).
Replace the stale bullet with the actual intentional scope choices:
- both margin call AND auction (Christian's pooled/fungible design needs
margin call; Dmitri-style 1:1 wouldn't)
- no partial liquidation (full close only; partial would be a follow-up
paralleling partial repays E1)
No code change. Other docs / PR description / contract headers /
playground audited at the same time and confirmed current.
https://claude.ai/code/session_013U1kfFDEPH91g5VnPTmKD41 parent ca2362e commit 138d525
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
| 428 | + | |
| 429 | + | |
429 | 430 | | |
430 | 431 | | |
431 | 432 | | |
| |||
0 commit comments