Ade 2.0.1 -

[ERROR] ade:build:link - undefined reference to 'i2c_write' hint: missing dependency in ade.yaml? Try adding: 'hal/i2c' location: src/sensors/temperature.c:47 ⚠️ Windows Support Remains “Best Effort” ADE 2.0.1 runs on Windows via WSL2 only. Native ade.exe is deprecated and will not receive updates. If your team uses native Windows build agents, stay on 2.0.0 or migrate to WSL. ⚠️ Plugin API Changed (Silently) Custom plugins written for ADE 2.0.0’s pre_build hook still work, but the on_file_change watcher signature changed:

# ADE 2.0.0 def on_file_change(path, event_type): def on_file_change(context, path, event_type): # 'context' added ade 2.0.1

: ade init fails with “template not found” Workaround : Manually create ade.yaml : event_type): def on_file_change(context