From a6b3b0ff83327e4a00fde2b9540e7169799f37ca Mon Sep 17 00:00:00 2001 From: David Kaya Date: Wed, 25 Mar 2026 00:13:25 +0100 Subject: [PATCH] docs: note local upstream clone paths Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index b5d39b3..3e5b781 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -51,6 +51,7 @@ These instructions apply to any automated or semi-automated agent working in thi - Use Bun for dependency management and script execution. - Prefer repository-local tooling over global machine state whenever possible. +- For upstream behavior analysis, local source clones are available at `..\agent-framework` and `..\copilot-sdk`. Prefer inspecting those repositories directly when validating Agent Framework or Copilot SDK semantics instead of guessing from memory. - Keep changes focused and reviewable. Avoid mixing unrelated concerns into a single change. - Always commit completed repository changes before handing work off. If unrelated pre-existing changes are present in the worktree, stop and ask the user how to proceed before creating the commit. - Do not mark work as done until both the implementation and its verification are complete.