What Changed
PR #107 adds a Synthesis Layer section to dewey doctor output. This is new user-facing diagnostic output that should be documented on the website.
Closes dewey#102.
Affected Pages
content/docs/dewey/commands/doctor.md (or equivalent) — add Synthesis Layer section description
- Any page documenting
dewey doctor output format
What Needs Updating
The dewey doctor command now reports a Synthesis Layer section (between Embedding Layer and MCP Server) with:
- Provider type (ollama, vertex, or unconfigured)
- Resolved endpoint (after precedence resolution)
- Model name
- Connectivity status (Ollama: HTTP health check; Vertex: config completeness)
- Model availability (Ollama only — checks if model is pulled)
Three provider states:
| State |
Output |
| Ollama configured |
Endpoint, connectivity, model availability |
| Vertex configured |
Model, project, region, config completeness |
| Unconfigured |
"not configured (optional)" — PASS |
What Changed
PR #107 adds a Synthesis Layer section to
dewey doctoroutput. This is new user-facing diagnostic output that should be documented on the website.Closes dewey#102.
Affected Pages
content/docs/dewey/commands/doctor.md(or equivalent) — add Synthesis Layer section descriptiondewey doctoroutput formatWhat Needs Updating
The
dewey doctorcommand now reports a Synthesis Layer section (between Embedding Layer and MCP Server) with:Three provider states: