Skip to content

Commit 49cf6b2

Browse files
Copilotpelikhan
andauthored
Add package manifest and README install instructions
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 0f6df33 commit 49cf6b2

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,27 @@ It is built for platform engineers, developer productivity teams, and repository
1919

2020
## Quick Start
2121

22-
Install the bundle with `gh aw add`:
22+
Prerequisites:
23+
24+
- Install the [GitHub Agentic Workflows CLI (`gh aw`)](https://github.github.com/gh-aw/introduction/installation/)
25+
- Authenticate GitHub CLI (`gh auth login`) in the repository where you want to install the workflows
26+
27+
Install the package with `gh aw add`:
2328

2429
```bash
25-
gh aw add githubnext/agentic-ops/agentic-token-audit githubnext/agentic-ops/agentic-token-optimizer githubnext/agentic-ops/daily-subagent-optimizer
30+
gh aw add githubnext/agentic-ops
2631

2732
# Then compile the installed workflows in your repository
2833
gh aw compile
2934
```
3035

36+
This repository publishes a single package at the repository root. You do not need to target a nested package path.
37+
38+
Required configuration after installation:
39+
40+
- No extra secrets are required beyond the default `GITHUB_TOKEN`.
41+
- Review workflow schedules and adjust them to your repository needs before enabling them broadly.
42+
3143
After installation, you can use the included workflows to:
3244

3345
- run a daily audit of workflow token usage

aw.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
manifest-version: "1"
2+
name: agentic-ops
3+
description: Reusable agentic workflows for auditing and optimizing workflow token usage.
4+
emoji: "🤖"
5+
files:
6+
- workflows/agentic-token-audit.md
7+
- workflows/agentic-token-optimizer.md
8+
- workflows/daily-subagent-optimizer.md

0 commit comments

Comments
 (0)