Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 6ccd346

Browse files
Chris Dukesclaude
authored andcommitted
🚀 Bump version to 1.0.3 with comprehensive GEMINI.md
- Update version from 1.0.2 to 1.0.3 - Remove workspace configuration for clean npm publish - Includes fully engineered 45K token GEMINI.md with 1:1 codebase parity - Ready for npm publish and LinkedIn promotion 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3a8705d commit 6ccd346

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clduab11/gemini-flow",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Gemini Flow - Revolutionary Multi-Model AI Orchestration Platform powered by Google Gemini with quantum computing capabilities",
55
"type": "module",
66
"main": "dist/index.js",
@@ -28,27 +28,17 @@
2828
"README.md",
2929
"LICENSE"
3030
],
31-
"workspaces": [
32-
"packages/*",
33-
"packages/agents/*",
34-
"packages/core/*",
35-
"packages/integrations/*"
36-
],
3731
"scripts": {
3832
"build": "tsc && npm run build:cli",
3933
"build:cli": "chmod +x bin/gemini-flow && chmod +x dist/cli/index.js",
40-
"build:workspaces": "npm run build --workspaces --if-present",
4134
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest",
42-
"test:workspaces": "npm run test --workspaces --if-present",
4335
"lint": "eslint src/**/*.ts",
44-
"lint:workspaces": "npm run lint --workspaces --if-present",
4536
"typecheck": "tsc --noEmit",
46-
"typecheck:workspaces": "npm run typecheck --workspaces --if-present",
4737
"dev": "tsx watch src/index.ts",
4838
"cli:dev": "tsx src/cli/index.ts",
4939
"start": "node dist/index.js",
5040
"benchmark": "tsx scripts/benchmark.ts",
51-
"clean": "rm -rf dist && npm run clean --workspaces --if-present",
41+
"clean": "rm -rf dist",
5242
"prepublishOnly": "npm run clean && npm run build",
5343
"postinstall": "echo 'Gemini-Flow installed successfully'",
5444
"verify-api-key": "node scripts/verify-api-key.js",

0 commit comments

Comments
 (0)