openclaw/apps/web/lib/workspace-seed.ts
kumarabhirup 98e9c245a5
feat(identity): extract DenchClaw identity into runtime plugin
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.
2026-03-17 16:24:00 -07:00

5 lines
95 B
TypeScript

export {
seedWorkspaceFromAssets,
seedSampleApp,
} from "../../../src/cli/workspace-seed";