multica/server/internal/handler
Jiayuan Zhang 02df33803a feat: structured skills system with meta skill runtime injection
Replace agent.skills TEXT field with structured skill/skill_file/agent_skill
tables. Skills are workspace-level entities with supporting files, reusable
across agents via many-to-many bindings.

Backend: migration 008, sqlc queries, CRUD handler, agent-skill junction,
structured skill loading in task context snapshot.

Daemon: meta skill injection via runtime-native config (.claude/CLAUDE.md
for Claude, AGENTS.md for Codex) so agents discover .agent_context/ skills
through their native mechanism. Lean prompt without inlined skill content.

Frontend: Skills management page, agent Skills tab picker, SDK methods,
TypeScript types, workspace store integration.

Also removes auto-creation of init issues when creating agents.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-25 15:17:59 +08:00
..
agent.go feat: structured skills system with meta skill runtime injection 2026-03-25 15:17:59 +08:00
auth.go Provision default workspaces and harden daemon pairing 2026-03-24 15:19:27 +08:00
comment.go feat(server): add comment CRUD endpoints and issue filter/update enhancements 2026-03-23 20:15:09 +08:00
daemon.go fix(server): remove debug logging and add error handling from review 2026-03-24 17:48:01 +08:00
daemon_pairing.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
handler.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
handler_test.go Provision default workspaces and harden daemon pairing 2026-03-24 15:19:27 +08:00
inbox.go Add workspace management and isolated worktree environments 2026-03-23 18:12:11 +08:00
issue.go refactor: remove repository field from issues 2026-03-24 18:12:06 +08:00
runtime.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
skill.go feat: structured skills system with meta skill runtime injection 2026-03-25 15:17:59 +08:00
workspace.go feat(workspace): add context field for AI agent background info 2026-03-24 15:59:11 +08:00