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
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"version": "0.1.0",
"private": true,
"description": "CodeAssembly monorepo",
"keywords": [],
"keywords": [
"agents",
"ai",
"code-orchestration",
"monorepo"
],
"homepage": "https://github.com/williamthorsen/codeassembly#readme",
"bugs": {
"url": "https://github.com/williamthorsen/codeassembly/issues"
Expand Down Expand Up @@ -33,11 +38,11 @@
"@vitejs/plugin-react": "6.0.5",
"@vitest/coverage-v8": "4.1.10",
"@vitest/eslint-plugin": "1.6.26",
"@williamthorsen/eslint-config-typescript": "8.7.0",
"@williamthorsen/eslint-config-typescript": "10.0.0",
"@williamthorsen/kb": "workspace:*",
"@williamthorsen/nmr": "0.30.0",
"@williamthorsen/release-kit": "10.3.1",
"@williamthorsen/strict-lint": "9.4.0",
"@williamthorsen/strict-lint": "11.0.0",
"codeassembly": "workspace:*",
"dotenv": "17.4.2",
"eslint": "10.8.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
},
"license": "ISC",
"author": "William Thorsen <william@thorsen.dev> (https://github.com/williamthorsen)",
"sideEffects": false,
"type": "module",
"exports": {},
"exports": {
"./package.json": "./package.json"
},
"bin": {
"codeassembly": "bin/codeassembly.js"
},
Expand Down
1 change: 1 addition & 0 deletions packages/factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.2.5",
"private": true,
"description": "Visual factory for orchestrated workflow management",
"author": "William Thorsen <william@thorsen.dev> (https://github.com/williamthorsen)",
"type": "module",
"scripts": {
"build": "pnpm vite build",
Expand Down
1 change: 1 addition & 0 deletions packages/fleet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"description": "Fleet-visibility server: Watches the events root, folds lane state, and streams snapshots over SSE",
"author": "William Thorsen <william@thorsen.dev> (https://github.com/williamthorsen)",
"type": "module",
"exports": {
".": {
Expand Down
1 change: 1 addition & 0 deletions packages/foreman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"description": "Fleet-visibility client: Renders the lane view over Fleet's snapshot and SSE stream",
"author": "William Thorsen <william@thorsen.dev> (https://github.com/williamthorsen)",
"type": "module",
"scripts": {
"build": "pnpm vite build",
Expand Down
1 change: 1 addition & 0 deletions packages/kb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"license": "ISC",
"author": "William Thorsen <william@thorsen.dev> (https://github.com/williamthorsen)",
"sideEffects": false,
"type": "module",
"exports": {
".": {
Expand Down
1 change: 1 addition & 0 deletions packages/lifecycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"license": "ISC",
"author": "William Thorsen <william@thorsen.dev> (https://github.com/williamthorsen)",
"sideEffects": false,
"type": "module",
"exports": {
".": {
Expand Down
1 change: 1 addition & 0 deletions packages/mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.2.4",
"private": true,
"description": "MCP server for orchestrated run management",
"author": "William Thorsen <william@thorsen.dev> (https://github.com/williamthorsen)",
"type": "module",
"bin": {
"codeassembly-mcp": "bin/codeassembly-mcp.js"
Expand Down
1 change: 1 addition & 0 deletions packages/run-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.2.3",
"private": true,
"description": "Core runtime for orchestrated development runs",
"author": "William Thorsen <william@thorsen.dev> (https://github.com/williamthorsen)",
"type": "module",
"exports": {
".": {
Expand Down
269 changes: 64 additions & 205 deletions pnpm-lock.yaml

Large diffs are not rendered by default.