You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(lib): remove the dead build-info.json registration read-path
The build-info.json read-path (`FastACP.locate_build_info_path()` →
`BUILD_INFO_PATH` → `registration.get_build_info()` → merged into
register_agent's `registration_metadata`) has never been fed: no producer
has ever written build-info.json (the read path landed 2025-09 expecting an
external build system that never materialized), so the registration git
provenance has been null for ~9 months.
It's also redundant: AgentexCloudDeploy.build_id is an FK to
AgentexCloudBuild, so a deployment's source provenance derives from the
build record over that join rather than being denormalized onto
registration_metadata. Remove the read-path and the unused BUILD_INFO_PATH
env var; registration_metadata still carries deployment_id and agent_card.
Tracked in AGX1-419.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments