Commit cef0fef
feat: add experimental Caveman response style skill
Integrates an ultra-compressed response style that reduces output token count while preserving technical accuracy. This skill includes configurable intensity levels and auto-clarity safety rules.
The skill is added to the experimental and hve-core-all collections and plugins.
feat(caveman): Explicitly declare maturity and add attribution
Sets the `caveman` skill's maturity to `experimental` in the collection manifest, aligning with its status. Additionally, updates the plugin README with attribution for the skill's origin.
feat(caveman): Define experimental maturity and refine attribution
Sets the 'caveman' skill's maturity to 'experimental' in the collection manifest. The explicit attribution in the plugin README is removed, with the author's surname 'Brussee' added to the spell-check dictionary instead for consistency. Also corrects minor table formatting in skill documentation.
feat(caveman): Explicitly declare maturity and add attribution
Sets the `caveman` skill's maturity to `experimental` in the collection manifest, aligning with its status. Additionally, updates the plugin README with attribution for the skill's origin.
feat(caveman): Define experimental maturity and refine attribution
Sets the 'caveman' skill's maturity to 'experimental' in the collection manifest. The explicit attribution in the plugin README is removed, with the author's surname 'Brussee' added to the spell-check dictionary instead for consistency. Also corrects minor table formatting in skill documentation.
docs(skills): normalize caveman auto-clarity list, clarify wenyan combo
Normalize the Auto-Clarity Boundaries bullet list to uniformly complete
sentences ending with periods, addressing the markdown punctuation
consistency rule. Replace the abstract wenyan-combination wording with
an explicit `/caveman wenyan ultra` example so readers can see what a
valid level combination looks like.
Resolves the Major and Minor findings from the implementation review at
.copilot-tracking/reviews/2026-06-05/caveman-skill-enhancements-plan-review.md.
revert(scope): restore adr-author SKILL.md and activation baseline to main
Commits b37cac9 and 1595c7d (caveman feature work) incidentally ran \`npm run format:tables\` over the repo and tightened markdown table padding in .github/skills/project-planning/adr-author/SKILL.md. That file is loaded by the @adr-creation GovernEntry and AdoptTemplate activation scenarios, which pin exact byte counts and content hashes in scripts/agents/activation-harness/baseline.json. The drag-along change broke 4 Pester tests in CI and forced an out-of-scope baseline recapture (commit 470c4f4).
Restore both files to their state on origin/main so this branch contains only caveman-related changes. The adr-author SKILL.md formatting drift is unrelated to the caveman skill and should land via its own PR if desired.
chore(baseline): Recalibrate activation harness for adr-author skill
Updates the pinned byte counts and content hashes in `baseline.json` for the `GovernEntry` and `AdoptTemplate` scenarios. This recalibration is necessary due to recent modifications to `.github/skills/project-planning/adr-author/SKILL.md`, which altered its size and content.
chore(plugins): regenerate plugin outputs and re-baseline activation harness
Postprocess (markdown-table-formatter) normalizes tables in caveman and adr-author SKILL.md, plus the experimental collection and plugin README. Re-baselines activation harness against canonical adr-author SKILL.md (13531 bytes).
Update .github/skills/experimental/caveman/SKILL.md
Co-authored-by: Chris Montazer <17170709+rezatnoMsirhC@users.noreply.github.com>1 parent 44b42d4 commit cef0fef
8 files changed
Lines changed: 116 additions & 0 deletions
File tree
- .cspell
- .github/skills/experimental/caveman
- collections
- plugins
- experimental
- skills/experimental
- hve-core-all/skills/experimental
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1621 | 1621 | | |
1622 | 1622 | | |
1623 | 1623 | | |
| 1624 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
507 | 510 | | |
508 | 511 | | |
509 | 512 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments