dependabot[bot]
|
248c8059d4
|
Bump githubnext/gh-aw from 0.37.23 to 0.37.24 (#8352)
Bumps [githubnext/gh-aw](https://github.com/githubnext/gh-aw) from 0.37.23 to 0.37.24.
- [Release notes](https://github.com/githubnext/gh-aw/releases)
- [Changelog](https://github.com/githubnext/gh-aw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/githubnext/gh-aw/compare/v0.37.23...v0.37.24)
---
updated-dependencies:
- dependency-name: githubnext/gh-aw
dependency-version: 0.37.24
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-26 16:07:12 -08:00 |
|
Copilot
|
4d86525319
|
Disable std::optional refactoring in code-conventions-analyzer workflow (#8349)
* Initial plan
* Remove std::optional refactoring instructions from code-conventions-analyzer
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Recompile workflows after removing std::optional instructions
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Update workflow lock files to latest version
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2026-01-26 13:42:35 -08:00 |
|
Copilot
|
ee14a9dbd7
|
Schedule code-conventions-analyzer to run every 3 hours (#8340)
* Initial plan
* Update code-conventions-analyzer to run every 3 hours
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2026-01-25 20:12:36 -08:00 |
|
Copilot
|
d87aa87ae4
|
Recompile agentic workflows to gh-aw v0.37.19 (#8323)
* Initial plan
* Initial plan: Recompile agentic workflows to latest gh-aw version
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Update gh-aw instruction files with latest features
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2026-01-24 12:08:16 -08:00 |
|
Copilot
|
736d5924e5
|
[WIP] Update code convention analyzer for tuple patterns (#8306)
* Initial plan
* Add tuple pattern detection to code conventions analyzer
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Clarify search pattern comment for tuple pattern detection
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Improve examples and search patterns based on code review feedback
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2026-01-23 13:48:42 -08:00 |
|
Copilot
|
6feb3391a2
|
Regenerate workflow lock files with gh-aw v0.37.12 (#8290)
* Initial plan
* Fix workflow lock files - regenerate with gh-aw v0.37.12
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2026-01-22 17:37:52 -08:00 |
|
Copilot
|
d2e0354ce4
|
Enable automatic std::optional refactoring PRs in Code Conventions Analyzer (#8284)
* Initial plan
* Modify Code Conventions Analyzer to create PRs for std::optional refactoring
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Complete Code Conventions Analyzer workflow modification
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Fix reference clarity in workflow documentation
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2026-01-22 10:58:10 -08:00 |
|
Copilot
|
083e4a4169
|
Add agentic workflow for automated soundness bug detection and reproduction (#8275)
* Initial plan
* Add soundness bug detector and reproducer agentic workflow
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Complete soundness bug detector workflow implementation
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2026-01-21 15:29:20 -08:00 |
|
Copilot
|
8eae44e226
|
[WIP] Add daily agent suggestions feature (#8270)
* Initial plan
* Add workflow suggestion agent that runs daily
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Complete workflow suggestion agent implementation
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2026-01-21 12:45:59 -08:00 |
|
Copilot
|
7c4a22d865
|
Upgrade agentic workflows to gh-aw v0.37.0 (#8261)
* Initial plan
* Upgrade workflows to gh-aw v0.37.0 (latest)
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2026-01-20 09:42:30 -08:00 |
|
dependabot[bot]
|
406e80e1b5
|
Bump githubnext/gh-aw from 0.36.0 to 0.37.0 (#8255)
Bumps [githubnext/gh-aw](https://github.com/githubnext/gh-aw) from 0.36.0 to 0.37.0.
- [Release notes](https://github.com/githubnext/gh-aw/releases)
- [Changelog](https://github.com/githubnext/gh-aw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/githubnext/gh-aw/compare/v0.36.0...v0.37.0)
---
updated-dependencies:
- dependency-name: githubnext/gh-aw
dependency-version: 0.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-19 15:07:35 -08:00 |
|
dependabot[bot]
|
b9b1ae56f2
|
Bump actions/checkout from 4.2.2 to 6.0.1 (#8178)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v6.0.1)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-12 20:45:10 -08:00 |
|
Copilot
|
94898c6bf8
|
Fix agentics-maintenance.yml: use pre-built gh-aw binary instead of building from source (#8147)
* Initial plan
* Fix agentics-maintenance.yml: Replace Go build with pre-built binary installation
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Pin gh-aw installation script to v0.36.0 commit hash for security
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2026-01-10 19:45:25 -08:00 |
|
Copilot
|
8e59c4938a
|
Upgrade agentic workflows to gh-aw v0.36.0 (#8122)
* Initial plan
* Upgrade agentic workflows to gh-aw v0.36.0
- Applied automatic codemods (timeout_minutes → timeout-minutes, command → slash_command)
- Fixed pr-fix.md: push-to-pr-branch → push-to-pull-request-branch
- Updated include paths from agentics/shared/ to shared/
- Migrated @include syntax to {{#import}} syntax
- Moved shared workflow files to standard .github/workflows/shared/ location
- Ran gh aw init to refresh agent files and instructions
- All 8 workflows compile successfully
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2026-01-08 11:50:35 -08:00 |
|