Skip to content

style: improve console output formatting in Program.cs - #36

Merged
JesseLiberty merged 1 commit into
mainfrom
clean-up-from-github-comments
Sep 10, 2026
Merged

style: improve console output formatting in Program.cs#36
JesseLiberty merged 1 commit into
mainfrom
clean-up-from-github-comments

Conversation

@JesseLiberty

Copy link
Copy Markdown
Owner

Fix formatting on output

Copilot AI lite review requested due to automatic review settings September 10, 2026 19:08
@JesseLiberty
JesseLiberty merged commit 8ca0399 into main Sep 10, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The updated console output contains clearly malformed headings/spacing, and the committed MCP configs include user-specific absolute paths that won’t work across environments and leak local filesystem details.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR aims to improve the CLI console output readability in Program.cs and updates the repo’s MCP configuration to a newer maf-doctor init version.

Changes:

  • Adds additional newlines and section headings to the results output in Program.cs.
  • Tweaks the main prompt to start on a new line for cleaner console interaction.
  • Updates .vscode/mcp.json and .mcp.json to MAF_DOCTOR_INIT_VERSION 1.15.0 and expands MAF_DOCTOR_WORKSPACE_ROOTS.
File summaries
File Description
Program.cs Adjusts prompt/results console formatting and section headings.
.vscode/mcp.json Updates maf-doctor MCP server env values (init version + workspace roots).
.mcp.json Mirrors MCP server env updates for maf-doctor (init version + workspace roots).
Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 4
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .mcp.json
Comment on lines +7 to +8
"MAF_DOCTOR_INIT_VERSION": "1.15.0",
"MAF_DOCTOR_WORKSPACE_ROOTS": "C:\\Users\\jesseliberty\\ai\\.net\\blogWriter;E:\\ai\\.net\\blog\\blogMigration---public;E:\\ai\\.net\\blog\\BlogWriter"
Comment thread .vscode/mcp.json
Comment on lines +8 to +9
"MAF_DOCTOR_INIT_VERSION": "1.15.0",
"MAF_DOCTOR_WORKSPACE_ROOTS": "C:\\Users\\jesseliberty\\ai\\.net\\blogWriter;E:\\ai\\.net\\blog\\blogMigration---public;E:\\ai\\.net\\blog\\BlogWriter"
Comment thread Program.cs
Console.WriteLine("\n\n========== RESULTS ==========");
Console.WriteLine($"\nSession: {session.Id}");
Console.WriteLine($"\nTask: {result.MainTask}");
Console.WriteLine($"\n\n===Research Findings===\n ({result.ResearchFindings.Count}):");
Comment thread Program.cs
Comment on lines +205 to +206
Console.WriteLine($"\n\n===Draft:===\n{result.Draft}");
Console.WriteLine($"\n\n===Review Notes:===\n {result.ReviewNotes}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants