Skip to content

Commit 672a068

Browse files
authored
chore: remove workflows/ folder, use .github/workflows/ as canonical source
2 parents 5311684 + d427e0f commit 672a068

7 files changed

Lines changed: 5 additions & 3491 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.github/workflows/*.lock.yml linguist-generated=true merge=ours
2-
workflows/*.lock.yml linguist-generated=true merge=ours

.github/workflows/install-workflows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
TARGET_REPO=$(mktemp -d)
3333
git init "$TARGET_REPO"
3434
cd "$TARGET_REPO"
35-
gh aw add "${{ github.workspace }}/workflows/agentic-token-audit.md" "${{ github.workspace }}/workflows/agentic-token-optimizer.md"
35+
gh aw add "${{ github.workspace }}/.github/workflows/agentic-token-audit.md" "${{ github.workspace }}/.github/workflows/agentic-token-optimizer.md"
3636
gh aw compile --validate --no-emit
3737
env:
3838
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -75,7 +75,7 @@ jobs:
7575
RUN_BRANCH="ci/install-workflows-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}"
7676
git switch --create "$RUN_BRANCH"
7777
78-
gh aw add --force "${{ github.workspace }}/workflows/agentic-token-audit.md" "${{ github.workspace }}/workflows/agentic-token-optimizer.md"
78+
gh aw add --force "${{ github.workspace }}/.github/workflows/agentic-token-audit.md" "${{ github.workspace }}/.github/workflows/agentic-token-optimizer.md"
7979
gh aw compile
8080
8181
git config user.name "github-actions[bot]"
@@ -96,7 +96,7 @@ jobs:
9696
--base main \
9797
--head "$RUN_BRANCH" \
9898
--title "ci: install workflows for execution" \
99-
--body "Automated workflow installation from source files in workflows/." )
99+
--body "Automated workflow installation from source files in .github/workflows/." )
100100
101101
gh pr merge "$pr_url" --auto --squash --delete-branch
102102
echo "pr_url=$pr_url" >> "$GITHUB_OUTPUT"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Included workflows:
5050

5151
| Workflow | What it does |
5252
| ----- | --- |
53-
| [`Daily Agentic Workflow AIC Usage Audit`](https://github.com/githubnext/agentic-ops/blob/main/workflows/agentic-token-audit.md?plain=1) | Collects recent agentic workflow usage and creates a daily AIC spend snapshot. |
54-
| [`Agentic Workflow AIC Usage Optimizer`](https://github.com/githubnext/agentic-ops/blob/main/workflows/agentic-token-optimizer.md?plain=1) | Analyzes high-AIC workflows and proposes conservative efficiency changes, including inline sub-agent opportunities when they are a strong fit. |
53+
| [`Daily Agentic Workflow AIC Usage Audit`](https://github.com/githubnext/agentic-ops/blob/main/.github/workflows/agentic-token-audit.md?plain=1) | Collects recent agentic workflow usage and creates a daily AIC spend snapshot. |
54+
| [`Agentic Workflow AIC Usage Optimizer`](https://github.com/githubnext/agentic-ops/blob/main/.github/workflows/agentic-token-optimizer.md?plain=1) | Analyzes high-AIC workflows and proposes conservative efficiency changes, including inline sub-agent opportunities when they are a strong fit. |
5555

5656
## License
5757

workflows/agentic-token-audit.lock.yml

Lines changed: 0 additions & 1633 deletions
This file was deleted.

workflows/agentic-token-audit.md

Lines changed: 0 additions & 299 deletions
This file was deleted.

0 commit comments

Comments
 (0)