diff --git a/README.md b/README.md index 62dfb25..8f73b05 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ > A structured information architecture for harness engineering — organizing what > coding agents know into composable, team-shared layers. +**TL;DR** — Run `npx @codemcp/ade setup` in your project to get started. + ## The alignment problem The biggest challenge in agentic development is not agent capability — it is alignment. diff --git a/package.json b/package.json index 3b86dfb..7cb1dec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "@codemcp/ade", "version": "0.1.1", - "private": true, "description": "ADE CLI — Agentic Development Environment setup and configuration tool", "license": "MIT", "keywords": [ @@ -20,6 +19,12 @@ "pnpm": ">=9.0.0" }, "type": "module", + "bin": { + "ade": "packages/cli/dist/index.js" + }, + "publishConfig": { + "access": "public" + }, "scripts": { "build": "turbo run build", "build:clean": "turbo run clean:build",