From 23895c96a10e326e3d12bf5c894c601e67f77e7a Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Tue, 16 Jun 2026 14:03:14 -0700 Subject: [PATCH] README: move 'Make it yours' before 'Clean up' Customize-before-teardown reads more naturally. Promotes 'Make it yours' into step 6 of the Quickstart, with 'Clean up' as the closing step 7. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0f797f7..86b94f6 100644 --- a/README.md +++ b/README.md @@ -98,15 +98,7 @@ azd up Now `inbox-triage` fires automatically on every new email — no client, no waiting. Send yourself a message, then watch your Teams channel (VIP / incident) or your inbox (replies). Tail the live trace with `azd monitor --logs`. -### Clean up - -```bash -azd down --purge -``` - -> Hitting an error? See [docs/troubleshooting.md](docs/troubleshooting.md). - -## Make it yours +### 6. Make it yours - ✍️ Edit `skills/vip-rules.md` to set your VIPs, what to skip, and what escalates to Teams. - 🔁 The `weekly-rule-suggestions` agent proposes tuning that you approve by hand. @@ -114,6 +106,14 @@ azd down --purge → Full guide: [docs/customize.md](docs/customize.md). +### 7. Clean up + +```bash +azd down --purge +``` + +> Hitting an error? See [docs/troubleshooting.md](docs/troubleshooting.md). + ## How it works (the short version) This is an Azure Functions app on the serverless agents runtime. Each agent is a markdown file (`*.agent.md`) that reasons over your rules in `skills/*.md`; a small `tools/match_rule.py` adds deterministic classification. Microsoft 365 actions go through Entra-authorized MCP connectors — no app secrets, managed identity end to end.