You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(kernel-utils): fix sheaf doc errors from revocation removal
- Remove stale revokePoint/revokeAll/getExported references from README.md
and USAGE.md (the revocation API was removed in the preceding commit but
the docs were not updated)
- Fix withRanking/withFilter signatures in USAGE.md: the combinators are
curried — withRanking(comparator)(inner), not withRanking(comparator, inner)
- Correct the fallthrough doc comment: liftB does receive accumulated errors
from liftA's attempts via yield* after its own failures (the test at
compose.test.ts:337 confirms this); liftB is only unaware of them at its
prime call
- Document the germ identity invariant in LIFT.md: the lift must yield
elements from its input germs array, not reconstructed objects, because the
sheaf resolves the dispatch target by object identity
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments