Skip to content

Commit be44ae1

Browse files
author
Gregg Cochran
committed
fix: update project structure in README, bump catalog version to 1.1.0
- README: add CODEOWNERS and dependabot.yml to project structure tree - README: align annotation spacing for consistency - catalog.yml: bump version from 1.0.0 to 1.1.0 to match latest release
1 parent f8ccb2b commit be44ae1

2 files changed

Lines changed: 17 additions & 15 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -148,26 +148,28 @@ flowchart TD
148148
```
149149
copilot-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
---

β€Žskills/copilot-cli-quickstart/catalog.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: >
99
emoji: "πŸš€"
1010
codename: The Friendly Terminal Tutor
1111
category: specialist
12-
version: "1.0.0"
12+
version: "1.1.0"
1313
tags: [learning, tutorial, quickstart, beginner, copilot-cli, education]
1414
platforms: [copilot-cli]
1515
input_format: free-text

0 commit comments

Comments
Β (0)