| 1 | ## active project |
| 2 | path: {{project_path}} |
| 3 | {{if project_name}}title: {{project_name}}{{endif}} |
| 4 | {{if project_description}}description: {{project_description}}{{endif}} |
| 5 | {{if project_git_url}}git: {{project_git_url}}{{endif}} |
| 6 | rules: |
| 7 | - work inside {{project_path}} |
| 8 | - do not rename project dir or change `.a0proj` unless asked |
| 9 | - follow active project instructions when provided |