[pull] main from github:main#118
Merged
Merged
Conversation
…ts (#34874) * feat: add inline skill extraction and restore plumbing Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * test: refresh wasm goldens for inline skill restore steps Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * chore: polish inline skills docs and tests Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * chore: address validation review nits Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * chore: plan inline skill spec fix Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Revert "chore: plan inline skill spec fix" This reverts commit f8fcd3a. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * fix: drop unsupported model inline-skill field Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * chore: add draft ADR for inline skill syntax (PR #34874) * chore: plan skills docs update Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Revert "chore: plan skills docs update" This reverts commit afdd64d. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * docs: add inline skill fusion guidance Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * docs: clarify inline skill extraction timing Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * docs: clarify inline skill naming and timing Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * docs: tighten inline skills wording Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * docs: document inline skill collision guidance Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * docs: explain inline skill naming constraints Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * workflows: inline non-essential prompt sections as skills Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
… in OTLP exports (#34898)
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by cubic
Adds runtime extraction and restore for inline skills across workflows to keep prompts slim and enable reusable, deterministic skills. Also updates skills docs and converts bot-detection risk scoring into an inline skill.
New Features
restore_inline_skills.shand includes/tmp/gh-aw/.../skillspaths, restoring into.github/skills(and engine-specific dirs)..github/aw/skills.mdadds “Inline Skills” with usage, naming, extraction timing, and collision guidance.bot-detection-risk-scoringand references it; drops a non-essential import.Migration
## skill: \name`` blocks in prompts; the runtime writes them to the skill directory.Written for commit 8074cc0. Summary will update on new commits. Review in cubic