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
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
TARGET_REPO=$(mktemp -d)
git init "$TARGET_REPO"
cd "$TARGET_REPO"
gh aw add "${{ github.workspace }}/workflows/agentic-token-audit.md" "${{ github.workspace }}/workflows/agentic-token-optimizer.md"
gh aw add "${{ github.workspace }}/workflows/agentic-token-audit.md" "${{ github.workspace }}/workflows/agentic-token-optimizer.md" "${{ github.workspace }}/workflows/daily-subagent-optimizer.md"
gh aw compile --validate --no-emit
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -68,7 +68,7 @@ jobs:
TARGET_REPO=$(mktemp -d)
git init "$TARGET_REPO"
cd "$TARGET_REPO"
gh aw add "${{ github.repository }}/agentic-token-audit" "${{ github.repository }}/agentic-token-optimizer"
gh aw add "${{ github.repository }}/agentic-token-audit" "${{ github.repository }}/agentic-token-optimizer" "${{ github.repository }}/daily-subagent-optimizer"
gh aw compile --validate --no-emit
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -101,7 +101,9 @@ jobs:
.github/workflows/agentic-token-audit.md \
.github/workflows/agentic-token-audit.lock.yml \
.github/workflows/agentic-token-optimizer.md \
.github/workflows/agentic-token-optimizer.lock.yml; do
.github/workflows/agentic-token-optimizer.lock.yml \
.github/workflows/daily-subagent-optimizer.md \
.github/workflows/daily-subagent-optimizer.lock.yml; do
if [[ ! -f "$path" ]]; then
echo "Missing installed workflow file: $path"
installed=false
Expand All @@ -123,6 +125,6 @@ jobs:
if: steps.detect-workflows.outputs.installed == 'true'
run: |
set -euo pipefail
gh aw run agentic-token-audit agentic-token-optimizer --ref main
gh aw run agentic-token-audit agentic-token-optimizer daily-subagent-optimizer --ref main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1,462 changes: 1,462 additions & 0 deletions .github/workflows/daily-subagent-optimizer.lock.yml

Large diffs are not rendered by default.

Loading
Loading