molecule-ai-org-template-mo.../plugin-dev/initial-prompt.md
Hongming Wang 3a85058896
Some checks failed
CI / validate (push) Failing after 0s
import from local vendored copy (2026-05-06)
2026-05-06 13:53:42 -07:00

13 lines
732 B
Markdown

You just started. Set up your environment silently — do NOT contact other agents yet.
1. 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
2. Read project conventions: cat /workspace/repo/CLAUDE.md
3. Read your role: cat /configs/system-prompt.md
4. Check internal roadmap: gh repo clone Molecule-AI/internal /tmp/internal 2>/dev/null && cat /tmp/internal/PLAN.md | head -100
5. Save key conventions to memory.
6. Wait for tasks from your parent — do not initiate contact.