@reinamaccredy/maestro 1.0.0 → 1.0.1
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/dist/cli/index.js +12 -2
- package/package.json +12 -2
package/dist/cli/index.js
CHANGED
|
@@ -7672,7 +7672,7 @@ var import_picocolors2 = __toESM(require_picocolors(), 1);
|
|
|
7672
7672
|
// package.json
|
|
7673
7673
|
var package_default = {
|
|
7674
7674
|
name: "@reinamaccredy/maestro",
|
|
7675
|
-
version: "1.0.
|
|
7675
|
+
version: "1.0.1",
|
|
7676
7676
|
description: "Maestro - Context-driven development for AI coding agents with music-themed orchestration",
|
|
7677
7677
|
main: "dist/index.js",
|
|
7678
7678
|
types: "dist/index.d.ts",
|
|
@@ -7704,7 +7704,17 @@ var package_default = {
|
|
|
7704
7704
|
typecheck: "tsc --noEmit",
|
|
7705
7705
|
test: "bun test"
|
|
7706
7706
|
},
|
|
7707
|
-
keywords: [
|
|
7707
|
+
keywords: [
|
|
7708
|
+
"maestro",
|
|
7709
|
+
"conductor",
|
|
7710
|
+
"workflow",
|
|
7711
|
+
"opencode",
|
|
7712
|
+
"plugin",
|
|
7713
|
+
"agents",
|
|
7714
|
+
"ai",
|
|
7715
|
+
"llm",
|
|
7716
|
+
"orchestration"
|
|
7717
|
+
],
|
|
7708
7718
|
author: "ReinaMacCredy",
|
|
7709
7719
|
license: "SUL-1.0",
|
|
7710
7720
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reinamaccredy/maestro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Maestro - Context-driven development for AI coding agents with music-themed orchestration",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -32,7 +32,17 @@
|
|
|
32
32
|
"typecheck": "tsc --noEmit",
|
|
33
33
|
"test": "bun test"
|
|
34
34
|
},
|
|
35
|
-
"keywords": [
|
|
35
|
+
"keywords": [
|
|
36
|
+
"maestro",
|
|
37
|
+
"conductor",
|
|
38
|
+
"workflow",
|
|
39
|
+
"opencode",
|
|
40
|
+
"plugin",
|
|
41
|
+
"agents",
|
|
42
|
+
"ai",
|
|
43
|
+
"llm",
|
|
44
|
+
"orchestration"
|
|
45
|
+
],
|
|
36
46
|
"author": "ReinaMacCredy",
|
|
37
47
|
"license": "SUL-1.0",
|
|
38
48
|
"repository": {
|