stoa-mcp 0.1.5 → 0.1.6

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/dist/cli.js +5 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -618,8 +618,11 @@ program
618
618
  writeln(chalk.green(" context.md — brand voice, dependencies, conventions"));
619
619
  writeln(chalk.green(" lessons.md — project memory (grows automatically)"));
620
620
  writeln();
621
- writeln(`Run ${chalk.cyan("stoa refine \"your idea\"")} to get started`);
622
- writeln(chalk.dim("Optional: edit moodboard/notes.md and context.md to customize your design system"));
621
+ writeln(`Run ${chalk.cyan('stoa refine "your idea"')} to get started`);
622
+ writeln();
623
+ writeln(chalk.dim("To customize first:"));
624
+ writeln(chalk.dim(` stoa moodboard edit — design system`));
625
+ writeln(chalk.dim(` stoa edit context — dependencies & conventions`));
623
626
  });
624
627
  // ── stoa guardrails ──────────────────────────────────────────────────
625
628
  const guardrailsCmd = program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stoa-mcp",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "The Specification Compiler for AI Agents. Transform vague tasks into executable specs with blind test scenarios.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",