mirror of
https://github.com/larksuite/cli.git
synced 2026-08-03 08:32:46 +08:00
The internal/core split renamed or relocated every symbol these comments name, and the sweep missed six call-outs. Two had gone self-contradictory: internal/meta named the package internal/core while already qualifying the type as identity.Identity, and authlog attributed its runtime-directory indirection to a cycle through internal/core that the split removed. Restate authlog's reason for keeping the indirection instead of promising a follow-up: the factory-installed logger follows the detected workspace while the Shared() fallback stays on the pre-workspace directory, so resolving the directory inside the package would collapse that distinction. The domaincontract rule's README still pointed host literals at internal/core/types.go; the exemption moved to brand/brand.go with the resolver.