SR Method
SR Method EN

Complete iteration example

Example of an SR lot executed with Codex.

Complete iteration example

Example request:

Verifiable objective: the status filter must filter the folder list without breaking other filters.

Expected plan before code

Lot plan: REV360-FILTER-STATUS-FIX
Verifiable objective: the status filter must filter the folder list without breaking other filters.
Included scope: folder list, filter mapping, existing API contract check.
Out of scope: migration, UI redesign, changes to other filters.
Assumptions: frontend bug or API contract issue, no migration expected.
Sources to read: CURRENT_STATE, CODEBASE_MAP, folder list component, API client.
Skills: aurora-diagnose, aurora-planning-with-files, UI/domain skill if declared.
Candidate files: src/pages/Dossiers.tsx, src/api/dossiers.ts.
Planned verification: targeted test, lint if available, short user E2E test.
SR memory: absent, to create.
Stop condition: if API contract is inconsistent or a migration seems necessary.

Execution

Codex must then:

  1. create or resume task memory;
  2. read announced sources;
  3. apply Fact Gate and Evidence Gate;
  4. fix only validated scope;
  5. run checks;
  6. update contracts;
  7. give user E2E tests;
  8. propose done, user_testing, repair or blocked.

What makes the iteration good

The result is good if the change is limited, verified, documented and testable by the real user.

On this page