Skip to content

[deep-report] Schema Consistency Checker max-turns failures continuing — no fix shipped after #30960 #31041

@github-actions

Description

@github-actions

Problem

The Schema Consistency Checker is still failing today (#30949 filed 2026-05-08) with error_max_turns after issue #30960 was filed yesterday. Failure cluster:

Date Run Turns Conclusion
2026-05-08 §25539641121 61/60 failure
2026-05-07 §25479424655 61/60 failure
2026-05-04, 5/3 multiple failure

Net effect: schema drift goes undetected on 5 of every 7 days.

Suggested Fix

Decompose the analysis into batched/incremental passes:

  1. First-pass: list of files to inspect (cache to repo-memory).
  2. Subsequent passes: check N files per turn, accumulating findings in cache memory.
  3. Final pass: render report from accumulated findings.

Alternatively, raise max-turns to 120 if the underlying analysis is genuinely turn-bound and the strategy cache cannot reduce it. The May 6 success used 101 turns.

Suggested Agent

agentic-workflows — workflow .md prompt edit + recompile + monitor for two consecutive successes.

Estimated Effort

2–4 hours.

Source

DeepReport 2026-05-08; existing tracking issue #30960 (no resolution after 24h).

Generated by DeepReport - Intelligence Gathering Agent · ● 18.1M ·

  • expires on May 10, 2026, 3:20 PM UTC

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions