claude-maestro 0.1.21 → 0.1.23
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/out/main/index.js +313 -29
- package/out/preload/index.js +8 -1
- package/out/renderer/assets/{index-Bf87-cF0.js → index-3xTQW6mE.js} +5 -5
- package/out/renderer/assets/{index-DroXAl3A.js → index-B-yxP0lP.js} +1 -1
- package/out/renderer/assets/{index-C3_9l5Zo.js → index-B30bhZbu.js} +2 -2
- package/out/renderer/assets/{index-DD6EoqPp.js → index-BDHkFxx6.js} +2 -2
- package/out/renderer/assets/{index-kJ0KF5bI.js → index-BIwBfhPk.js} +2 -2
- package/out/renderer/assets/{index-Cfvyl_8T.js → index-BKvwH0TK.js} +3 -3
- package/out/renderer/assets/{index-DGNONcNh.js → index-BX47FB7e.js} +3 -3
- package/out/renderer/assets/{index-CIAp39oC.js → index-BlwNwTsP.js} +2 -2
- package/out/renderer/assets/{index-Bm6BMufC.js → index-ByVJrO1u.js} +2 -2
- package/out/renderer/assets/{index-Bw6wDwNB.js → index-C8pOtVhi.js} +2 -2
- package/out/renderer/assets/{index-iIulTEbp.js → index-CGyGFDvb.js} +5 -5
- package/out/renderer/assets/{index-DzjUOrFM.js → index-CdMsY_a8.js} +5 -5
- package/out/renderer/assets/{index-CdG7xnB7.js → index-Ce5ZMPFL.js} +2 -2
- package/out/renderer/assets/{index-Uh6FxvAQ.js → index-CgYg-Rwh.js} +329 -53
- package/out/renderer/assets/{index-CTyPr1hG.css → index-DFTUs-Bf.css} +126 -1
- package/out/renderer/assets/{index-D9lxbtli.js → index-DLZ9KBr_.js} +5 -5
- package/out/renderer/assets/{index-C2wfbMG1.js → index-DSzGVyZR.js} +2 -2
- package/out/renderer/assets/{index-BPiKmKfX.js → index-DilMbkSp.js} +5 -5
- package/out/renderer/assets/{index-BDJGybQo.js → index-DwuBzjPV.js} +2 -2
- package/out/renderer/assets/{index-Ck4WZgFA.js → index-DyMtiIII.js} +2 -2
- package/out/renderer/assets/{index-CZmL3oq-.js → index-I6gteObT.js} +5 -5
- package/out/renderer/assets/{index-BDxfkk76.js → index-c4Ddyscc.js} +2 -2
- package/out/renderer/assets/{index-CYo0nynQ.js → index-ca-bRyvC.js} +4 -4
- package/out/renderer/assets/{index-BNIPHMhg.js → index-gn8sOd6r.js} +2 -2
- package/out/renderer/index.html +2 -2
- package/package.json +1 -1
|
@@ -1037,6 +1037,73 @@ body {
|
|
|
1037
1037
|
.git-chip.untracked { color: var(--working); }
|
|
1038
1038
|
.git-chip.clean { color: var(--green); }
|
|
1039
1039
|
|
|
1040
|
+
.git-gh-account {
|
|
1041
|
+
display: flex;
|
|
1042
|
+
align-items: center;
|
|
1043
|
+
gap: 6px;
|
|
1044
|
+
padding: 0 12px 6px;
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
.git-gh-account-label {
|
|
1048
|
+
font-size: 10px;
|
|
1049
|
+
color: var(--dim);
|
|
1050
|
+
white-space: nowrap;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
.git-gh-account select {
|
|
1054
|
+
flex: 1;
|
|
1055
|
+
min-width: 0;
|
|
1056
|
+
font-size: 11px;
|
|
1057
|
+
background: var(--panel-2);
|
|
1058
|
+
color: var(--text);
|
|
1059
|
+
border: 1px solid var(--panel-2);
|
|
1060
|
+
border-radius: 6px;
|
|
1061
|
+
padding: 2px 4px;
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
/* Settings → GitHub accounts tab */
|
|
1065
|
+
.github-account-list,
|
|
1066
|
+
.github-mapping-list {
|
|
1067
|
+
list-style: none;
|
|
1068
|
+
margin: 0;
|
|
1069
|
+
padding: 0;
|
|
1070
|
+
display: flex;
|
|
1071
|
+
flex-direction: column;
|
|
1072
|
+
gap: 4px;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
.github-account-list li,
|
|
1076
|
+
.github-mapping-list li {
|
|
1077
|
+
display: flex;
|
|
1078
|
+
align-items: center;
|
|
1079
|
+
gap: 8px;
|
|
1080
|
+
font-size: 12px;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
.github-mapping-slug {
|
|
1084
|
+
font-family: 'Cascadia Mono', Consolas, monospace;
|
|
1085
|
+
font-size: 11px;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
.github-active-badge {
|
|
1089
|
+
font-size: 10px;
|
|
1090
|
+
color: var(--green);
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
.github-tab .muted {
|
|
1094
|
+
color: var(--dim);
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
.link-button {
|
|
1098
|
+
background: none;
|
|
1099
|
+
border: none;
|
|
1100
|
+
color: var(--accent, var(--working));
|
|
1101
|
+
cursor: pointer;
|
|
1102
|
+
font-size: 11px;
|
|
1103
|
+
padding: 0;
|
|
1104
|
+
margin-left: auto;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1040
1107
|
.git-files {
|
|
1041
1108
|
display: flex;
|
|
1042
1109
|
flex-direction: column;
|
|
@@ -1599,7 +1666,8 @@ body {
|
|
|
1599
1666
|
.session-sub {
|
|
1600
1667
|
display: flex;
|
|
1601
1668
|
align-items: center;
|
|
1602
|
-
|
|
1669
|
+
flex-wrap: wrap;
|
|
1670
|
+
gap: 2px 8px;
|
|
1603
1671
|
margin-top: 2px;
|
|
1604
1672
|
}
|
|
1605
1673
|
|
|
@@ -1609,6 +1677,7 @@ body {
|
|
|
1609
1677
|
gap: 4px;
|
|
1610
1678
|
font-size: 11px;
|
|
1611
1679
|
color: var(--dim);
|
|
1680
|
+
min-width: 0;
|
|
1612
1681
|
}
|
|
1613
1682
|
|
|
1614
1683
|
.session-category select {
|
|
@@ -1632,6 +1701,51 @@ body {
|
|
|
1632
1701
|
flex: none;
|
|
1633
1702
|
}
|
|
1634
1703
|
|
|
1704
|
+
/* Branch management for a main (non-worktree) session. */
|
|
1705
|
+
.session-branch {
|
|
1706
|
+
display: inline-flex;
|
|
1707
|
+
align-items: center;
|
|
1708
|
+
gap: 4px;
|
|
1709
|
+
font-size: 11px;
|
|
1710
|
+
color: var(--dim);
|
|
1711
|
+
min-width: 0;
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
.session-branch .branch-mark {
|
|
1715
|
+
color: var(--dim);
|
|
1716
|
+
flex: none;
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
.session-branch select {
|
|
1720
|
+
background: transparent;
|
|
1721
|
+
border: none;
|
|
1722
|
+
color: inherit;
|
|
1723
|
+
font-size: 11px;
|
|
1724
|
+
cursor: pointer;
|
|
1725
|
+
max-width: 130px;
|
|
1726
|
+
padding: 0;
|
|
1727
|
+
font-family: 'Cascadia Mono', Consolas, monospace;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
.session-branch select:hover {
|
|
1731
|
+
text-decoration: underline;
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
.session-branch .branch-act {
|
|
1735
|
+
font-size: 10px;
|
|
1736
|
+
line-height: 15px;
|
|
1737
|
+
padding: 0 6px;
|
|
1738
|
+
border: 1px solid var(--border);
|
|
1739
|
+
border-radius: 4px;
|
|
1740
|
+
color: var(--dim);
|
|
1741
|
+
flex: none;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.session-branch .branch-act:hover {
|
|
1745
|
+
border-color: var(--accent);
|
|
1746
|
+
color: var(--accent);
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1635
1749
|
/* ---------- worktree (parallel task) sessions ---------- */
|
|
1636
1750
|
|
|
1637
1751
|
.session-entry .fork {
|
|
@@ -1715,6 +1829,17 @@ body {
|
|
|
1715
1829
|
border-color: rgba(226, 185, 61, 0.45);
|
|
1716
1830
|
}
|
|
1717
1831
|
|
|
1832
|
+
/* Base-repo blockers: the merge can't start until they're cleared. */
|
|
1833
|
+
.merge-badge.base-busy {
|
|
1834
|
+
color: var(--error);
|
|
1835
|
+
border-color: var(--error);
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
.merge-badge.base-dirty {
|
|
1839
|
+
color: var(--attention);
|
|
1840
|
+
border-color: rgba(226, 185, 61, 0.45);
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1718
1843
|
/* 'no commits' and 'unknown' stay muted; 'unknown' a notch dimmer. */
|
|
1719
1844
|
.merge-badge.unknown {
|
|
1720
1845
|
opacity: 0.65;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { P as Parser, m as NodeType, n as NodeProp, T as Tag, o as NodeSet, s as styleTags, q as Tree, p as parseMixed, t as tags, e as syntaxTree, l as EditorSelection, r as countColumn, a as LanguageSupport, u as Prec, v as keymap, E as EditorView, w as Language, x as indentUnit, y as foldService, z as defineLanguageFacet, C as CompletionContext, A as EditorState, f as foldNodeProp, i as indentNodeProp, B as languageDataProp, D as LanguageDescription, F as ParseContext } from "./index-
|
|
2
|
-
import { html, htmlCompletionSource } from "./index-
|
|
3
|
-
import "./index-
|
|
4
|
-
import "./index-
|
|
5
|
-
import "./index-
|
|
1
|
+
import { P as Parser, m as NodeType, n as NodeProp, T as Tag, o as NodeSet, s as styleTags, q as Tree, p as parseMixed, t as tags, e as syntaxTree, l as EditorSelection, r as countColumn, a as LanguageSupport, u as Prec, v as keymap, E as EditorView, w as Language, x as indentUnit, y as foldService, z as defineLanguageFacet, C as CompletionContext, A as EditorState, f as foldNodeProp, i as indentNodeProp, B as languageDataProp, D as LanguageDescription, F as ParseContext } from "./index-CgYg-Rwh.js";
|
|
2
|
+
import { html, htmlCompletionSource } from "./index-ca-bRyvC.js";
|
|
3
|
+
import "./index-B-yxP0lP.js";
|
|
4
|
+
import "./index-BIwBfhPk.js";
|
|
5
|
+
import "./index-c4Ddyscc.js";
|
|
6
6
|
class CompositeBlock {
|
|
7
7
|
static create(type, value, from, parentHash, end) {
|
|
8
8
|
let hash = parentHash + (parentHash << 8) + type + (value << 4) | 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LRParser, E as ExternalTokenizer, a as LocalTokenGroup, C as ContextTracker } from "./index-
|
|
2
|
-
import { s as styleTags, t as tags, a as LanguageSupport, b as ifNotIn, d as completeFromList, L as LRLanguage, i as indentNodeProp, g as flatIndent, c as continuedIndent, h as delimitedIndent, f as foldNodeProp, j as foldInside, e as syntaxTree, k as snippetCompletion, N as NodeWeakMap, I as IterMode } from "./index-
|
|
1
|
+
import { L as LRParser, E as ExternalTokenizer, a as LocalTokenGroup, C as ContextTracker } from "./index-B-yxP0lP.js";
|
|
2
|
+
import { s as styleTags, t as tags, a as LanguageSupport, b as ifNotIn, d as completeFromList, L as LRLanguage, i as indentNodeProp, g as flatIndent, c as continuedIndent, h as delimitedIndent, f as foldNodeProp, j as foldInside, e as syntaxTree, k as snippetCompletion, N as NodeWeakMap, I as IterMode } from "./index-CgYg-Rwh.js";
|
|
3
3
|
const insertedSemi = 177, space$1 = 179, identifier = 184, String = 12, closeParen$1 = 13, Number = 17, Rune = 20, closeBrace$1 = 25, closeBracket = 53, IncDecOp = 95, _return = 142, _break = 144, _continue = 145, fallthrough = 148;
|
|
4
4
|
const newline = 10, carriageReturn = 13, space = 32, tab = 9, slash = 47, closeParen = 41, closeBrace = 125;
|
|
5
5
|
const semicolon = new ExternalTokenizer((input, stack) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { E as EditorView, l as EditorSelection, a as LanguageSupport, p as parseMixed, e as syntaxTree, L as LRLanguage, s as styleTags, t as tags, i as indentNodeProp, h as delimitedIndent, f as foldNodeProp } from "./index-
|
|
2
|
-
import { html } from "./index-
|
|
3
|
-
import { L as LRParser, E as ExternalTokenizer } from "./index-
|
|
4
|
-
import "./index-
|
|
5
|
-
import "./index-
|
|
1
|
+
import { E as EditorView, l as EditorSelection, a as LanguageSupport, p as parseMixed, e as syntaxTree, L as LRLanguage, s as styleTags, t as tags, i as indentNodeProp, h as delimitedIndent, f as foldNodeProp } from "./index-CgYg-Rwh.js";
|
|
2
|
+
import { html } from "./index-ca-bRyvC.js";
|
|
3
|
+
import { L as LRParser, E as ExternalTokenizer } from "./index-B-yxP0lP.js";
|
|
4
|
+
import "./index-BIwBfhPk.js";
|
|
5
|
+
import "./index-c4Ddyscc.js";
|
|
6
6
|
const interpolationStart = 1, tagStart = 2, endTagStart = 3, text = 180, endrawTagStart = 4, rawText = 181, endcommentTagStart = 5, commentText = 182, InlineComment = 6;
|
|
7
7
|
function wordChar(code) {
|
|
8
8
|
return code >= 65 && code <= 90 || code >= 97 && code <= 122;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LRParser, E as ExternalTokenizer } from "./index-
|
|
2
|
-
import { s as styleTags, t as tags, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, j as foldInside } from "./index-
|
|
1
|
+
import { L as LRParser, E as ExternalTokenizer } from "./index-B-yxP0lP.js";
|
|
2
|
+
import { s as styleTags, t as tags, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, j as foldInside } from "./index-CgYg-Rwh.js";
|
|
3
3
|
const closureParamDelim = 1, tpOpen = 2, tpClose = 3, RawString = 4, Float = 5;
|
|
4
4
|
const _b = 98, _e = 101, _f = 102, _r = 114, _E = 69, Zero = 48, Dot = 46, Plus = 43, Minus = 45, Hash = 35, Quote = 34, Pipe = 124, LessThan = 60, GreaterThan = 62;
|
|
5
5
|
function isNum(ch) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LRLanguage, a as LanguageSupport, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, s as styleTags, t as tags, b as ifNotIn, d as completeFromList, e as syntaxTree } from "./index-
|
|
2
|
-
import { E as ExternalTokenizer, L as LRParser } from "./index-
|
|
1
|
+
import { L as LRLanguage, a as LanguageSupport, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, s as styleTags, t as tags, b as ifNotIn, d as completeFromList, e as syntaxTree } from "./index-CgYg-Rwh.js";
|
|
2
|
+
import { E as ExternalTokenizer, L as LRParser } from "./index-B-yxP0lP.js";
|
|
3
3
|
const whitespace = 36, LineComment = 1, BlockComment = 2, String$1 = 3, Number = 4, Bool = 5, Null = 6, ParenL = 7, ParenR = 8, BraceL = 9, BraceR = 10, BracketL = 11, BracketR = 12, Semi = 13, Dot = 14, Operator = 15, Punctuation = 16, SpecialVar = 17, Identifier = 18, QuotedIdentifier = 19, Keyword = 20, Type = 21, Bits = 22, Bytes = 23, Builtin = 24;
|
|
4
4
|
function isAlpha(ch) {
|
|
5
5
|
return ch >= 65 && ch <= 90 || ch >= 97 && ch <= 122 || ch >= 48 && ch <= 57;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { E as EditorView, l as EditorSelection, a as LanguageSupport, p as parseMixed, e as syntaxTree, L as LRLanguage, s as styleTags, t as tags, i as indentNodeProp, h as delimitedIndent, f as foldNodeProp } from "./index-
|
|
2
|
-
import { html } from "./index-
|
|
3
|
-
import { L as LRParser, E as ExternalTokenizer, a as LocalTokenGroup } from "./index-
|
|
4
|
-
import "./index-
|
|
5
|
-
import "./index-
|
|
1
|
+
import { E as EditorView, l as EditorSelection, a as LanguageSupport, p as parseMixed, e as syntaxTree, L as LRLanguage, s as styleTags, t as tags, i as indentNodeProp, h as delimitedIndent, f as foldNodeProp } from "./index-CgYg-Rwh.js";
|
|
2
|
+
import { html } from "./index-ca-bRyvC.js";
|
|
3
|
+
import { L as LRParser, E as ExternalTokenizer, a as LocalTokenGroup } from "./index-B-yxP0lP.js";
|
|
4
|
+
import "./index-BIwBfhPk.js";
|
|
5
|
+
import "./index-c4Ddyscc.js";
|
|
6
6
|
const interpolationStart = 1, commentTagStart = 2, tagStart = 3, text = 155, endrawTagStart = 4, rawText = 156;
|
|
7
7
|
function wordChar(code) {
|
|
8
8
|
return code >= 65 && code <= 90 || code >= 97 && code <= 122;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LRParser, E as ExternalTokenizer, a as LocalTokenGroup, C as ContextTracker } from "./index-
|
|
2
|
-
import { s as styleTags, t as tags, E as EditorView, e as syntaxTree, l as EditorSelection, a as LanguageSupport, b as ifNotIn, d as completeFromList, L as LRLanguage, i as indentNodeProp, g as flatIndent, c as continuedIndent, h as delimitedIndent, f as foldNodeProp, j as foldInside, J as sublanguageProp, k as snippetCompletion, z as defineLanguageFacet, N as NodeWeakMap, I as IterMode } from "./index-
|
|
1
|
+
import { L as LRParser, E as ExternalTokenizer, a as LocalTokenGroup, C as ContextTracker } from "./index-B-yxP0lP.js";
|
|
2
|
+
import { s as styleTags, t as tags, E as EditorView, e as syntaxTree, l as EditorSelection, a as LanguageSupport, b as ifNotIn, d as completeFromList, L as LRLanguage, i as indentNodeProp, g as flatIndent, c as continuedIndent, h as delimitedIndent, f as foldNodeProp, j as foldInside, J as sublanguageProp, k as snippetCompletion, z as defineLanguageFacet, N as NodeWeakMap, I as IterMode } from "./index-CgYg-Rwh.js";
|
|
3
3
|
const noSemi = 316, noSemiType = 317, incdec = 1, incdecPrefix = 2, questionDot = 3, JSXStartTag = 4, insertSemi = 318, spaces = 320, newline = 321, LineComment = 5, BlockComment = 6, Dialect_jsx = 0;
|
|
4
4
|
const space = [
|
|
5
5
|
9,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { L as LRParser, E as ExternalTokenizer, C as ContextTracker } from "./index-
|
|
2
|
-
import { p as parseMixed, s as styleTags, t as tags, E as EditorView, e as syntaxTree, l as EditorSelection, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, f as foldNodeProp, G as bracketMatchingHandle } from "./index-
|
|
3
|
-
import { cssLanguage, css } from "./index-
|
|
4
|
-
import { typescriptLanguage, jsxLanguage, tsxLanguage, javascriptLanguage, javascript } from "./index-
|
|
1
|
+
import { L as LRParser, E as ExternalTokenizer, C as ContextTracker } from "./index-B-yxP0lP.js";
|
|
2
|
+
import { p as parseMixed, s as styleTags, t as tags, E as EditorView, e as syntaxTree, l as EditorSelection, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, f as foldNodeProp, G as bracketMatchingHandle } from "./index-CgYg-Rwh.js";
|
|
3
|
+
import { cssLanguage, css } from "./index-BIwBfhPk.js";
|
|
4
|
+
import { typescriptLanguage, jsxLanguage, tsxLanguage, javascriptLanguage, javascript } from "./index-c4Ddyscc.js";
|
|
5
5
|
const scriptText = 55, StartCloseScriptTag = 1, styleText = 56, StartCloseStyleTag = 2, textareaText = 57, StartCloseTextareaTag = 3, EndTag = 4, SelfClosingEndTag = 5, StartTag = 6, StartScriptTag = 7, StartStyleTag = 8, StartTextareaTag = 9, StartSelfClosingTag = 10, StartCloseTag = 11, NoMatchStartCloseTag = 12, MismatchedStartCloseTag = 13, missingCloseTag = 58, IncompleteTag = 14, IncompleteCloseTag = 15, commentContent$1 = 59, Element = 21, TagName = 23, Attribute = 24, AttributeName = 25, AttributeValue = 27, UnquotedAttributeValue = 28, ScriptText = 29, StyleText = 32, TextareaText = 35, OpenTag = 37, CloseTag = 38, Dialect_noMatch = 0, Dialect_selfClosing = 1;
|
|
6
6
|
const selfClosers$1 = {
|
|
7
7
|
area: true,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as LanguageSupport, L as LRLanguage, i as indentNodeProp, h as delimitedIndent, f as foldNodeProp, j as foldInside, s as styleTags, t as tags } from "./index-
|
|
2
|
-
import { L as LRParser } from "./index-
|
|
1
|
+
import { a as LanguageSupport, L as LRLanguage, i as indentNodeProp, h as delimitedIndent, f as foldNodeProp, j as foldInside, s as styleTags, t as tags } from "./index-CgYg-Rwh.js";
|
|
2
|
+
import { L as LRParser } from "./index-B-yxP0lP.js";
|
|
3
3
|
const spec_Keyword = { __proto__: null, anyref: 34, dataref: 34, eqref: 34, externref: 34, i31ref: 34, funcref: 34, i8: 34, i16: 34, i32: 34, i64: 34, f32: 34, f64: 34 };
|
|
4
4
|
const parser = /* @__PURE__ */ LRParser.deserialize({
|
|
5
5
|
version: 14,
|
package/out/renderer/index.html
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self' data:; connect-src 'self' ws://localhost:* http://localhost:*"
|
|
8
8
|
/>
|
|
9
9
|
<title>Maestro</title>
|
|
10
|
-
<script type="module" crossorigin src="./assets/index-
|
|
11
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
10
|
+
<script type="module" crossorigin src="./assets/index-CgYg-Rwh.js"></script>
|
|
11
|
+
<link rel="stylesheet" crossorigin href="./assets/index-DFTUs-Bf.css">
|
|
12
12
|
</head>
|
|
13
13
|
<body>
|
|
14
14
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-maestro",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.23",
|
|
4
4
|
"description": "Maestro — run and conduct multiple Claude Code CLI sessions across repos in one window, with git-worktree parallel tasks",
|
|
5
5
|
"main": "out/main/index.js",
|
|
6
6
|
"author": "Pedro Ferreira <pedroferreira1142@gmail.com>",
|