This workspace is configured for an OpenClaw agent running on claw02.
AGENTS.md: operating rules for session startup, memory, and safetySOUL.md: behavioral baselineIDENTITY.md: agent identity used during direct interactionsUSER.md: owner context and preferencesHEARTBEAT.md: optional periodic checksTOOLS.md: machine-specific notesskills/: installed OpenClaw skillsmemory/: daily notes and continuity files- Job application work products live on the shared Google Drive (not locally)
templates/: resume content reference (LaTeX, read-only) and ATS optimization guide
- OpenClaw version:
2026.4.5 - Workspace path:
/root/.openclaw/workspace - System config:
/root/.openclaw/openclaw.json - Primary model alias:
Kimi - Telegram channel: enabled
openclaw --version
openclaw gateway
openclaw health
openclaw doctor
openclaw status
openclaw skills
npm run resume:gdoc:init -- --help
npm run resume:gdoc:compile -- --job-dir ...
npm run resume:gdoc:apply -- --help
npm run resume:gdoc:sync -- --help
npm test- Run
resume:gdoc:initto create the shared-drive job folder, copy the base resume doc, snapshot structure, and generate stubs. Init pre-populatestailoring-plan.jsonwith role stubs from the evidence ledger — each stub has the correcttargetRoleIdalready filled in. - Review
evidence-ledger.json(auto-generated). Filljob-target.jsonand the cover letter. Filltailoring-plan.jsonrole decisions: setaction,titleLine,companyLine, andbulletsfor each stub. Do NOT renametargetRoleIdvalues. - Run
resume:gdoc:compileto turn role-level tailoring decisions intoresume-edits.json. - Run
resume:gdoc:applyto preflight every operation against the copied doc, apply index-based paragraph mutations, export a PDF from that same Google Doc, verify one-page output, validate that formatting fingerprints still match the source copy, require a real cover letter, upload or replace the PDF, and sync supporting files to Drive. - Use
resume:gdoc:syncto re-sync supporting files without re-running resume edits.
There is no DOCX or LaTeX fallback. The compile pipeline is the only path.
Workflow snapshots are stored in the Drive job folder under .workflow/.
- Keep credentials out of Git.
.gitignoreexcludes local secrets and generated artifacts. BOOTSTRAP.mdis intentionally removed after initialization. AdjustIDENTITY.md,SOUL.md, andUSER.mdas the agent evolves.- Disk is limited (~10GB). ALL job artifacts (working files + deliverables) go to the shared Google Drive. Nothing stored locally.
- Remote:
git@github.com:mkehon/claw02.git