@jaggerxtrm/specialists 3.0.1 → 3.0.2
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.
- package/bin/install.js +3 -1
- package/package.json +1 -1
package/bin/install.js
CHANGED
|
@@ -283,7 +283,7 @@ if (!hooksExist) {
|
|
|
283
283
|
skip('hooks up to date');
|
|
284
284
|
} else {
|
|
285
285
|
const label = (h) => h.missing ? red('missing') : yellow('updated');
|
|
286
|
-
console.log(` ${yellow('○')} ${drift.length} of
|
|
286
|
+
console.log(` ${yellow('○')} ${drift.length} of 6 hook(s) have changes:`);
|
|
287
287
|
for (const h of drift) info(` ${h.name} ${label(h)}`);
|
|
288
288
|
console.log();
|
|
289
289
|
const confirmed = promptYN(' Update hooks?');
|
|
@@ -298,6 +298,8 @@ info('main-guard: blocks file edits and direct master pushes (enforces PR workfl
|
|
|
298
298
|
info('beads-edit-gate: requires in_progress bead before editing files');
|
|
299
299
|
info('beads-commit-gate: requires issues closed before git commit');
|
|
300
300
|
info('beads-stop-gate: requires issues closed before session end');
|
|
301
|
+
info('beads-close-memory-prompt: nudges knowledge capture after bd close');
|
|
302
|
+
info('specialists-complete: injects completion banners for background jobs');
|
|
301
303
|
|
|
302
304
|
// 7. Health check
|
|
303
305
|
section('Health check');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jaggerxtrm/specialists",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "OmniSpecialist — 7-tool MCP orchestration layer powered by the Specialist System. Discover and execute .specialist.yaml files across project/user/system scopes via pi.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|