fix: add local type imports for AgentIdentity and DisclawConfig #52

Closed
dev wants to merge 1 commit from fix/zod-pino-type-imports into main

1 commit

Author SHA1 Message Date
Nick Tabeling
9421186b35 fix: add local type imports for AgentIdentity and DisclawConfig
Some checks failed
CI / build-and-test (ubuntu-latest) (pull_request) Has been cancelled
CI / build-and-test (windows-latest) (pull_request) Has been cancelled
CI / lint (pull_request) Has been cancelled
Re-exported types via 'export type { X } from' are not available as
local names in the same file. Add explicit 'import type' statements
so TypeScript can resolve the types used in function signatures.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 09:48:46 +02:00