gofmt ecosystem_acts.go, so make test reaches the tests (V-623)
The struct field alignment drifted when the confirm's action id landed, and fmt-check is the first gate in make test. Every branch cut since inherited a red suite for a reason no branch owned. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -139,9 +139,9 @@ func (h *reactiveHandler) handlePraxisAct(ctx context.Context, dec router.Decisi
|
|||||||
// praxisItemAction is the shared shape of the item-lifecycle capabilities: take
|
// praxisItemAction is the shared shape of the item-lifecycle capabilities: take
|
||||||
// an item id from the value slot, call one Praxis endpoint, trace the result.
|
// an item id from the value slot, call one Praxis endpoint, trace the result.
|
||||||
type praxisItemAction struct {
|
type praxisItemAction struct {
|
||||||
verbs []string
|
verbs []string
|
||||||
ask string // reply when no item id was given
|
ask string // reply when no item id was given
|
||||||
op string // trace + log name of the operation
|
op string // trace + log name of the operation
|
||||||
// failure is the first half of the reply when the Praxis call errors: which
|
// failure is the first half of the reply when the Praxis call errors: which
|
||||||
// operation did not happen. ecosystemGap supplies the second half, which
|
// operation did not happen. ecosystemGap supplies the second half, which
|
||||||
// names Praxis and splits a refused token from an outage — those two used to
|
// names Praxis and splits a refused token from an outage — those two used to
|
||||||
|
|||||||
Reference in New Issue
Block a user