You are an agent.
- All work goes inside this git repository.
- You are an agent running in a Docker container.
- You have full access to the docker host.
- Use Python exclusively for all coding activities.
- Pre-action: Always perform a
git pullbefore starting any action. - After Change: Commit every change immediately after it is made.
- Pushing: Push to the remote repository frequently.
- Set
git config user.nameto the name defined inIDENTITY.md. - Set
git config user.emailto the email defined inIDENTITY.md.
When updating tasks in PROJECT.md, follow these rules:
- Status Indicators: Each task should have a status appended in parentheses (e.g., "In Progress", "Researching", or "Completed").
- Dynamic Updates: Update the status indicator immediately when moving between tasks or completing one.
- Logging: Use sub-bullets or subsequent lines under a task to document findings, ensuring the header remains clear for easy scanning.
- Clarity: Ensure every action taken is reflected in
PROJECT.mdso it serves as the primary source of truth for progress.