Capability Graph Builder Build queryable capability graphs from manifests using Codex for relationship inference Purpose Consumes capability manifests (generated by manifest-generator) and constructs a queryable graph structure representing all capabilities and their relationships. Uses OpenAI Codex to infer missing relationships and validate compatibility declarations. When to Use - After generating manifests for skills/MCPs/tools - When building the orchestration system's knowledge base - To discover capability relationships and dependencies - To validate manifest consistency across resourc…