clud-bug 0.5.1 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/skills.js +1 -1
  2. package/package.json +1 -1
package/lib/skills.js CHANGED
@@ -15,7 +15,7 @@ const MANIFEST_VERSION = 1;
15
15
  // skill content, bump BASELINE_SKILLS_REF below in the same clud-bug PR
16
16
  // that ships the corresponding bundled fallback update.
17
17
  // See thrillmot/agent-skills — skills.sh `skills/<name>/SKILL.md` layout.
18
- const BASELINE_SKILLS_REF = '977e439ec861860351239ed89dd56edcd48cbf6b';
18
+ const BASELINE_SKILLS_REF = 'a44559770686e6c51d08ba5bb842d78f85876fb2';
19
19
  const AGENT_SKILLS_BASE = process.env.CLUD_BUG_AGENT_SKILLS_BASE
20
20
  ?? `https://raw.githubusercontent.com/thrillmot/agent-skills/${BASELINE_SKILLS_REF}/skills`;
21
21
  const SKILL_FETCH_TIMEOUT_MS = 5000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clud-bug",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "Claude PR review with project-aware skills. CLI installs a working GitHub Actions workflow and curates skills from skills.sh.",
5
5
  "homepage": "https://cludbug.dev",
6
6
  "bugs": "https://github.com/thrillmot/clud-bug/issues",