create-runcontext 0.6.0 → 0.6.1

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/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # create-runcontext
2
2
 
3
- Scaffold a new [RunContext](https://github.com/RunContext/runcontext) project — one command to start building an AI-ready data product from your database.
3
+ Scaffold a new [RunContext](https://github.com/Quiet-Victory-Labs/runcontext) project — one command to start building an AI-ready semantic plane from your database.
4
4
 
5
5
  ## Usage
6
6
 
@@ -10,7 +10,7 @@ cd my-project
10
10
  context setup
11
11
  ```
12
12
 
13
- The setup wizard opens in your browser. Fill out a Context Brief (name, owner, sensitivity, database connection), and the pipeline builds your semantic plane automatically.
13
+ The 6-step setup wizard walks you through: Connect > Define > Scaffold > Checkpoint > Curate > Serve.
14
14
 
15
15
  ## What it creates
16
16
 
@@ -29,14 +29,14 @@ my-project/
29
29
 
30
30
  ## What happens next
31
31
 
32
- 1. **`context setup`** — Browser wizard guides you through the Context Brief
33
- 2. **Pipeline runs** — Introspect database scaffold Bronze enrich to Silver
34
- 3. **`context dev --studio`** Visual editor to curate metadata to Gold tier
35
- 4. **`context serve`** — MCP server live, AI agents get full context
32
+ 1. **`context setup`** — 6-step wizard guides you from database to semantic plane
33
+ 2. **Scaffold & Checkpoint** — Introspect database, scaffold Bronze metadata, lock baseline
34
+ 3. **Curate** Your AI agent (Claude Code, Cursor, Copilot) uses MCP to query the database and write Gold-quality metadata
35
+ 4. **`context serve`** — MCP server goes live, AI agents get full context
36
36
 
37
37
  ## Part of RunContext
38
38
 
39
- See the [RunContext repository](https://github.com/RunContext/runcontext) for full documentation.
39
+ See the [RunContext repository](https://github.com/Quiet-Victory-Labs/runcontext) for full documentation.
40
40
 
41
41
  ## License
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-runcontext",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
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",