Add centralized slash-command trigger strategy with compiler-generated agentic_commands router workflow#31605
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot make /cloclo and /archie centralized |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot remove legacy trigger file |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Implemented in 6f97404. The compiler now targets |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
| permissions: | ||
| actions: write | ||
| contents: read |
There was a problem hiding this comment.
@copilot empty permission at the top level and specific permissions in each job
There was a problem hiding this comment.
Done in 0776395 — set top-level permissions: {} and moved explicit permissions to the route job.
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Done in 8742d99 (plus test follow-up in 7165207). |
|
@copilot include list of commands and workflows in the gh-aw-commands payload header. Add a version for the payload header format |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
Hey However, this repository doesn't have a The PR looks technically thorough — 1836 lines changed across Go implementation, JS actions, lock files, docs, and tests — and appears focused on a single coherent feature. No new external dependencies were added. This looks ready for maintainer review on technical merit.
|
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot centralize all other slash_commands expect for Q and scout |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Implemented in
Implemented in All slash-command workflows are now centralized except |
| - name: Checkout repository | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
|
|
There was a problem hiding this comment.
@copilot in dev mode, you still need to insert the ./actions/setup step to copy the runtime file. See how this is done with the agentic_maintenance code and reuse helper to configure the runtime files.
There was a problem hiding this comment.
Implemented in f1eb19f.
agentic_commands.yml generation now adds Setup Scripts (using ./actions/setup in dev mode via ResolveSetupActionReference) and routes load runtime files from ${{ runner.temp }}/gh-aw/actions, matching the maintenance runtime setup pattern.
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot resolve the merge conflicts in this pull request |
…er-slash-commands # Conflicts: # .github/workflows/grumpy-reviewer.lock.yml Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
merge main and recompile)origin/main, and merge into current branch