(root: ResolvedOpenSpecRoot)
| 438 | * raw-Markdown and agent-consumed stdout payloads stay clean. |
| 439 | */ |
| 440 | export 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 |
no test coverage detected