Skip to content

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

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/package-repo-as-described
Draft

Package agentic-ops for gh aw add owner/repo installation#53
Copilot wants to merge 2 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
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.

2 participants