Problem
The README claims "senior-dev review on any codebase" via a Harness that grades (report.overall_letter, report.grades, report.top_findings) — but no grade is surfaced anywhere. The fleet status.json carries enriched/findings counts but no letter; OTTER.md has no grade section. The senior-dev review is a library API nobody receives.
Fix
Run the Harness in the onboard flow and surface the result:
- write
overall_letter + per-dimension grades + top_findings into .otter-docs/status.json;
- render a
grade marker section in OTTER.md (letter + the 3-5 findings that most moved it);
status --manifest prints the letter per repo alongside staleness.
Acceptance
- Every onboarded repo shows a current grade in status.json + OTTER.md;
status prints it.
Problem
The README claims "senior-dev review on any codebase" via a
Harnessthat grades (report.overall_letter,report.grades,report.top_findings) — but no grade is surfaced anywhere. The fleetstatus.jsoncarriesenriched/findingscounts but no letter; OTTER.md has no grade section. The senior-dev review is a library API nobody receives.Fix
Run the Harness in the onboard flow and surface the result:
overall_letter+ per-dimension grades + top_findings into.otter-docs/status.json;grademarker section in OTTER.md (letter + the 3-5 findings that most moved it);status --manifestprints the letter per repo alongside staleness.Acceptance
statusprints it.