Refer to https://docs.google.com/document/d/1txFFr-X2gg7EGfVfaJjBJZRPWYg6wGxTHne7cD85Ipk/edit?usp=sha ring Lucerne needs to implement Planned change 1 and Technical requirement 1. A developer tries to continue Copilot work for issue #904 from a folder containing local lab notes and exported CSV files. Which change should you make first? Select one answer.
cd ~/Documents/lab-notes
copilot
# Prompt:
# Continue issue #904 and prepare the analysis fix for review.
# Copilot CLI output:
# Git repository detected? no
# Current directory is trusted? no
# I can generate files here, but no pull request context is available.
# Trust this directory and continue?Choose an answer
Tap an option to check your answer.
Correct answer: Start Copilot CLI inside the repository working tree.
Why this is the answer
The Copilot CLI output indicates "Git repository detected? no" and "no pull request context is available." This means Copilot cannot link its work to issue 904 or a pull request because it's not in a Git repository. Planned change 1 and Technical requirement 1 both involve repository-specific actions (e.g., creating a pull request, analyzing a fix). To address this, the developer must navigate to the actual Git repository working tree for issue 904 before running copilot. Trusting the notes folder would allow file generation but wouldn't provide the necessary Git context for issue 904. Adding release reviewers or converting the issue to a pull request are subsequent steps that require the initial Git context to be established first.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed