Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
16269ce
Add centralized slash command trigger strategy and generator
Copilot May 12, 2026
03ea49e
Make archie and cloclo slash commands centralized
Copilot May 12, 2026
f027538
Plan centralized router filename fix
Copilot May 12, 2026
59e84f4
Rename centralized slash router workflow output
Copilot May 12, 2026
6f88771
Polish centralized router filename migration logic
Copilot May 12, 2026
2f2666b
Remove legacy centralized trigger cleanup logic
Copilot May 12, 2026
df243c3
Scope slash router permissions per job
Copilot May 12, 2026
a228c7d
Use explicit empty top-level permissions mapping
Copilot May 12, 2026
3423a6f
Add centralized slash router trigger generation tests
Copilot May 12, 2026
5bb0d47
Polish centralized slash router test helper naming
Copilot May 12, 2026
9e53098
Warn when many slash commands are non-centralized
Copilot May 12, 2026
089bcc9
Polish slash strategy warning implementation
Copilot May 12, 2026
8a36773
Add draft ADR-31605 for centralized slash-command routing
github-actions[bot] May 12, 2026
e471720
Fix centralized slash+label gating and add regression test
Copilot May 12, 2026
dd5fb5b
Document centralized label condition dispatch allowance
Copilot May 12, 2026
e762f4a
Regenerate cloclo lock with centralized dispatch gating
Copilot May 12, 2026
0fbf69e
Rename centralized router workflow to agentic_commands
Copilot May 12, 2026
db13f81
Simplify legacy centralized workflow cleanup
Copilot May 12, 2026
427b3c7
Harden centralized slash routing and mark strategy experimental
Copilot May 12, 2026
5cc5e03
Move centralized slash trust checks into compiled membership validation
Copilot May 12, 2026
c9609be
Clarify centralized dispatch PR validation errors
Copilot May 12, 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
52 changes: 21 additions & 31 deletions .github/workflows/archie.lock.yml

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

1 change: 1 addition & 0 deletions .github/workflows/archie.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Generates Mermaid diagrams to visualize issue and pull request rela
on:
slash_command:
name: archie
strategy: centralized
events: [issues, issue_comment, pull_request, pull_request_comment]
reaction: eyes
status-comment: true
Expand Down
Loading
Loading