Move identity injection from static IDENTITY.md generation at workspace seed time to a runtime `dench-identity` OpenClaw plugin that prepends the system prompt via the `before_prompt_build` hook. This keeps identity always current without re-seeding, encourages dynamic skill discovery, and positions DenchClaw as a CEO orchestrator that delegates to specialist subagents.
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"id": "dench-identity",
|
|
"name": "DenchClaw Identity",
|
|
"version": "1.0.0",
|
|
"description": "Injects the DenchClaw identity and behavioral contracts into the agent system prompt.",
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"enabled": {
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
},
|
|
"required": []
|
|
}
|
|
}
|