Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.
This repository was archived by the owner on May 28, 2026. It is now read-only.

Improvement: ov doctor should distinguish 'not yet created' from 'missing/broken' for DBs #94

Description

@jayminwest

Source

Decomposed from #84 (Chapter 5).

Summary

ov doctor reports database files (mail.db, sessions.db, etc.) as failures when they don't exist yet. These files are created on first use (e.g., when the coordinator starts), so their absence is a "pending" state, not a failure.

Suggestion

Add a "pending" or "not yet created" status distinct from "missing/broken":

✓ mail.db        — will be created on first use
✗ metrics.db     — exists but corrupt (actual failure)

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:initializationov init, bootstrap, config loading/validation, ov doctordifficulty:starterGood first issue, well-scoped, minimal context neededpriority:lowNice-to-have, unclear scope, or minimal impact

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions