@sideboard-ai/core 0.1.41 → 0.1.42
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/{chunk-WD35X6U5.js → chunk-FZH2SL5I.js} +25 -0
- package/dist/index.cjs +25 -0
- package/dist/index.js +1 -1
- package/dist/mcp/run-stdio.cjs +25 -0
- package/dist/mcp/run-stdio.js +1 -1
- package/package.json +1 -1
|
@@ -631,6 +631,31 @@ function formatWorktreeDirective(thread, opts) {
|
|
|
631
631
|
"- Prefer a draft PR first: `gh pr create --draft -R <origin-owner/name>` (or update via `gh pr edit -R \u2026`) once the change set is coherent. Resolve `<origin-owner/name>` with `git remote get-url origin` in this worktree \u2014 never from `upstream`. Mark ready for review only when asked. Title/body must reflect the change purpose, not the worktree name."
|
|
632
632
|
);
|
|
633
633
|
}
|
|
634
|
+
lines.push("");
|
|
635
|
+
lines.push(
|
|
636
|
+
"Short git requests from the Sideboard UI are complete instructions \u2014 expand them using the rules above without asking for clarification:"
|
|
637
|
+
);
|
|
638
|
+
lines.push(
|
|
639
|
+
'- "Commit and push." \u2192 commit any uncommitted work with a purpose-stating message, then push to origin (updates an existing PR if one is linked).'
|
|
640
|
+
);
|
|
641
|
+
lines.push(
|
|
642
|
+
'- "Commit, push, and open a draft PR." \u2192 commit, push, then create a draft PR with `gh pr create --draft -R \u2026` (title/body from the change purpose).'
|
|
643
|
+
);
|
|
644
|
+
lines.push(
|
|
645
|
+
'- "Commit, push, and open a PR in the browser." \u2192 commit, push, then `gh pr create --web -R \u2026`.'
|
|
646
|
+
);
|
|
647
|
+
lines.push(
|
|
648
|
+
'- "Fix CI: <name>." \u2192 investigate that failing check, fix it, commit, and push.'
|
|
649
|
+
);
|
|
650
|
+
lines.push(
|
|
651
|
+
'- "Update the branch." / "Fix merge conflicts." \u2192 sync with the PR base (merge or rebase), resolve conflicts carefully, commit, and push until the PR is mergeable.'
|
|
652
|
+
);
|
|
653
|
+
lines.push(
|
|
654
|
+
'- "Address review comments." \u2192 read PR review feedback, make the requested changes, commit, and push.'
|
|
655
|
+
);
|
|
656
|
+
lines.push(
|
|
657
|
+
'- "Merge PR." \u2192 merge this thread\'s open pull request with `gh pr merge` (respect repo defaults / squash vs merge); do not force-push main/master.'
|
|
658
|
+
);
|
|
634
659
|
return lines.join("\n");
|
|
635
660
|
}
|
|
636
661
|
function formatArtifactDirective() {
|
package/dist/index.cjs
CHANGED
|
@@ -6860,6 +6860,31 @@ function formatWorktreeDirective(thread, opts) {
|
|
|
6860
6860
|
"- Prefer a draft PR first: `gh pr create --draft -R <origin-owner/name>` (or update via `gh pr edit -R \u2026`) once the change set is coherent. Resolve `<origin-owner/name>` with `git remote get-url origin` in this worktree \u2014 never from `upstream`. Mark ready for review only when asked. Title/body must reflect the change purpose, not the worktree name."
|
|
6861
6861
|
);
|
|
6862
6862
|
}
|
|
6863
|
+
lines.push("");
|
|
6864
|
+
lines.push(
|
|
6865
|
+
"Short git requests from the Sideboard UI are complete instructions \u2014 expand them using the rules above without asking for clarification:"
|
|
6866
|
+
);
|
|
6867
|
+
lines.push(
|
|
6868
|
+
'- "Commit and push." \u2192 commit any uncommitted work with a purpose-stating message, then push to origin (updates an existing PR if one is linked).'
|
|
6869
|
+
);
|
|
6870
|
+
lines.push(
|
|
6871
|
+
'- "Commit, push, and open a draft PR." \u2192 commit, push, then create a draft PR with `gh pr create --draft -R \u2026` (title/body from the change purpose).'
|
|
6872
|
+
);
|
|
6873
|
+
lines.push(
|
|
6874
|
+
'- "Commit, push, and open a PR in the browser." \u2192 commit, push, then `gh pr create --web -R \u2026`.'
|
|
6875
|
+
);
|
|
6876
|
+
lines.push(
|
|
6877
|
+
'- "Fix CI: <name>." \u2192 investigate that failing check, fix it, commit, and push.'
|
|
6878
|
+
);
|
|
6879
|
+
lines.push(
|
|
6880
|
+
'- "Update the branch." / "Fix merge conflicts." \u2192 sync with the PR base (merge or rebase), resolve conflicts carefully, commit, and push until the PR is mergeable.'
|
|
6881
|
+
);
|
|
6882
|
+
lines.push(
|
|
6883
|
+
'- "Address review comments." \u2192 read PR review feedback, make the requested changes, commit, and push.'
|
|
6884
|
+
);
|
|
6885
|
+
lines.push(
|
|
6886
|
+
'- "Merge PR." \u2192 merge this thread\'s open pull request with `gh pr merge` (respect repo defaults / squash vs merge); do not force-push main/master.'
|
|
6887
|
+
);
|
|
6863
6888
|
return lines.join("\n");
|
|
6864
6889
|
}
|
|
6865
6890
|
function formatArtifactDirective() {
|
package/dist/index.js
CHANGED
package/dist/mcp/run-stdio.cjs
CHANGED
|
@@ -8608,6 +8608,31 @@ function formatWorktreeDirective(thread, opts) {
|
|
|
8608
8608
|
"- Prefer a draft PR first: `gh pr create --draft -R <origin-owner/name>` (or update via `gh pr edit -R \u2026`) once the change set is coherent. Resolve `<origin-owner/name>` with `git remote get-url origin` in this worktree \u2014 never from `upstream`. Mark ready for review only when asked. Title/body must reflect the change purpose, not the worktree name."
|
|
8609
8609
|
);
|
|
8610
8610
|
}
|
|
8611
|
+
lines.push("");
|
|
8612
|
+
lines.push(
|
|
8613
|
+
"Short git requests from the Sideboard UI are complete instructions \u2014 expand them using the rules above without asking for clarification:"
|
|
8614
|
+
);
|
|
8615
|
+
lines.push(
|
|
8616
|
+
'- "Commit and push." \u2192 commit any uncommitted work with a purpose-stating message, then push to origin (updates an existing PR if one is linked).'
|
|
8617
|
+
);
|
|
8618
|
+
lines.push(
|
|
8619
|
+
'- "Commit, push, and open a draft PR." \u2192 commit, push, then create a draft PR with `gh pr create --draft -R \u2026` (title/body from the change purpose).'
|
|
8620
|
+
);
|
|
8621
|
+
lines.push(
|
|
8622
|
+
'- "Commit, push, and open a PR in the browser." \u2192 commit, push, then `gh pr create --web -R \u2026`.'
|
|
8623
|
+
);
|
|
8624
|
+
lines.push(
|
|
8625
|
+
'- "Fix CI: <name>." \u2192 investigate that failing check, fix it, commit, and push.'
|
|
8626
|
+
);
|
|
8627
|
+
lines.push(
|
|
8628
|
+
'- "Update the branch." / "Fix merge conflicts." \u2192 sync with the PR base (merge or rebase), resolve conflicts carefully, commit, and push until the PR is mergeable.'
|
|
8629
|
+
);
|
|
8630
|
+
lines.push(
|
|
8631
|
+
'- "Address review comments." \u2192 read PR review feedback, make the requested changes, commit, and push.'
|
|
8632
|
+
);
|
|
8633
|
+
lines.push(
|
|
8634
|
+
'- "Merge PR." \u2192 merge this thread\'s open pull request with `gh pr merge` (respect repo defaults / squash vs merge); do not force-push main/master.'
|
|
8635
|
+
);
|
|
8611
8636
|
return lines.join("\n");
|
|
8612
8637
|
}
|
|
8613
8638
|
function formatArtifactDirective() {
|
package/dist/mcp/run-stdio.js
CHANGED