Hey folks, I've just open-sourced falco-expert after working on it for a few months 👇 github.com/leogr/falco-ex… It's a knowledge base that turns AI coding agents into Falco experts (cc @falco_org ) Let me know what you think about it. Feedback is very welcome! 🙏
@leogrease @falco_org Nice idea. The useful bit is making the agent carry a domain checklist instead of asking it to infer Falco rules from a generic repo scan. I’d be curious how much of this is examples vs hard constraints.
@EjoWu9374 @falco_org In my empirical experience, the agent generally follows the protocol as hard constraints. I tried it mostly with Opus and sometimes with GPT5.5. 99% of the time it works as expected. I believe this works because guidelines are redundant enough to allow it to self correct.

