@baseline-studio/cli 2.6.2 → 2.6.3

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.
@@ -239,10 +239,25 @@ async function init() {
239
239
  ["Frameworks:", `${frameworkCount}`],
240
240
  ["Scripts:", `${scriptCount}`],
241
241
  ]);
242
+ // Context importance + file listing
243
+ console.log(` ${ui.bold("Context is what makes the system yours.")}`);
244
+ console.log(` Every skill uses your context to produce personalized output.`);
245
+ console.log(` The more detailed your context, the better every skill performs.\n`);
246
+ console.log(` ${ui.dim("Your context files:")}`);
247
+ console.log(` ${ui.accent("core/identity.md")} ${ui.dim("— who you are, what you do, differentiators")}`);
248
+ console.log(` ${ui.accent("core/voice.md")} ${ui.dim("— tone, language rules, brand personality")}`);
249
+ console.log(` ${ui.accent("extended/product.md")} ${ui.dim("— features, workflows, technical details")}`);
250
+ console.log(` ${ui.accent("extended/users.md")} ${ui.dim("— personas, goals, pain points")}`);
251
+ console.log(` ${ui.accent("extended/icp.md")} ${ui.dim("— ideal customer profile, buyer psychology")}`);
252
+ console.log(` ${ui.accent("extended/competitive.md")} ${ui.dim("— competitors, positioning, alternatives")}`);
253
+ console.log(` ${ui.accent("extended/pricing.md")} ${ui.dim("— tiers, objection handling, value props")}`);
254
+ console.log(` ${ui.accent("extended/technical.md")} ${ui.dim("— tech stack, integrations, constraints")}`);
255
+ console.log(` ${ui.accent("extended/visual-identity.md")} ${ui.dim("— colors, fonts, visual style")}`);
256
+ console.log(` ${ui.accent("extended/formatting.md")} ${ui.dim("— document structure, heading rules")}`);
257
+ console.log();
242
258
  ui.nextSteps([
243
- `Open ${ui.accent("context/core/")} and review your identity & voice files`,
244
- `Fill in extended context files — start with ${ui.accent("product")}, ${ui.accent("users")}, ${ui.accent("icp")}`,
245
- `Run ${ui.accent("npx baseline context")} to update context with guided prompts`,
259
+ `Fill in your context files — start with ${ui.accent("identity")}, ${ui.accent("voice")}, ${ui.accent("product")}, ${ui.accent("users")}`,
260
+ `Run ${ui.accent("npx baseline context")} for guided prompts to help you fill them in`,
246
261
  `Open this folder in your AI tool and start using skills`,
247
262
  ]);
248
263
  console.log();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baseline-studio/cli",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "description": "CLI for distributing and updating the Baseline System — an AI-powered workflow system for product teams",
5
5
  "keywords": [
6
6
  "baseline",