Skip to content

Commit c6d7250

Browse files
committed
Remove local skill validator and restore release tagging
1 parent da95471 commit c6d7250

File tree

3 files changed

+2
-98
lines changed

3 files changed

+2
-98
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0
2830

2931
- name: Check for content changes
3032
id: changes

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@ A skill contains:
102102
- `assets/` — output assets or templates used by the workflow
103103
- `scripts/` — deterministic helpers when they add reliability
104104

105-
Run skill quality validation before merging skill changes:
106-
107-
```bash
108-
./scripts/verify_mcaf_skills.sh
109-
```
110-
111105
Recommended target locations in a consuming repo:
112106

113107
- Codex: `.codex/skills/`

scripts/verify_mcaf_skills.sh

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)