MCPcopy
hub / github.com/Fission-AI/OpenSpec / emitStoreRootBanner

Function emitStoreRootBanner

src/core/root-selection.ts:440–444  ·  view source on GitHub ↗
(root: ResolvedOpenSpecRoot)

Source from the content-addressed store, hash-verified

438 * raw-Markdown and agent-consumed stdout payloads stay clean.
439 */
440export function emitStoreRootBanner(root: ResolvedOpenSpecRoot): void {
441 if (isStoreSelectedRoot(root)) {
442 console.error(`Using OpenSpec root: ${root.storeId} (${root.path})`);
443 }
444}
445
446/**
447 * Keeps follow-up command hints inside the selected store: a hint a user can

Callers 2

resolveRootForCommandFunction · 0.85
executeMethod · 0.85

Calls 1

isStoreSelectedRootFunction · 0.85

Tested by

no test coverage detected