potiuk opened a new pull request, #508:
URL: https://github.com/apache/airflow-steward/pull/508

   ## What
   
   Framework skill scripts (e.g. `setup-status/scripts/collect_status.py`) emit
   byte-compiled artefacts when run from an adopter checkout, but the 
adopter-facing
   "expected entries" never covered them — so a fresh adoption could 
accidentally
   commit `__pycache__/` dirs and `*.pyc` files.
   
   ## Changes
   
   Added the two non-anchored entries (match at any depth) to all four canonical
   places, kept in sync:
   
   - **`adopt.md`** Step 7 base-entries block + post-adopt summary
   - **`install-recipes.md`** bootstrap `.gitignore` heredoc
   - **`verify.md`** check 4 required list + a `⚠` failure signal
   - **`unadopt.md`** — a guard so unadopt **leaves them in place by default**: 
they
     are stock Python entries most repos carry independently of the framework, 
so
     removing them would break the adopter's own Python ignores
   
   All pre-commit hooks pass (markdownlint, typos, lychee, 
skill-and-tool-validate).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to