Skip to content

Package agentic-ops for gh aw add owner/repo installation#53

Merged
mnkiefer merged 6 commits into
mainfrom
copilot/package-repo-as-described
May 20, 2026
Merged

Package agentic-ops for gh aw add owner/repo installation#53
mnkiefer merged 6 commits into
mainfrom
copilot/package-repo-as-described

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 16, 2026

This PR aligns the repository with the gh-aw package format so consumers can install the workflow bundle directly from the repo root. It introduces a package manifest and updates onboarding docs to match package-based consumption.

  • Package manifest

    • Adds root-level aw.yml with package metadata and explicit installable workflow entries.
    • Declares the three shared workflows under workflows/ as the package surface.
  • Consumer install flow

    • Updates README.md Quick Start to use a single package install command (gh aw add githubnext/agentic-ops) instead of individual workflow sources.
    • Clarifies repository-root package layout and required post-install usage (gh aw compile).
    • Adds concise prerequisites and configuration notes for adopters.
# aw.yml
manifest-version: "1"
name: agentic-ops
description: Reusable agentic workflows for auditing and optimizing workflow token usage.
files:
  - workflows/agentic-token-audit.md
  - workflows/agentic-token-optimizer.md
  - workflows/daily-subagent-optimizer.md

Copilot AI and others added 2 commits May 16, 2026 18:00
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title Package repository with aw.yml manifest Package agentic-ops for gh aw add owner/repo installation May 16, 2026
Copilot AI requested a review from pelikhan May 16, 2026 18:01
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI requested a review from mnkiefer May 20, 2026 08:41
@mnkiefer
Copy link
Copy Markdown
Contributor

@copilot Update aw.yml based on our recent consolidation of optimizer workflows.

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 20, 2026

@copilot Update aw.yml based on our recent consolidation of optimizer workflows.

Updated in 896b4d6: aw.yml now reflects the consolidated optimizer workflows by removing workflows/daily-subagent-optimizer.md from the package file list.

@mnkiefer mnkiefer marked this pull request as ready for review May 20, 2026 09:11
@mnkiefer
Copy link
Copy Markdown
Contributor

@copilot Run gh aw upgrade

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 20, 2026

@copilot Run gh aw upgrade

Done in d34c24b. I ran gh aw upgrade and committed the resulting lockfile updates.

@mnkiefer mnkiefer merged commit 4aac384 into main May 20, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants