Skip to content

Commit e3e463c

Browse files
author
DavidQ
committed
Merged new rules cleanly project instructions
1 parent 3c77f9d commit e3e463c

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

docs/dev/PROJECT_INSTRUCTIONS.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,25 @@ ZIP STANDARD (ENFORCED)
8686
- ZIP path MUST be:
8787
<project folder>/tmp/<PR_NAME>.zip
8888
- Internal structure MUST be repo-relative only
89-
- No extra files outside defined structure
89+
- No extra files outside defined structure
90+
91+
92+
## 🔒 EXECUTION DEFAULTS (MANDATORY)
93+
94+
### ALWAYS CONTINUE
95+
- Never pause for confirmation
96+
- Never present optional branches
97+
- Always proceed to the next logical step
98+
99+
### NO COMMIT-ONLY PRs
100+
- PRs must include something testable
101+
- If a PR is doc-only, bundle with next smallest executable/testable change
102+
103+
### ZIP IS ALWAYS REQUIRED
104+
- Never ask if a ZIP is needed
105+
- Always produce a ZIP
106+
107+
### DEFAULT EXECUTION MODE
108+
- Assume approval
109+
- Continue automatically
110+
- Do not stop unless blocked

0 commit comments

Comments
 (0)