Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e14ee72
Add auto API docs writer workflow
mattleibow May 15, 2026
6faf9d5
Use shallow checkout for regenerate-stubs
mattleibow May 15, 2026
f16a769
Remove unnecessary agent output directory step
mattleibow May 15, 2026
6655acd
Remove redundant safety check from Finalize
mattleibow May 15, 2026
5dec587
Simplify agent instructions — follow all phases with path notes
mattleibow May 15, 2026
c244bc4
Remove redundant entries from path differences table
mattleibow May 15, 2026
f47808d
Add push/PR triggers for workflow file changes
mattleibow May 15, 2026
f00d930
Fix agent instructions: no background sub-agents, explicit phase orde…
mattleibow May 15, 2026
2253c1b
Keep 2 background review agents, forbid nested sub-agents
mattleibow May 15, 2026
7d20502
Temporarily clone SkiaSharp from feature branch for updated SKILL.md
mattleibow May 15, 2026
b489dbe
Add NuGet and GTK# caching to regenerate-stubs job
mattleibow May 15, 2026
c582e25
Cache externals/package_cache for NuGet package downloads
mattleibow May 15, 2026
fc18fae
Key package_cache on VERSIONS.txt + shared.cake
mattleibow May 15, 2026
39c92c8
Fix NuGet caching: use actions/cache instead of setup-dotnet cache
mattleibow May 15, 2026
9060297
Fix NuGet cache path for Windows runner
mattleibow May 15, 2026
3e7cac5
Fix symlink loop, add manifest, move format to post-steps
mattleibow May 17, 2026
6a24bb0
Recompile lock file
mattleibow May 17, 2026
7835f8e
Update workflow for 3 review agents
mattleibow May 17, 2026
561aafc
Optimize workflow: parallel writers, sharded reviews, orchestrator pa…
mattleibow May 19, 2026
5379f11
Merge review into writer phase to fix token budget exhaustion
mattleibow May 19, 2026
0f07463
Architecture: 1 writer + 3 independent reviewers
mattleibow May 19, 2026
cf04430
Use 2 parallel writers for faster documentation generation
mattleibow May 19, 2026
53eb7ee
Revert to 1-writer for A/B comparison
mattleibow May 20, 2026
e2181f3
Fix workflow body to properly say 1 writer (not 2)
mattleibow May 20, 2026
04cd4ea
Point SkiaSharp clone at main branch (remove test branch override)
mattleibow May 20, 2026
46cee98
Add skiasharp_branch input parameter and remove inline Python
mattleibow May 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
###############################################################################

*.xml text eol=lf

.github/workflows/*.lock.yml linguist-generated=true merge=ours
39 changes: 39 additions & 0 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"entries": {
"actions/cache@v4": {
"repo": "actions/cache",
"version": "v4",
"sha": "0057852bfaa89a56745cba8c7296529d2fc39830"
},
"actions/checkout@v4": {
"repo": "actions/checkout",
"version": "v4",
"sha": "34e114876b0b11c390a56381ad16ebd13914f8d5"
},
"actions/download-artifact@v4": {
"repo": "actions/download-artifact",
"version": "v4",
"sha": "d3f86a106a0bac45b974a628896c90dbdf5c8093"
},
"actions/github-script@v9.0.0": {
"repo": "actions/github-script",
"version": "v9.0.0",
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
},
"actions/setup-dotnet@v4": {
"repo": "actions/setup-dotnet",
"version": "v4",
"sha": "67a3573c9a986a3f9c594539f4ab511d57bb3ce9"
},
"actions/upload-artifact@v4": {
"repo": "actions/upload-artifact",
"version": "v4",
"sha": "ea165f8d65b6e75b540449e92b4886f43607fa02"
},
"github/gh-aw-actions/setup@v0.71.5": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.71.5",
"sha": "b8068426813005612b960b5ab0b8bd2c27142323"
}
}
}
Loading
Loading