Skip to content
Merged
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
31 changes: 16 additions & 15 deletions .github/workflows/audit-workflows.lock.yml

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

9 changes: 4 additions & 5 deletions .github/workflows/audit-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ tracker-id: audit-workflows-daily
engine: claude
tools:
agentic-workflows:
repo-memory:
branch-name: memory/audit-workflows
description: "Historical audit data and patterns"
file-glob: ["memory/audit-workflows/*.json", "memory/audit-workflows/*.jsonl", "memory/audit-workflows/*.csv", "memory/audit-workflows/*.md"]
max-file-size: 102400 # 100KB
timeout: 300
safe-outputs:
upload-asset:
Expand All @@ -27,6 +22,10 @@ safe-outputs:
close-older-discussions: true
timeout-minutes: 30
imports:
- uses: shared/repo-memory-standard.md
with:
branch-name: "memory/audit-workflows"
description: "Historical audit data and patterns"
- shared/jqschema.md
- shared/reporting.md
- shared/trending-charts-simple.md
Expand Down
31 changes: 16 additions & 15 deletions .github/workflows/copilot-agent-analysis.lock.yml

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

11 changes: 4 additions & 7 deletions .github/workflows/copilot-agent-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,13 @@ safe-outputs:
close-older-discussions: true

imports:
- uses: shared/repo-memory-standard.md
with:
branch-name: "memory/copilot-agent-analysis"
description: "Historical agent performance metrics"
- shared/copilot-pr-analysis-base.md
- shared/reporting.md

tools:
repo-memory:
branch-name: memory/copilot-agent-analysis
description: "Historical agent performance metrics"
file-glob: ["memory/copilot-agent-analysis/*.json", "memory/copilot-agent-analysis/*.jsonl", "memory/copilot-agent-analysis/*.csv", "memory/copilot-agent-analysis/*.md"]
max-file-size: 102400 # 100KB

timeout-minutes: 15

---
Expand Down
Loading
Loading