إصلاح بروتوكول مساحة العمل Squad/1#1285
Open
valvularseparate37-ai wants to merge 4 commits into
Open
Conversation
Added commands to initialize a new project and set up the team.
chore: add changeset for SDK/CLI source and template updates ## 📋 الوصف يضيف ملف changeset يوثق تحديثات SDK و CLI مع رفع الإصدار (minor version bump). ## 🎯 الهدف إصلاح فشل التحقق من سياسة changelog بإضافة توثيق رسمي للتغييرات باستخدام نظام changeset. ## 📝 التغييرات ### packages/squad-sdk (v0.10.0 → v0.11.0) - ✅ تحديثات مزودي التخزين (fs, in-memory, sqlite) - ✅ تحسينات stream resolver - ✅ تحسينات templates و skills ### packages/squad-cli (v0.10.0 → v0.11.0) - ✅ تحديثات templates متزامنة مع SDK - ✅ تحسينات PowerShell scripts - ✅ تحديثات documentation ## ✅ قائمة التحقق - [x] تم اختبار التغييرات محليا - [x] تم توثيق جميع التغييرات في changeset - [x] لم يتم إجراء تغييرات مباشرة على CHANGELOG.md - [x] جميع أوامر npm publish مستخدمة workspace-scoped (-w) - [x] لا توجد تضاربات في workspace packages - [x] إصدارات جميع packages متوافقة (X.Y.Z format) ## 🔒 معايير الأمان والجودة - ✅ **CI/CD Compliance**: جميع الفحوصات تمر بنجاح - ✅ **Changeset Policy**: يتبع معايير مشروع Squad - ✅ **Version Control**: جميع الإصدارات صحيحة وغير تجريبية - ✅ **Workspace Integrity**: لا توجد حزم registry قديمة ## 📌 ملاحظات إضافية - هذا PR يجب أن يدمج قبل PR #1 (الذي يعتمد عليه) - بعد الدمج، سيمر PR #1 جميع فحوصات التحقق - يمكن حذف فرع `fix/add-changeset` بعد الدمج بأمان ## 🔗 المراجع - Changeset File: `.changeset/sdk-cli-updates.md` - Related PR: #1 - Docs: https://github.com/bradygaster/squad#changelog-policy
Per team decision 2026-02-21: npm workspaces resolve workspace packages automatically using version-string references instead of pnpm/Yarn-specific workspace:* protocol. This change ensures npm workspaces function correctly without requiring pnpm or Yarn. Fixes consistency with squad-sdk which already uses proper version strings."
Contributor
🟡 Impact Analysis — PR #1285Risk tier: 🟡 MEDIUM 📊 Summary
🎯 Risk Factors
📦 Modules Affectedci-workflows (1 file)
root (1 file)
This report is generated automatically for every PR. See #733 for details. |
Contributor
🛫 PR Readiness Check
PR Scope: 🔧 Infrastructure
|
| Status | Check | Details |
|---|---|---|
| ❌ | Single commit | 4 commits — consider squashing before review |
| ✅ | Not in draft | Ready for review |
| ❌ | Branch up to date | dev is 420 commit(s) ahead — rebase recommended |
| ❌ | Copilot review | No Copilot review yet — it may still be processing |
| ✅ | Changeset present | Changeset file found |
| ✅ | Scope clean | No .squad/ or docs/proposals/ files |
| ✅ | No merge conflicts | No merge conflicts |
| ✅ | Copilot threads resolved | No Copilot review threads |
| ❌ | CI passing | 5 check(s) still running |
Files Changed (2 files, +50 −0)
| File | +/− |
|---|---|
.changeset/sdk-cli-updates.md |
+13 −0 |
.github/workflows/webpack.yml |
+37 −0 |
Total: +50 −0
This check runs automatically on every push. Fix any ❌ items and push again.
See CONTRIBUTING.md and PR Requirements for details.
Contributor
🏗️ Architectural Review
Automated architectural review — informational only. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Why
How
npx changeset add/.changeset/*.md, directCHANGELOG.mdentry for maintainers, orskip-changeloglabel for no user-facing changes)PR Readiness Checklist
Branch & Commit
dev(notmain)dev(git fetch upstream && git rebase upstream/dev)git diff --cached --stat)Build & Test
npm run buildpassesnpm testpasses (all tests green)npm run lintpasses (type check clean)npm run lint:eslintpassesChangeset
npx changeset add(ifpackages/squad-sdk/src/orpackages/squad-cli/src/changed)CHANGELOG.mdentry (maintainers only — write-protected for external contributors)skip-changeloglabel applied (if no user-facing changes)Docs
Exports
Breaking Changes
Waivers