From 4c3800e8c606300a35f5ddc8f2abce322bb6b0c1 Mon Sep 17 00:00:00 2001 From: "copilot-config-sync[bot]" <2801109+copilot-config-sync[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 04:03:38 +0000 Subject: [PATCH] chore: add agent-config.yml --- agent-config.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 agent-config.yml diff --git a/agent-config.yml b/agent-config.yml new file mode 100644 index 000000000..8384f2c40 --- /dev/null +++ b/agent-config.yml @@ -0,0 +1,23 @@ +# agent-config.yml (Master) +# Controls which artifacts are synced to target repositories. +# Items under `include` will be synced. Move to `exclude` to opt out. + +agents: + include: [] + exclude: [] + +skills: + include: + - agent-scratchpad + - context7 + - graphql + - kafka + exclude: [] + +workflows: + include: + - copilot-setup-steps.example.yaml + - daily-doc-updater.lock.yml + - daily-doc-updater.md + - shared/mood.md + exclude: []