design-brain-memory 0.9.1 → 0.9.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/dist/cli.js CHANGED
@@ -61,7 +61,7 @@ async function main() {
61
61
  program
62
62
  .name('design-brain-memory')
63
63
  .description('Relational markdown design memory powered by Agent Browser CLI')
64
- .version('0.9.0')
64
+ .version('0.9.2')
65
65
  .option('-y, --yes', 'Skip interactive prompts');
66
66
  /* ─── scan (default command) ─── */
67
67
  program
@@ -64,8 +64,8 @@ export function renderScanResults(result) {
64
64
  // Header box
65
65
  console.log(topBorder());
66
66
  console.log(emptyBoxLine());
67
- const title = `${BOLD}${CYAN}design-brain${RESET} v0.9.0`;
68
- console.log(boxLine(title, 'design-brain v0.9.0'.length));
67
+ const title = `${BOLD}${CYAN}design-brain${RESET} v0.9.2`;
68
+ console.log(boxLine(title, 'design-brain v0.9.2'.length));
69
69
  const subtitle = `${DIM}Relational design memory${RESET}`;
70
70
  console.log(boxLine(subtitle, 'Relational design memory'.length));
71
71
  console.log(emptyBoxLine());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "design-brain-memory",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Relational markdown design memory powered by Agent Browser CLI",
5
5
  "repository": {
6
6
  "type": "git",