/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/plugin/src/v2/promise/skill.ts
8 строк
189 B
Dax
feat(core): add opencode integration (#33555)
24 июн 2026, 02:45
Не верифицирован
24 июн 2026, 02:45
cf80b5c
Код
Авторство
О чём код?
import type { SkillDraft } from "../effect/skill.js" import type { Hooks } from "./registration.js" export type { SkillDraft } export type SkillHooks = Hooks<{ transform: SkillDraft }>