File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments