multica/server/internal/daemon/execenv
Jiayuan 5b2c61cfab feat(agent): add instructions field for agent persona/identity
Add an `instructions` text field to the agent model, allowing users to
define each agent's role, expertise, and working style. Instructions are
injected into CLAUDE.md as an "Agent Identity" section so the agent
knows who it is on every task execution.

- Migration 021: add instructions column to agent table
- Backend: create/update/get agent handlers support instructions
- ClaimTask response includes instructions for daemon injection
- execenv: inject instructions into CLAUDE.md meta-skill
- Frontend: add Instructions tab to agent detail panel
2026-03-29 17:01:07 +08:00
..
codex_home.go feat(daemon): inject skills into agent-native directories 2026-03-28 00:47:00 +08:00
context.go feat(daemon): inject skills into agent-native directories 2026-03-28 00:47:00 +08:00
execenv.go feat(agent): add instructions field for agent persona/identity 2026-03-29 17:01:07 +08:00
execenv_test.go feat(daemon): inject skills into agent-native directories 2026-03-28 00:47:00 +08:00
git.go feat(logging): add structured logging across server and SDK 2026-03-26 10:57:11 +08:00
runtime_config.go feat(agent): add instructions field for agent persona/identity 2026-03-29 17:01:07 +08:00