claude-symphony 0.0.2 → 0.0.4

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # claude-symphony
2
2
 
3
3
  <p align="center">
4
- <img src="./assets/claude_symphony.webp" alt="Claude Symphony Logo" width="400">
4
+ <img src="https://raw.githubusercontent.com/znehraks/claude-symphony/main/assets/claude_symphony.webp" alt="Claude Symphony Logo" width="400">
5
5
  </p>
6
6
 
7
7
  Multi-AI Orchestration Framework for Software Development
Binary file
@@ -0,0 +1,8 @@
1
+
2
+ ______ __ __ _____ __
3
+ / ____/ / / ____ _ __ __ ____/ / ___ / ___/ __ __ ____ ___ ____ / /_ ____ ____ __ __
4
+ / / / / / __ `// / / // __ / / _ \ \__ \ / / / // __ `__ \ / __ \ / __ \ / __ \ / __ \ / / / /
5
+ / /___ / / / /_/ // /_/ // /_/ / / __/ ___/ // /_/ // / / / / // /_/ / / / / // /_/ // / / // /_/ /
6
+ \____/ /_/ \__,_/ \__,_/ \__,_/ \___/ /____/ \__, //_/ /_/ /_// .___/ /_/ /_/ \____//_/ /_/ \__, /
7
+ /____/ /_/ /____/
8
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-symphony",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "Multi-AI Orchestration Framework - Create new projects with 10-stage development workflow",
5
5
  "type": "module",
6
6
  "bin": {
@@ -8,7 +8,8 @@
8
8
  },
9
9
  "files": [
10
10
  "bin/",
11
- "template/"
11
+ "template/",
12
+ "assets/"
12
13
  ],
13
14
  "scripts": {
14
15
  "create": "node bin/create.js"