Skip to content

feat: run the ci-doctor and binding-updater agents - #12

Merged
jcant0n merged 1 commit into
mainfrom
feat/agents
Aug 2, 2026
Merged

feat: run the ci-doctor and binding-updater agents#12
jcant0n merged 1 commit into
mainfrom
feat/agents

Conversation

@jcant0n

@jcant0n jcant0n commented Aug 2, 2026

Copy link
Copy Markdown
Member

Cierra RenderDoc.NET: ya rastrea su header, regenera cuando se mueve, y ahora tiene los dos agentes vigilando.

Instala el toolbox v1.5.1, así que arranca con todo lo aprendido hoy — incluidos los dos arreglos que este mismo repo destapó.

Por qué el updater importa más aquí

renderdoc_app.h se parsea con CppAst, no con un lector XML a medida. Una construcción que el parser no entienda sale como fallo de build, no como símbolos ausentes en silencio — que fue el modo de fallo de OpenGL.

Es la clase de fallo para la que existe este agente. Y la misma forma de generador la comparten Cesium, JoltPhysics y KTX, así que lo que aprenda aquí transfiere a tres repos más.

Estado

gh aw compile --strict → 0 errores, 0 warnings. Las 8 etiquetas creadas. El source: apunta al commit de v1.5.1, así que el chip del dashboard saldrá verde.

🤖 Generated with Claude Code

Completes RenderDoc.NET: it now tracks its header, regenerates when it
moves, and has the two agents watching.

The updater matters more here than in the XML bindings. renderdoc_app.h
is parsed with CppAst rather than a bespoke XML reader, so a construct
the parser does not understand shows up as a build failure rather than
as quietly missing symbols. That is the failure this agent is for, and
the same generator shape is shared by Cesium, JoltPhysics and KTX -- so
whatever it learns here transfers.
@jcant0n
jcant0n merged commit 86fe692 into main Aug 2, 2026
1 check passed
@jcant0n
jcant0n deleted the feat/agents branch August 2, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant