release

द्वारा openai

Symphony रिलीज़ को बंप करके, उसे लैंड करके, मर्ज किए गए कमिट को टैग करके, और Burrito रिलीज़ वर्कफ़्लो को सत्यापित करके काटें। जब ऐसा करने के लिए कहा जाए…

npx skills add https://github.com/openai/symphony --skill release

Release

  1. Start from fresh origin/main in a clean worktree. Never disturb unrelated local changes.

  2. Pick the requested version. If none is given, use the next patch after the latest vX.Y.Z tag.

  3. Update elixir/mix.exs so version: "X.Y.Z" matches the intended tag. Search the old version and change other files only when they are true release-version sources, not examples.

  4. Run make -C elixir all, then commit, push, create a PR, and land it.

  5. Fetch the merged main commit. Verify its mix.exs version, then create an annotated tag on that exact commit:

    git tag -a vX.Y.Z <merged-commit> -m "Symphony vX.Y.Z"
    git push origin vX.Y.Z
    
  6. Watch burrito-release until it finishes. Verify the build, smoke, and release jobs pass and that the GitHub release has all expected assets.

Do not tag an uncommitted or unmerged revision. Do not move a published tag without explicit user approval.

openai की और Skills

test-coverage-improver
openai
Improve test coverage in the OpenAI Agents JS monorepo: run `pnpm test:coverage`, inspect coverage artifacts, identify low-coverage files and branches, propose…
ukb-topmed-phewas-skill
openai
एकल वेरिएंट के लिए संक्षिप्त UKB-TOPMed PheWAS सारांश प्राप्त करें, rsID, GRCh37, या GRCh38 इनपुट स्वीकार करके और आवश्यक GRCh38 क्वेरी में हल करके। उपयोग करें जब...
pull
openai
नवीनतम origin/main को वर्तमान स्थानीय ब्रांच में खींचें और मर्ज विवादों को हल करें (उर्फ update-branch)। उपयोग करें जब Codex को किसी फीचर ब्रांच को सिंक करने की आवश्यकता हो…
code-review-context
openai
मॉडल दृश्य संदर्भ
push
openai
वर्तमान ब्रांच के बदलावों को origin पर push करें और संबंधित pull request बनाएं या अपडेट करें; push करने, अपडेट प्रकाशित करने, या pull request बनाने के लिए कहने पर उपयोग करें।
debug
openai
अटके हुए रन और निष्पादन विफलताओं की जाँच करें, Symphony और Codex लॉग्स को issue/session पहचानकर्ताओं के साथ ट्रेस करके; उपयोग तब करें जब रन रुक जाएँ, बार-बार पुनः प्रयास करें, या विफल हों…
signing-entitlements
openai
macOS ऐप्स के लिए हस्ताक्षर, अधिकार, कठोर रनटाइम और गेटकीपर समस्याओं का निरीक्षण करें। जब कोड हस्ताक्षर विफलताओं, लापता अधिकारों,… के निदान के लिए कहा जाए तो उपयोग करें।
swiftui-view-refactor
openai
SwiftUI व्यू फ़ाइलों को रीफ़ैक्टर और समीक्षा करें, जिसमें छोटे समर्पित सबव्यूज़, MV-over-MVVM डेटा फ़्लो, स्थिर व्यू ट्री, स्पष्ट निर्भरता… के लिए मजबूत डिफ़ॉल्ट हों।