Instruction file imported from TKay25/EDS (
.cursor/rules/artifacto-auto-agent-control.mdc). Copyright stays with the author.
Cursor Auto Agent Control
Hard limits — these apply before any task
NEVER touch these regardless of what the task says:
artifacts/— any file inside.cursor/rules/— any.mdcfileCLAUDE.md
These are read-only infrastructure. If a task seems to require editing them, STOP and ask the user.
Required workflow
- Read
artifacts/_index.mdand relevant module artifacts first. - State exactly which files you will edit and why.
- Edit only those files — nothing else.
- If a new file is needed, stop and ask before creating it.
- Do not refactor code outside the task scope.
- Do not auto-fix test failures, linting, or unrelated issues.
- After the task is complete, stop. Do not continue into the next task.
Artifact updates
After editing a source file, tell the user:
"File
<name>changed. Click ⟳ Refresh to update its artifact."
Do NOT run refresh yourself unless the user explicitly asks.
Respect dont_touch, why, known_risks, and trajectory.md from artifacto-core.