@costrict/csc 4.1.10 → 4.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@costrict/csc",
3
- "version": "4.1.10",
3
+ "version": "4.1.12",
4
4
  "description": "costrict",
5
5
  "type": "module",
6
6
  "author": "costrict",
@@ -29,8 +29,7 @@
29
29
  },
30
30
  "workspaces": [
31
31
  "packages/*",
32
- "packages/@ant/*",
33
- "packages/@anthropic-ai/*"
32
+ "packages/@costrict/*"
34
33
  ],
35
34
  "files": [
36
35
  "dist",
@@ -67,7 +66,7 @@
67
66
  "compile:mac-x64-baseline": "bun build dist/cli.js --compile --target=bun-darwin-x64-baseline --outfile dist/csc-darwin-x64-baseline",
68
67
  "dev": "bun run scripts/dev.ts",
69
68
  "dev:inspect": "bun run scripts/dev-debug.ts",
70
- "prepublishOnly": "bun run build",
69
+ "prepublishOnly": "bun run security:scan && bun run build",
71
70
  "lint": "biome lint src/",
72
71
  "lint:fix": "biome lint --fix src/",
73
72
  "format": "biome format --write src/",
@@ -78,7 +77,13 @@
78
77
  "postinstall": "node scripts/run-parallel.mjs scripts/postinstall.cjs scripts/setup-chrome-mcp.mjs scripts/install-cosknow.mjs",
79
78
  "docs:dev": "npx mintlify dev",
80
79
  "typecheck": "tsc --noEmit",
81
- "rcs": "bun run scripts/rcs.ts"
80
+ "rcs": "bun run scripts/rcs.ts",
81
+ "self-verify": "bun run scripts/self-verify.ts",
82
+ "self-verify:smoke": "bun run scripts/self-verify.ts --profile smoke",
83
+ "self-verify:release-p0": "bun run scripts/self-verify.ts --profile release-p0",
84
+ "self-verify:smoke:keep": "bun run scripts/self-verify.ts --profile smoke --keep-artifacts",
85
+ "self-verify:release-p0:keep": "bun run scripts/self-verify.ts --profile release-p0 --keep-artifacts",
86
+ "security:scan": "bun run scripts/security-scan.ts"
82
87
  },
83
88
  "dependencies": {
84
89
  "@agentclientprotocol/sdk": "^0.19.0",
@@ -96,18 +101,18 @@
96
101
  },
97
102
  "devDependencies": {
98
103
  "@alcalzone/ansi-tokenize": "^0.3.0",
99
- "@ant/claude-for-chrome-mcp": "workspace:*",
100
- "@ant/computer-use-input": "workspace:*",
101
- "@ant/computer-use-mcp": "workspace:*",
102
- "@ant/computer-use-swift": "workspace:*",
103
- "@ant/model-provider": "workspace:*",
104
+ "@costrict/chrome-mcp": "workspace:*",
105
+ "@costrict/computer-use-input": "workspace:*",
106
+ "@costrict/computer-use-mcp": "workspace:*",
107
+ "@costrict/computer-use-swift": "workspace:*",
108
+ "@costrict/model-provider": "workspace:*",
104
109
  "@anthropic-ai/bedrock-sdk": "^0.26.4",
105
110
  "@anthropic-ai/claude-agent-sdk": "^0.2.87",
106
111
  "@anthropic-ai/foundry-sdk": "^0.2.3",
107
112
  "@anthropic-ai/mcpb": "^2.1.2",
108
113
  "@anthropic-ai/sdk": "^0.80.0",
109
114
  "@anthropic-ai/vertex-sdk": "^0.14.4",
110
- "@anthropic/ink": "workspace:*",
115
+ "@costrict/ink": "workspace:*",
111
116
  "@aws-sdk/client-bedrock": "^3.1020.0",
112
117
  "@aws-sdk/client-bedrock-runtime": "^3.1020.0",
113
118
  "@aws-sdk/client-sts": "^3.1020.0",
@@ -115,9 +120,9 @@
115
120
  "@aws-sdk/credential-providers": "^3.1020.0",
116
121
  "@azure/identity": "^4.13.1",
117
122
  "@biomejs/biome": "^2.4.10",
118
- "@claude-code-best/agent-tools": "workspace:*",
119
- "@claude-code-best/builtin-tools": "workspace:*",
120
- "@claude-code-best/mcp-client": "workspace:*",
123
+ "@costrict/agent-tools": "workspace:*",
124
+ "@costrict/builtin-tools": "workspace:*",
125
+ "@costrict/mcp-client": "workspace:*",
121
126
  "@commander-js/extra-typings": "^14.0.0",
122
127
  "@growthbook/growthbook": "^1.6.5",
123
128
  "@langfuse/otel": "^5.1.0",