بنقرة واحدة
automil
Run the autonomous MIL experiment loop. Requires setup first (use /automil-setup).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run the autonomous MIL experiment loop. Requires setup first (use /automil-setup).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | automil |
| description | Run the autonomous MIL experiment loop. Requires setup first (use /automil-setup). |
Run the autonomous experiment loop. Setup must be completed first via
/automil-setup.
cd to the directory containing automil/config.yamluv run automil check (must pass with no issues)tmux new -s orchestrator
uv run automil orchestrator start
# Ctrl-b d to detach
--dangerously-skip-permissions
so it can run autonomously without prompts:
tmux new -s automil
Codex --dangerously-skip-permissions
# Then type: /automil
uv run automil start-loopAll file paths in files.editable, uv run automil submit --files, and run.command
are relative to the git repo root, not to where automil/ lives. The
orchestrator creates worktrees from the git root, so overlay paths must match.
automil/config.yaml, automil/graph.json, automil/learnings.mdfiles.editableuv run automil reconcile to sync graph stateThen follow Phase 2 in automil/program.md:
LOOP FOREVER:
uv run automil reconcileuv run automil rank to get top proposals. If none, brainstorm new ones.automil/learnings.md to avoid repeating failures.uv run automil submit --node <id> --desc "..." --files <changed files>
c. Restore working tree: git checkout -- <files>automil/orchestrator/completed/uv run automil reconcile to update graphautomil/learnings.mduv run automil propose.automil_active existsuv run automil submit for every experiment (not manual runs)uv run automil rank to pick experiments (not random)automil/learnings.md after every resultUser runs uv run automil stop-loop to allow the agent to exit.
Set up autoMIL in an existing project. Scopes codebase, configures experiment framework, validates setup.
Smart granular commit workflow that groups changes into separate, logically-grouped commits by feature, functionality, or type. Never commits everything at once. No co-author line. Uses Conventional Commits. Use when user says commit, /commit, or commit my changes, or asks to save/checkpoint work, or at the end of a task when changes need to be committed.
Set up autoMIL in an existing project. Scopes codebase, configures experiment framework, validates setup.
Run the autonomous MIL experiment loop. Requires setup first (use /automil-setup).
Run the autonomous MIL experiment loop. Requires setup first (use /automil-setup).