hermes - 💡(How to fix) Fix time_reconciler: scaffold plugin models and adapter interfaces

Official PRs (…)
ON THIS PAGE

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

Create the initial time_reconciler plugin package scaffold with provider/context interfaces and synthetic fixtures only.

Scope

  • Add bundled plugin directory under plugins/time_reconciler/.
  • Add plugin.yaml and __init__.py registering CLI/tool entry points only if consistent with existing plugin conventions.
  • Define core dataclasses/Pydantic-like models using stdlib/dataclasses if possible:
    • ProjectRef
    • ActivityBlock
    • ContextEvidence
    • MappingProposal
    • ApprovalManifest
    • AppliedAction
  • Define provider protocol/interface for time tracker adapters.
  • Define context source protocol/interface for optional cross-source evidence.
  • Include synthetic fixture data. Do not include real user, client, domain, channel, project ID, or local path data.

Acceptance Criteria

  • Plugin imports cleanly.
  • Models serialize/deserialize to JSON without secrets.
  • Tests use only synthetic data.
  • No real personal/client data appears in code, docs, or fixtures.

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: scaffold plugin models and adapter interfaces