Release v0.2.1#15
Merged
Merged
Conversation
…ing the base branch is up-to-date before creating a feature branch. Adjusted commands to reflect the use of `dev` and `main` branches appropriately.
Introduce STAGING_BRANCH variable (empty by default) and promote target for projects using feature → dev → staging → main workflow. Add staging branch to protected branch guards in pr, abandon, and merge targets. Update deploy-preview to push STAGING_BRANCH when set. Regenerate skill commands via sync.sh. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
The deploy-preview behavior is a consumer Makefile concern, not controlled by Makefile.agents.mk. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Add three-branch workflow support to Makefile.agents.mk
…ance Makefile with detailed help target
Replace the uninformative "You are executing the /X skill. Your argument
is: $ARGUMENTS" header with each skill's description from frontmatter.
Also fix the release skill description to avoid an unresolved template
variable ({{BRANCH_PROD}}) that would show as a literal in previews.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…previews Use skill descriptions as Claude adapter preview text
…ompatibility
- Add codex and gemini adapter configs and headers
- Fix sync.sh: apply placeholder substitution to frontmatter description
- Fix sync.sh: validate frontmatter placeholders in --validate mode
- Fix sync.sh: support {{#if KEY}} conditional blocks for mode-aware rendering
- Fix review/ship skills: fall back to inline review when sub-agents unsupported
- Fix setup skill: check all adapter output dirs, not just .claude/commands
- Fix Makefile: set INTEGRATION_BRANCH=dev, use variables for deploy targets, add help
- Fix /version: pull before bumping to prevent stale-branch push failures
- Fix /start: pull integration branch before creating feature branches
- Update .gitignore with standard patterns, remove tracked .DS_Store
- Add ROADMAP.md for future work tracking
Issue #11
Add Codex/Gemini adapters, fix sync.sh and cross-adapter compatibility
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.
Release v0.2.1
PRs included:
Closes #6
Closes #11