feat: add frictionless RA-H OS setup
- Add MCP setup, doctor, init-db, config, and rules CLI commands - Publish latest MCP package wiring and local setup helper - Update OS install docs for MCP-only, full app, and demo-safe setup Generated with Claude Code
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"author": "Bradley Morris",
|
||||
"scripts": {
|
||||
"bootstrap:local": "node ./scripts/dev/bootstrap-local.mjs",
|
||||
"setup:local": "node ./scripts/dev/setup-local.mjs",
|
||||
"dev": "cross-env NEXT_PUBLIC_DEPLOYMENT_MODE=local NEXT_PUBLIC_ENABLE_SUBSCRIPTION_BACKEND=false NODE_OPTIONS=--dns-result-order=ipv4first next dev",
|
||||
"dev:local": "npm run dev",
|
||||
"dev:evals": "cross-env RAH_EVALS_LOG=1 NEXT_PUBLIC_DEPLOYMENT_MODE=local NEXT_PUBLIC_ENABLE_SUBSCRIPTION_BACKEND=false NODE_OPTIONS=--dns-result-order=ipv4first next dev",
|
||||
|
||||
Reference in New Issue
Block a user