x07-run

Installation
SKILL.md

x07-run

Use this skill for normal program execution via x07 run.

x07 run runs the canonical auto-repair loop by default (format → lint → quickfix, repeatable). Control it with:

  • --repair=off
  • --repair=memory
  • --repair=write (default)
  • --repair-max-iters N (default: 3)

Canonical commands

  • Run the current project (auto-discovers x07.json):

    • x07 run
  • Run a specific project profile:

    • x07 run --profile os
    • x07 run --profile sandbox
Installs
2
First Seen
Mar 14, 2026
x07-run — x07lang/x07-website