Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down