From b5dcaf98b88b46139b12df988c2f2a7dc04fd4f8 Mon Sep 17 00:00:00 2001 From: Pieter de Bruin Date: Thu, 7 May 2026 06:04:34 +0200 Subject: [PATCH] Add refresh guidance for current/upcoming events The skill now instructs agents to refresh before searching when the conversation is about a current or upcoming event, preventing stale cached data from being served during active events. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- skills/microsoft-build/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/microsoft-build/SKILL.md b/skills/microsoft-build/SKILL.md index d9ce9c7..0ffc353 100644 --- a/skills/microsoft-build/SKILL.md +++ b/skills/microsoft-build/SKILL.md @@ -119,7 +119,7 @@ npx @microsoft/events-cli refresh --event build-2026 npx @microsoft/events-cli status ``` -The CLI caches session data locally. On first use it fetches automatically — no explicit refresh needed. Use `--json` for structured output the agent can parse directly. +The CLI caches session data locally. On first use it fetches automatically — no explicit refresh needed. If the conversation is about a current or upcoming event, run `refresh` before searching to ensure fresh data. Use `--json` for structured output the agent can parse directly. #### CLI reference