create-runcontext 0.5.4 → 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.
- package/README.md +7 -7
- 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/
|
|
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
|
|
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`** —
|
|
33
|
-
2. **
|
|
34
|
-
3.
|
|
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/
|
|
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.
|
|
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",
|