From b4e5beca91543ec33f084674da6062a2b1aa1d0e Mon Sep 17 00:00:00 2001 From: "copilot-config-sync[bot]" <2801109+copilot-config-sync[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 22:56:34 +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 0000000..8384f2c --- /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: []