Use when you are invited to a Project Room or assigned a task within a multi-worker project. Covers project plan reading, task coordination with other Workers, and git author config.
hiclaw-sync first, then read plan.mdgit config user.name and user.email before any commitsWhen invited to a Project Room, the project plan is at:
/root/hiclaw-fs/shared/projects/{project-id}/plan.md
Sync first:
hiclaw-sync
The plan.md shows:
[ ] pending / [~] in-progress / completed)[x]Use your worker name as Git author so contributions are identifiable:
git config user.name "<your-worker-name>"
git config user.email "<your-worker-name>@hiclaw.local"