Pranaykarvi commented on issue #62500:
URL: https://github.com/apache/airflow/issues/62500#issuecomment-4062770057

   @jason810496 Strengthened the PoC based on your feedback:
   
   https://github.com/Pranaykarvi/airflow/tree/feat/agent-skills-poc
   
   Three additions since the first commit:
   
   - --check drift detection: extract_agent_skills.py --check 
     exits 1 if skills.json has drifted from AGENTS.md, wired 
     as a pre-commit hook for CI enforcement
   
   - Dependency graph: skill_graph.py builds an execution order 
     tree from prereqs fields and emits skill_graph.json so 
     agents know the correct order without guessing
   
   - DX_REPORT.md: documents concrete failure modes when 
     contributing without skills vs with skills — directly 
     addressing your ask to verify real developer-experience 
     impact
   
   11 tests passing. Happy to hear feedback.


-- 
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