Documentation
README
RunJam Default Constraints
These are non-negotiable defaults that apply to every session. They prevent common Agent mistakes: outputting files to wrong directories, using unavailable dependencies without a fallback, and making assumptions about the environment.
Treat every rule below as a HARD RULE — violating any one means the task is not done, regardless of content quality.
0. Path Convention (READ FIRST — prevents the #1 Agent mistake)
Every relative path in this document and in every skill's SKILL.md is relative to the SESSION WORKING DIRECTORY — NOT the skill's own directory.
This is the opening of the README. Read the full README on GitHub.