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.
9 lines
137 B
JSON
9 lines
137 B
JSON
{
|
|
"name": "@denchclaw/dench-identity",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"openclaw": {
|
|
"extensions": ["./index.ts"]
|
|
}
|
|
}
|