From 2fc355dbd526c9f90c1988dbef4bf7bb8ace6d30 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Dec 2025 13:31:26 +0000 Subject: [PATCH] Use placeholders in quick start guide for better maintainability Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- DESIGN_BRIEF.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESIGN_BRIEF.md b/DESIGN_BRIEF.md index 022b5fe..1a1ba2f 100644 --- a/DESIGN_BRIEF.md +++ b/DESIGN_BRIEF.md @@ -1342,7 +1342,7 @@ class TestMapGeneration(unittest.TestCase): **Development Environment Setup:** ```bash # Clone repository -git clone https://github.com/yourorg/BlockWar.git +git clone cd BlockWar # Install Python dependencies @@ -1356,7 +1356,7 @@ pytest tests/unit/ -v python scripts/generate_all_content.py # Run UE5 automation tests (requires UE5 editor) -UnrealEditor.exe BlockWar.uproject -ExecCmds="Automation RunTests;Quit" +UnrealEditor.exe .uproject -ExecCmds="Automation RunTests;Quit" ``` **Running Tests in CI/CD:**