chore: pivot to Wordbench — remove Originmain codebase, add PRD

Clears the prior AI design-engineering product and replaces the repo with the Wordbench (agentic WordPress development environment) PRD.
This commit is contained in:
Osinachi Patrick
2026-08-12 11:43:10 +01:00
parent 65a9051bf5
commit 702ce4e9c1
292 changed files with 447 additions and 55001 deletions
-29
View File
@@ -1,29 +0,0 @@
{
"name": "originmain",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"typecheck": "pnpm -r run typecheck",
"lint": "eslint . --max-warnings 0",
"test": "vitest run --coverage",
"build": "pnpm --filter @originmain/app run build",
"sdk:build": "pnpm --filter @originmain/live run build && pnpm --filter @originmain/next run build",
"dev": "pnpm --filter @originmain/app run dev",
"cli:build": "pnpm --filter @originmain/cli run build",
"cli:dev": "node packages/cli/dist/cli.js dev",
"migration:dry-run": "supabase db diff --schema public"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitest/coverage-v8": "^2.1.9",
"eslint": "^9.0.0",
"typescript": "^5.5.0",
"vitest": "^2.1.9"
},
"engines": {
"node": ">=22",
"pnpm": ">=9"
}
}