hermes - 💡(How to fix) Fix time_reconciler: add deterministic proposal validator

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Parent: #29631

Goal

Implement deterministic proposal validation for time_reconciler before any approval report or execution step.

Scope

Add validator logic that rejects/downgrades proposals when:

  • referenced project does not exist in collected project taxonomy
  • proposal source block IDs are missing
  • proposed duration exceeds available source block duration
  • proposed entries overlap in unsafe ways
  • confidence is below configured threshold
  • evidence is empty or counterevidence is ignored
  • billing status is billable without explicit approval metadata
  • source block was already applied in an audit/artifact manifest

Acceptance Criteria

  • Unit tests cover valid proposals and each rejection reason.
  • Validation output is machine-readable and human-readable.
  • Validator is deterministic and does not call an LLM.
  • Tests use synthetic fixtures only.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix time_reconciler: add deterministic proposal validator