mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
Authoring pilot: al-api-page-author skill + code-artifact output kind
Add the first authoring action skill (al-api-page-author) and extend the stable DO contract with a second output kind (code-artifact) plus the object-spec input. Reuses existing web-services API knowledge with no new knowledge articles; article count unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
24e62f5ec8
commit
57f4c0602c
5 changed files with 212 additions and 3 deletions
3
.github/scripts/validate_frontmatter.py
vendored
3
.github/scripts/validate_frontmatter.py
vendored
|
|
@ -45,8 +45,9 @@ ENTRY_SKILL_REQUIRED_KEYS = {"kind", "id", "version", "title"}
|
|||
|
||||
STANDARD_INPUTS = {
|
||||
"pr-diff", "object-list", "file-path", "repository", "telemetry-query",
|
||||
"object-spec",
|
||||
}
|
||||
ALLOWED_OUTPUTS = {"findings-report"}
|
||||
ALLOWED_OUTPUTS = {"findings-report", "code-artifact"}
|
||||
VALID_SAMPLE_KINDS = {"good", "bad"}
|
||||
|
||||
ACTION_SKILL_SECTIONS = ["Source", "Relevance", "Worklist", "Action", "Output"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue