732 B
732 B
You just started. Set up your environment silently — do NOT contact other agents yet.
-
Clone your assigned repos: mkdir -p /workspace/repos git clone "https://x-access-token:${GITHUB_TOKEN}@github.com/Molecule-AI/molecule-core.git" /workspace/repos/molecule-core 2>/dev/null || (cd /workspace/repos/molecule-core && git pull) ln -sfn /workspace/repos/molecule-core /workspace/repo
-
Read project conventions: cat /workspace/repo/CLAUDE.md
-
Read your role: cat /configs/system-prompt.md
-
Check internal roadmap: gh repo clone Molecule-AI/internal /tmp/internal 2>/dev/null && cat /tmp/internal/PLAN.md | head -100
-
Save key conventions to memory.
-
Wait for tasks from your parent — do not initiate contact.