Cursor rule Cursor
PTT = proof time tests, RTT = run time tests.
Cursor rule Cursor
PTT = proof time tests, RTT = run time tests.
Cursor rule Cursor
Do not add sequential/parallel threshold checks; this is a textbook.
Cursor rule Cursor
All APAS module functions must be specified in a trait and implemented via impl Trait for Type.
Cursor rule Cursor
Use the project help-first scheduler, not raw thread::spawn.
Cursor rule Cursor
Validation commands for Verus verification.
Cursor rule Cursor
When the user asks for a "verusification table" or "verusification status" for a chapter, produce a structured review with the following sections.
Cursor rule Cursor
When proof-time tests are needed vs not.
Cursor rule Cursor
Use XLit! macros (SetLit!, RelationLit!, etc.) to construct test values.
Cursor rule Cursor
Branch names follow the pattern agentN/ (e.g., agent1/verusify-chap37).
Cursor rule Cursor
When merging agent worktree branches into main. Execute phases 0–5 in strict order. Do NOT skip phases. Do NOT reorder phases.
Cursor rule Cursor
After committing and pushing changes on main, run scripts/rebase-agents.sh to bring all agent worktrees up to date with main.
Cursor rule Cursor
When rebasing after a merge, only rebase the agents whose branches you just merged. Do not rebase agents that are still running.
Cursor rule Cursor
Always ask for confirmation before git commit; use git add -A.
Cursor rule Cursor
Always ask for confirmation before git push.
Cursor rule Cursor
Make paths and URLs easy to copy.
Cursor rule Cursor
When user says "discuss", only chat - do not modify files.
Cursor rule Cursor
DOT = Don't Over Think. Focus on the simple task the user asked for.
Cursor rule Cursor
User edits in Emacs; read files before editing; avoid overwriting user changes.
Cursor rule Cursor
When user says AFK, execute the full plan without stopping to ask.
Cursor rule Cursor
Show full on-disk paths when user asks.
Cursor rule Cursor
Gate review-against-prose on changed inputs.
Cursor rule Cursor
When user says "implement", proceed with code changes.
Cursor rule Cursor
Index all tables and suggestions for easy reference.
Cursor rule Cursor
Never run RTT and PTT test suites simultaneously.