Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skills/microsoft-build/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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.

we probably don't need this if #8 is merged.


#### CLI reference

Expand Down
Loading