Context
zeph-tools depends on zeph-skills solely for TrustLevel enum. This creates a reverse dependency where the tool layer depends on the skill layer.
Solution
Move TrustLevel (and related SkillSource, SkillTrust) to zeph-core::trust or a shared types module. Update all imports.
Acceptance Criteria
Epic: #832 | Effort: S | Crate: zeph-skills, zeph-tools, zeph-core
Critical path: independent, parallel with AR-007/AR-008/AR-010