chore: sync generated files and fix consistency issues
This commit is contained in:
16
.github/MAINTENANCE.md
vendored
16
.github/MAINTENANCE.md
vendored
@@ -28,7 +28,7 @@ If you touch **any of these**:
|
||||
|
||||
- `skills/` (add/remove/modify skills)
|
||||
- the **Full Skill Registry** section of `README.md`
|
||||
- **counts/claims** about the number of skills (`560+ Agentic Skills...`, `(560/560)`, etc.)
|
||||
- **counts/claims** about the number of skills (`1,200+ Agentic Skills...`, `(1,200+/1,200+)`, etc.)
|
||||
|
||||
…then you **MUST** run the Validation Chain **BEFORE** committing.
|
||||
|
||||
@@ -146,8 +146,8 @@ If you add/remove skills, you **MUST** ensure the total count is identical in AL
|
||||
|
||||
Locations to check:
|
||||
|
||||
1. **Title of `README.md`**: "560+ Agentic Skills..."
|
||||
2. **`## Full Skill Registry (560/560)` header**.
|
||||
1. **Title of `README.md`**: "1,200+ Agentic Skills..."
|
||||
2. **`## Full Skill Registry (1,200+/1,200+)` header**.
|
||||
3. **`docs/GETTING_STARTED.md` intro**.
|
||||
|
||||
### D. Credits Policy (Who goes where?)
|
||||
@@ -250,11 +250,11 @@ Validate → Changelog → Bump `package.json` (and README if needed) → Commit
|
||||
|
||||
### When to Close an Issue
|
||||
|
||||
| Situation | Action |
|
||||
|-----------|--------|
|
||||
| PR merges and PR body contains `Closes #N` or `Fixes #N` | GitHub closes the issue automatically. |
|
||||
| PR merges but did not reference the issue | After merge, close manually: `gh issue close N --comment "Fixed in #<PR>. Shipped in vX.Y.Z."` |
|
||||
| Fix/feature shipped in a release, no PR referenced | Close with: `gh issue close N --comment "Shipped in vX.Y.Z. See CHANGELOG."` |
|
||||
| Situation | Action |
|
||||
| -------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
|
||||
| PR merges and PR body contains `Closes #N` or `Fixes #N` | GitHub closes the issue automatically. |
|
||||
| PR merges but did not reference the issue | After merge, close manually: `gh issue close N --comment "Fixed in #<PR>. Shipped in vX.Y.Z."` |
|
||||
| Fix/feature shipped in a release, no PR referenced | Close with: `gh issue close N --comment "Shipped in vX.Y.Z. See CHANGELOG."` |
|
||||
|
||||
### 📋 Changelog Entry Template
|
||||
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
# Pull with rebase to integrate remote changes
|
||||
git pull origin main --rebase || true
|
||||
|
||||
git add README.md skills_index.json data/catalog.json data/bundles.json data/aliases.json CATALOG.md || true
|
||||
git add README.md skills_index.json data/skills_index.json data/catalog.json data/bundles.json data/aliases.json CATALOG.md || true
|
||||
|
||||
# If nothing to commit, exit successfully
|
||||
git diff --cached --quiet && exit 0
|
||||
@@ -89,7 +89,7 @@ jobs:
|
||||
echo "To fix locally, run the FULL Validation Chain, then commit and push:"
|
||||
echo " npm run chain"
|
||||
echo " npm run catalog"
|
||||
echo " git add README.md skills_index.json data/catalog.json data/bundles.json data/aliases.json CATALOG.md"
|
||||
echo " git add README.md skills_index.json data/skills_index.json data/catalog.json data/bundles.json data/aliases.json CATALOG.md"
|
||||
echo " git commit -m \"chore: sync generated registry files\""
|
||||
echo " git push"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user