graph introspect --folds renders the FoldKind table, not the fold-registry roster (Mean vs mean, record missing) #332
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fieldtest of the #310 cycle (fold-selector, 2026-07-24):
aura graph introspect --foldsrenders the aura-stdFoldKindtable — capitalized ids (Mean) and norecordentry — whileaura run --tapresolves labels against the fold REGISTRY roster, which is lowercase and includesrecord. Consequence: the discovery surface the--taphelp text points at misdescribes the acceptable input twice over (a copiedMeanis refused;recordis undiscoverable there despite being the default's own label — only the refusal message enumerates it). Fix direction:--foldsshould render the registry roster (labels as parseable, docs from the registry entries), not the underlying arithmetic-rule table. Corpus:fieldtests/fold-selector/, probe battery in the cycle's fieldtest spec.refs #310