create-runcontext 0.5.3 → 0.6.0

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/index.js +5 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -61,8 +61,10 @@ function main() {
61
61
  console.log("");
62
62
  console.log("Done! Next steps:");
63
63
  console.log(` cd ${projectName}`);
64
- console.log(" pnpm add -D @runcontext/cli");
65
- console.log(" npx context lint");
66
- console.log(" npx context tier");
64
+ console.log(" npx @runcontext/cli setup");
65
+ console.log("");
66
+ console.log("Or tell your AI agent:");
67
+ console.log(' "Install @runcontext/cli and run `npx context setup` to build a');
68
+ console.log(' semantic layer for my database. Follow AGENT_INSTRUCTIONS.md."');
67
69
  }
68
70
  main();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-runcontext",
3
- "version": "0.5.3",
3
+ "version": "0.6.0",
4
4
  "description": "Scaffold a new RunContext data product. Run npx create-runcontext, fill out a Context Brief in your browser, and the pipeline builds your semantic plane automatically.",
5
5
  "license": "MIT",
6
6
  "author": "Eric Kittelson",