api: give the core a receiver for the things done to it #33

Merged
PerishFire merged 1 commit from debt-receiver into main 2026-07-21 13:36:41 +00:00
Owner
No description provided.
api: give the core a receiver for the things done to it
All checks were successful
guard / guard (pull_request) Successful in 2m47s
76dc8b42c8
hoard, rig, hail and seed all took &Arc<Core<W>> first, which is a
receiver written as a parameter. Core is keel's type, so an inherent impl
is not available and they become methods through a local Rise trait;
serve now reads core.seed(), core.rig(), core.hoard().

Only seed was reported, though the other three share the signature
exactly. The tool raises one debt per group of same-shaped signatures and
anchors it at the last in file order, so the report named a group and the
group is what moved.

Debt goes 5 to 4. The four left are unit names — OrgLabel, OrgRunner,
OrgSecret, UserKey — each carrying a prefix that distinguishes it from a
sibling hanging off a different root. That prefix is load-bearing: a
table name is the unit name lowercased and the query surface is flat, so
neither a shared type nor a module path can separate Label from Label.
Those need words, not a refactor, and the words are the owner's to pick.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
PerishFire deleted branch debt-receiver 2026-07-21 13:36:41 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
PerishLab/codehull!33
No description provided.