claude-code-orchestrator-kit 1.1.0 → 1.2.0

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,78 +1,78 @@
1
- {
2
- "name": "claude-code-orchestrator-kit",
3
- "version": "1.1.0",
4
- "description": "Complete automation and orchestration system for Claude Code with 33+ AI agents, quality gates, health monitoring, and workflow automation",
5
- "main": "index.js",
6
- "type": "module",
7
- "scripts": {
8
- "postinstall": "node postinstall.js",
9
- "setup": "bash switch-mcp.sh",
10
- "test": "echo \"No tests yet\" && exit 0"
11
- },
12
- "keywords": [
13
- "claude",
14
- "claude-code",
15
- "ai",
16
- "agents",
17
- "orchestration",
18
- "automation",
19
- "workflow",
20
- "mcp",
21
- "model-context-protocol",
22
- "supabase",
23
- "code-quality",
24
- "health-monitoring",
25
- "devtools",
26
- "productivity",
27
- "ci-cd",
28
- "quality-gates",
29
- "bug-detection",
30
- "security-scanning",
31
- "dependency-management",
32
- "speckit"
33
- ],
34
- "author": {
35
- "name": "Igor Maslennikov",
36
- "email": "maslennikov-ig@users.noreply.github.com",
37
- "url": "https://github.com/maslennikov-ig"
38
- },
39
- "license": "MIT",
40
- "repository": {
41
- "type": "git",
42
- "url": "git+https://github.com/maslennikov-ig/claude-code-orchestrator-kit.git"
43
- },
44
- "bugs": {
45
- "url": "https://github.com/maslennikov-ig/claude-code-orchestrator-kit/issues"
46
- },
47
- "homepage": "https://github.com/maslennikov-ig/claude-code-orchestrator-kit#readme",
48
- "engines": {
49
- "node": ">=18.0.0",
50
- "npm": ">=9.0.0"
51
- },
52
- "files": [
53
- ".claude/",
54
- "mcp/",
55
- "docs/",
56
- ".github/",
57
- "switch-mcp.sh",
58
- "CLAUDE.md",
59
- "README.md",
60
- "LICENSE",
61
- ".env.example",
62
- ".gitignore",
63
- "postinstall.js",
64
- "index.js"
65
- ],
66
- "bin": {
67
- "claude-orchestrator": "./switch-mcp.sh"
68
- },
69
- "os": [
70
- "darwin",
71
- "linux",
72
- "win32"
73
- ],
74
- "publishConfig": {
75
- "access": "public",
76
- "registry": "https://registry.npmjs.org/"
77
- }
78
- }
1
+ {
2
+ "name": "claude-code-orchestrator-kit",
3
+ "version": "1.2.0",
4
+ "description": "Complete automation and orchestration system for Claude Code with 33+ AI agents, quality gates, health monitoring, and workflow automation",
5
+ "main": "index.js",
6
+ "type": "module",
7
+ "scripts": {
8
+ "postinstall": "node postinstall.js",
9
+ "setup": "bash switch-mcp.sh",
10
+ "test": "echo \"No tests yet\" && exit 0"
11
+ },
12
+ "keywords": [
13
+ "claude",
14
+ "claude-code",
15
+ "ai",
16
+ "agents",
17
+ "orchestration",
18
+ "automation",
19
+ "workflow",
20
+ "mcp",
21
+ "model-context-protocol",
22
+ "supabase",
23
+ "code-quality",
24
+ "health-monitoring",
25
+ "devtools",
26
+ "productivity",
27
+ "ci-cd",
28
+ "quality-gates",
29
+ "bug-detection",
30
+ "security-scanning",
31
+ "dependency-management",
32
+ "speckit"
33
+ ],
34
+ "author": {
35
+ "name": "Igor Maslennikov",
36
+ "email": "maslennikov-ig@users.noreply.github.com",
37
+ "url": "https://github.com/maslennikov-ig"
38
+ },
39
+ "license": "MIT",
40
+ "repository": {
41
+ "type": "git",
42
+ "url": "git+https://github.com/maslennikov-ig/claude-code-orchestrator-kit.git"
43
+ },
44
+ "bugs": {
45
+ "url": "https://github.com/maslennikov-ig/claude-code-orchestrator-kit/issues"
46
+ },
47
+ "homepage": "https://github.com/maslennikov-ig/claude-code-orchestrator-kit#readme",
48
+ "engines": {
49
+ "node": ">=18.0.0",
50
+ "npm": ">=9.0.0"
51
+ },
52
+ "files": [
53
+ ".claude/",
54
+ "mcp/",
55
+ "docs/",
56
+ ".github/",
57
+ "switch-mcp.sh",
58
+ "CLAUDE.md",
59
+ "README.md",
60
+ "LICENSE",
61
+ ".env.example",
62
+ ".gitignore",
63
+ "postinstall.js",
64
+ "index.js"
65
+ ],
66
+ "bin": {
67
+ "claude-orchestrator": "./switch-mcp.sh"
68
+ },
69
+ "os": [
70
+ "darwin",
71
+ "linux",
72
+ "win32"
73
+ ],
74
+ "publishConfig": {
75
+ "access": "public",
76
+ "registry": "https://registry.npmjs.org/"
77
+ }
78
+ }
@@ -1,21 +0,0 @@
1
- {
2
- "enableAllProjectMcpServers": true,
3
- "enabledMcpjsonServers": [
4
- "context7",
5
- "server-sequential-thinking",
6
- "supabase"
7
- ],
8
- "hooks": {
9
- "Stop": [
10
- {
11
- "matcher": "",
12
- "hooks": [
13
- {
14
- "type": "command",
15
- "command": "echo -e '\\n\\033[1;32m✅ ЗАДАЧА ЗАВЕРШЕНА (Stop)!\\033[0m\\n' && date '+%Y-%m-%d %H:%M:%S - Task completed (Stop)' >> ~/claude-code-log.txt && powershell.exe -Command \"[System.Media.SystemSounds]::Asterisk.Play(); Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.MessageBox]::Show('Задача завершена (Stop)!', 'Claude Code', [System.Windows.Forms.MessageBoxButtons]::OK, [System.Windows.Forms.MessageBoxIcon]::Information, [System.Windows.Forms.MessageBoxDefaultButton]::Button1, [System.Windows.Forms.MessageBoxOptions]::DefaultDesktopOnly)\""
16
- }
17
- ]
18
- }
19
- ]
20
- }
21
- }
@@ -1,7 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft-07/schema#",
3
- "description": "Local MCP configuration - sensitive values stored in .env.local",
4
- "github_token": "${GITHUB_TOKEN}",
5
- "n8n_api_key": "${N8N_API_KEY}",
6
- "github_pat": "${GITHUB_PAT}"
7
- }