docs: add GA readiness plans and scope CI push trigger - #8
Merged
Conversation
…pointers Three plans covering all pre-GA gaps: release infrastructure (completions, Homebrew, CHANGELOG), CLI features (default subcommand, --command flag), and Python starter checks with real-world validation. AGENTS.md updated with principle spec source and external research locations. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Prevents duplicate CI runs when a feature branch push and PR creation fire seconds apart. Feature branches get CI via pull_request trigger only. tags-ignore prevents CI on release tag pushes (release workflow handles those). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 tasks
brettdavies
added a commit
that referenced
this pull request
Apr 15, 2026
## Summary - CI push trigger scoped to `main`/`dev` branches only — prevents duplicate runs when feature branch pushes and PR creation fire seconds apart - AGENTS.md updated with principle spec source and external research locations in the Obsidian vault ## Type of Change - [x] `ci`: CI/CD configuration changes - [x] `docs`: Documentation update ## Testing - [x] All tests passing (verified on dev via PR #8) ## Files Modified **Modified:** - `.github/workflows/ci.yml` — added `branches: [main, dev]` to push trigger - `AGENTS.md` — added spec source and external research sections ## Checklist - [x] Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/) - [x] No new warnings or errors introduced - [x] Changes are backward compatible 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
brettdavies
added a commit
that referenced
this pull request
Apr 16, 2026
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
Add three GA readiness plans covering release infrastructure, CLI features (default subcommand +
--commandflag), and Python starter checks + validation. Scope the CI push trigger tomainanddevbranches only. Update AGENTS.md with principle spec source and external research locations.Type of Change
docs: Documentation updateci: CI/CD configuration changesFiles Modified
Modified:
.github/workflows/ci.yml: scope push trigger tomain/devbranchesAGENTS.md: add principle spec source and external research locationsCreated:
docs/plans/2026-04-02-002-release-infrastructure.md: GA release infrastructure plandocs/plans/2026-04-02-003-cli-features.md: default subcommand +--commandflag plandocs/plans/2026-04-02-004-python-starter-checks.md: Python starter checks + validation planChecklist