I realized that people might not know what codegraphs are all about: They are JSON files which describe the public surface of the code including inheritance and interfaces.
It’s really useful for AI agents so they know the full codebase and how it all works together without having to read the source code. The gains for larger codebases are huge in terms of token usage and accuracy. Here are some links for those not familiar: https://github.com/colbymchenry/codegraph#benchmark-results https://medium.com/kd-agentic/codegraph-the-open-source-knowledge-graph-that-makes-ai-coding-tools-dramatically-cheaper-190f8b89f8a7 > On Aug 3, 2026, at 1:52 PM, Harbs <[email protected]> wrote: > > We should be good to go. > > I added docs. > https://github.com/apache/royale-docs/commit/0f25ce9857dc14365f445bb745c7e06261b7b023#diff-ebb00fe41febb1f159d87e2b890549950240ac2a73bd0dad85c3b8a24b93cebf > > Not sure where/how to do a blog post. > >> On Aug 2, 2026, at 2:00 PM, Andrew Wetmore <[email protected]> wrote: >> >> Whether we add this now or in the next release, it would be good to have a >> tutorial and a blog post about it. >> >> a >> >> Andrew Wetmore >> Assistant VP, Marketing and Publicity, The ASF <https://apache.org> >> Editor-Writer, Infra team, The ASF >> >> Editor, moosehousepress.com >> >> >> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> >> Virus-free.www.avast.com >> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> >> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> >> >> On Sun, Aug 2, 2026 at 7:32 AM Harbs <[email protected]> wrote: >> >>> Not yet, but I can add that pretty quickly. >>> >>> It’s basically to drop into projects for agents. >>> >>>> On Aug 2, 2026, at 1:29 PM, Andrew Wetmore <[email protected]> wrote: >>>> >>>> Is there documentation ready of if this becomes part of the release? >>>> >>>> Andrew Wetmore >>>> Assistant VP, Marketing and Publicity, The ASF <https://apache.org> >>>> Editor-Writer, Infra team, The ASF >>>> >>>> Editor, moosehousepress.com >>>> >>>> On Sat, Aug 1, 2026, 7:58 PM Harbs <[email protected]> wrote: >>>> >>>>> I finished this. >>>>> >>>>> It’s ready to merge into develop, but I don’t want to mess up the >>> release. >>>>> >>>>> Yishay, will merging this detrimentally effect your release? >>>>> >>>>>> On Jul 31, 2026, at 2:03 PM, Harbs <[email protected]> wrote: >>>>>> >>>>>> FYI, I’m working on a codegraph generator for Royale framework code. >>> The >>>>> objective is to make AI agents more efficient and effective when working >>>>> with Royale applications. >>>>>> >>>>>> It will remain in a codegraph branch until it’s done. >>>>>> >>>>>>> On Jul 31, 2026, at 2:00 PM, [email protected] wrote: >>>>>>> >>>>>>> This is an automated email from the ASF dual-hosted git repository. >>>>>>> >>>>>>> Harbs pushed a change to branch codegraph >>>>>>> in repository https://gitbox.apache.org/repos/asf/royale-compiler.git >>>>>>> >>>>>>> >>>>>>> at d80de8a97 Add Code Graph Exporter and Related Classes >>>>>>> >>>>>>> This branch includes the following new commits: >>>>>>> >>>>>>> new d80de8a97 Add Code Graph Exporter and Related Classes >>>>>>> >>>>>>> The 1 revisions listed above as "new" are entirely new to this >>>>>>> repository and will be described in separate emails. The revisions >>>>>>> listed as "add" were already present in the repository and have only >>>>>>> been added to this reference. >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> >>> >>> >
