Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
1473554
Initial plan
Copilot Jan 29, 2026
d1fdaf4
Add frontmatter hash specification and Go implementation
Copilot Jan 29, 2026
8cac440
Add cross-language hash compatibility tests and simplified JS impleme…
Copilot Jan 29, 2026
f2c1545
Complete frontmatter hash implementation with documentation
Copilot Jan 29, 2026
ae62be7
Address code review feedback: add error handling and warnings
Copilot Jan 29, 2026
b9121d9
Add frontmatter hash to lock files and include template expressions
Copilot Jan 29, 2026
f882f36
Add repository-wide hash validation tests
Copilot Jan 29, 2026
51b641f
Fix test compilation after adding hash parameter
Copilot Jan 29, 2026
da2fe85
Address all PR feedback: lowercase hash, versions, and Go/JS validation
Copilot Jan 29, 2026
bfb007f
Fix JS hash output to suppress warnings
Copilot Jan 29, 2026
b2f2465
Final fixes: lint errors and add version to hash
Copilot Jan 29, 2026
78d65e6
Fix code review issues: section numbering and command injection
Copilot Jan 29, 2026
c1c47ae
Add gateway version and sort imports in hash computation
Copilot Jan 29, 2026
dcd5e2e
WIP: Pure JavaScript hash implementation with js-yaml
Copilot Jan 29, 2026
316b10d
Replace js-yaml with text-based parsing for frontmatter hash
Copilot Jan 29, 2026
083dcac
Merge main branch
Copilot Jan 29, 2026
86a5876
Merge main and recompile all workflows with frontmatter hashes
Copilot Jan 29, 2026
8f1c469
Merge branch 'main' into copilot/compute-frontmatter-hash
pelikhan Jan 29, 2026
5d791e0
Lint and format JavaScript files
Copilot Jan 29, 2026
a6df35b
[WIP] Fix failing GitHub Actions workflow CI / test (pull_request) (#…
Copilot Jan 30, 2026
d8a46c5
Fix test coverage check to handle Go subtests correctly (#12654)
Copilot Jan 30, 2026
70325a2
Fix schema validation for boolean tool configuration values (#12655)
Copilot Jan 30, 2026
a8b0e42
Fix test coverage check to use go test -list instead of grep (#12659)
Copilot Jan 30, 2026
871a576
Exclude gh-aw version from hash for non-release builds
Copilot Jan 30, 2026
180a8bc
Fix Go formatting: remove trailing whitespace in frontmatter_hash_sta…
Copilot Jan 30, 2026
a6c9a7f
Add frontmatter hash validation to stale lock file check
Copilot Jan 30, 2026
e60d40b
Remove time-based stale check, use only frontmatter hash
Copilot Jan 30, 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
5 changes: 5 additions & 0 deletions .github/workflows/.github/aw/imports/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/agent-performance-analyzer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/agent-persona-explorer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/ai-moderator.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/archie.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions .github/workflows/artifacts-summary.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/audit-workflows.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/auto-triage-issues.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/blog-auditor.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/brave.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .github/workflows/breaking-change-checker.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading