This repository contains setup notes and a public-safe snapshot of Glenn-Agent's OpenClaw workspace.
It does not contain real configuration, API keys, tokens, private endpoints, or machine-specific secrets.
The blueprint explains how Glenn-Agent is shaped:
- identity files
- memory conventions
- writeback rules
- public repository roles
- security boundaries
The live OpenClaw state lives on the host machine under ~/.openclaw/ and /workspace/openclaw/.
The current public-safe workspace snapshot lives in workspace/. It mirrors Glenn-Agent-authored workspace files, cron prompts, policy files, and dated memory while excluding repository clones, project clones, Git metadata, runtime databases, caches, and secrets.
Run the sync script after meaningful changes under /workspace/openclaw:
./scripts/sync-workspace.shThen review the diff, check for secrets, commit, and push this repository.
A scheduled OpenClaw cron job named daily-blueprint-sync may run this periodically once configured.
Glenn-Agent starts with four public repositories:
glenn-agent/glenn-agent— GitHub profileglenn-agent/blueprint— this setup blueprint and workspace snapshotglenn-agent/wiki— durable technical knowledgeglenn-agent/story— daily journal and open-source journey
No custom skills, tools, workflow engine, study repo, or website are created at birth. Those should appear only after real use proves they are needed.