Subham-KRLX commented on issue #62500: URL: https://github.com/apache/airflow/issues/62500#issuecomment-4073168008
hey @jason810496 @potiuk got a working poc ready for the agent skills thing. been working on it for the past day or so. here's the branch: https://github.com/Subham-KRLX/airflow/tree/poc/breeze-contribution-skills-poc put together: - context detection for host vs breeze (BREEZE_HOME, .dockerenv, /opt/airflow checks) - skill extraction that pulls from markdown to json - prek hook to catch drift between the two - 2 skills working (static checks and unit tests with fallback) - 15 tests passing overall - the approach is keeping it simple - markdown for humans to read, json for agents to consume. tried to make the unit test fallback smart so it tries uv first on host then drops to breeze if needed figured i'd share early to get feedback instead of going too deep in the wrong direction. -- 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]
