Add adapter skill sync for codex and claude

This commit is contained in:
Dotta
2026-03-13 22:49:42 -05:00
parent 271c2b9018
commit 56a34a8f8a
22 changed files with 907 additions and 26 deletions

View File

@@ -65,6 +65,11 @@ export {
export type {
Company,
AgentSkillSyncMode,
AgentSkillState,
AgentSkillEntry,
AgentSkillSnapshot,
AgentSkillSyncRequest,
Agent,
AgentPermissions,
AgentKeyCreated,
@@ -136,6 +141,12 @@ export {
updateCompanySchema,
type CreateCompany,
type UpdateCompany,
agentSkillStateSchema,
agentSkillSyncModeSchema,
agentSkillEntrySchema,
agentSkillSnapshotSchema,
agentSkillSyncSchema,
type AgentSkillSync,
createAgentSchema,
createAgentHireSchema,
updateAgentSchema,