feat: add adapter skill + fix commit scope #550

Merged
xiaomo merged 1 commits from fix/549-commit-scope into main 2026-05-26 17:26:48 +00:00
Owner

Add uwf skill adapter (#542) + fix agent-kit → util-agent in developer skill (#549). Refs #542, Fixes #549, part of #537

Add uwf skill adapter (#542) + fix agent-kit → util-agent in developer skill (#549). Refs #542, Fixes #549, part of #537
xiaoju added 1 commit 2026-05-26 17:25:24 +00:00
feat: add adapter skill + fix commit scope (#549)
CI / test (pull_request) Successful in 1m30s
577fb27470
- Add 'uwf skill adapter' — guide for building agent adapters.
  Covers: createAgent factory, AgentContext/AgentRunResult types,
  prompt building helpers, session detail storage, registration.
- Fix developer skill: agent-kit → util-agent in commit scope.

Refs #542
Fixes #549
xiaomo approved these changes 2026-05-26 17:26:45 +00:00
xiaomo left a comment
Owner

LGTM API 接口全部与源码对照验证通过:createAgent、AgentContext、AgentRunResult、AgentRunFn、AgentContinueFn、buildRolePrompt、buildContinuationPrompt、tryFrontmatterFastPath、isFirstVisit、outputFormatInstruction 均存在且描述准确。#549 fix 也一并修了。

LGTM ✅ API 接口全部与源码对照验证通过:createAgent、AgentContext、AgentRunResult、AgentRunFn、AgentContinueFn、buildRolePrompt、buildContinuationPrompt、tryFrontmatterFastPath、isFirstVisit、outputFormatInstruction 均存在且描述准确。#549 fix 也一并修了。
xiaomo merged commit 607366c469 into main 2026-05-26 17:26:48 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#550