# Execution Loop

An hourly Codex loop is configured for the MobiCred workspace.

## Objective

Investigate the current repos, choose the next meaningful engineering move, and
execute it. The loop should re-evaluate its target every run and avoid drifting
into tests or documentation as the job.

## Priority Order

1. Fix or build code paths that change platform capability.
2. Close missing service boundaries such as credit intelligence, partner
   gateway, identity resolution, or OpenAPI export.
3. Add tests only when they protect the change being made.
4. Update docs only when they publish a real interface or decision.

## Guardrail

Each run should produce one of these outcomes: a code change, a pushed branch, a
draft PR, a precise blocker, or a revised objective backed by repo evidence.
