Component: Documentation
Bug Description:
docs/getting-started/collections.md has stale artifact counts for the experimental collection row. PR #1861 added the caveman skill to the experimental collection and updated collections/experimental.collection.yml, but the Available Collections table in the documentation was not updated.
Specific stale values vs. actual counts from collections/experimental.collection.yml:
| Field |
Current (stale) |
Actual (from YAML) |
| Agents |
3 |
3 ✓ |
| Prompts |
0 |
2 |
| Instructions |
3 |
11 |
| Skills |
2 |
7 |
Expected Behavior:
The experimental row in docs/getting-started/collections.md should reflect current artifact counts from collections/experimental.collection.yml.
Steps to Reproduce:
PR #1861 (feat: add experimental Caveman response style skill) added .github/skills/experimental/caveman to the experimental collection. The collection YAML was updated but docs/getting-started/collections.md was not.
To verify:
grep "kind: agent" collections/experimental.collection.yml | wc -l # returns 3
grep "kind: prompt" collections/experimental.collection.yml | wc -l # returns 2
grep "kind: instruction" collections/experimental.collection.yml | wc -l # returns 11
grep "kind: skill" collections/experimental.collection.yml | wc -l # returns 7
Additional Context:
Generated by Documentation Update Check · 412.1 AIC · ⌖ 12.6 AIC · ⊞ 34.4K · ◷
Component: Documentation
Bug Description:
docs/getting-started/collections.mdhas stale artifact counts for theexperimentalcollection row. PR #1861 added thecavemanskill to the experimental collection and updatedcollections/experimental.collection.yml, but the Available Collections table in the documentation was not updated.Specific stale values vs. actual counts from
collections/experimental.collection.yml:Expected Behavior:
The
experimentalrow indocs/getting-started/collections.mdshould reflect current artifact counts fromcollections/experimental.collection.yml.Steps to Reproduce:
PR #1861 (feat: add experimental Caveman response style skill) added
.github/skills/experimental/cavemanto the experimental collection. The collection YAML was updated butdocs/getting-started/collections.mdwas not.To verify:
Additional Context:
collections/experimental.collection.ymldocs/getting-started/collections.md(Available Collections table,experimentalrow)project-planningandhve-core-allrow counts; docs: update docs/getting-started/collections.md hve-core row counts after PR Walkthrough addition #2080 covershve-corerow counts; docs: update docs/getting-started/collections.md for jira-setup prompt addition #1869 coversjirarow counts — all in the same file