claude-maestro 0.1.21 → 0.1.22
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-BDxfkk76.js → index-5VwvlSBH.js} +2 -2
- package/out/renderer/assets/{index-kJ0KF5bI.js → index-8y8_VEXe.js} +2 -2
- package/out/renderer/assets/{index-CIAp39oC.js → index-B3PqNdfC.js} +2 -2
- package/out/renderer/assets/{index-C2wfbMG1.js → index-BAbAYJ5Y.js} +2 -2
- package/out/renderer/assets/{index-DroXAl3A.js → index-BZcI6lAQ.js} +1 -1
- package/out/renderer/assets/{index-Cfvyl_8T.js → index-B_KGykK5.js} +3 -3
- package/out/renderer/assets/{index-Uh6FxvAQ.js → index-BlF1OgRv.js} +329 -53
- package/out/renderer/assets/{index-Bw6wDwNB.js → index-CCNlPk-t.js} +2 -2
- package/out/renderer/assets/{index-Ck4WZgFA.js → index-CVHp4WAz.js} +2 -2
- package/out/renderer/assets/{index-BPiKmKfX.js → index-CeEj811j.js} +5 -5
- package/out/renderer/assets/{index-CTyPr1hG.css → index-D62W3fL9.css} +123 -0
- package/out/renderer/assets/{index-C3_9l5Zo.js → index-D8JIi1r1.js} +2 -2
- package/out/renderer/assets/{index-DD6EoqPp.js → index-DBWvOvJX.js} +2 -2
- package/out/renderer/assets/{index-DGNONcNh.js → index-DC-oZjAl.js} +3 -3
- package/out/renderer/assets/{index-CdG7xnB7.js → index-DCdVxGT4.js} +2 -2
- package/out/renderer/assets/{index-BNIPHMhg.js → index-DTVTUfRt.js} +2 -2
- package/out/renderer/assets/{index-CZmL3oq-.js → index-DmASR2LM.js} +5 -5
- package/out/renderer/assets/{index-DzjUOrFM.js → index-KxHDPFk3.js} +5 -5
- package/out/renderer/assets/{index-CYo0nynQ.js → index-Tn8iVXu1.js} +4 -4
- package/out/renderer/assets/{index-Bf87-cF0.js → index-UF6qHegH.js} +5 -5
- package/out/renderer/assets/{index-D9lxbtli.js → index-Xg74Ilp9.js} +5 -5
- package/out/renderer/assets/{index-iIulTEbp.js → index-XkfWJ3Sj.js} +5 -5
- package/out/renderer/assets/{index-BDJGybQo.js → index-xFr-MERG.js} +2 -2
- package/out/renderer/assets/{index-Bm6BMufC.js → index-xKQyIF3m.js} +2 -2
- package/out/renderer/index.html +2 -2
- package/package.json +1 -1
|
@@ -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-BlF1OgRv.js";
|
|
2
|
+
import { html } from "./index-Tn8iVXu1.js";
|
|
3
|
+
import { L as LRParser, E as ExternalTokenizer } from "./index-BZcI6lAQ.js";
|
|
4
|
+
import "./index-8y8_VEXe.js";
|
|
5
|
+
import "./index-5VwvlSBH.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;
|
|
@@ -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;
|
|
@@ -1632,6 +1699,51 @@ body {
|
|
|
1632
1699
|
flex: none;
|
|
1633
1700
|
}
|
|
1634
1701
|
|
|
1702
|
+
/* Branch management for a main (non-worktree) session. */
|
|
1703
|
+
.session-branch {
|
|
1704
|
+
display: inline-flex;
|
|
1705
|
+
align-items: center;
|
|
1706
|
+
gap: 4px;
|
|
1707
|
+
font-size: 11px;
|
|
1708
|
+
color: var(--dim);
|
|
1709
|
+
min-width: 0;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
.session-branch .branch-mark {
|
|
1713
|
+
color: var(--dim);
|
|
1714
|
+
flex: none;
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1717
|
+
.session-branch select {
|
|
1718
|
+
background: transparent;
|
|
1719
|
+
border: none;
|
|
1720
|
+
color: inherit;
|
|
1721
|
+
font-size: 11px;
|
|
1722
|
+
cursor: pointer;
|
|
1723
|
+
max-width: 130px;
|
|
1724
|
+
padding: 0;
|
|
1725
|
+
font-family: 'Cascadia Mono', Consolas, monospace;
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
.session-branch select:hover {
|
|
1729
|
+
text-decoration: underline;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
.session-branch .branch-act {
|
|
1733
|
+
font-size: 10px;
|
|
1734
|
+
line-height: 15px;
|
|
1735
|
+
padding: 0 6px;
|
|
1736
|
+
border: 1px solid var(--border);
|
|
1737
|
+
border-radius: 4px;
|
|
1738
|
+
color: var(--dim);
|
|
1739
|
+
flex: none;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
.session-branch .branch-act:hover {
|
|
1743
|
+
border-color: var(--accent);
|
|
1744
|
+
color: var(--accent);
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1635
1747
|
/* ---------- worktree (parallel task) sessions ---------- */
|
|
1636
1748
|
|
|
1637
1749
|
.session-entry .fork {
|
|
@@ -1715,6 +1827,17 @@ body {
|
|
|
1715
1827
|
border-color: rgba(226, 185, 61, 0.45);
|
|
1716
1828
|
}
|
|
1717
1829
|
|
|
1830
|
+
/* Base-repo blockers: the merge can't start until they're cleared. */
|
|
1831
|
+
.merge-badge.base-busy {
|
|
1832
|
+
color: var(--error);
|
|
1833
|
+
border-color: var(--error);
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
.merge-badge.base-dirty {
|
|
1837
|
+
color: var(--attention);
|
|
1838
|
+
border-color: rgba(226, 185, 61, 0.45);
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1718
1841
|
/* 'no commits' and 'unknown' stay muted; 'unknown' a notch dimmer. */
|
|
1719
1842
|
.merge-badge.unknown {
|
|
1720
1843
|
opacity: 0.65;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LRParser, E as ExternalTokenizer, a as LocalTokenGroup } from "./index-
|
|
2
|
-
import { s as styleTags, t as tags, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, g as flatIndent, c as continuedIndent, h as delimitedIndent, f as foldNodeProp, j as foldInside } from "./index-
|
|
1
|
+
import { L as LRParser, E as ExternalTokenizer, a as LocalTokenGroup } from "./index-BZcI6lAQ.js";
|
|
2
|
+
import { s as styleTags, t as tags, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, g as flatIndent, c as continuedIndent, h as delimitedIndent, f as foldNodeProp, j as foldInside } from "./index-BlF1OgRv.js";
|
|
3
3
|
const RawString = 1, templateArgsEndFallback = 2, MacroName = 3;
|
|
4
4
|
const R = 82, L = 76, u = 117, U = 85, a = 97, z = 122, A = 65, Z = 90, Underscore = 95, Zero = 48, Quote = 34, ParenL = 40, ParenR = 41, Space = 32, GreaterThan = 62;
|
|
5
5
|
const rawString = new ExternalTokenizer((input) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LRParser } 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 } from "./index-BZcI6lAQ.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-BlF1OgRv.js";
|
|
3
3
|
const jsonHighlighting = styleTags({
|
|
4
4
|
String: tags.string,
|
|
5
5
|
Number: tags.number,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as LanguageSupport, L as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, j as foldInside, s as styleTags, t as tags } from "./index-
|
|
2
|
-
import { defineCSSCompletionSource } from "./index-
|
|
3
|
-
import { L as LRParser, E as ExternalTokenizer } from "./index-
|
|
1
|
+
import { a as LanguageSupport, L as LRLanguage, i as indentNodeProp, c as continuedIndent, f as foldNodeProp, j as foldInside, s as styleTags, t as tags } from "./index-BlF1OgRv.js";
|
|
2
|
+
import { defineCSSCompletionSource } from "./index-8y8_VEXe.js";
|
|
3
|
+
import { L as LRParser, E as ExternalTokenizer } from "./index-BZcI6lAQ.js";
|
|
4
4
|
const descendantOp = 110, Unit = 1, openArgList = 2;
|
|
5
5
|
const space = [
|
|
6
6
|
9,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LRParser } from "./index-
|
|
2
|
-
import { s as styleTags, t as tags, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, g as flatIndent, c as continuedIndent, h as delimitedIndent, f as foldNodeProp, j as foldInside } from "./index-
|
|
1
|
+
import { L as LRParser } from "./index-BZcI6lAQ.js";
|
|
2
|
+
import { s as styleTags, t as tags, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, g as flatIndent, c as continuedIndent, h as delimitedIndent, f as foldNodeProp, j as foldInside } from "./index-BlF1OgRv.js";
|
|
3
3
|
const javaHighlighting = styleTags({
|
|
4
4
|
null: tags.null,
|
|
5
5
|
instanceof: tags.operatorKeyword,
|
|
@@ -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-BlF1OgRv.js";
|
|
2
|
+
import { L as LRParser } from "./index-BZcI6lAQ.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,
|
|
@@ -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-BlF1OgRv.js";
|
|
2
|
+
import { html } from "./index-Tn8iVXu1.js";
|
|
3
|
+
import { L as LRParser, E as ExternalTokenizer, a as LocalTokenGroup } from "./index-BZcI6lAQ.js";
|
|
4
|
+
import "./index-8y8_VEXe.js";
|
|
5
|
+
import "./index-5VwvlSBH.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,8 +1,8 @@
|
|
|
1
|
-
import { L as LRLanguage, a as LanguageSupport, p as parseMixed, s as styleTags, t as tags } from "./index-
|
|
2
|
-
import { html } from "./index-
|
|
3
|
-
import { javascriptLanguage } from "./index-
|
|
4
|
-
import { L as LRParser, a as LocalTokenGroup } from "./index-
|
|
5
|
-
import "./index-
|
|
1
|
+
import { L as LRLanguage, a as LanguageSupport, p as parseMixed, s as styleTags, t as tags } from "./index-BlF1OgRv.js";
|
|
2
|
+
import { html } from "./index-Tn8iVXu1.js";
|
|
3
|
+
import { javascriptLanguage } from "./index-5VwvlSBH.js";
|
|
4
|
+
import { L as LRParser, a as LocalTokenGroup } from "./index-BZcI6lAQ.js";
|
|
5
|
+
import "./index-8y8_VEXe.js";
|
|
6
6
|
const parser = /* @__PURE__ */ LRParser.deserialize({
|
|
7
7
|
version: 14,
|
|
8
8
|
states: "%pOVOWOOObQPOOOpOSO'#C_OOOO'#Cp'#CpQVOWOOQxQPOOO!TQQOOQ!YQPOOOOOO,58y,58yO!_OSO,58yOOOO-E6n-E6nO!dQQO'#CqQ{QPOOO!iQPOOQ{QPOOO!qQPOOOOOO1G.e1G.eOOQO,59],59]OOQO-E6o-E6oO!yOpO'#CiO#RO`O'#CiQOQPOOO#ZO#tO'#CmO#fO!bO'#CmOOQO,59T,59TO#qOpO,59TO#vO`O,59TOOOO'#Cr'#CrO#{O#tO,59XOOQO,59X,59XOOOO'#Cs'#CsO$WO!bO,59XOOQO1G.o1G.oOOOO-E6p-E6pOOQO1G.s1G.sOOOO-E6q-E6q",
|
|
@@ -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-BZcI6lAQ.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-BlF1OgRv.js";
|
|
3
|
+
import { cssLanguage, css } from "./index-8y8_VEXe.js";
|
|
4
|
+
import { typescriptLanguage, jsxLanguage, tsxLanguage, javascriptLanguage, javascript } from "./index-5VwvlSBH.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,8 +1,8 @@
|
|
|
1
|
-
import { L as LRLanguage, a as LanguageSupport, p as parseMixed, s as styleTags, t as tags } from "./index-
|
|
2
|
-
import { html } from "./index-
|
|
3
|
-
import { javascriptLanguage } from "./index-
|
|
4
|
-
import { L as LRParser, E as ExternalTokenizer } from "./index-
|
|
5
|
-
import "./index-
|
|
1
|
+
import { L as LRLanguage, a as LanguageSupport, p as parseMixed, s as styleTags, t as tags } from "./index-BlF1OgRv.js";
|
|
2
|
+
import { html } from "./index-Tn8iVXu1.js";
|
|
3
|
+
import { javascriptLanguage } from "./index-5VwvlSBH.js";
|
|
4
|
+
import { L as LRParser, E as ExternalTokenizer } from "./index-BZcI6lAQ.js";
|
|
5
|
+
import "./index-8y8_VEXe.js";
|
|
6
6
|
const Text = 1, attributeContentSingle = 33, attributeContentDouble = 34, scriptAttributeContentSingle = 35, scriptAttributeContentDouble = 36;
|
|
7
7
|
const text = /* @__PURE__ */ new ExternalTokenizer((input) => {
|
|
8
8
|
let start = input.pos;
|
|
@@ -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-BlF1OgRv.js";
|
|
2
|
+
import { html, htmlCompletionSource } from "./index-Tn8iVXu1.js";
|
|
3
|
+
import "./index-BZcI6lAQ.js";
|
|
4
|
+
import "./index-8y8_VEXe.js";
|
|
5
|
+
import "./index-5VwvlSBH.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,8 +1,8 @@
|
|
|
1
|
-
import { L as LRParser, E as ExternalTokenizer } from "./index-
|
|
2
|
-
import { s as styleTags, t as tags, a as LanguageSupport, p as parseMixed, L as LRLanguage, i as indentNodeProp, c as continuedIndent, h as delimitedIndent, f as foldNodeProp, j as foldInside } from "./index-
|
|
3
|
-
import { html } from "./index-
|
|
4
|
-
import "./index-
|
|
5
|
-
import "./index-
|
|
1
|
+
import { L as LRParser, E as ExternalTokenizer } from "./index-BZcI6lAQ.js";
|
|
2
|
+
import { s as styleTags, t as tags, a as LanguageSupport, p as parseMixed, L as LRLanguage, i as indentNodeProp, c as continuedIndent, h as delimitedIndent, f as foldNodeProp, j as foldInside } from "./index-BlF1OgRv.js";
|
|
3
|
+
import { html } from "./index-Tn8iVXu1.js";
|
|
4
|
+
import "./index-8y8_VEXe.js";
|
|
5
|
+
import "./index-5VwvlSBH.js";
|
|
6
6
|
const castOpen = 1, HeredocString = 2, interpolatedStringContent = 275, EscapeSequence = 3, afterInterpolation = 276, automaticSemicolon = 277, eof = 278, abstract = 4, and = 5, array = 6, as = 7, Boolean = 8, _break = 9, _case = 10, _catch = 11, clone = 12, _const = 13, _continue = 14, _default = 15, declare = 16, _do = 17, echo = 18, _else = 19, elseif = 20, enddeclare = 21, endfor = 22, endforeach = 23, endif = 24, endswitch = 25, endwhile = 26, _enum = 27, _extends = 28, final = 29, _finally = 30, fn = 31, _for = 32, foreach = 33, from = 34, _function = 35, global = 36, goto = 37, _if = 38, _implements = 39, include = 40, include_once = 41, _instanceof = 42, insteadof = 43, _interface = 44, list = 45, match = 46, namespace = 47, _new = 48, _null = 49, or = 50, print = 51, readonly = 52, _require = 53, require_once = 54, _return = 55, _switch = 56, _throw = 57, trait = 58, _try = 59, unset = 60, use = 61, _var = 62, Visibility = 63, _while = 64, xor = 65, _yield = 66;
|
|
7
7
|
const keywordMap = {
|
|
8
8
|
abstract,
|
|
@@ -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-BZcI6lAQ.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-BlF1OgRv.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 LRParser, E as ExternalTokenizer, C as ContextTracker } from "./index-
|
|
2
|
-
import { s as styleTags, t as tags, b as ifNotIn, e as syntaxTree, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, h as delimitedIndent, f as foldNodeProp, j as foldInside, N as NodeWeakMap, I as IterMode, d as completeFromList, k as snippetCompletion } from "./index-
|
|
1
|
+
import { L as LRParser, E as ExternalTokenizer, C as ContextTracker } from "./index-BZcI6lAQ.js";
|
|
2
|
+
import { s as styleTags, t as tags, b as ifNotIn, e as syntaxTree, a as LanguageSupport, L as LRLanguage, i as indentNodeProp, h as delimitedIndent, f as foldNodeProp, j as foldInside, N as NodeWeakMap, I as IterMode, d as completeFromList, k as snippetCompletion } from "./index-BlF1OgRv.js";
|
|
3
3
|
const printKeyword = 1, indent = 194, dedent = 195, newline$1 = 196, blankLineStart = 197, newlineBracketed = 198, eof = 199, stringContent = 200, Escape = 2, replacementStart = 3, stringEnd = 201, ParenL = 24, ParenthesizedExpression = 25, TupleExpression = 49, ComprehensionExpression = 50, BracketL = 55, ArrayExpression = 56, ArrayComprehensionExpression = 57, BraceL = 59, DictionaryExpression = 60, DictionaryComprehensionExpression = 61, SetExpression = 62, SetComprehensionExpression = 63, ArgList = 65, subscript = 238, String$1 = 71, stringStart = 241, stringStartD = 242, stringStartL = 243, stringStartLD = 244, stringStartR = 245, stringStartRD = 246, stringStartRL = 247, stringStartRLD = 248, FormatString = 72, stringStartF = 249, stringStartFD = 250, stringStartFL = 251, stringStartFLD = 252, stringStartFR = 253, stringStartFRD = 254, stringStartFRL = 255, stringStartFRLD = 256, FormatReplacement = 73, nestedFormatReplacement = 77, importList = 263, TypeParamList = 112, ParamList = 130, SequencePattern = 151, MappingPattern = 152, PatternArgList = 155;
|
|
4
4
|
const newline = 10, carriageReturn = 13, space = 32, tab = 9, hash = 35, parenOpen = 40, dot = 46, braceOpen = 123, braceClose = 125, singleQuote = 39, doubleQuote = 34, backslash = 92, letter_o = 111, letter_x = 120, letter_N = 78, letter_u = 117, letter_U = 85;
|
|
5
5
|
const bracketed = /* @__PURE__ */ new Set([
|
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-BlF1OgRv.js"></script>
|
|
11
|
+
<link rel="stylesheet" crossorigin href="./assets/index-D62W3fL9.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.22",
|
|
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>",
|