openclaw/ui
Claude 09130b3203
feat: implement Claude-style Soul Document based on Anthropic's soul document
Completely redesigned Soul Document Crafter to match Claude's actual
soul document structure:

Soul Sections:
- Soul Overview: Core mission and purpose
- Being Helpful: Why helpfulness matters, being genuinely useful
- Being Honest: Truth, transparency, non-deception
- Avoiding Harm: Weighing costs/benefits, hardcoded limits
- Broader Ethics: Calibrated uncertainty, epistemic humility
- Big-Picture Safety: Human oversight, avoiding catastrophic actions
- Identity & Self: Unique nature, psychological stability

UI Features:
- Sidebar navigation for soul sections
- Section headers with descriptions
- Styled entries matching Claude's soul document format
- Generate Entry button for section-specific entries
- Manual entry textarea for custom additions
- Export as Markdown with full soul document structure

Each section includes 5 curated entries based on Claude's actual
soul document content, covering key principles and values.

Reference: https://gist.github.com/Richard-Weiss/efe157692991535403bd7e7fb20b6695

https://claude.ai/code/session_01MUG7BRZMG28eYmJHGbetRB
2026-01-27 00:47:09 +00:00
..
public feat(ui): add favicon.ico from Mac app icon (#305) 2026-01-06 10:41:19 -06:00
src feat: surface security audit + docs 2026-01-26 19:58:59 +00:00
index.html feat: implement Claude-style Soul Document based on Anthropic's soul document 2026-01-27 00:47:09 +00:00
package.json chore: update deps and test timeout 2026-01-24 10:30:30 +00:00
tsconfig.json fix(control-ui): serve dashboard at root 2025-12-19 05:11:08 +00:00
vite.config.ts fix(ui): default to relative paths for control UI assets 2026-01-09 15:32:55 +01:00
vitest.config.ts chore: update deps and add control ui routing tests 2025-12-30 14:30:46 +01:00