create-runcontext
v0.6.1
Published
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.
Maintainers
Readme
create-runcontext
Scaffold a new RunContext project — one command to start building an AI-ready semantic plane from your database.
Usage
npx create-runcontext my-project
cd my-project
context setupThe 6-step setup wizard walks you through: Connect > Define > Scaffold > Checkpoint > Curate > Serve.
What it creates
my-project/
├── context/
│ ├── models/ # Semantic models (OSI YAML)
│ ├── governance/ # Ownership, trust, security, semantic roles
│ ├── rules/ # Golden queries, business rules, guardrails
│ ├── lineage/ # Upstream/downstream lineage
│ ├── glossary/ # Business term definitions
│ └── owners/ # Team ownership records
├── runcontext.config.yaml
└── package.jsonWhat happens next
context setup— 6-step wizard guides you from database to semantic plane- Scaffold & Checkpoint — Introspect database, scaffold Bronze metadata, lock baseline
- Curate — Your AI agent (Claude Code, Cursor, Copilot) uses MCP to query the database and write Gold-quality metadata
context serve— MCP server goes live, AI agents get full context
Part of RunContext
See the RunContext repository for full documentation.
License
MIT
