Can Codex use Cornerstones in CI?
Yes. CI can run client and docs checks with product-level access where needed.
Agent-native market data
Use Cornerstones commands as the repeatable market-context interface for Codex. The agent can verify access, read docs, and reason about market surfaces without receiving backend credentials.
How should Codex agents fetch market context during autonomous implementation or review?
Codex should treat Cornerstones as the only public market-data contract and leave private integration knowledge to server-side code.
cornerstones-client guide --topic codex
cornerstones-client auth status
cornerstones-client verify| Option | Best for | Tradeoff |
|---|---|---|
| Cornerstones | Agent-native market context | Requires adopting a product-level access model |
| Raw private integration | Human-operated internal systems | Can expose credentials, adapters, and unstable implementation details to agents |
| Static prompt paste | One-off prototypes | No freshness, usage accounting, entitlement boundary, or repeatable evidence trail |
Yes. CI can run client and docs checks with product-level access where needed.
Include the public docs links, expected plan boundary, and a warning not to expose private adapters.
No. Codex still needs repo tests and build checks after using market context.
It stops Codex from assuming premium data exists for Free or unauthenticated flows.