Conversation
Add GitHub Actions dispatch workflow template for adopter CI/CD integration: - templates/aesop-dispatch-template.yml: comment-documented workflow with workflow_dispatch + optional cron; demonstrates aesop CLI invocation (doctor, wave preflight, status, reproduce); cost-summary and failure visibility steps; customizable AESOP_COST_CEILING + AESOP_CONCURRENCY - docs/ACTIONS-TEMPLATE.md: adopter guide (setup, customization, examples, troubleshooting, FAQ; documents GITHUB_TOKEN caveat per spec) - tests/test_actions_template.py: comprehensive test suite verifying YAML syntax, workflow structure, CLI command existence, no invented flags, no fabricated outputs (5-test suite, all CLI commands quoted + verified) - Updated docs/README.md (one index line in Stage 1) - Updated tools/CLAUDE.md (new Templates section documenting adopter resources) All invoked aesop commands (doctor, wave preflight, status, fleet, reproduce, wave scorecard) verified against bin/cli.js --help ground truth per spec. Template never executes in this repo (lives in templates/, not .github/workflows/). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…/CLAUDE.md #751 replaced the inline per-tool index in tools/CLAUDE.md with the generated tools/INDEX.md, cutting the file to 33 lines. This branch's addition is NOT an index line -- it is a real "Templates & Adopter Resources" section -- so the conflict is resolved by taking main's 33-line file and re-appending that section verbatim (39 lines total). No content lost on either side. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ready-to-fork GitHub Actions dispatch template for adopters to integrate aesop orchestration into their CI/CD pipelines.
workflow_dispatch(manual trigger) + optional cron; configurable environment variables (AESOP_COST_CEILING, AESOP_CONCURRENCY, model tier); includes cost-summary and failure-visibility stepsbin/cli.js --helpoutput per spec (doctor, wave preflight, status, fleet, reproduce, wave scorecard exist and are quoted)Test Plan
Generated with Claude Code