Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
33 changes: 17 additions & 16 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.

8 changes: 4 additions & 4 deletions .github/workflows/agent-performance-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ tools:
agentic-workflows:
github:
toolsets: [default, actions, repos]
repo-memory:
branch-name: memory/meta-orchestrators
file-glob: "**"
max-file-size: 102400 # 100KB
imports:
- shared/reporting.md
- uses: shared/repo-memory-standard.md
with:
branch-name: "memory/meta-orchestrators"
description: "Historical agent performance metrics and analysis data"
safe-outputs:
create-issue:
expires: 2d
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/code-scanning-fixer.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/code-scanning-fixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ tools:
github-token: "${{ secrets.GITHUB_TOKEN }}"
toolsets: [context, pull_requests]
repo-memory:
# non-standard: array of campaign entries with ids; shared/repo-memory-standard.md does not support multi-entry arrays
- id: campaigns
branch-name: memory/campaigns
file-glob: [security-alert-burndown/**]
Expand Down
Loading