claude-code-orchestrator-kit 1.2.0 → 1.2.2

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.
Files changed (2) hide show
  1. package/CLAUDE.md +0 -1
  2. package/package.json +2 -2
package/CLAUDE.md CHANGED
@@ -119,7 +119,6 @@ Follow command-specific instructions. See `docs/Agents Ecosystem/AGENT-ORCHESTRA
119
119
 
120
120
  **Supabase Operations**:
121
121
  - Use Supabase MCP when `.mcp.json` includes supabase server
122
- - Project: MegaCampusAI (ref: `diqooqbuchsliypgwksu`)
123
122
  - Migrations: `packages/course-gen-platform/supabase/migrations/`
124
123
 
125
124
  **MCP Configuration**:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-orchestrator-kit",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Complete automation and orchestration system for Claude Code with 33+ AI agents, quality gates, health monitoring, and workflow automation",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -44,7 +44,7 @@
44
44
  "bugs": {
45
45
  "url": "https://github.com/maslennikov-ig/claude-code-orchestrator-kit/issues"
46
46
  },
47
- "homepage": "https://github.com/maslennikov-ig/claude-code-orchestrator-kit#readme",
47
+ "homepage": "https://aidevteam.ru/",
48
48
  "engines": {
49
49
  "node": ">=18.0.0",
50
50
  "npm": ">=9.0.0"