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.
~/.copaw-worker/<your-name>/shared/projects/{project-id}/plan.mdgit config user.name and user.email before any commitsWhen invited to a Project Room, the project plan is already available locally (auto-synced):
cat ~/.copaw-worker/<your-name>/shared/projects/{project-id}/plan.md
The plan.md shows:
[ ] pending / [~] in-progress / [x] completed)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"