@@ -148,26 +148,28 @@ flowchart TD
148148```
149149copilot-cli-quickstart/
150150βββ .github/
151- β βββ ISSUE_TEMPLATE/ β π Bug, feature, & lesson templates
152- β βββ PULL_REQUEST_TEMPLATE.md β π PR checklist
151+ β βββ CODEOWNERS β π Code ownership rules
152+ β βββ ISSUE_TEMPLATE/ β π Bug, feature, & lesson templates
153+ β βββ PULL_REQUEST_TEMPLATE.md β π PR checklist
154+ β βββ dependabot.yml β π€ Automated dependency updates
153155β βββ skills/
154156β βββ copilot-cli-quickstart/
155- β βββ SKILL.md β π§ Skill file (required path for /skills add)
157+ β βββ SKILL.md β π§ Skill file (required path for /skills add)
156158βββ agents/
157- β βββ copilot-cli-quickstart.agent.md β π€ Agent config
158- β βββ copilot-cli-quickstart.md β π PRD (Product Requirements Doc)
159+ β βββ copilot-cli-quickstart.agent.md β π€ Agent config
160+ β βββ copilot-cli-quickstart.md β π PRD (Product Requirements Doc)
159161βββ skills/
160162β βββ copilot-cli-quickstart/
161- β βββ SKILL.md β π§ The brain β canonical skill source
162- β βββ catalog.yml β π Camp Air catalog metadata
163+ β βββ SKILL.md β π§ The brain β canonical skill source
164+ β βββ catalog.yml β π Camp Air catalog metadata
163165βββ .gitignore
164- βββ CHANGELOG.md β π Version history
165- βββ CODE_OF_CONDUCT.md β π€ Contributor Covenant
166- βββ CONTRIBUTING.md β π οΈ How to contribute
167- βββ LICENSE β π MIT
168- βββ SECURITY.md β π Security policy
169- βββ TESTING.md β π§ͺ Conversation playbooks & QA
170- βββ README.md β π You are here!
166+ βββ CHANGELOG.md β π Version history
167+ βββ CODE_OF_CONDUCT.md β π€ Contributor Covenant
168+ βββ CONTRIBUTING.md β π οΈ How to contribute
169+ βββ LICENSE β π MIT
170+ βββ SECURITY.md β π Security policy
171+ βββ TESTING.md β π§ͺ Conversation playbooks & QA
172+ βββ README.md β π You are here!
171173```
172174
173175---
0 commit comments